@charset "UTF-8";
/* CSS Document */




body  {
	font: 90% Arial, Helvetica, Verdana sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	line-height: 1.5em;
}
#wrapper { 
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#header { 
	background: #fefefe; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 1200px;
}

#logo {
	height: 150px;
	width: 850px;
	float:left;
	background-color: #1b4881;
}

#under_logo {
	width:352px;
	height:61px;
	float:left;
}

#navigation_secondary {
	background-image: url(../images/sec_nav.jpg);
	float: right;
	height: 150px;
	width: 350px;

}

#navigation_main {
	float:left;
	background-image: url(../images/main_nav.jpg);
	background-repeat: no-repeat;
	width: 482px;
	height: 61px;
}

#trigger {
	width:51px;
	height:61px;
	float:left;
	background-image: url(../images/trigger.jpg);
	background-repeat: no-repeat;
}
#under_sec {
	width:315px;
	height:61px;
	float:right;
	background-image: url(../images/under_sec.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 1200px;
	margin: 0;
}

#left_bar {
	float: left; /* since this element is floated, a width must be given */
	width: 254px; /* the background color will be displayed for the length of the content in the column, but no further */
	position: relative;
	top: 100px;
	left: 30px;
	margin-right: 30px;
	color: #666666;
}

#left_bar li {
    list-style-type:none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0em 1em;
	text-align:left;
    list-style-position:outside;
	font-size: 95%;
	padding: 10px 30px 0 30px;

} 


#left_bar ul {
	padding:  0 0 0 0;
}
#right_bar {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 550px;
	background-image: url(../images/right_bar.jpg);
	background-repeat: no-repeat;
}


#right_bar_home {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../images/right_bar_home.jpg);
	background-repeat: no-repeat;
}



.small {
	font-size: 82%;
	line-height: 1.5em;
	padding: 25px 40px 20px 105px;
}

.signature {
	font-size: 82%;
	line-height: 1.5em;
	padding: 0 40px 20px 105px;
}

.italic {
	font-size: 80%;
	padding: 0 40px 0 60px;
	line-height: 1.7em;
	font-style: italic;
}

#right_bar_box {
	padding: 80px 40px 250px 10px;
}
#right_bar_box_heading {
	padding: 24px 40px 250px 10px;
}
#right_bar_map {
	padding: 24px 40px 250px 60px;
}
#right_bar ul {
	padding: 0 0 0 60px;
	font-size: 95%;
}

#right_bar li {
	padding: 10px 0 0 0;
}


#content {
	float: left;
	width: 560px;
	margin: 25px 0 0 0;
	border-left: dotted #b7005d 2px;
	list-style-position:outside;
	
} 
#content li {
	padding: 10px 0px 0 0px;
}
#content ul, p {
    padding: 0 0 0 60px;
	font-size: 95%;
} 

#left_col {
	width: 50%;
	float: left;
}

#right_col {
	width: 50%;
	float: right;
}


h3 {
    padding: 0 0 0 60px;
	} 

#content a:link {
	color: #00acec;

}
#content a:visited {
	color: #00acec;
}


.pad30 {
	padding-left: 30px;
	padding-right: 30px;
}

.medium {
	font-size: 95%;
	padding-left: 60px;
	padding-right: 30px;
}

 .pad60 {
 	padding-left: 60px;
	padding-right: 30px;
 }

#trans { /* this is transparent part of the footer overlaps right bar */
	z-index: 1;
	position: relative;
	top: -25px;
}

#footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 120px;
	color:#FFFFFF;
	line-height: 1em;
	background-color: #0f69a5;
	position: relative;
	top: -25px;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* Main Navigation */

#tablist_main{
	padding-top: 18px;
	margin-top: 0.1em;
	font:16px Arial;
}

#tablist_main li{
	list-style: none;
	display: inline;
	margin: 0;

}

#tablist_main li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-right: 10px;

}

#tablist_main li a:link, #tablist_main li a:visited{
	color: #1b4881;
	}

#tablist_main li a:hover{
	color: #b7005d;
	
	}

#tablist_main li a.current{
	color: #b7005d;
	font-weight: bold;
	}

/* Secondary Navigation */

#tablist{
	padding: 3px 0;
	margin-left: 105px;
	margin-bottom: 0;
	margin-top: 83px;
	font: 12px Arial;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 0.3em;
	margin-right: 10px;
}

#tablist li a:link, #tablist li a:visited{
	color: white;
	}

#tablist li a:hover{
	color: white;
	font: 15px Arial;
}

#tablist li a.current{
	font: 15px Arial;
}

/* Footer */


.footer{
	color:#FFFFFF;
	font-size: 95%;
	padding-left: 60px;
	text-decoration: none;
}
.footer_it{
	font-style: italic;
}





 .heading {
	padding-left: 30px;
	padding-right:30px;
	color:#999999;
 }
