/*******************************************************************
 *                        Global                                   *         
 ******************************************************************/

* {
	padding: 0;
	margin: 0;
}

img {
	display: block;
	border: 0;
}

img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

.hide {
	display: none;
}

.textHighlight {
	color: #FF9900;
	font-weight: bold;
}

div.clear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

hr {
	color: #ccc;
	height: 1px;
}

ul {
	margin: 0 0 1em 0;
}

ul li {
	padding: 0 0 0 0.5em;
	font-weight: normal;
	line-height: 120%;
	font-size: 0.75em;
	margin: 0 0 0.5em 2.5em;
}

ol {
	margin: 0 0 1em 0;
}

ol li {
	padding: 0 0 0 0.5em;
	font-weight: normal;
	line-height: 120%;
	font-size: 0.75em;
	margin: 0 0 0.5em 2.5em;
}

li li {
	font-size: 1em;
}

li ul {
	margin: 0.5em 0 0.5em 0;
}

li ol {
	margin: 0.5em 0 0.5em 0;
}







/*******************************************************************
 *                        Typography                               *         
 ******************************************************************/

body, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #005A84;
}

p {
	line-height: 120%;
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
}

a {
	color: #005A84;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
	color: #fff;
	font-size: 1em;
	font-style: normal;
	margin-bottom: 10px;
	clear: both;
}

h2 {
	color: #333;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 10px;
}

h3{
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 10px;
}

li {
	font-size: 0.8em;
}

blockquote {
	line-height: 110%;
	text-indent: 2em;
	font-size: 0.75em;
	font-weight: bold;
	font-style: italic;
	border: none;
	padding: 10px;
	margin: 0 5px 1em 0;
	background: #eee;
}

blockquote span.signoff {
	font-weight: normal;
	font-style: normal;
	text-align: right;
	display: block;
	margin-top: 1em;
}

p.caption {
	font-weight: bold;
	font-style: normal;
	margin: 0.25em 1em 2em 0;
}


/*******************************************************************
 *                       Main Structure                            *         
 ******************************************************************/

body {
	margin: 20px auto;
	width: 760px;
	background-color: #b7e1ec;
}

#header {
	margin-bottom: 30px;
}

#logo{
	float: left;
	margin: 0 30px 0 0;
}

#header ul {
	float: left;
	list-style: none;
	margin: 140px 0 0 0;
	padding: 0;
}

#header li {
	border-right: 1px solid #fff;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	font-size: 0.75em;
	font-weight: bold;
}

#header li.last {
	border: none;
	margin: 0;
	padding: 0;
}

#header li a {
	text-decoration: none;
	color: #005A84;
}

#header li a:hover {
	text-decoration: underline;
	color: #fff;
}

#nav {	/* this is LHS nav container not top nav */
	float: left;
	width: 170px;
	margin: 0 20px 20px 0;
}

#nav img {
	border: 1px solid #fff;
}

#content {
	float: left;
	width: 549px;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	border-left: 1px dotted #fff;
}

#messageBox {
	border: 1px solid #c00;
	padding: 1em;
	text-align: left;
	margin-bottom: 2em;
}

#messageBox p, #messageBox li {
	text-align: left;
	color: #c00;
	font-weight: bold;
}

#messageBox p {
	margin-bottom: 0.5em;
}

#messageBox ul {
	margin: 0;
}

#messageBox li {
	list-style-image: none;
	margin: 0 0 0.5em 2.5em;
}

#messageBox li li {
	font-size: 1em;
}

#messageBox li ul {
	margin: 0.5em 0 0.5em 0;
}

#footer {
	clear: both;
	border-top: 1px dotted #fff;
	padding: 20px 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #005A84;
	text-decoration: underline;
}

#footer p {
	text-align: right;
	font-size: 0.7em;
	color: #fff;
}

#footer ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	border-right: 1px solid #fff;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	font-size: 0.7em;
}

#footer li.last {
	border: none;
	margin: 0;
	padding: 0;
}

/*
#footer p a {
	color: #003d7d;
	text-decoration: underline;
}

#footer p a:hover {
	color: #fff;
	text-decoration: underline;
}
*/






/*******************************************************************
 *                     Services navigation                         *         
 ******************************************************************/

#nav ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#nav ul li {
	padding: 0;
	font-weight: normal;
	line-height: 120%;
	font-size: 0.7em;
	margin: 0;
}

#nav ul li a {
	padding: 5px 0;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#nav ul li a:hover {
	background: #fff;
	text-decoration: none;
	color: #005A84;
}

#nav li li {
	font-size: 1em;
}

#nav li ul {
	margin: 0.5em 0 0.5em 1em;
}







ul#mainNav {
  list-style: none;
}

#mainNav li {
	float: right;
	white-space: nowrap;
	list-style: none;
}

#mainNav li a{
	display: block;
	padding: 0 0 0 6px;
	margin: 90px 0 0 6px;
	color:#666;
	font-weight: normal;
	text-decoration: none;
	border-left: 1px solid #333;
}

#mainNav li.last a{
	border-left: 0;
}

#mainNav li a:hover {
	text-decoration: underline;
  color:#000;
}






/*******************************************************************
 *                         Contact page                            *         
 ******************************************************************/

#contactFormTable {
	width: 370px;
	border-collapse: collapse;
	margin-bottom: 30px;
}

#contactFormTable td {
	padding: 3px;
	font-size: 0.8em;
}

td.messages {
	width: 5px;
	text-align: center;
	color: #c00;
}

