@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

html{
	min-width: 966px;
}

body{
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	width: 960px;
	border: 2px solid black;
	position: absolute;
	left: 50%;
	margin-left:-480px;
	margin-top: 1em;
	padding-bottom: 2em;
}

#header{
	width: 100%;
	height: 271px;
	background: #000099 url(images/header_bg.jpg) repeat-x;
}

#top_hr{
	clear: both;
	width: 48.5em;
	margin-left: 8.3em;
	color:#FFFFFF;
	noshade: noshade;
}

h1{
	width: 256px;
	height: 179px;
	background:url(images/logo.png) no-repeat;
	text-indent: -99999px;
	float:left;
	margin-top: 0.5em;
	margin-left: 1em;
}

h1 a{
	display: block;
	width: 100%;
	height: 100%;
}

/*NAVIGATION TOP START*/

#top_nav{
	float: right;
	margin-top: 10.5em;
	margin-right: 2em;
}

#top_nav li{
	display: inline;
	padding-right: 1em;
	font-size: 1.4em;
}

#top_nav li a{
	color: #FFFFFF;
	text-decoration:none;
}

#top_nav li a:hover{
	text-decoration: underline;
}

/*NAVIGATION END*/

#mainContent{
	margin-left: 4em;
	margin-top: 1em;
}

h2{
	margin-bottom: 2em;
	font-size: 1.2em;
	border-bottom: 1px solid black;
	width: 44em;
}

.intro{
	width: 45%;
	float: left;
	text-align: justify;
}

#highlighter{
	float: right;
	margin-top: -19.3em;
	margin-right: 3em;
	border: 2px solid black;
}

#Services_Home{
	clear:both;
	width: 14em;
	margin-left: 2em;
}

#service_list_home{
	padding-top: 2em;
	margin-left: 3em;
}

#service_list_home li{
	font-weight: bold;
}

.more{
	margin-top: 1em;
	font-size: 0.8em;
	float: right;
}

.more a{
	text-decoration: none;
	color: #000099;
}

.more a:hover{
	text-decoration: underline;
}

#footer{
	margin-left: 22em;
}

#footer_fix{
	margin-left: 13em;
	margin-top: 2em;
}

#footer_fix #strapline{
	margin-left: 3em;
}

#foot_nav{
	width: 19em;
	border-top: 2px solid #0066ff;
	font-size: 0.7em;
	padding-left: 4em;
	padding-top: 0.5em;
	margin-top: 1em;
}

.foot_nav_fix{
	margin-left: 10em;
}

#foot_nav li{
	display: inline;
	padding-left: 1em;
}

#foot_nav li a{
	color: #000066;
	text-decoration: none;
}

#foot_nav li a:hover{
	text-decoration: underline;
}

#strapline{
	margin-left: -3.5em;
	margin-top: 4em;
}

.services_about{
	margin-top: 1em;
	margin-right: 3em;
	text-align: justify;
}

.service_section{
	margin-top: 1em;
	padding-bottom: 0.2em;
}

.msg_head{
	background: url(images/plus.png) no-repeat;
	background-position: 4px 7px;
	padding-left: 2em;
	margin-top: 0.5em;
	cursor: pointer;
}

.msg_list{
	border-top: 2px solid #000099;
	width: 25em;
	background: url(images/list_bg.jpg) repeat-x #fff;
	min-height: 7em;
}

.service_list{
	margin-left: 4em;
}

#Links{
	margin-top: 1em;
}

#email{
	float: right;
	margin-top: -35em;
	margin-right: 8em;
}

.copy{
	margin-top: 1em;
	font-size: 0.8em;
	margin-left: 6em;
}

.copy_fix{
	margin-top: 1em;
	font-size: 0.8em;
	margin-left: 15em;
}