@charset "utf-8";
/* Main Styles */

body {
font-family:Tahoma;
background-color:#7193a6;
height:100%;
margin:0;
padding:0;
}
.master {
background-image:url(../images/headerbg.gif);
background-repeat:repeat-x;
background-color:#e9ebec;
margin-left:auto;
margin-right:auto;
width:100%;
height:100%;
}
.mastertop {
width:100%;
height:50px;
}
.maincontainer {
background-image:url(../images/background.gif);
background-repeat:repeat;
margin-left:auto;
margin-right:auto;
width:790px;
min-height:800px;
display:table;
}
.headerbg {
background-image:url(../images/topban_bg.gif);
background-repeat:no-repeat;
width:790px;
height:190px;
margin-left:auto;
margin-right:auto;
}
.headban {
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
width:780px;
height:190px;
margin-left:auto;
margin-right:auto;
}
.subnav {
color:#666666;
font-size:11px;
margin:118px 38px 0 0;
float:right;
text-align:center;
}
.subnav a, a:visited {
color:#205576;
font-weight:bold;
text-decoration:none;
}
.subnav a:hover {
color:#205576;
font-weight:bold;
text-decoration:underline;
}
.midcontainer {
background-image:url(../images/mainbg.gif);
background-repeat:repeat;
background-color:#FFFFFF;
width:780px;
margin-left:auto;
margin-right:auto;
}
.leftcontent {
width:515px;
float:left;
}
.rightcontent {
width:245px;
float:right;
padding-right:20px;
}
.content {
width:500px;
font-size:11px;
line-height:14px;
font-weight:normal;
font-family:Tahoma;
color:#666666;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}
.content a {
color:#000000;
font-weight:normal;
text-decoration:underline;
}
.content a:visited{
color:#000000;
font-weight:normal;
text-decoration:underline;
}
.content a:hover{
color:#000000;
font-weight:normal;
text-decoration:none;
}

.content ul {
list-style:circle;
padding:0 0 0 25px;
margin:0 0 0 25px;
}
.boxhead {
background-image:url(../images/boxhead.gif);
background-repeat:no-repeat;
width:212px;
height:34px;
float:right;
text-align:left;
}
.boxhead a {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.boxhead a:visited{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.boxhead a:hover{
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}
.boxmain {
background-image:url(../images/boxmain.gif);
background-repeat:no-repeat;
width:212px;
height:62px;
float:right;
font-size:10px;
text-align:center;
}

.footer {
background-image:url(../images/footer.gif);
background-repeat:repeat-x;
width:100%;
height:80px;
clear:both;
float:left;
border-top:2px solid #FFFFFF;
}
.legal {
margin-left:auto;
margin-right:auto;
width:550px;
padding:5px 0 0 10px;
text-align:center;
font-size:10px;
color:#666666;
}
.legal a {
font-size:10px;
font-weight:bold;
color:#666666;
text-decoration:none;
}
.legal a:visited {
font-size:10px;
font-weight:bold;
color:#666666;
text-decoration:none;
}
.legal a:hover {
font-size:10px;
font-weight:bold;
color:#000000;
text-decoration:underline;
}
ul.main_list{
list-style:circle;
padding:5px 0 5px 95px;
margin:5px 0 5px 95px;
}
ul.sub_list{
list-style:circle;
padding:5px 0 5px 10px;
margin:5px 0 5px 10px;
}
h1 {
padding:10px 0 0 15px;
margin:0;
font-weight:bold;
font-size: 12px;
color:#FFFFFF;
}
h2 {
padding:5px 0 5px 0;
font-weight:normal;
font-size: 13px;
color:#666666;
text-align:left;
}
h3 {
padding:0 0 0 0;
margin:0 0 0 0;
font-weight:normal;
font-size: 14px;
font-weight:bold;
color:#1b4967;
text-align:left;
border-bottom:1px solid #1b4967;
}
.calltoaction {
margin-left:auto;
margin-right:auto;
font-size:14px;
text-align:center;
font-weight:bold;
}
.calltoaction a {
color:#1b4967;
text-decoration:underline;
font-weight:bold;
}
.calltoaction a:visited {
color:#1b4967;
text-decoration:underline;
font-weight:bold;
}
.calltoaction a:hover {
color:#1b4967;
text-decoration:none;
font-weight:bold;
}
fieldset {
-moz-border-radius:5px;
-moz-border-top-colors: transparent #D0D0BF transparent;
-moz-border-right-colors: transparent #D0D0BF transparent;
-moz-border-bottom-colors: transparent #D0D0BF transparent;
-moz-border-left-colors:  transparent #D0D0BF transparent;
}
.small {
color:#666666;
font-size:10px;
}
/*Main Navigation Styles*/
#nav {
	width:490px;
	height:42px;
	float:right;
	margin:145px 0 0 0;
}
#nav ul {
	float:left;
	list-style:none;
	position:relative;
	left:50%;
	margin:0;
	padding:0;
	z-index:99;
}
#nav ul li {
	float: left;
	position:relative;
	left:-50%;
}
#nav li a {
	background-image:url(../images/navbg.png);
	background-repeat:no-repeat;
	width:95px;
	display: block;
	padding: 0 1px 0 1px; /* Sets the width of each nav item */
	font: bold 12px/28px arial, sans-serif; /* Sets the height of the nav (change the line-height) */
	text-decoration: none;
	text-align:center;
	color: #ffffff;
	cursor:pointer;
}
#nav li a:hover {
	background-image:url(../images/navbg_over.png);
	background-repeat:no-repeat;
}

#expandableAreas h1 {
	font-size:14px;
	font-weight:normal;
	color:#8B1D04;
	margin:0 5px 0 5px;
	padding:0 5px 0 5px;
	text-decoration:none;	
}

.expandareas {
	margin:0 0 0 25px;
	padding:5px;
}
#slidingDiv {
	background-color:#99b0c0;
	border:1px solid #FFFFFF;
	display: none;
	width:120px;
	position:absolute;
	z-index:98px;
	margin:0 0 0 120px;
	padding:5px;
	font-size:10px;
	text-align:left;
	color:#ffffff;
}

#slidingDiv a:link {
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	text-transform:none;
}

#slidingDiv a:visited {
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	text-transform:none;
}

#slidingDiv a:hover {
	color:#ffffff;
	text-decoration:underline;
	font-size:10px;
	font-weight:normal;
	border-bottom:none;
	text-transform:none;
}
label.error {
	float: none;
	color: #ff0000;
	font-weight:normal;
	font-size:10px;
	padding-left: .5em;
	vertical-align: top;
}

table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:620px;
width:662px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:999;
padding:2px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:0;
top:-15px;
position:absolute;
color:#6fa5fd;
font-weight:bold;;
display:block;
}
#button{
text-align:right;
}


