/* General styles
----------------------------------------------- */

body {
	background: #e0e1e6;
	color: #000;
	text-align: center;
	margin:16px 0 16px 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #856A3A;
	text-decoration: none;
}

a:visited {
	color: #5B3C00;
}

a:hover {
	text-decoration: underline;
}

img {border:0;}

h1 {
	margin:15px 13px 18px 13px;
	padding:11px 0 2px 0;
	border-bottom: 1px #161e43 solid;
	line-height: 0;
}



h2 {
	font-size: 1.1em;
	font-weight: normal;
	color:#0E173B;
	/*border-top: 1px #BEC0CA solid;*/
	padding: 12px 500px 0 0;
	margin: 12px 15px -18px 12px;
}

h3, p {
	font-size: 0.8em;
}

p {
	padding: 0 70px 0 282px;
	margin: 0 0 15px 0;
}

p, li {
	line-height: 1.6em;
}

ul {
	margin:0;
	padding: 0 70px 0 282px;
	list-style: none;
}

li {
	font-size: 0.75em;
	margin:0 0 10px 0;
	padding:0 0 0 14px;
	background: url(../images/bullet_small.gif) no-repeat 0 8px;
}


#PageContainer {
	width: 810px;
	background: #fff;
	margin: 0px auto;
	text-align: left;
	height: 100%;
	border: 1px #afb0ba solid;
}

#MainContent {
	height: 300px;
}

html>body #MainContent {height: auto;min-height: 300px;}

.Right {
	float: right;
}

.Left {
	float: left;
}

.Clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
}

html>body .Clear {
	margin-top:0;
}

.Top {
	margin-top: 0 !important; 
	border-top:0;
}

.OffLeft {
/* Hides things from view in a way readable by screen readers */
	position: absolute;
	width: 100px;
	left: -999px;
}

/* Hacks
----------------------------------------------- */
.IEVariousHack {
	position: relative;
}

.IEDoubleMarginHack {
	display: inline;
}

/* Hides from IE5-mac \*/
* html .HollyHack {height: 1%;}
/* End hide from IE5-mac */


/* Lists
----------------------------------------------- */
ul.ListWithBoxArrow {
	margin-top: 30px;
	margin-bottom: 10px;
}
#Home ul.ListWithBoxArrow {
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.ListWithBoxArrow li {
	margin: 0;
	padding-left: 17px;
	list-style: none;
	background: url(../images/arrow_box.gif) no-repeat 0px 6px;
	margin-bottom: 10px;
	font-weight: bold;
}
html>body ul.ListWithBoxArrow li { 
	background: url(../images/arrow_box.gif) no-repeat 0px 3px;
}


/*  Top
----------------------------------------------- */
#Top {
	height: 162px;
	position: relative;
	background: #3E436B url(../images/top_background.jpg) no-repeat top left;
	min-width: 779px;
}



/*  Logo & Tagline
----------------------------------------------- */
#Logo {
	position: absolute;
	top: 18px;
	left: 12px;
}

#Quote {
	position: absolute;
	top: 35px;
	left: 350px;
}

/*  Top Nav
----------------------------------------------- */
#TopNav {
	position: absolute;
	top: 140px;
	background: #565A7F url(../images/topnav_background.jpg) no-repeat top left;
	height: 22px;
	width: 100%;
}

#TopNav ul {
	list-style: none;
	margin:0;
	padding:0;
}

#TopNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

#TopNav ul li a, #TopNav ul li span  {
	float: left;
	padding: 3px 10px 4px 12px;
	text-decoration: none;
	color: #fff;
	background: url(../images/nav_bullet.gif) no-repeat 0px 9px;
}

#TopNav ul li.First a, #TopNav ul li.First span {
	background-image: none;
}
/*
#TopNav ul li a:hover {
	background-color: #dfdfdf;
}
*/
#TopNav ul li span  {
	font-weight: bold;
}



		
/* Footer
----------------------------------------------- */

#Footer {
	background-color: #0E173B;
	color: #F4C782;
	padding: 12px 0 50px 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border-top: 1px #fff solid;
	margin-top: 40px;
}

#Footer a {
	color: #999;
	text-decoration: underline;
}

#Home #TopNav {
	background-image: url(../images/home/topnav_background.jpg);
	background-color: #2A3352;
	top: 208px;
}

#Home #Top {
	height: 230px;
	background-image: url(../images/home/top_background.jpg);
	background-color: #0E163B;
}

#Home p {
	padding:0;
}

#Home #Footer {margin-top: 0;}

.Highlight {
	background: #fff url(../images/home/highlight_background.gif) repeat-y top left;
	height: 110px;
	border-top: 1px #afb0ba solid;
	padding-bottom: 20px;
}

.Highlight.Top {
	border-top-color: #fff;
}

html>body .Highlight {min-height: 110px;height: auto;}

.Highlight h2, .Highlight p {
	float: left;
	padding:0;
}

.Highlight h2 {
	width: 252px;
	margin: 17px 0 0 13px;
	border-top: 0;
}

.Highlight p {
	width: 490px;
	margin: 17px 0 0 10px;
}

.Highlight p a {display: block;}

/* Flexi measures
----------------------------------------------- */

#Footer, #Top, .Highlight  {
	min-width: 779px;
	width: auto;
	/* Replicates min-width behaviour for IE */
	width:expression(documentElement.clientWidth < 811 ? (documentElement.clientWidth == 0 ? (document.body.clientWidth < 811 ? "779" : "auto") : "779px") : "auto");
}

#Quote {
	left: auto;
	right: 20px;
}

.Highlight {
	position: relative;
}

.Highlight h2, .Highlight p {
	float: none;
	padding:0;
}

.Highlight p {
	margin-left: 282px;
	margin-right: 25px;
	width: auto;
}

.Highlight h2 {
	position: absolute;
	left: 0;

}


h2 {
	padding-right:300px;
}


	