/*Page Layout*/


body { background: url(../images/background.png);  
	margin:0 0 0 0; 
	padding:0; 
	font-family:Verdana,Arial,sans-serif; 
	font:11px;
	color:black; 
	text-align:center; 
}


ol {list-style-type:decimal; margin-left:0px;}

p  {font-family:Arial, Verdana, sans-serif; padding-bottom:10px;}
.action  {font-family:Arial, Verdana, sans-serif; padding-bottom:10px; font-size:16px; font-weight:bold}

a  {text-decoration:none; color:#16365C; font-weight:bold;}
a:hover {text-decoration:underline;}

#page { width:1000px;
	background-color:#FFF;
	min-height:225px;
	padding:0 0; 
	margin:0 auto; 
}
#wrapper { background:#fff repeat-y; }
#pageheader { width: 1000px; 
	height:150px; 
	margin: 0px 0px 0px 0px; }
	
#headerlogo { background-image:url(../images/header_logo.jpg); 
	width:1000px; 
	height:150px;
	text-align:right;
	margin-right:40px;
}

#headerlogo2 { background-image:url(../images/header2_logo.png); 
	width:1000px; 
	height:150px;
	text-align:right;
	margin-right:40px;
}


#imgbar { float:left; width:960px; background-color:#fff; color:White; font-size:17px; padding:0px; border-top:solid 1px #fff; margin: 0px 20px 0px 0px; }
	
#menubar { width:980px; height: 34px; background:url(../images/nav-bar.jpg); color:#fff;
	line-height:normal;
	border-top:solid 0px #999999;
	border-bottom:solid 0px #999999; 
	padding-left: 20px;
	}
#menubar2 { width:980px; height: 34px; background:url(../images/nav-bar2.jpg); color:#fff;
	text-align: center;
	line-height:normal;
	border-top:solid 0px #999999;
	border-bottom:solid 0px #999999; 
	padding-left: 20px;
	}

#titlebar { clear:both; width:100%; height: 12px; color:#000; font-size:10px; text-align:left;padding-top:2px;padding-left:20px; border-bottom:solid 0px #999999; }

#contentmain { width:100%; margin: 0px;padding: 0px; text-align:left; }
#main { width:100%; margin: 20px 15px 15px 0;padding: 0 0 0 0; font-size:12px; text-align:left; }
#contentright { width:100%; padding: 0 15px 0 15px; font-size:12px; text-align:left; background-color:#FFF; }
#contentright a {text-decoration:underline; color:#c1d3e1;}
#contentleft {float:left; width:175px; padding: 10px 15px 0 10px; font-size:12px; text-align:left; background-color:#FFF; }

#pagecontent { font-size:12px; text-align:left; margin:0 0 0 0;  background-color:#FFF; }
#pageContent a {text-decoration:underline; color:#c1d3e1;}
#pagecontent .horizline{ clear: left; margin-bottom: 10px; margin-top: 10px; color:#CF081E; }
#pagecontent h1 { color: #16365C; font-weight:bold; font-size:16px; }
#pagecontent h2 { color: #16365C; font-weight:bold; font-size:14px; text-decoration:none; padding-bottom:5px;}
#pagecontent h3 { color: #16365C; font-weight:bold; font-size:13px; text-decoration:none}
#pagecontent h4 { color: #16365C; font-weight: normal; font-size: 14px; padding-top:0; }
#pagecontent h5 { color: #16365C; font-weight: normal; font-size: 14px; padding-top:10px; padding-right:30px; }
#pagecontent .heading{background: url(../images/bullet.gif) no-repeat left 6px; padding:2px 0px 5px 12px; font-weight:bold;}

#leftsectioncontent { font-size: 12px; text-align:left; width:175px; padding:30px 0 0 5px; }
#mainContent { float:right; width:735px; padding: 10px 20px 30px 40px; margin: 0px 0px 0px 0px; display: inline; background-color:#FFF;border-left:solid 1px #CA1B47; }


#btmmenubar {clear:both; width:100%; height: 30px;  color:#333; font-size: 10px; text-align:center; margin:0px auto; padding-left:10px; padding-right:10px;}
#btmmenubar a { color: #333; text-decoration: none;  }
#btmmenubar a:hover{text-decoration:underline;}
#footer { width:100%; font-size:8pt; color:#333; height: 40px; }


#btmnavtable { text-align:center; }

.menu {width:100%; height:34px; position:relative; z-index:100; text-align:center; }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:175px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative; border-right:solid 1px #d6dcde; text-align:center; }
/* style the links for the top level */
.menu a, .menu a:visited {display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	height:34px; 
	line-height:29px; 
	font-weight:normal;
	padding:0px 20px 0px 20px;}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:red; }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#00494b; color:White;}
.menu ul ul :hover > a.drop {background:#00494b; color:White;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0; width:175px; }

/* position the third level flyout menu */
.menu ul ul ul{left:196px; top:0px; width:100px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-174px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; font-weight:normal; color:#000; height:auto; line-height:1em; padding:5px 10px; width:175px; text-align:left; border-left:solid 0px #999999;border-right:solid 1px #999999;border-bottom:solid 1px #999999;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#CF081E;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#CF081E;}
.menu a.selected {color:#fff; background:#CF081E;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


#subnav { font-size: 12px; text-align:left; width:175px; }
#subnav ul { margin:0; padding:0; }
#subnav li { margin:0 0 0 0px;list-style-type:none; padding: 0px 0px 15px 11px; }
#subnav li a { color: #58789e; text-decoration: none;  }
#subnav li a:hover { color: #58789e; text-decoration: underline; }
#subnav li a.selected{ margin-left: -12px; padding: 0 0 0 11px; background: transparent url(../images/arrowright_sm.gif) center left no-repeat;}

#thirdnav { font-size: 11px; text-align:left; width:175px; }
#thirdnav ul { margin:0 0 0 0; padding:5px 0 0 0; }
#thirdnav li { margin:0 0 0 10px;list-style-type:none; padding: 0px 0px 15px 15px; }
#thirdnav li a { color: #58789e; text-decoration: none;  }
#thirdnav li a:hover { color: #58789e; text-decoration: underline; }
#thirdnav li a.selected{ margin-left: -12px; padding: 0 0 0 11px; background: transparent url(../images/arrowright_sm.gif) center left no-repeat;}




#btmnav { font-size: 10px; margin:0px auto;  }
#btmnav ul { margin:0; padding:0; }
#btmnav li { margin:0 0 0 8px;list-style-type:none;display: inline; padding: 0px 15px 0px 0px; }
#btmnav li a { color: #ffffff; text-decoration: none;  }
#btmnav li a:hover { color: #ffffff; text-decoration: underline; }

#contentblock {padding: 20px 55px 0 55px;
				width:250px;
				font-size:14px;}
				
#contact {
    padding: 2px 0 0 0;
	background: url(../images/contact_bg.jpg) top left no-repeat;
}

#divform { border: 1px solid #969696; 
	background-color: #ffffff; 
	color: #000000; 
	width:600px;
	padding: 10px 10px 10px 10px; 
	font-size: 8pt; }

.form { font-size: 8pt; }
.form-fld { color: navy; font-size: 8pt; }
.form-title { color: #000000;  font-size: 8pt; }
.form-hr { background-color: #ffffff; }
.form-button { color: #ffffff; background-color:#16365C; font-size: 8pt; font-weight: bold; }

.mini-form
{
	border: 0px solid #666;
	color: #ffffff;
	width: 250;
	height:320px;
	font-size: 8pt;
	background-image:url(../images/Miniform.png);
}

.quick-form
{
	border: 0px solid #666;
	color: #000000;
	width: 348px;
	height:189px;
	font-size: 10pt;
	margin-left:40px;
	background-image:url(../images/schedule.png);
}
.mod-form
{
	border: 1px solid #969696;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 8pt;
}
.mod-form-title
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 8pt;
}
.mod-form-hr
{
	background-color: #ffffff;
}
.mod-form-button
{
	color: #ffffff;
	background-color:#16365C;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.readmore a{ color:#dda53f; }
.readmore a:hover{ text-decoration:underline; }

.container {background-image: url(../images/containertop.gif); 
	width:150px;
	font-size: 12px; 
	color:#000 ;
	border:solid 1px; 
	border-color:#E1E1E1;
	padding: 12px;}
.containerimage {
	width:150px;
	font-size: 12px; 
	font-weight:bold;
	color:#666 ;
	border:solid 1px; 
	border-color:#E1E1E1;}
.containerbody {background-image: url(../images/container-gradient.jpg);
	width:164px; 
	font-size: 10px;
	color:#333 ;
	border:solid 1px; 
	border-color:#E1E1E1;
	padding: 5px;}

.email-link {background-image: url(../images/email-icon.jpg);
	width:110px;
	color:666;
	font-weight:bold;
	padding:2px;
	height:50px}

.homebanner {clear:both; 
	background:url(../images/home_main.png) no-repeat; 
	width:1000px; 
	height:356px; 
	margin:0px 0px 0px 0px; }
.homebanner h1 a {padding:0px 0px 42px 77px; font-size:30px; color:#003E78; font-weight:bold;}
.homebanner h2 {padding:25px 0px 42px 277px; font-size:26px; color:#fff; font-weight:normal;}
.homebanner h3 {padding:0px 0px 0px 266px; font-size:13px; color:#fff; font-style:italic; line-height:18px; width:700px; float:left;}
.homebanner h5 {padding:6px 26px 0px 0px; float:right;}

.darkGrey {
	font-size: 20px;
	font-weight:bold;
	color: #231F20;
}
.bleu {
	font-weight: bold;
	font-size: 18px;
	color: #003E78;
	margin-left: 70px;
}
.checkmark {background-image:url(../images/checkmark.jpg);}
.quote {background-color:#E3EAF0;
	width:650px;
	height:130px;
	padding-top:20px;
	padding-right:20px;
	padding-left:10px;}
	
.box { border:solid 1px;
	font-size:12px;
	
	border-color:#006;
	padding:5px;
	width:160px;
}

.box2 { border:solid 1px;
	font-size:12px;
	font-weight:bold;
	border-color:#006;
	padding:5px;
	
}
.box3 { border:solid 1px;
	font-size:12px;
	font-weight:bold;
	border-color:#006;
	padding:5px;
	
}


