﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; border: 0; font-size: 100%; }

body {
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 20px;
	background-color: #7b7b7b;
}

a { text-decoration: none; color: #00929F; }
a:hover { text-decoration: underline; }

a img { border: none; }

h1 {
	display:none;
}

h4 {
	padding: 0px;
	margin: 0px;
}

p {
	color: #626262;
	font-size: 11px;
	margin-bottom: 22px;
}

blockquote {
	font-size: 11px;
	font-style:italic;
}


.fr {
	float: right;
	padding: 1em 0 1em 1em;
}

.fl {
	float: left;
	padding: 1em 1em 1em 0;
}

/* CONTAINER  */

#container {
	text-align: left;
	width: 900px;
	margin: 0px auto 0px auto;
}

/* LOGO */

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 310px;
	height: 130px;
	position: absolute;
	margin-left: 38px;
	margin-top: 16px;
}

/* TOP */

#top  {
	height: 92px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

#menuContainer {
	margin-left: 420px;
	padding-top: 20px;
	height: 58px;
}

/* FLASH BANNER */

#banner {
	width: 900px;
}

/* SIDEBAR */

#sidebar {
	width: 215px;
	position:absolute;
	margin-left: 660px;
	margin-top: 17px;
	border: 1px solid #a7a6a6;
}

#services {
	height: 268px;
	background-color: #e6e6e6;
	border: 1px solid #d7d7d7;
	padding: 10px 5px 20px 5px;
}

#services ul {
	margin-left: 10px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 23px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#services ul li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 0px 0px 0px 10px;
}

#services a {
	color: #2b2b2b;
}

/* DIVIDER */

#divider {
	width: 900px;
	background: url(../images/divider.png) repeat-x;
	height: 51px; 
}

/* CONTENT */

.titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 2px solid #00929F;
}

.about_pic {
	border: 2px solid #adadad;
	float: right;
	margin: 0px 10px 5px 10px;
}

.headers {
	font-weight: bold;
	background-color: #00929f;
	color: #FFF;
	padding: 5px;
	width: 100%;
	overflow: hidden;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#content {
	width:620px;
	background-color: #FFF;
	min-height:275px;
	height:auto !important;
	height:320px;
	padding: 20px 260px 20px 20px;

}

#content p {
	padding-left: 20px;
	margin: 0px;
}

#content ul {
	font-size: 11px;
	color: #626262;
}

#content ul li {
	list-style-type: disc;
}

/* FOOTER */

#footer {
	height: 73px;
	width: 900px;
	margin-top: 7px;
	margin-bottom: 15px;
	background-image: url(../images/footer_bg.jpg);
}
#footer table {
	margin: 0px;
	padding: 0px;
}

/* FOOTER COLUMNS */

#fcol1 {
	height: 73px;
	width: 228px;
	background-image: url(../images/bot_logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	padding: 0px;
}

#fcol2 {
	height: 73px;
	width: 320px;
}

#fcol2 p {
	color: #999;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

#fcol3 {
	background-image: url(../images/footer_affiliates.jpg);
	background-repeat: no-repeat;
	height: 73px;
	width: 352px;
}

#fcol3 table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 300px;
	margin-top: 15px;
	margin-left: 30px;
}

#fcol3 table td {
	padding: 1px 2px 1px 2px;
	width: 90px;
}

#fcol3 a.links {
	color: #00929f;
	text-decoration: none;
	display: block;
	padding-left: 3px;
}

#fcol3 a.links:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #00929f;
	background-image: url(../images/footer_hover.jpg);
	background-repeat: repeat;
}

/* CONTACT FORM */

#form {
	width: 400px;
	padding-left: 75px;
	font-size: 11px;
	color: #626262;
}


input {
	font-size: 11px;
	width: 250px;
	margin-bottom: 10px;
}

textarea {
	font-size: 11px;
	width: 250px;
}

input.submit {
	width: 250px;
	height: 20px;
	color: #626262;
	border: 0px;
}

