/*==================================*/
/*    Author: Lane Roberts          */
/*    Company: Corporate 3 Design   */
/*    Date: January 12, 2009        */
/*==================================*/

/*==================================*/
/*---------- PAGE/GENERAL ----------*/
/*==================================*/
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	margin-bottom:1px;
	background-color:#06567c;
}
body {
	width: 100%;
	height: 100%;
	font-family: Helvetica, "Helvetica Neue","Arial", sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align:center;
	background-color:#06567c;
}
.clear {
	clear:both;
}
/* Change colors and options for your default on links */
a:link {
	color: #39649a;
	text-decoration: underline;
}
a:visited {
	color: #39649a;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #5984ba;
}
a:active {
	text-decoration: none;
	outline:none;
}
a:focus {
	outline:none
}
img {
	border: 0;
}

/* --- WRAPPERS --- */
#wrap {
	background: #ffffff url(../images/main/bg_wrap.gif) repeat-x;
	color:#777777;
}

#header_wrapper, #content_wrapper, #footer {
	width:900px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	text-align:center;
}

#content_wrapper {
	padding: 1px 50px;
	background:url(../images/main/bg_flash.png) no-repeat top center;
}

#footer_wrapper {
border-top: 3px solid #ffffff;
padding-top:20px;
padding-bottom: 20px;
background: #06567c url(../images/main/bg_footer.png) repeat-x ;
width:100%;
}

/*==================================*/
/*---------- Header / Nav ----------*/
/*==================================*/

#header {
height:126px;
padding-top:40px;
}

#header #logo {
height: 88px;
text-indent:-5000em;
background:url(../images/main/logo.png) no-repeat 15px 0;
	margin-bottom:10px;

}
#header #logo a {
	display:block;
	height:80px;
	widows:370px;
}
ul#nav {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.8em;
display: inline;
list-style:none;
}
ul#nav li {
float:left;
display:block;
	width:127px;
	height:20px;
	border: 1px solid #dfd7c0;
	border-width: 1px 1px 1px 0;
padding-top:4px;
}
ul#nav li:first-child {
border-left-width:1px;
padding-left:3px;
}
ul#nav li a {
	display:block;
	width:127px;
	height:20px;
	padding:0;
	text-decoration:none;
	color:#ffffff;
}
ul#nav li:hover, ul#nav li.active {
background:url(../images/main/bg_nav_active.png) repeat-x;
}


/*==================================*/
/*---------- Flash Area ------------*/
/*==================================*/

#flasharea {
margin-bottom:20px;
padding-left:1px;
}
.subpage #flasharea{
margin:0;
}
#flasharea img {
margin: 0 auto;
}

/*==================================*/
/*------------ Content -------------*/
/*==================================*/

#content {
	background:#ffffff;
	text-align:left;
	padding-bottom:30px;
}

#content.subpage {
background:#ffffff url(../images/main/bg_subpage.png) repeat-y 1px 160px;
}

#copy {
width:570px;
float:left;
padding-right:40px;
}

ul.left {
    float: left;
    width: 250px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
    position: relative;
    left: 20px;
  }
  
ul.right {
    float: right;
    width: 250px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
  }
  
.no-space {
    margin: 0px;
    padding: 0px;
  }



.subpage #copy {
padding-top:20px;
}

#content h2 {
margin-bottom:8px;
color:#39649a;
font-size:1.27em;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
line-height:120%;
}

#content h3 {
padding:20px 0 5px 0 ;
color:#39649a;
font-size:.9em;
font-weight:bold;

}

#content h3 a {
text-decoration:none;	
}

#content p, #content ul {
font-size:.8em;
line-height:160%;
}

#content #copy ul {
margin-left:2em;
list-style-image:url(../images/main/bullet.png);
}

#content #copy #resource li {
	font-size:125%;
}




/*==================================*/
/*------- JQUERY ACCORDION ---------*/
/*==================================*/

#copy ul.drawers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 446px;
}

#copy ul.drawers li.drawer .title:focus {
	outline: none;
}

#copy ul.drawers li.drawer .title h3:hover {
	color: #0065a4;
	text-decoration: underline;
}

#copy ul.drawers li.drawer .title.selected h3{
	color: #0065a4;
	text-decoration: underline;
}

#copy ul.drawers li.drawer {
	padding: 0;
	margin: 0;
	width: 646px;
	overflow: hidden;
}

#copy ul.drawers li.drawer .title {
	cursor: pointer;
}

#copy ul.drawers li.drawer .title h2 {
	padding: 0;
	margin: 0;
	width: 606px;
	text-decoration: none;
	padding-bottom: 5px;
}

#copy ul.drawers li.drawer p {
	width: 606px;
}

#copy ul.drawers li.drawer .accordion_content p {
	width: 540px;
	color: #777777;
	margin-left: 20px;
	font-size:1em;
	line-height:160%;
}

#copy ul.drawers li.drawer .accordion_content img {
	float:left;
	padding-bottom:20px;
	padding-right:5px;
}

#copy ul.drawers li.drawer .accordion_content {
	padding: 0 0 0 0px;
	margin: 0;
	width: 606px;
}

#copy ul.drawers li.drawer .accordion_content h5{
	text-decoration: none;
}

#copy ul.drawers li.drawer .accordion_content ul{
	padding-left:15px;
}

#copy ul.drawers li.drawer .accordion_content li{
	font-size:125%;
}


/*==================================*/
/*------------ NEWS -------------*/
/*==================================*/


#news{
	width:220px;
	float:left;
	padding:0 50px 20px 20px;
	text-align:left;
	background:url(../images/main/divider_vertical.png) no-repeat 260px 0;
	font-size:1em;
}

#news h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
font-weight:normal;
text-transform:uppercase;
color:#ffffff;
padding-top:7px;
padding-left:8px;
background:url(../images/main/bg_side_header.png) no-repeat;
width:213px;
height:27px;
overflow:hidden;
}

#news ul {
list-style:none;
font-size:.85em;
line-height:140%;
margin:0;
}
#news ul li {
margin-bottom:10px;
}
#news ul h4 {
	font-size:.9em;
	font-weight:bold;
	color:#728093;
	padding:0;
	margin:0;
}

#news ul a {
text-decoration:underline;
color:#bdb393;
}

#news ul img {
border:1px solid #b0a37d;
float:left;
margin:0 10px 5px 0;
}
img.news {
float:right;
border:1px solid #b0a37d;
margin:0 0 5px 10px;

}


/*==================================*/
/*------------ SIDEBAR -------------*/
/*==================================*/


#sidebar{
	width:215px;
	float:left;
	padding:0;
	margin:0px 40px 0 1px;
	border-top: 1px solid #ffffff;
	text-align:left;
	font-size:1em;
}

#sidebar  h3 {
display:block;
width:184px;
padding:10px 10px 10px 20px;
border:1px solid #ffffff;
border-width:1px 0 0 0 ;
text-decoration:none;
font-size:.9em;
}

#sidebar ul.nav {
list-style:none;
text-transform:uppercase;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
}

#sidebar ul.nav li {
display:block;
list-style:none;
}

#sidebar ul.nav li a{
display:block;
background:#a0aab9;
width:184px;
padding:10px 10px 10px 20px;
border:1px solid #ffffff;
border-width:1px 0 0 0 ;
text-decoration:none;
font-size:.85em;
color:#ffffff;
}

#sidebar ul.nav li a:hover, #sidebar ul.nav li.active a {
background-color:#b1bccd;
text-decoration:underline;
}

#sidebar ul.nav ul li a {
	display:block;
	background:#a0aab9;
	width:184px;
	padding:5px 5px 5px 25px;
	border:1px solid #ffffff;
	border-width:1px 0 0 0 ;
	text-decoration:none;
	font-size:.85em;
	color:#ffffff;
}


/*==================================*/
/*------------ FOOTER --------------*/
/*==================================*/

#footer {
padding:25px 0 0 0;
color:#ffffff;
font-size:.7em;
}
#footer ul.nav {

}
#footer ul.nav li{
display:inline;
padding: 0 10px;
text-transform:uppercase;
}

#footer a {
color:#ffffff;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
#footer p, #footer ul {
padding-bottom:10px;
}
