/* CSS Document */

/* Style Guide

Font: Verdana

Colors:
Dark blue: #02253A
Light blue: #4E6172
Dark red: #902147
Light red: #5C5568
Dark gray: #333333
Light gray: #CCCCCC
 
*/

* { 
	padding: 0; 
	margin: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #4E6172;
}
#wrapper { 
	margin: 0 auto;
	width: 922px;
	background-color: #FFFFFF;
}
#headerContainer {
	width: 922px;
	height: 56px;
}
#menuContainer {
	vertical-align: top;
}
#navigation {
	width: 271px;
	margin: 0em 0em 0em 0em;
	padding: 50px 0px 20px 40px;
}
/* Menu Style
   Credits: Dynamic Drive CSS Library 
   URL: http://www.dynamicdrive.com/style/ */

.markerMenu{
width: 231px; /*width of menu*/
}
.markerMenu ul{
list-style-type: none;
margin: 0;
padding: 0;
border-top: 1px solid #CCCCCC;
}
.markerMenu ul li a{
background: white url(/lookandfeel/images/menu_list_bullet.jpg) no-repeat left;
font: 16px Verdana, Helvetica, sans-serif;
color: #4E6172;
display: block;
width: auto;
padding: 8px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #CCCCCC;
}
* html .markerMenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 221px;
}
.markerMenu ul li a:visited, .markerMenu ul li a:active{
color: #4E6172;
}
.markerMenu ul li a:hover{
color: black;
background-color: #EEEEEE;
background-image:url(/lookandfeel/images/menu_list_bullet.jpg); /*onMouseover image change. Remove if none*/
}
/* Holly Hack for IE \*/
* html .markerMenu ul li { height: 1%; }
* html .markerMenu ul li a { height: 1%; }
/* End */

#contact {
	width: 241px;
	margin-top: 34px;
	color: #02253A;
	font-size: 13px;
}

.contactHead {
	font-size: 16px;
}

#contentContainer {
	border-left: 1px solid #999999;
	vertical-align: top;
}
#content { 
 	width: 571px;
 	margin: 0em 0em 0em 0em;
	padding: 50px 20px 20px 20px;
}
.contentGradient {
	padding-top; 50px;
	background-image: url(/lookandfeel/images/header_gradient.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#fscroller {
	width: 551px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	border: 0;
	padding: 100px 0;
}

#footerContainer { 
 	width: 922px;
	padding: 4px 0 4px 0;
	background-image: url(/lookandfeel/images/footer_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
/* Text Styling */
p {
	margin-bottom: 0.75em;
}
p.contentHead {
	font-size: 1.5em;
	font-weight: bold;
}

/* Link Styling */

a, a:visited {
	color: #4E6172;
}
a:hover, a:visited:hover {
	color: #333333;
}

a.callOut {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 60px;
}

/* List Styling*/
.contentList{
	margin-bottom: 14px;
}
.contentList ul{
	margin: 0;
	padding: 0;
	padding-left: 1.5em;
	list-style-image: url(/lookandfeel/images/content_list_bullet.jpg);
}
.contentList li{
	margin: 0 0 8px 0;
}

/* Drop Shadows */
#dropshadowLeft {
	background-image: url(/lookandfeel/images/outer_drop_shadow_left.jpg);
	background-repeat: repeat-y;
	width: 11px;
}
#dropshadowRight {
	background-image: url(/lookandfeel/images/outer_drop_shadow_right.jpg);
	background-repeat: repeat-y;
	width: 11px;
}
#dropshadowBottom {
	background-image:url(/lookandfeel/images/outer_dropshadow_bottom.jpg);
}
#blc {
	background-image:url(/lookandfeel/images/outer_dropshadow_blc.jpg);
}
#brc {
	background-image:url(/lookandfeel/images/outer_dropshadow_brc.jpg);
}