/* CSS Document */

/* Global CSS */

.link {
	cursor: pointer;
}

body {
	margin: 0;
	background-color: #52658C;
}

a {
	color: #6D8B99;
	font-weight: bold;
}

span.blue {
	color: #333399!important;
}

img {
	border: 0;
}

em {
	font-style: italic;
}

input {
	border: 1px #A9A9A9 solid;
	width: 157px;
}

b {
	font-weight: bold;
	font-size: 13px;
}

form {
	display: inline;
}

ul {
/*	margin: 0px;
	padding-left: 10px;*/
}

#Quotes {
	width: 150px;
	color: #003B74;
	float: right;
	border-top: 10px #C5030B solid;
	margin: 0;
	padding: 10px 10px 10px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: bold;
	list-style-type: none;
	/* background-image: url('../assets/nav_arrow_quote.gif'); */
	background-repeat: no-repeat; 
	background-position: 7px 19px;
	text-align:left;
}

.dropdownlist {
	padding-left: 15px;	
}

/* Navigation CSS */


#topNav {
	margin: 0 10px 10px 0;
	padding: 0;
	list-style-type: none;
}

#topNav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#topNav a {
	font-family: "Gill Sans MT Condensed", "Arial Narrow", Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 18px;
	padding-left: 10px;
	margin-left: 2px;
	text-decoration: none;
}

#topNav a:hover {
	color: #D2E3F9;
	background-image: url('../assets/nav_arrow.gif');
	background-repeat: no-repeat;
	background-position: left;
}

#leftNav {
	width: 154px;
	font-family: "Times New Roman", Times, serif;
	color: #003B74;	
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align:left;
}

#leftNav a#head {
	font-family: "Times New Roman", Times, serif;
	color: #003B74;	
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
}

#leftNav a#head:hover {
	font-family: "Times New Roman", Times, serif;
	color: #003B74;	
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
	color: #003B74;
	background-color: #ECECEC;
	background-image: None;
}

#leftNav li {
	border-bottom: 1px #B8BAC6 solid;
	width: 154px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

#leftNav li#selected a {
	color: #003B74;
	background-color: #FBFBFB;
	background-image: url('../assets/nav_arrow_red.gif');
	background-repeat: no-repeat;
	background-position: left;
	background-position: 5px;
	display: block;
}

#leftNav a {
	color: #003B74;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	height: 30px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	vertical-align: middle;
}



#leftNav a:hover {
	color: #003B74;
	background-color: #FBFBFB;
	background-image: url('../assets/nav_arrow_red.gif');
	background-repeat: no-repeat;
	background-position: left;
	background-position: 5px;
	display: block;	
}

/* Main body CSS */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A2020C;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #001D8C;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 0;
}

li h2 {
	margin-bottom: 0;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align:left;
	padding:20px;
}


/* Footer CSS */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border-top: 1px #AAA solid;
	font-size: 10px;
	padding-left: 10px;
	line-height: 30px;
}

#footer a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration:underline;
}

