/* CSS Document */

a:link, a:visited, a:active {
	color: #5C439D; 
	text-decoration: none; 
	font-weight:none;
}

a:hover {
	color: #1a8c6c;
	text-decoration: underline;
	font-weight: none;
	border-bottom: none; 
}

h1 { 
	color: #1E135E; 
	padding-left: 15px;
	background-color: none;
	letter-spacing: 1px; 
	font-family: Garamond, Georgia, Times; 
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase; 
	font-style: none;
	font-weight: normal;
}

h2 { 
	color: #1E135E; 
	padding-left: 15px;
	background-color: none;
	letter-spacing: 2px; 
	font-family: Garamond, Georgia, Times; 
	font-size: 21px;
	line-height: 22px;
	text-transform: lowercase; 
	font-style: italic;
	font-weight: normal;
	margin-bottom: -5px;
	border-bottom: 1px solid #CFCFCF; 
}

body {
	background-color: #F1F1F1;
	color: #172241;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	line-height: 20px;
}

p, td, tr, li {
	text-indent: 0px;
	color: #172241;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0px; 
}

.pic {
	padding: 7px;
	background-color: #F1F1F1;
	border:1px solid #BBC4CB; 
	border-radius:8px; 
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
}

.little {
	font-family: Verdana, "Trebuchet MS";
	font-size: 9px;
        color: #28368E;
	text-transform: uppercase;
}

blockquote {
	border-left-style: solid;
	border-left-width: 15px;
	border-left-color: #654D80;
	padding: 10px;
	background-color: #E7E7E7;
}

.blockquote2 {
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #7E2020;
	padding-left: 35px;
	background-image: url(images/quote.gif); 
	background-repeat: no-repeat;
	background-position: center left;
}

blockquote3 {
	border-left-style: solid;
	border-left-width: 15px;
	border-left-color: #112636;
	padding: 10px;
	padding-left: 100px;
	background-color: #E7E7E7;
}

.border { 
	color: #F1F1F1; 
	padding: 0px; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED1DF;
}

/* Begin - For the Quotes! */

.citation {
	padding:;
	width: 175px;
	height: 30px;
	background-image: url('images/bg_quote.gif'); 
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #dbdbdb;
	text-transform: uppercase;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #172241;
	line-height: 14px;
}

.quote00 {
	padding:;
	width: 375px;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 15px;
	color: #4f5c83;
	line-height: 20px;
}

.quote {
	color: #4f5c83;
	font-size: 15px;
	font-family: Georgia, "Times-New-Roman", Times;
}

.quote2 {
	color: #4f5c83;
	font-family: Georgia, "Times-New-Roman", Times;
}

.quote3 {
	color: #4A779A;
	font-family: Georgia, "Times-New-Roman", Times;
}

/* Navigation */

#navigation-block {
	position:relative;
	top:-30px;
	left:0px;
}

#hide {
	position:absolute;
	top:-30px;
	left:-0px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: .75em;
	margin: 30px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 130px;
	padding: 4px 8px;
	margin: 0;
	margin-bottom: 2px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #F1F1F1;
	font-size: 11px;
	background:#000000;
	font-weight: normal;
}

ul#sliding-navigation li.sliding-element a
{
	color: #C0BBC3;
	font-size: 11px;
	background:#161617;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover { color: #5d5797; }