/* CSS Document */
/* Generic styles and classes */
.floatright {
	float: right;
	}
.floatleft {
	float: left;
	}
.marginleft {
	margin-left: 1.2em;
	}
.marginright {
	margin-right: 1.2em;
	}
.marginbottom {
	margin-bottom: 1.2em;
	}
.margintop{
	margin-top: 1.2em;
	}
.clear {
	clear: both;
	}
.hand {
	cursor: pointer;
	cursor: hand;
	}
.textright {
	text-align: right;
	}
.textleft {
	text-align: left;
	}
.textcenter {
	text-align: center;
	}
.greyborder {
	border: 1px solid #B1B1B1;
	padding: 1px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
.error {
	padding: 0.5em;
	padding-left: 2em;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	border: 1px solid #CC0000;
	background-color: #FFCCCC;
	}
div.error {
	margin: 1em;
	}
div.error p {
	margin: 0.3em 1em;
	}
div.error ul li {
	font-weight: bold;
	}
.success {
	border: 1px solid #379f23;
	background-color: #d2e3c5;
	padding: 0.5em;
	padding-left: 2em;
	background-image: url(../images/success.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	}
	
a img {
	margin-bottom: -4px;
	}	
	
	
/*page styles */
html, body {
	height: 100%;
}
body {
	background-color: #454545;
	color: #242424;
	font-size: 62.8%;
	font-family: Arial, Helvetica, sans-serif;
	}
p, form, table, ul, ol {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 1em;
	}
div#container {
	width: 820px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	background-color: #FFF;
	}
ul ul {
	font-size: 1em;
	}
	
/* Header */
div#header {
	height: 131px;
	background-image: url(../images/call.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
div#header img#logo {
	float: left;
	margin-left: 15px;
	}

/* Navigation */
ul#nav {
	float: right;
	margin-top: 70px;
	}
ul#nav li {
	float: left;
	}
ul#nav li a {	
	display: block;
	text-decoration: none;
	color: #003470;
	font-size: 1.5em;
	padding: 0.5em 0.9em;
	background-repeat: no-repeat;
	}
ul#nav li a:hover {
	text-decoration: underline;
	}
	
/*ul#nav li a#home:hover, ul#nav li a#homeon:hover {
	background-image:url(../images/home_active.gif);
	}
ul#nav li a#homeon {
	background-image:url(../images/home_on.gif);
	}
	
ul#nav li a#services:hover, ul#nav li a#serviceson:hover {
	background-image:url(../images/services_active.gif);
	}
ul#nav li a#serviceson {
	background-image:url(../images/services_on.gif);
	}
	
ul#nav li a#testimonials:hover, ul#nav li a#testimonialson:hover {
	background-image:url(../images/testimonials_active.gif);
	}
ul#nav li a#testimonialson {
	background-image:url(../images/testimonials_on.gif);
	}	
	
ul#nav li a#contact:hover, ul#nav li a#contacton:hover {
	background-image:url(../images/contact_active.gif);
	}
ul#nav li a#contacton {
	background-image:url(../images/contact_on.gif);
	}*/

/*Montage*/	
div#montage {
	height: 195px;
	background-image: url(../images/montage_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	}
	
div#content {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	min-height: 300px;
	margin-top: 5px;
	}
div#content ul {
	list-style: circle;
	margin-left: 2em;
	}
div#content ul li {
	padding: 0.3em 0;
	}
div#content h1 {
	color: #003470;
	font-size: 2.3em;
	margin-left: 0.6em;
	font-weight: bold;
	}
div#content h2 {
	color: #003470;
	font-size: 1.7em;
	margin: 1.2em 0.6em -0.6em 0.7em;
	font-weight: bold;
	}
div#content a {
	color: #003470;
	text-decoration: underline;
	font-weight: bold;
	}
div#content a:hover {
	text-decoration: none;
	}		
div#content div#left {
	float: left;
	width: 560px;
	}
div#content div#left ul {
	margin-left: 4.5em;
	}
div#content div#left ul li {
	padding: 0.2em 0;
	}
	
div#content div#right {
	float: right;
	width: 229px;
	}
.disclaimer {
	font-size: 1em;
	color: #888;
	margin-top: 3.3em;
	margin-left: 1.3em;
	}
	
/* Footer */	
div#footer {
	margin-top: 25px;
	clear: both;
	border-top: 3px solid #b1b1b1;
	background-color: #dddbdb;
	min-height: 80px;
	_height: 80px;
	}
div#footer p#address {
	font-size: 1.1em;
	float: right;
	width: 209px;
	_width: 198px;
	border-left: 1px solid #b1b1b1;
	padding-left: 2em;
	padding-top: 0.5em;
	}
div#footer p#footernav {
	text-align: right;
	padding-right: 2em;
	padding-top: 0.3em;
	}
div#footer p#credit {
	text-align: right;
	font-size: 1.1em;
	}
div#footer a {
	text-decoration: none;
	color: #003470;
	}
div#footer a:hover {
	text-decoration: underline;
	}
	
	
form input[type=text], form textarea {
	border: 1px solid #003470;
	}	
	
/* Callback form */
form#callback {	
	margin: 1em;
	}	
form#callback label {
	display: block;
	font-weight: bold;
	margin-top: 0.7em; 
	margin-bottom: 0.1em;
	}	
form#callback input {
	width: 200px;
	}	
form#callback input#cb_submit {
	float: right;
	margin-top: 1em;
	width: 73px;
	height: 23px;
	}
	
/* Contact Form*/
/* Callback form */
form#contactform {	
	margin: 1em;
	width: 400px;
	_width: 420px;
	}	
form#contactform div {
	clear: both;
	}
form#contactform label {
	display: block;
	font-weight: bold;
	width: 170px;
	text-align: right;
	float: left;
	margin-right: 1em;
	}	
form#contactform input {
	width: 200px;
	margin-bottom: 8px;
	}	
form#contactform textarea {
	width: 200px;
	}
form#contactform input#con_submit {
	float: right;
	margin-top: 1em;
	width: 73px;
	height: 23px;
	margin-right: 12px;
	}
	
/* Asset Content */
div.asset {
	border: 1px solid #e1e1e1;
	border-bottom: none;
	margin: 0 1.2em;
	clear: both;
	padding-bottom: 1.3em;
	min-height: 26px;
	_height: 26px;
	}
div.asset#ballon {
	border-bottom: 1px solid #e1e1e1;
	}
div.asset span {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.5em;
	line-height: 1.3em;
	display: block;
	color: #003470;
	}
div.asset div.asset_content {
	clear: both;
	}
div.asset div.asset_content {
	padding-bottom: 2em;
	margin-bottom: -1.3em;
	}
img.toggle {
	margin-top: 6px;
	margin-right: 6px;
	}
	
blockquote {
	padding-left: 4em;
	margin-left: 1em;
	margin-bottom: 1.5em;
	margin-top: 2em;
	background-image: url(../images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
blockquote p {
	font-style: italic;
	}
	
input.validation {
	display: none;
	}	