@charset "UTF-8";

body {
	display: inline;
	background: url('../images/background_img.png') repeat-x;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

/******************SPLASH NAVIGATION************/
div#splash_container {
	width: 1049px;
	margin: 50px auto auto;
}

div.splash {
	height: 643px;
	float: left;
}

.splash_button {
	width: 216px;
	height: 46px;
	margin-top: 45px;
}

.splash_button a {
	width: 216px;
	height: 46px;
	display: block;
}

div#fa_splash {
	background-image: url('../images/fa_splash.jpg');
	width: 335px;
}
	
div#fa_splash_button {
	margin-left: 60px;
}	
	
div#ct_splash {
	background-image: url('../images/ct_splash.jpg');
	width: 358px;
}
	
div#ct_splash_button {
	margin-left: 72px;
}

div#ua_splash {
	background-image: url('../images/ua_splash.jpg');
	width: 347px;
}

div#ua_splash_button {
	margin-left: 59px;	
}	


div.splash_span {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 450px;
	width: 250px;
	font: .9em trebuchet ms, trebuchet, verdana, arial, sans-serif;
	color: white;
	clear: both;
}

/*********TOP NAVIGATION***********/
div#main_container {
	width: 1049px;
	margin: 15px auto auto;
}

.top_tab {
	float: left;
	height: 41px;
	width: 257px;
}

.top_tab a {
	display: block;
	width: 251px;
	height: 41px;
}

div#fa_tab_on {
	background-image: url('../images/fa_tab_on.png');
}

div#fa_tab_off {
	background-image: url('../images/fa_tab_off.png');
}

div#ct_tab_on {
	background-image: url('../images/ct_tab_on.png');
	margin-left: 3px;
}

div#ct_tab_off {
	background-image: url('../images/ct_tab_off.png');
	margin-left: 3px;
}
	
div#ua_tab_on {
		background-image: url('../images/ua_tab_on.png');
		margin-left: 2px;
}

div#ua_tab_off {
		background-image: url('../images/ua_tab_off.png');
		margin-left: 2px;	
}

.fa_menu {
	background-image: url('../images/fa/fa_menu.png');
}

.ct_menu {
	background-image: url('../images/ct/ct_menu.png');
}

.ua_menu {
	background-image: url('../images/ua/ua_menu.png');
}

div#top_menu {
	width: 1042px;
	height: 50px;
	clear: both;
}

#top_menu dl {
margin-left: 4px;
padding-top: 19px;
}

#top_menu dl a {
color: #ffffff;
text-decoration: none;
}

#top_menu dl dt {
	padding:  16px;
	display: inline;
	font-family: trebuchet ms, trebuchet, verdana, arial, sans-serif;	
}

div.fa_menu dt.on {
 background-color: #b18282;
}
 
div.ua_menu dt.on {
 background-color: #a8bb5d;
}
 
div.ct_menu dt.on {
 background-color: #6ca3be;
}

div#top_banner {
	clear: both;
}


/***************************************
*              CONTENT                 *
***************************************/

div#section_banner {
	width: 1049px;
	height: 39px;
	background-image: url('../images/section_banner.png');
	margin-top: -6px;
}

#section_banner h1 {
	color:#1F5B77;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
	font-size:1.1em;
	margin-left:215px;
	margin-top:0;
	padding-top:8px;
}

span#section_header {
	color: #999999;
}

div#content_wrapper {
	width: 1100px;
	overflow: auto;
	background: url('../images/content_bkg.png') repeat-y;
	font-size:12px;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
}

div#section_container {
	width:  205px;
	float: left;
	font-size:13px;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
	}


div#content_container {
	color: #696969;
	width: 750px;
	float: left;
	padding-left: 11px;
	font-size:13px;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
}

#content_container h1 {
	color: #66904c;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
	font-size: 16px;
	font-weight:bold;
}

#content_container h2 {
	color: #b18282;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
	font-style: bold;
	font-size: 14px;
}

#content_container em {
	color: #9b3750;
	font-size: 12pt;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
	font-style: italic;
}

#content_container p {
	font-size:13px;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
}

#content_container li {
	font-size:13px;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
	margin-bottom:7px;
}

#section_container ul {
	width: 193px;
	list-style-image: url(../images/bullet.png);
	color: #005983;
	list-style-position: inside;
	font-size:13px;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
	margin: 0;
	padding-left: 1px;
}

#content_container strong {
	color: #313131;
	font-weight:bolder;

}

#section_container ul li {
	border-bottom: 1px solid white;
	margin: 0;
	padding-left: 3em;
	padding-top: .5em;
	padding-bottom: .5em;
	text-indent: -1.45em;
	font-size:13px;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
}



#section_container a {
	color: #005983;
	text-decoration: none;
	font-size:13px;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;

}


#section_container li.sub_sidemenu {
	list-style-type: none;
	list-style-image: none;
	padding-left: 4em;
	background-color: #faffe4;
}

#section_container li.sub_sidemenu a {
	color: #005983;
}

span#contact {
	color: #66904c;
	float: right;
	font: .7em trebuchet ms, trebuchet, verdana, arial, sans-serif;
	margin-right: 35px;
	padding-top: 12px;
}

#contact a {
	color: #66904c;
}

div#section_footer {
	width:  1050px;
	height: 70px;
	background-image: url('../images/section_footer.png');
	float: left;
}

div#bottom_footer {
	width: auto;
	margin-left: 400px;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
	font-size: 10px;
}


#bottom_footer a {
	color: #000000;
}

span#top_info {
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;
	font-size: 11px;
	float: left;
	margin-left: 40px;
	color: #66904c;
}


#top_info a {
	color: #66904c;
}

/* shrink the font size of the jquery dialog box */

.ui-dialog 
{
	color: #696969;
	width: 750px;
	float: left;
	padding-left: 11px;
	font-size:13px;
	font-family:trebuchet ms,trebuchet,verdana,sans-serif;

}

.ui-dialog h1
{
color: #66904c;
 font-family:trebuchet ms,trebuchet,verdana,sans-serif;
 font-size: 16px;
 font-weight:bold;
}

.ui-dialog h2 
{  color: #b18282;
 font-family:trebuchet ms,trebuchet,verdana,sans-serif;
 font-style: bold;
 font-size: 14px;
}

.ui-dialog em {
 color: #9b3750;
 font-size: 12pt;
 font-family:trebuchet ms,trebuchet,verdana,sans-serif;
 font-style: italic;
 }
 
 .ui-dialog p {
 font-size:13px;
 font-family:trebuchet ms,trebuchet,verdana,sans-serif;
 }

 .ui-dialog li {
 font-size:13px;
 font-family:trebuchet ms,trebuchet,verdana,sans-serif;
 margin-bottom:7px;
 }
 
.ui-dialog ul {
 
 color: #005983;
 list-style-position: inside;
 font-size:13px;
 font-family:trebuchet ms,trebuchet,verdana,sans-serif;
 margin: 0;
 padding-left: 1px;
 }

.ui-dialog strong {
 color: #313131;
 font-weight:bolder;

}

.ui-dialog a {
 color: #005983;
 text-decoration: none;
 font-size:13px;
 font-family:trebuchet ms,trebuchet,verdana,sans-serif;
}
.ui-dialog ul li {
 border-bottom: 1px solid white;
 margin: 0;
 padding-left: 3em;
 padding-top: .5em;
 padding-bottom: .5em;
 text-indent: -1.45em;
 font-size:13px;
 font-family:trebuchet ms,trebuchet,verdana,sans-serif;
}
