﻿/***********************************   html tag class         */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #101010;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/home_body_bg.gif);
	background-repeat: repeat-x;
	background-color: #f6f6f6;
}
img, form {
	margin: 0px;
	padding: 0px;
	border:none;
}
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/***********************************   link tag class         */
a:link, a:visited {
	color: #108fdf;
	text-decoration: none;
}
a:hover, a:active {
	color: #FB8403;
	text-decoration: underline;
}

@font-face {
    font-family: 'GillSansMTPro';
    src: url('gillsansmtpro-bold-webfont.eot');
    src: local('☺'), url('gillsansmtpro-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTPro';
    src: url('../fonts/gillsansmtpro-book-webfont.eot');
    src: local('☺'), url('../fonts/gillsansmtpro-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTProExtraBold';
    src: url('../fonts/gillsansmtpro-extrabold-webfont.eot');
    src: local('☺'), url('../fonts/gillsansmtpro-extrabold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTProLight';
    src: url('../fonts/gillsansmtpro-light-webfont.eot');
    src: local('☺'), url('../fonts/gillsansmtpro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTProMedium';
    src: url('../fonts/gillsansmtpro-medium-webfont.eot');
    src: local('☺'), url('../fonts/gillsansmtpro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/***********************************   heading tag class         */
h1 {
	font-size: 1.5em;
	color:  #154C7A;
	font-weight: bold;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 0px;
}
h2 {
	
	font-size: 1.1em;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
h3 {
	color: #4B6A8F;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #a4620b;
	margin-bottom: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	padding-top: 3px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #0B1E59;
}
h6 {
	font-size: 9px;
	font-weight: normal;
	display: inline;
	color: #0B1E59;
}
fieldset{
	border: 1px solid #CCC;
	padding: 10px;
}
label {
}
.small{
	font-size: 11px;
	}
/***********************************   list tag class         */
ul {
	list-style-type: none;
	margin: 0px;
	padding: 8px;
}
ul li{
	list-style-type: none;
	background-image: url(../images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 9px;
	margin: 0px;
}
ul ul {
	list-style: circle;
}
ul ul ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 27px;	
}
ol li{
	margin: 0px;
}
/***********************************   table tag class         */
.datatable th {
	background-color: #E5E5E5;
}
.datatable th, .datatable td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
	height: 0px;
}
img.floatright {
	margin-left: 10px;
	float: right;
}
img.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
/***********************************   home tag class         */
.header_bg{
	background-image: url(../images/header_logo_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
.header {
	height: 100px;
	width: 927px;
	margin-right: auto;
	margin-left: auto;
}
	.logo {
	padding-top: 26px;
		}
	.headerright {
	font-size: 12px;
	width: 540px;
	text-align: right;
	color: #FFF;
	}
	.utility {
	padding-bottom: 25px;
	color: #818181;
	}
	.utility .links{
	float: left;
	width: 390px;
	padding-top: 13px;
	padding-left: 40px;
	}
	.utility .links ul{
	margin: 0px;
	padding: 0px;
	}	
	.utility .links ul li{
	margin: 0px;
	float: left;
	display: block;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	background-image: none;
	}	
	.utility .header_ctia{
	width: 102px;
	float: right;
	}
	.utility .links a:link, .utility .links a:visited{
	color: #FFF;
	}
	.utility .links a:hover, .utility .links a:active{

	}
	.search {}
	.searchtitle{
	font-size: 14px;
	color: #f78113;
	font-family: "Gill Sans MT", Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding-right: 3px;
	}
	.search .textbox {
	font-size: 11px;
	width: 131px;
	color: #666666;
	border: 1px solid #d2d4d5;
	padding: 4px;
	float: left;
	height: 14px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	.search .gobutton {
	background-image: url(../images/but_go.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 24px;
	width: 24px;
	background-position: left top;
	border: 0px none #FFFFFF;
	float: left;
	}
	
	.accessibility_bar{
	background-image: url(../images/accessibility_bar_bg.png);
	height: 22px;
	width: 317px;
	padding-top: 10px;
	text-align: center;
	}
	.accessibility_bar .small{
	padding-left: 10px;
	}
	.accessibility_bar .big{
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
	}
	.accessibility_bar a:link, .accessibility_bar a:visited{
	color: #FFF;
	}
	.accessibility_bar a:hover, .accessibility_bar a:active{}

.concept_block_bg
{
    background-color:#0C3466;
	background-image: url(../images/home_concept_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 324px;
	}
	.concept_block{
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	}
	.concept_left_block{
	width: 434px;
	float: left;
	font-size: 12px;
	font-size: 1.2em;
	color: #FFF;
	}
	.concept_left_block h2{
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 5px;
	}
	.concept_left_block p{
	padding-left: 5px;
	}	

	.concept_right_block{
	width: 420px;
	float: right;
	padding-right: 19px;
}
	.flash {
	height: 284px;
	width: 420px;
	padding-bottom: 21px;
	background-image: url(../images/flash_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

.homecontent_bg {
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.homeblock{}
.homeblock .column1, .homeblock .column2, .homeblock .column3,.homeblock .column4, .homeblock .column5{
	float: left;
	width: 185px;
	font-size: 0.75em;
}
.homeblock .text{
	padding-right: 20px;
	padding-left: 7px;
	padding-top: 6px;

}

.homeblock h2{
	font-size: 1.3em;
	color: #df7314;
	font-family: "Gill Sans MT", Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.homeblock h3{
	color: #df7314;
	font-family: "Gill Sans MT", Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
}
.homeblock .text p{
	padding-top: 6px;
	min-height:75px;
}
.homeblock .text li{
	padding-bottom: 10px;
}
.update_block{
	margin-right: 7px;
	margin-left: 7px;
	background-color: #f3f3f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e5e5;
}
.update_block .left{
	padding-right: 36px;
	width: 564px;
	padding-left: 7px;
	padding-top: 24px;
	padding-bottom: 14px;
	background-position: right top;
	font-size:0.8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e5e5;
	}
.update_block .right{
	padding-right: 41px;
	width: 219px;
	padding-left: 45px;
	padding-top: 24px;
	padding-bottom: 14px;
	text-align:center;
}
/* footer */
.footer_bg{
	background-color: #efeeee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
.footer {
	padding-top: 18px;
	color: #4d4d4d;
	font-size: 11px;
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.footer ul, .footer ul li{
	margin: 0px;
	padding: 0px;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	text-decoration: none;
}
.footer .links .left{
	float: left;
	width: 367px;
	padding-left: 6px;
	padding-bottom: 10px;
}
	.footer .links .left ul{
	float: left;
	width: 180px;
	}
	.footer .links .left ul li{
	padding-bottom: 3px;
	background-image: none;
	}
.footer .links .middle{
	float: left;
	width: 236px;
}
.footer .links .middle li{
	display: inline;
	padding-right: 10px;
}
.footer .links .right{
	float: right;
	width: 318px;
	text-align: right;
}
.footer .links .right .ctialogo{
	padding-right: 33px;
	padding-bottom: 70px;
}
a.rss {
background-image:url("../images/rss-icon.png");
background-position:right bottom;
background-repeat:no-repeat;
display:block;
font-size:1.5em;
height:30px;
padding:0 35px 0 0;
color:#DF7314;
float:right;
font-weight:bold;
}
