/*------GLOBAL------*/

body { margin:10px auto; background:url(../images/layout/bg.jpg) repeat-x #3642A6; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000; }
img { border:none; }
p, h1, h2, h3, h4, h5, h6, ul, li, a, td { font-size:11px; font-family:tahoma; color:#333333; text-align:left; text-decoration:none; font-weight:normal; padding:5px 0 5px 0; margin:0; }
h1 { font-size:12px; color:#3742A6; font-weight:bold; padding:0 0 5px 0; }
ul { padding:0; line-height:1; vertical-align:baseline; padding:10px 0 10px 25px; }
ul li { font-weight:bold; padding:6px 0 5px 15px; list-style:none; background:url(../images/layout/bullet.jpg) no-repeat left center; }
a { padding:0; color:#3742A6; font-weight:bold; }
a:hover { text-decoration:underline; }
td { font-size:11px; padding:0 0 5px 0; }

/*------DIVS------*/

#container { width:757px; background:#FFFFFF; }
#innerContainer { width:749px; padding:0 4px 0 4px; }
#header { width:749px; height:94px; position:relative; }
#darkHeaderBar { width:474px; height:5px; background:#3742A6; border-right:1px solid #FFFFFF; float:left; }
#lightHeaderBar { width:274px; height:5px; background:#5398FF; float:left; }
#logo { width:199px; height:77px; position:absolute; left:10px; top:12px; }
#topContact { width:165px; height:66px; position:absolute; left:537px; top:12px; }
#mainImg { width:749px; height:142px; }
#content { width:717px; border:1px solid #CCCCCC; border-bottom:none; padding:15px; }
#contentLeft { width:500px; padding:0 10px 0 0; float:left; }
#contentRight { width:207px; float:left; }
#formcontainer { width:350px; padding:5px 0 0 0; float:right; display:block; }
#footer { width:749px; height:20px; padding:4px; color:#FFFFFF; }
#footer a { color:#FFFFFF; }

/*------NAVIGATION------*/

#nav { width:749px; height:36px; background:url(../images/layout/navbg.jpg) repeat-x; position:relative; }
#nav ul { padding:10px 0 0 0; }
#nav ul li { background:none; float:left; padding:0; }
#nav ul li a { font-size:12px; font-family:tahoma; font-weight:normal; color:#666666; border-right:1px solid #CCCCCC; padding:0 8px 0 8px; }
#nav ul li a:hover { color:#3742A6; text-decoration:none; }
#nav ul li a#navEnd { border:none; }
#nav ul ul { display:none; }
#nav ul li:hover > ul { display:block; width:165px; position:absolute; background:#EDEDED; padding:10px 3px 3px 3px; }
#nav ul li ul li { width:100%; position:relative; display:block; padding:5px 0 5px 0; }
#nav ul li ul li a { border:none; display:block; }

/*------INFORMATION AREA------*/

#infoArea {}
#infoArea .box { width:205px; border:1px solid #CCCCCC; padding:4px; margin:0 0 5px 0; }
#infoArea .box h2 { width:197px; height:18px; font-size:12px; font-weight:bold; color:#FFFFFF; padding:2px 0 0 4px; background:#3742A6; }

/*------CLASSES------*/

.padding { padding:5px 0 5px 0; }
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }
.border { border:1px #CCCCCC solid; padding:1px; }
.testsep { width:717px; height:1px; background:#0000FA; }