* {
	margin: 0;
	padding: 0;
	font-family: "Verdana", Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}
/*General Formatting*/

h1, h2, h3 { line-height: 14px; }
h1 { font-size: 12px; }
h2 { font-size: 12px; margin: 0 0 6px 0; }
h3 { font-size: 16px; height: 17px; }
h4 { font-size: 12px; color: #034c7a; margin: 12px 0 12px 0; }
p { margin: 11px 0 11px 0; }
a { color: #034c7a; }
ul { margin: 0 0 0 15px; }
/*ol li { padding: 12px 0 0 0; }*/
ol { margin: 0 0 0 20px; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
strong { font-weight: bold; }

/*Boxes*/

body {
	background: url("../images/background.jpg") no-repeat center top;
	text-align: center;
}
div#wrapper {
	margin: auto;
	width: 640px;
	}

/*  Boxes-header*/
div#header {
	margin: 20px 0 15px 0;
	}
div#header-logo {
	margin: 0 0 15px 0;
	}
div#header-slogan {
	margin: 0 0 20px 0;
	}
div#header-nav {
	margin: 0 0 45px 0;
	}
div#header-nav .nav {
	margin: 0 7px 0 7px;
	}
div#header-nav, div#header-nav a {
	color: #034c7a;
	}
div#header-nav a:link, div#header-nav a:visited, div#header-nav a:active {
	text-decoration: none;
	}
div#header-nav a:hover {
	text-decoration: underline;
	}

/*	Boxes-content*/
div#content { text-align: left; }
div#content-left {
	float: left;
	width: 425px;
	}
div#content-right {
	float: right;
	width: 200px;
	color: #034c7a;
	}
div#content-right ul {
	margin: 0 0 0 16px;
	}
div#content-right li {
	list-style-image: url("../images/bullet.gif");
	margin: 0 0 10px 0;
	}

/*	Boxes-footer*/
div#footer {
	clear: both;
	padding: 40px 0 10px 0 ;
	}
div#footer .nav {
	margin: 0 7px 0 7px;
	}
div#footer, div#footer a {
	color: #034c7a;
	}
div#footer a:link, div#footer a:visited, div#footer a:active {
	text-decoration: none;
	}
div#footer a:hover {
	text-decoration: underline;
	}

/*Contact Table*/
table#contact-form tr td {
	vertical-align: top;
	padding: 3px 0 3px 0;
	}
table#contact-form td.hit input, table#contact-form td.hit textarea {
	padding: 2px;
	}
table#contact-form input {
	padding: 1px;
	}
table#contact-form .required {
	color: #CC0000;
	}
table#contact-form .form-er {
	background-color: #ffe8e8;
	}
table#contact-form td.hit input, table#contact-form td.hit textarea {
	border: 1px solid #a5acb2;
	}

/*Other*/

div#text-title-divider {
	width: 425px;
	height: 50px;
	background: url("../images/text-title-divider.jpg") no-repeat;
	}
.text-title-number {
	font-size: 30px;
	color: #FFFFFF;
	}
.text-title-text {
	font-size: 12px;
	color: #FFFFFF;
	}
div.padded-box {
	padding: 5px 12px 15px 12px;
	}
div#padded-box-2 {
	padding: 5px 10px 15px 10px;
	}
h3.portfolio { margin: 18px 0 10px 0; }
img.portfolio { margin: 0 0 0 10px; }
table.services {
	width: 100%;
	border: 0;
	padding: 0;
	}
table.services td {
	width: 49%;
	vertical-align: top;
	}
div.faq-background {
	background: url("../images/faq-background.jpg") no-repeat top center;
	margin: 24px 0 0 0;
	}
div.faq-background-2 {
	background: url("../images/faq-background-2.jpg") no-repeat top center;
	}
div.faq-question {
	padding: 3px 0 0 12px;
	color: #FFFFFF;
	}
div.faq-answer {
	padding: 15px 0 0 12px;
	}
#image-link a:link img, #image-link a:visited img, #image-link a:active img { border: 1px solid #3686b9; }
#image-link a:hover img { border: 1px solid #034d7e; }