﻿/*==============GLOBAL=============*/
*{margin:0;padding:0;}
html{font-size:62.5%;}
a{text-decoration:none;}
ul{list-style:none;}
img{border:0;}

body{
font:1em/1.5em verdana,sans-serif;
color:#333;
text-align:center;
}

/*==============SPRITES=============*/
#nav,#nav ul,#nav a,#nav #navFirst{background:url("images/sprite1.gif") no-repeat;}/*nav tabs*/
#crumbs,#crumbs span,#footer{background:url("images/sprite2.png") no-repeat;}/*page layout backgrounds*/
.box1,.box2,.box1 h3,.box2 h3{background:url("images/sprite3.jpg") no-repeat 0 100%;}/*box tops and bottoms*/
.boxIn{background:url("images/sprite4.gif") repeat-y;}/*box repeaters*/

/*==============LAYOUT=============*/
#wrap{
margin:0 auto;
text-align:left;
width:1000px;
}

#header{
float:left;
width:100%;
background:url("images/banner1.jpg") no-repeat 203px 0;
padding:1.4em 14px 0;
margin-bottom:0.3em;
}
#header img{
float:left;
margin-bottom:3px;
}
#header h1{
font:bold 2.8em/0.9em trebuchet ms,tahoma,sans-serif;
float:left;
width:106px;
margin:0 44px 0 8px;
display:block;
}
#header span{
font-size:1.2em;
display:block;
float:left;
margin:2.6em 24px 0 0;
color:#fff;
}
#header a{color:#fff;}

#crumbs{
float:left;
position:relative;
display:block;
font:italic 1.3em verdana;
color:#002F46;
line-height:35px;
width:1000px;
}
#crumbs p{
display:block;
background-position:-112px;/*right butt*/
padding-left:100px;
}
#crumbs span{
background-position:0 -62px;/*left butt*/
position:absolute;
top:0;
right:3px;
font-style:normal;
margin:0.2em 0;
line-height:28px;
padding:0 14px;
width:771px;
/*width:799px; IE5 box model*/
}
#crumbs a{color:#002F46;}

.column{float:left;width:50%;}

#content{
font-size:1.2em;
background:url("images/contentBG.gif") no-repeat 0 0;
float:left;
width:890px;
/*width:1000px; IE5 box model*/
padding:2em 60px 2em 50px;
}

#footer{
text-align:center;
background-position:0 -143px;
height:2.5em;
padding:0.7em 0 0 0;
margin:2em 0;
clear:both;
width:902px;
}
#footer ul li{
display:inline;
padding:0 1em;
}
#footer a{
color:#666;
text-decoration:underline;
}

/*==============LINKS=============*/

#content a{text-decoration:underline;}
#content a:visited{}
#content a:hover{text-decoration:none;}
#content a:active{}

/*==============TOP NAV=============*/
#nav{
float:left;
width:1000px;
position:relative;
background-color:#002F46;
background-position:0 -219px;
height:3.35em;
}
#nav ul{
position:absolute;
bottom:0;
right:0;
padding:8px 125px 0 0;
float:right;
background-position:100% -294px;
}

#nav li{
float:left;
width:auto;
border-left:1px solid #ccc;
position:relative;
}
#nav a{
font:bold 1.5em trebuchet ms,tahoma,sans-serif;
float:left;
background-position:100% 0;
background-color:#B4AAB0;
width:auto;
display:block;
color:#3C6463;
border-left:1px solid #54a7a7;
padding:0 16px;
line-height:1.7em;
}
#nav a:hover{
color:#ffffff;
background-position:100% -53px;
border-left-color:#8F2943;
}

#nav #navFirst{border-left:0;}
#navFirst a{
background-position:0 -112px;
background-color:#ffffff;
padding:0 16px;
border-left:0;
}
#navFirst a:hover{background-position:0 -168px;}

/*-------dropdowns-------*/
#nav li ul {
position:absolute;
top:26px;
left:-999em;
background:0;
font-size:100%;
width:200px;
padding:0;
}

#nav li li{
padding:0;
border:0;
width:200px;
z-index:10;
}
#nav li li a{
border:0;
background:#840017;
width:200px;
color:#ffffff;
}
#nav li li a:hover{
color:#B1D6D6
}

/*(dynamically add .sfhover class for lte IE6):*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left:0;}


/*==============CONTENT=============*/
#content p{
margin:0 1.3em 1.2em 1.3em;
}
#content h1,#content h2,#content h3{
color:#002F46;
font:900 1.75em trebuchet MS;
text-transform:uppercase;
margin:0 0 0.5em 0;
letter-spacing:1px;
}
#content h2{

font-size:1.334em;
margin:0 0 0.5em 1em;
}

/*===============BOXES=================*/
.box1,.box2,{
width:430px;
float:left;
margin:0 10px 20px 0;
padding-bottom:7px;
}

#content .box1 h3,#content .box2 h3,{
padding:8px 8px 0;
margin:0 0 -70px;
height:100px;
line-height:normal;
color:#fff;
font-size:1.667em;
text-align:center;
text-transform:none;
}
.box1 img,.box2 img,{float:left;margin:12px 0 6px;}
#content .box1 p,#content .box2 p{
width:180px;
float:left;
margin:0 0 0 22px;
overflow:hidden;
height: 11em;
}

#content .box1 a{color:#235A87;}
#content .box2 a{color:#444427;}


.box1 h3{background-position:-1052px 0;}
.box2 h3{background-position:-1570px 0;}

.box2{background-position:-537px 100%;}
.box2 .boxIn{background-position:-470px 0;}


/*==============MISC=============*/
.clearBoth{clear:both;}
.floatL{float:left;}
.floatR{float:right;}
.smallPrint{font-size:0.9em;color:#002F46;}.bullet {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 2.5em;
}
.a_link_style {
	color: #660000;
	text-decoration: underline;
}
.column100 {
	float:left;
	width:85%;
	background-color: #FFFFFF;
}
.field_title {
	font-family: Tahoma;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding: 6px;
}
.H3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #003333;
	text-align: left;
}
.bodybld {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003333;
}
.bodylnk1 {
	text-decoration : underline;
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	color: #022d40;
	font-weight: normal;
	background-position: center center;
}

.bodylnk2 {
	text-decoration : underline;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #022d40;
	font-weight: normal;
}