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

body {
	background-color: #00557D;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

p {
	padding: 0 10px;
	font-size:.85em;
	line-height: 130%;
}

p.head {
	padding: 0px 50px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
}

p.articlehead {
	padding: 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

p.servb {
	padding: 0 10px;
	font-size: .95em;
	line-height: 150%;
}
	
p.contactinfo {
	padding: 0 50px;
	text-align:right;
	font-size:.9em;
}


/* div styling */

#Wrapper {
	margin:0 auto;
	padding:0;
	width:900px;
}

#ColumnWrap {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#006699;
}
#LeadWrap {
	margin:0;
	padding:0;
	width:900px;
	height:535px;
	background:#006699;
}
#TopBar {
	margin:0; 
	background:#FFF url('img/header.gif');
	width:900px;
	height:125px;
	padding:0;
	margin:0;
	position:relative;
	z-index: 8;
}

#MidBar {
padding:0;
margin:0;
height:500px;
background: #B2D0DF;
position: relative;
z-index: 4;
}

#FlashDiv {
	top: -105px;
	position: relative;
	padding:0;
	z-index: 6;
}

#ContactBox {
	margin: 0;
	padding: 0;
	width:900px;
	height: 450px;
	float:right;
	position:absolute;
	background: #006699 url('img/map.png') no-repeat;
	}
	
#ContentBox {
	width:660px;
	float:right;
	border-left:dashed #52A3CB 2px;
	margin-top: -90px;
	}

#SideBar {
	width:230px;
	float:left;
	text-align: right;
	line-height:150%;
	margin-top: -90px;
}

#Footer {
clear:both;
height: 5px;
}

/* link styling */

a:link {
	color: #00557D;
	text-decoration:none;
}
a:visited {
	color: #00557D;
	text-decoration:none;
}
a:hover {
	color: #666;
	text-decoration:none;
}

a:link.sidelink {
	color: #ffffff;
	text-decoration:none;
	font-size: .9em;
}
a:visited.sidelink {
	color: #ffffff;
	text-decoration:none;
	font-size: .9em;
}
a:hover.sidelink {
	color: #cccccc;
	text-decoration:none;
	font-size: .9em;
}

a:link.whitelink {
	color: #ffffff;
	text-decoration:none;
}
a:hover.whitelink {
	color: #cccccc;
	text-decoration:none;
}
a:visited.whitelink {
	color: #ffffff;
	text-decoration:none;
}

a:link.orangelink {
	color: #EF8A38;
	text-decoration:none;
	font-weight:bold;
}
a:hover.orangelink {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}
a:visited.orangelink {
	color: #EF8A38;
	text-decoration:none;
	font-weight:bold;
}

/* top link navigation */

#navcontainer ul
{
padding:0;
margin: 105px 0;
color: #666 ;
float: right;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; z-index: 10;}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
color: #00557D;
text-decoration: none;
float: right;
}

#navcontainer ul li a:hover
{
color: #999;
}

