@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;   
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: url(../images/layout/page-bg.jpg) repeat-x #000000;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
#container {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: left;
	width: 860px;
}

#mast {
	height: 40px;
}

#name {
	color: #ffffff;
	display: inline;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	width: 296px;
}
	
#header {
	background: #ffffff;
	border-bottom: 1px solid #a3a3a3;
	clear: both;
	display: inline;
	float: left;
	height: 260px;
	width: 860px;
}

#contact-info {
	background: url(../images/layout/header-logo.jpg) top center no-repeat #ffffff;
	color: #181e7d;
	display: inline;
	float: left;
	font-size: 14px;
	height: 80px;
	padding-top: 180px;
	text-align: center;
	width: 300px;
}

#wrapper {
	background: #ffffff;
	width: 860px;
}

#supp-content {
	display: inline;
	float: left;
	height: 250px;
	margin: 10px;
	width: 290px;	
}
	
#main-content {
	display: inline;
	float: left;
	margin: 10px;
	width: 520px;
}
	
#footer {
	background: url(../images/layout/footer-bg.jpg) top center no-repeat;
	padding-top: 50px;
	clear: both;
	float: left;
	text-align: center;
	width: 860px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color: #281e4b;
	font-size: 180%;
	margin: 7px auto 6px auto;
}

h2 {
	color: #6b5967;
	font-size: 140%;
	line-height: 100%;
	margin: 12px auto;
	text-align: center;
}

h3 {
	font-size: 130%;
	margin: 7px auto 6px auto;
	text-align: center;
}

h4 {
	font-size: 110%;
	margin: 7px auto 6px auto;
	text-align: center;
}


p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {	
	color: #008836;
}
	 
a:hover {
	color: #698f78;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}


/*-------------------------------------------------------
	Mast-Nav
-------------------------------------------------------*/

#mast-nav * {
	margin: 0;
	padding: 0;
}

#mast-nav {
	display: inline;
	float: left;
	margin-left: 4px;
}

#mast-nav li {
	display: inline;
	list-style: none;
}

#mast-nav a:link, #mast-nav a:visited {
	background: #24292c;
	border-left: 2px solid #6a6687;
	border-right: 2px solid #6a6687;
	border-top: 2px solid #6a6687;
	color: #ffffff;
	display: inline;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 8px 0 0 2px;
	text-align: center;
	text-decoration: none;
	width: 134px;
}

#mast-nav a:hover, #mast-nav a:active {
	background: #008837;
}

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

#footer h3 {
	clear: both;
	color: #ffffff;
	display: inline;
	float: left;
	margin: 10px 0 10px 205px;
	width: 450px;
}

#footer p {
	color: #ffffff;
	text-align: center;
}

#footer ul {
	clear: both;
	display: inline;
	float: left;
	margin: 0 0 0 250px;
}

#footer a {
	color: #ffffff;
}

#footer li {
	color: #f1f1f1;
	display: inline;
	list-style: none;
	text-align: center;
	margin: 5px;
}

#footer .services {
	color: #f1f1f1;
	display: inline;
	float: left;
	font-size: 10px;
	margin: 10px 0 0 195px;
	text-align: left;
	width: 470px;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

#supp-content img {
	border: 2px solid #666666;
	clear: both;
	float: left;
	margin-left: 18px;
	margin-bottom: 20px;
}

#main-content img {
	border: 1px solid #47426a;
}

#main-content .no-border {
	border: none;
}


#header img {
	float: right;
}

.phone-numbers {
	clear: both;
	color: #009933;
	font-weight: bold;
	margin-top: 10px;
}

.disclaimer {
	font-size: 11px;
}


#contact-details {
	display: inline;
	float: left;
}

#contact-us-page #main-content {
	padding-bottom: 80px;
}

.credit {
	clear: both;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	border-left: 1px solid #666666;
	clear: right;
	display: inline;
	float: left;
	text-align: left;
	width: 230px;
	margin-left: 40px;
	padding: 0 0 0 30px;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}

.submit {
	color: #ffffff;
	cursor: pointer;
	background: #008837;
	border-bottom-color: #333333;
	border-right-color: #333333;
	padding: 3px 6px;
}