@CHARSET "UTF-8";

/* BROWSER RESET */

*	{
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address	{
margin:0.5em, 0;
}

h1,h2,h3,h4,h5,h6	{
	font-weight: normal;
}

li,dd {
margin-left:1.0em;
}

fieldset	{
padding:0.5em;
}

/* General Rules */

body {
	font-family: Verdana, Trebuchet, Arial, sans-serif;
	font-size: 67.5%;
}

p,ul {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom:10px;
	color: #666;
}

h2	{
	color:#476cb5;
	margin-bottom:10px;
}

h3	{
	color:#476cb5;
}

a:link, a:visited	{
	color:#476cb5;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

.phoneNumber {
	color: #F03A0A;
	font-size: 2.2em;
	line-height:1.0em;
	margin-bottom: 5px;
	float:right;
}

.phoneNumber img {
	border: none;
	margin-right:5px;
}

.phoneHighlight {
	color: #F03A0A;
	font-size: 1.3em;
}

div#phoneWrapper	{
	width: 982px;
	margin: 30px auto;
}

div#wrapper	{
	width: 920px;
	border: #666 1px solid;
	padding: 30px;
	clear: right;
}

div#header	{
	width: 920px;
	height: 172px;
}

div#header h1	{
	text-indent: -4000px;
	background: url("../images/logo.jpg") top left no-repeat;
	display: block;
	height: 157px;
	width: 183px;
	float: left;
}

/* Main Navigation */

ul#mainNavTop	{
	list-style: none;
	float: right;
	margin-bottom: 2px;
	}
	
ul#mainNavTop li	{
	display: block;
	float: left;
	width: 172px;
	height: 30px;
	background: #476cb5;
	border-left: 2px solid #fff;
	margin-left: 0px;
	padding: 70px 0 0 10px;	
}

ul#mainNavTop li a:link, ul#mainNavTop li a:visited	{
	text-decoration: none;
	color: #fff;
	font-size: 1.6em;	
}

ul#mainNavTop li a:hover	{
	color: #000;
}

ul#mainNavBottom	{
	list-style: none;
	float: right;
	}
	
ul#mainNavBottom li	{
	display: block;
	float: left;
	width: 172px;
	height: 31px;
	background: #999;
	border-left: 2px solid #fff;
	margin-left: 0px;
	padding: 24px 0 0 10px;		
}

ul#mainNavBottom li a:link, ul#mainNavBottom li a:visited	{
	color: #fff;
	text-decoration: none;
	font-size: 1.6em;
}

ul#mainNavBottom li a:hover, ul#mainNavTop li a.current, ul#mainNavBottom li a.current	{
	color: #000;
}

/* Sub Navigation */

table#subNav {
	width: 368px;
	font-size: 1.4em;
}

table#subNav td.greyCell	{
	background: #999;
	width: 172px;
	height: 80px;
	border-left: 2px solid #fff;
}

table#subNav td	{
	background: #476cb5;
	width: 172px;
	height: 80px;
	padding: 0 0 10px 10px;
	vertical-align: bottom;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
}

table#subNav td a:link, table#subNav td a:visited	{
	text-decoration: none;
	color: #fff;	
}

table#subNav td a:hover	{
	color: #000;
}

.siteNameLink	{
	font-size: 0.8em;
	color: #fff;
}

/* Content */
div#mainContent {
	
}

div#mainContent	{
	width: 920px;
	padding: 30px 0;
}

div#contentLeft	{
	float: left;
	margin-bottom: 10px;
	width: 530px;
	padding-right: 20px;
}

div#contentRight {
	float: right;
	margin-bottom: 10px;
}

div#footer	{
	clear: both;
	width: 880px;
	height: 15px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 8px 20px;
}

div#footer ul {
	list-style: none;
}

div#footer ul li	{
	display: block;
	float: left;
}

div#footer ul li a:link, div#footer ul li a:visited	{
	color: #000;
	text-decoration: none;
	display: block;
}

div#footer ul li a:hover {
	color: #476CB5;
}

div#footer span	{
	float:right;
}

.servicesImage {
	float:left;
	margin: 5px;
}


/*   Forms  */

form	{
	border: 1px solid #555;
	background: #eee;
	padding: 10px;
	width: 350px;
	margin: 20px auto;
}

form label {
	font-size: 1.4em;
}

form input[type='text'], form input[type='password'] {
	width: 200px;
	border: 1px dashed #555;
	height: 18px;
	font-size: 1.4em;
	padding: 3px;
}

form#contactForm input[type='text']	{
	width: 250px;
	float:right;
}

form#contactForm textarea	{
	width: 250px;
	border: 1px dashed #555;
	height: 150px;
	font-size: 1.4em;
	font-family: Verdana, Trebuchet, Arial, sans-serif;
	padding: 3px;
	float: right;
}
	

form input[type='text']:focus, form input[type='password']:focus, form textarea:focus	{
	background: #8AA2D2;	
}

form input[type='submit']	{
	border: 1px solid #555;
	font-size:1.6em;
	background: #8aa2d2;
	width: 80px;
}

.loginError	{
	display: block;
	border: 1px solid red;
	color: red;
	padding: 5px;
}

.formClear {
	clear:both;
}

/* Portfolio */

#portfolio #contentLeft img	{
	float:right;
	margin: 0 0 10px 15px;
}














