/* LOGO BLUE - 003ca1 
   DARK BLUE - 0e1b49
   RED - cc3333
   LIGHT GRAY - e8e8e8
*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
	background:#F6F4ED;
}
a:link{color:#4D82BC; text-decoration:none;}
a:visited{color:#4D82BC; text-decoration:none;}
a:hover{color:#0e1b49; text-decoration:underline;}
a:active{color:#4D82BC; text-decoration:none;}

h1, h2, h3, h4{color:#4D82BC; margin:5px 0; padding:0;}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}


/* WRAPS SITE WIDTH AND CENTERS */
#site-wrap{
	width:800px;
	margin:20px auto;
	padding:0px;
	background:#FFF;
}
#header{
	width:796px;
	padding: 0 0 0 0;
	background:#e5eff7;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	border-left:2px solid #FFF;
}
#header-left{
	float:left;
	width:45%;
}
#header-right{
	float:right;
	width:55%;
}
#my-account{
	padding:5px 5px 15px 0;
	text-align:right;
}

#toll-free{
	color:#cc3333;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	text-align:center;
	margin: 15px 0 0 0;
}

    .nav {
      float:left;
      width:100%;
	  background:url("/images/bg_navtabs.gif") top left repeat-x;
      line-height:normal;
	  padding:6px 0;
	  border-bottom:2px solid #FFF;
	  border-top:2px solid #FFF;
      }
.nav ul{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	font-size:14px;
}
.nav li{
	display:inline;
	padding:8px 0;
	line-height:20px;
}

.nav li a:link, .nav li a:visited, .nav li a:hover, .nav li a:active{
	color:#FFF;
	padding: 0 6px 0 6px;
	border-right:1px solid #94bcde;
	font-weight:bold;
}
.nav li a.last {
	border-right:none;
}

#search{
	width:210px;
	float:right;
}
#search input{float:left; margin:0 3px 0 0; padding:0}
/* WRAPS SIDEBAR & CONTENT SECTION  (contains faux image for sidebar) */
#content-wrap{
	width:798px;
	background: url(/images/bg_sidebar.gif) top right repeat-y;
	border-right:2px solid #FFF;
}
#sidebar{
	float:right;
	width:180px;
	padding:0;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:bold;
}	
#sidebar li a:link, #sidebar li a:visited {
	color: #0e1b49;
	display: block;
	background:  url(/images/bg_sidebar_menu.gif);
	padding: 9px 0 0 15px;
}
#sidebar li a:hover {
	color: #666;
	background:  url(/images/bg_sidebar_menu.gif) 0 -32px;
	padding: 9px 0 0 15px;
}

/* NESTED */

	#sidebar li ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#sidebar li ul a {
		height: 38px;
		voice-family: "\"}\""; 
		voice-family: inherit;
		height: 30px;
		text-decoration: none;
		font-weight:normal;
	}	
	#sidebar li ul a:link, #sidebar li ul a:visited {
		color: #0e1b49;
		display: block;
		background:  url(/images/bg_sidebar_menu_nested.gif) top right no-repeat;
		padding: 8px 0 0 45px;
	}
	#sidebar li ul a:hover {
		color: #999;
		background:  url(/images/bg_sidebar_menu_nested.gif) right -32px no-repeat;
		padding: 8px 0 0 45px;
	}






#sidebar .heading{
	background:#fcfcfc;
	padding:5px;
	color:#cc3333;
	font-size:14px;
	text-transform:uppercase;
}
#sidebar p{
	padding:5px 8px;
}


#content{
	float: left;
	width: 598px;
	padding: 10px;
	margin: 0;
}

* html #content{
	width:588px;
	float: left;
	padding: 10px;
	margin: 0;	
}

#content ul{
	list-style-image:url(/images/bullet.gif);
	line-height:16px;
	}
#footer{
	width:100%;
	background:url(/images/bg_navtabs.gif) top left repeat-x;
	line-height:normal;
	text-align:center;
}

#copyright{
	text-align:center;
	color:#999999;
	margin: 10px 0 10px 0;
}
.clearboth{clear:both}
.small{font-size:11px;}
.medium{font-size:14px;}
.large{font-size:18px;}

.img-left{
	float:left;
	margin:0 8px 8px 0;
}
.img-right{
	float:right;
	margin:0 0 8px 8px;
}

.link-right{
	float:right;
	margin:5px;
}
.link-left{
	float:left;
	margin:5px;
}

.table_header {
	font-weight: bold;
	color: #fff;
	background-color: #36c;
}

.section_header {
	font-weight: normal;
	color: #fff;
	background: #3B70B3 url(/images/bg_navtabs.gif) 50% 0% repeat-x;
	padding: 6px;
	margin:8px 0;
	font-size:14px;
	border-right: 1px solid #1a3f6d;
	border-bottom:1px solid #1a3f6d;
}

.event-highlight{
	background:#FFFFCC;
	border:3px solid #D6D6A2;
}

/* FANCY LIST */

ul.fancylist li{
	list-style-image:url(/images/icons/greenarrow.png);
}
ul.fancylist li h3{
}
ul.fancylist li p{
	padding-left:15px;
}
ul.fancylist li ul{
	padding-bottom:15px;
}
ul.fancylist li ol{
	padding-top:10px;
	padding-bottom:10px;
}
ul.fancylist li ol li{
	list-style-image:none;
	line-height:20px;
}
ul.nobullet li{
	list-style:none;
	list-style-image:none;
}
ul.formlist li{
	list-style:none;
	list-style-image:none;
	padding:5px 0;
	margin: 5px 0;
	border-bottom:1px solid #EEE;
}

/* SEE ALSO */
.seealso, .message{
	background:#FDFEDE;
	padding:10px;
	border:2px solid #F6F4ED;
}
