@charset "utf-8";
/* CSS Document */

/* Embed Font */
@font-face { 
	font-family: "Arial";
	src: url(Font/'Arial.ttf'); 
} 

/* Default Tags */
html {
	background-color: #708090;
	font-family: "Arial";
}

h1 {
}

h2 {
	font-size: 14px;
	line-height: 0px;
}

p {
	color: #40404f;
	line-height: 20px;
}

/* Container */
#container {
	width: 1000px;
	margin: 0 auto;
}

/* Header */
#header {
	height: 73px;
	background-color: #01539D;
	overflow: hidden;
	margin-bottom: 3px;
}

#header_left {
	float: left;
}

#header_center {
	font-size:12px;
	float:left;
	line-height: 45px;
	color: black;
	background-color: white;
	text-align: center;
	padding: 0px 16px 0px 20px;
	font-style: italic;
}

#header_right {
	float:right;
	width: 290px;
	overflow: hidden;
}

.header_image{
	height:75px;
}

/* Navigation */
#navigation {
	height: 30px;
	line-height: -10;
	width: 1000px;
	margin-bottom: 12px;
}

#tab {
	height: 30px;
	color: #0E4D92;
	float: left;
}

#tab_content {
	float: left;
	background-image: url(Images/tabmiddle.png) ;
	height: 30px;
	overflow: hidden;
	padding-top: 5px;
	font-size: 25px;
	padding-left: 71px;
	padding-right: 71px;
	border-right: #FFF solid 1px;
	border-left: #FFF solid 1px;
	border-bottom: #003399 solid 2px;
	border-top: #003399 solid 2px;
}

#tab_contact {
	height: 30px;
	color: #0E4D92;
	float: left;
}

#tab_content_contact {
	float: left;
	background-image: url(Images/tabmiddle.png) ;
	height: 30px;
	overflow: hidden;
	padding-top: 5px;
	font-size: 25px;
	padding-left: 71px;
	padding-right: 74px;
	border-left: #FFF solid 1px;
	border-bottom: #003399 solid 2px;
	border-top: #003399 solid 2px;
}

#tab_home {
	height: 30px;
	color: #0E4D92;
	float: left;
}

#tab_content_home {
	float: left;
	background-image: url(Images/tabmiddle.png) ;
	height: 30px;
	overflow: hidden;
	padding-top: 5px;
	font-size: 25px;
	padding-left: 72px;
	padding-right: 71px;
	border-right: #FFF solid 1px;
	border-bottom: #003399 solid 2px;
	border-top: #003399 solid 2px;
}

a:link {
	color: #fff;
	font-size: 14px;
}

a:visited {
	color: #fff;
	font-size: 14px;
}

a:hover {
	color: #fff;
	font-size: 14px;
}

/* Banner */
#banner {
	height: 200px;
	background-color: #0F4D92;
	margin-bottom: 6px;
}

#logoPart { background:#000; height:90px;}

#bannerTD { width:1000px; height:200px; background-color:#333; background-repeat: no-repeat;}
#bannerTD #bannerContainer { width:1000px; height:200px; text-align:center;}
#bannerTD #bannerContainerCover { width:1000px; height:200px; text-align:center;}
#bannerTD #bannerBody { height:200px; text-align:center;}

#bannerTD #bannerFooter {     
    background:#000; height:80px; 
    display:none; 
    width:1000px;
}
#bannerTD #bannerFooterNav { 
    position:absolute;
    top:335px;margin-top:0;
    left:50%;margin-left:-450px;
    width:1000px;
}
.footerCell{ padding:5px; text-align:left; border:0px #F90 solid;}
.footerCell .footerTitle {font-family:tahoma, arial; font-size:11px; color:#fff; font-weight: bold;}
.footerCell .footerDesc {font-family:tahoma, arial; font-size:11px; color:#efefef;}
.footerCell ul {list-style: none; margin: 2px; margin-left: 75px; padding-left: 10px;}
.footerCell ul li {margin: 2px; line-height: 13px; padding: 0;}
.footerLink {text-align: right;}

.footerCell .imgDiv{ position:relative; float:left; width:80px; height:65px; margin: 2px 1px 0px 1px;}
.bttnMore {width:57px; height:19px; float: right;}
.bttnMore a{display: block; background:url(img/gen/bttn_more_small.png) 0 0 no-repeat; line-height: 19px; text-decoration: none;}

.imgBgDiv_i {
    width:82px; height:67px;
    background: url(img/gen/thumbBgBordered.png) 0 0 no-repeat;
    padding: 0;
    float:left;
}


#bannerCornerOverlayT{position:absolute; left:50%; margin-top:0; margin-left:-450px; top:90px; background:url(img/gen/bg_bigbanner_trans.gif) 0 -5px no-repeat; width:900px; height:5px; z-index:1000;}
#bannerCornerOverlayB{position:absolute; left:50%; margin-top:0; margin-left:-450px; top:410px; background:url(img/gen/bg_bigbanner_trans.gif) 0 0 no-repeat; width:900px; height:5px; z-index:1001;}

form {color:#efefef; margin:0;}

/* Content Wrapper */
#content {
	width: 1000px;
}

#content p {
	font-size: 14px;
}

#content a {
	font-size: 14px;
	color: #0171D6;
}

#content em {
	float: right;
	margin-right: 120px;
	font-style: normal;
	margin-top: -15px;
}

#content h1 {
	font-size: 20px;
	color:#0171D6;
	line-height: 25px;
}

#content li {
	margin-bottom: -20px;
}

#content h2 {
	font-size: 16px;
	color:#015CAF;
	<!-- margin-top: 20px; -->
}

/* Sidebar */
#sidebar {
	width: 240px;
	float: left;
	background-color: #e5e4e2;
	border: 0px 4px 0px 4px solid black;
	margin-bottom: 30px;
}

#sidebar_content {
	padding: 0px 10px 0px 10px;
}

.sidebar_image {
	width: 180px;
}

#sidebar h1 {
	font-size: 20px;
	color:#0171D6;
	line-height: 25px;
}

#sidebar li {
	margin-bottom: -20px;
}

#sidebar h2 {
	font-size: 16px;
	color:#015CAF;
	margin-top: 20px;
}

/* Main */
#main {
	width: 740px;
	float:right;
	background-color: #e5e4e2;
}

#main_content {
	padding: 0px 10px 0px 10px;
}

#main h1 {
font-size: 20px;
color:#0171d6;
<!-- line-height: 25px; -->
}

#main h2 {
font-size: 16px;
color:#015caf;
}

#main li {
	margin: -20px;
}

#main ul {
	margin-top: 30px;
	list-style: square;
	color: #0F4D92;
}

#column_1 {
	width: 350px;
	float: left;
	margin-bottom: 40px;
}

#column_2 {
	width: 330px;
	float: right;
	margin-bottom: 40px;
	padding-right: 10px;
}

.profile {
	height: 147px;
	width: 100px;
	margin-right: 10px;
	float: left;
}

.profile2 {
	height: 102px;
	width: 100px;
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
}

#profile {
	width: 720px;
	margin-bottom: 50px;
}

#profile2 {
	width: 720px;
	margin-bottom: 20px;
}

#code {
	font-size: 13px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left: 40px;
	font-weight: bold;
}


/* Footer */
#footer {
}

/* Rounded Corners */
#corners_top {
	height:25px;
}

#corners_bottom {
	height: 25px;
}

#top_left {
	float: left;
	height: 25px;
	width:25px;
	background-image: url(Images/topleft.jpg)
}

#top_right {
	float: right;
	height: 25px;
	width:25px;
	background-image: url(Images/topright.jpg)
}

#bottom_left {
	float: left;
	height: 25px;
	width:25px;
	background-image: url(Images/bottomleft.jpg)
}

#bottom_right {
	float: right;
	height: 25px;
	width:25px;
	background-image: url(Images/bottomright.jpg)
}

/* Spacer */

#spacer {
	height: 50px;
	width: 100%;
	background-color: #708090;
	float: left;
}
