@import url('reset.css');

.clear {
	clear: both
}
	
img.right {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 5px;
}

img.left {
  	float: left;
  	clear: right;
  	margin: 5px 5px 5px 0;
}

body { 
	margin: 0 auto;
	background: #eee url(/images/body-bg.jpg) repeat-x top left;
	text-align: center;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 140%;
	line-height: 1.4em;
	color: #4a4766;
}

p {
	margin: .5em 0;
}


/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	margin-bottom: .5em;
	font-weight:normal;
}

h1 {
	font-size: 24px;
}


h2 {
	font-size: 18px;
}


h3 {
	font-size: 18px;
	color: #003366;
	font-weight: bold;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color: #036;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 824px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	width: 824px;
	padding: 10px;
	float: left;

}

div#mast {
	float: left;
	width: 824px;
	height: 80px;
	background-color: #eee;
	margin-bottom: 10px;
}

div#banner {
	float: left;
	width: 824px;
	height: 140px;
	background: #eee url(/images/header.jpg) no-repeat top left;
	position: relative;
}

div#TopMenu {
	float: left;
	width: 822px;
	margin-left: 2px;
	height: 50px;
	background: #000 url(/images/menu-bg.jpg) repeat-x top left;
	position: relative;
}

div#services {
	float: left;
	width: 824px;
	height: 280px;
	background: #eee url(/images/banner.jpg) no-repeat top left;
	position: relative;
}

div#statementIndex {
	float: left;
	width: 824px;
	height: 170px;
	background: #eee url(/images/statementBox.png) no-repeat top left;
	position: relative;
}

div#servicesBox {
	float: left;
	width: 300px;
	height: 200px;
	padding: 50px;
}

div#content {
	width: 824px;
	float: left;
}

div#sidebar {
	width: 240px;
	padding: 5px;
	float: left;
	background-color: #eee;
}

div#main {
	float: left;
	padding: 13px;
	width: 800px;
	background-color: #d0dae3;
}

div#footer {
	float: left;
	width: 805px;
	padding: 10px;
	background-color: #eee;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	width: 250px;
	height: 100px;
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	text-decoration: none;
}

ul#menu {
	height:26px;
	padding-top:5px;
}

ul#menu li {
	color:#fff;
	float:left;
	font-size:22px;
	font-weight:bold;
	height:23px;
	padding:2px;
	text-decoration:none;
	margin-left: 40px;
}

ul#menu li ul li a, ul#menu li ul li a:visited {
color:#000;
text-decoration:none;
}

/* =Main Content Styles
-------------------------------------------------------------*/


/* =Secondary Content Styles
-------------------------------------------------------------*/


/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/


/* =Main Navigation Styles
-------------------------------------------------------------*/


/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/
div#thanks, div#spammer, div#noMoreChances, form#quickcontactretry, div.loading { display:none; }
form p {
	line-height:31px;
	margin-bottom:10px;
}
select, textarea, input {
	width:234px;
	padding: 5px;
	border:solid 1px #ccc;
	float:left;
}
textarea {
	width:220px;
	height:100px;
}
form input {
	width: 220px;
	font-size:14px;
	margin:5px;
	height: 25px;
}
form#contact { float:left; }
form#contact div {
	clear:both;
	position:relative;
}
form#contact p {
	float:left;
	width:160px;
	margin:5px 0;
}
form#contact input {
	float:left;
	width:220px;
	margin:5px 0;
}
select, textarea { 
	margin:5px 5px;
	height: 125px;
	
}


form#contact input.submit, { width:auto; }
form#contact .error {
	color:#f00;
	font-size:12px;
	float:left;
}
form#contact input.error, form#contact textarea.error {
	font-size:14px;
	background-color:#fee;
}
form#contact label.error {
	position:absolute;
	right:15px;
	float:none;
	text-align:right;
	width:auto;
	top:14px;
}
form#contact p.error { width:auto; }
form#contact p.full { width:160px; }

/* =Table Styles
-------------------------------------------------------------*/
table { 
  	border-spacing: 0;
	border-collapse: collapse;
	}

td {
  	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	font-size: 14px;
	}

/* =Miscellaneous Styles
-------------------------------------------------------------*/


/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}