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

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serifl;
	font-size:9pt;
	background-color:#ccc;
	}
	
* {
	margin:0;
	padding:0;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix {
	height:0px;
}

.clearfix {
	display:block;
}

#container {
	text-align:left;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background-color:#28639D;
	background-image:url(images/design/background.gif);
	background-position:right;
	background-repeat:repeat-y;
}

#header {
	margin-bottom:15px;
}

#header img {
	margin:15px 0 0 30px;
	float:left;
}

#logo h1, #logo h2 {
	color:#fff;
	float:left;
	font-style:italic;
	margin-top:25px;
	text-align:center
}

#logo h2 {
	width:180px;
	font-size:1em;
	line-height:1.5em;
}

#logo h1 {
	width:200px;
	font-size:1.3em;
	line-height:1.3em;
}

#logo img {
	margin:0 10px;
	float:left;
}

#logo {
	border-bottom:3px solid #fff;
	width:700px;
	padding-bottom:15px;
	margin-left:30px;
}

#content {
	background-image:url(images/design/mainBack.gif);
	background-repeat:repeat-y;
}

#nav {
	float:left;
	text-align:left;
	padding-left:30px;
}

#nav ul {
	margin-top:20px;
}

#nav li {
	list-style-type:none;
	margin-bottom:15px;
	width:180px;
}

#nav h1 {
	font-size:.9em;
	font-weight:bold;
	margin-top:10px;
	color:#fff;
}

#nav p {
	font-size:.9em;
	color:#fff;
}

#right {
	float:left;
	width:520px;
	padding-bottom:20px;
	text-align:left;
}

#right h1, #right h3, #right strong {
	color:#369;
}

#right h1 {
	font-size:1.5em;
	margin:15px 0 10px 0;
	width:400px;
}

#right h2, #right h4, #right h5, .required {
	color:#c00;
}
	
#right h2, #right h3 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:8px;
}	

#right p img {
	float:right;
	margin:15px 26px;
}

#right img {
	float:right;
	margin:0 15px 15px 26px;
}


#right p {
	margin-bottom:10px;
}

#right h4 p {
	margin-top:2px;
}

#right h1, #right h2, #right h3, #right h4, #right p {
	margin-left:30px;
	margin-right:30px;
}

#right h5 {
	margin-left:0;
	font-size:1em;
	margin-top:10px;
}

#right ul, #right ol {
	margin-left:60px;
}

#right table {
	font-size:.9em;
	text-align:left;
	font-weight:bold;
}

.request {
	background-image:url(images/service-request.jpg);
	background-position:350px top;
	background-repeat:no-repeat;
	overflow:visible;
}

.request p.top {
	padding-right:150px;
}

#right p img.left {
	float:left;
	margin:0 15px 15px 0;
}

#right img a {
	border:none;
}

#right table td.label {
	font-size:.9em;
	text-align:right;
	font-weight:bold;
	vertical-align:top;
}

#right table td input {
	font-size:1em;
	text-align:left;
	font-weight:normal;
}

.faq {
	font-weight:bold;
	font-style:italic;
	color:#369;
}

#right p.indent, #right h2.indent {
	margin-left:45px;
}

#right a {
	text-decoration:underline; 
	color: #369;
}

#right a:hover { 
	text-decoration:none; 
	color: #F60;
}

#bottom {
	text-align:center;
}

#footer {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#footer li {
	list-style-type:none;
	float:left;
	width:100px;
	margin-top:15px;
	text-align:center;
	font-size:.9em;
}

#nav a, #footer a, #copyright a {
	text-decoration:none; 
	color: #FFF;
}

#nav a:hover, #footer a:hover, #copyright a:hover { 
	text-decoration:underline; 
	color: #F60;
}

#right p.testimonials {
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	display:block;
}

#copyright {
	color:#fff;
	font-size:.9em;
	margin-top:20px;
	padding-bottom:30px;
}