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

html { min-height: 100%; margin-bottom: 1px; }

body {
background-color:#FFFFFF;
padding:0px;
margin:0px;
top:0px;
}

#container{
width:1000px;
margin: 0 auto;
top:30px;
position:relative;
}

#colcontain{
width:1000px;
top:0px;
margin:0px;
padding:0px;
left:0px;
float:left;
position:relative;
}

#colcontain_sub{
width:1000px;
top:0px;
margin:0px;
padding:0px;
left:0px;
float:left;
position:relative;
}

#col1{
width:396px;
top:0px;
margin:0px;
padding:0px;
left:0px;
float:left;
position:relative;
display:inline;
}

#col1_sub{
width:1000px;
top:0px;
margin:0px;
padding:0px;
left:0px;
float:left;
position:relative;
display:inline;
}

#col2{
width:347px;
top:0px;
margin:0px;
left:0px;
float:left;
position:relative;
padding-bottom:10px;
}

#blue1{
padding:20px 66px 20px 30px;
width:101px;
height:108px;
position:relative;
float:left;
display:inline;
}

#blue2{
padding:22px 0px 20px 0px;
width:1px;
height:108px;
position:relative;
float:left;
}

#blue3{
padding:20px 0px 20px 25px;
width:107px;
height:89px;
position:relative;
float:left;
}

#col3{
width:257px;
top:0px;
margin:0px;
padding:0px;
left:0px;
float:left;
position:relative;
background:transparent url(../img/rightbar.jpg) no-repeat;
}

#col3text{
width:222px;
padding:233px 0px 30px 20px;
font-family:Helvetica, Arial, sans-serif;
font-size:10px;
color:#293341;
line-height:14px;
}

#col3text ul{
list-style:disc;
margin: 8px;
padding: 8px;
color:#d64e0a;
}

#col3text li{
padding-bottom:5px;
}

.white{
color:#FFFFFF;
font-size:12px;
}

.grey{
color:#002e62;
}

#col2white{
width:347px;
height:67px;
background-color:#FFFFFF;
top:0px;
margin:0px;
padding:0px;
left:0px;
float:left;
position:relative;
}

#titlebar{
width:292px;
padding:117px 0px 20px 30px;
float:left;
position:relative;
font-family:Helvetica, Arial, sans-serif;
color:#002e62;
font-size:12px;
line-height:16px;
}

#logo{
width:396px;
height:184px;
position:relative;
float:left;
background:transparent url(../img/logo.jpg) no-repeat;
}

#logo_sub{
width:1000px;
height:184px;
position:relative;
float:left;
background:transparent url(../img/logo.jpg) no-repeat;
}

#subcontent{
width:940px;
padding:0px 0px 30px 30px;
font-family:Helvetica, Arial, sans-serif;
color:#002e62;
font-size:12px;
line-height:16px;
float: left;
}

#subcontent a:link
{
color: #FF3300;
text-decoration:underline;
}
#subcontent a:visited
{
color:#FF3300;
text-decoration: underline;
}
#subcontent a:hover
{
color:#3658cb;
text-decoration: underline;
}
#subcontent a:active
{
color: #FF3300;
text-decoration: underline;
}

.orange{
color:#FF3300;
}

#mainimage{
width:396px;
height:393px;
position:relative;
float:left;
background:transparent url(../img/main01.jpg) no-repeat;
border-bottom: 1px solid #ffffff;
}

#bluearea{
width:396px;
background-color:#002e62;
position:relative;
float:left;
}

#bo/ttomdivider{
width:1000px;
height:5px;
background:transparent url(../img/bottombar.gif) no-repeat;
position:relative;
float:left;
}

#bo/ttomdivider_sub{
width:1000px;
height:5px;
background:transparent url(../img/bottombar2.gif) no-repeat;
position:relative;
float:left;
}

#bo/ttomdivider_sub2{
width:1000px;
height:1px;
background:transparent url(../img/bottombar2.gif) no-repeat;
position:relative;
float:left;
}

#footer{
padding:10px 0px 10px 0px;
width:1000px;
height:60px;
position:relative;
float:left;
font-family:Helvetica, Arial, sans-serif;
color:#999999;
font-size:10px;
border-top: 1px solid;
}

#nav{
width:1000px;
height:31px;
float:left;
position:relative;
background:transparent url(../img/navback.gif) no-repeat;
}

.button {
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing:0px;
	text-align:center;
	float:left;
	display:inline;
	}
	
	.button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	.button li {
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	.button li a {
		display: block;
		padding-top:10px;
		padding-bottom:10px;
		color: #FFFFFF;
		text-decoration: none;
		width: 200px;
		}

	html>body .button li a {
		width: auto;
		}

	.button li a:hover {
		background:transparent url(../img/nav01.gif) no-repeat;
		color: #FFFFFF;
		}
		
		.button2 {
	width: 199px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing:0px;
	text-align:center;
	margin-left:1px;
	float:left;
	}
	
	.button2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	.button2 li {
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	.button2 li a {
		display: block;
		padding-top:10px;
		padding-bottom:10px;
		color: #FFFFFF;
		text-decoration: none;
		width: 199px;
		}

	html>body .button2 li a {
		width: auto;
		}

	.button2 li a:hover {
		background:transparent url(../img/nav02.gif) no-repeat;
		color: #FFFFFF;
		}
		
		.button3 {
	width: 199px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing:0px;
	text-align:center;
	margin-left:1px;
	float:left;
	}
	
	.button3 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	.button3 li {
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	.button3 li a {
		display: block;
		padding-top:10px;
		padding-bottom:10px;
		color: #FFFFFF;
		text-decoration: none;
		width: 199px;
		}

	html>body .button3 li a {
		width: auto;
		}

	.button3 li a:hover {
		background:transparent url(../img/nav03.gif) no-repeat;
		color: #FFFFFF;
		}
		
.bluetext{

color:#002e62;
}

.small{
font-size:10px;
}

.smallblue{
font-size:10px;
color:#002e62;
}
#tabs {
		width: 935px;
		float: left;
		border: 1px solid #002e62;
	margin: 0 auto;
}
#tabs ul.ui-tabs-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 13px;
}	
#tabs ul.ui-tabs-nav li {
	float: left;
	border-right: 1px dotted #6394CB;
	text-align: center;

	}
.ui-state-default {
	background-color: #002E62;
	}
#tabs ul li.ui-state-active {
	background-color: #ffffff;
	}
#tabs ul.ui-tabs-nav li a:link {
	text-decoration: none;
	padding: 7px;
	color: #ffffff;
	display: block;
	}
#tabs ul.ui-tabs-nav li a:link span { 
width: 141px;
display:block;
}
#tabs ul li.ui-state-active a:link {
	color: #002E62;
	
	}
#tabs ul.ui-tabs-nav li a:hover {
	background-color: #6394cb;
	}
.ui-tabs .ui-tabs-hide {
     display: none !important;
}
.ui-tabs-panel {
	padding: 20px 10px;
	float: left;
	width: 900px;
	}
.noborder {
	border: none !important;
	}
	a:focus {
		outline: none;
		}
table.margin {margin-top: 25px;}
#fragment-6 img {margin-top: 10px;}