/* CSS Document */

html,body {
	height: 100%;
	width: 100%;
	background-image: url(images/general/bg_site.jpg);
	background-position: center top;
	background-repeat: repeat;
	margin: 0;
}

img, div { behavior: url(iepngfix.htc) }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #E00014;
	margin: 0px 0px 0px 0px;
	padding-left: 25px;
	text-transform: uppercase;
	background-image: url(images/general/title_marker.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	letter-spacing: 0.05em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.75em;
	color: #FFFFFF;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	list-style-image: url(images/general/bullet.png);	
}

li {
	margin-bottom: 10px;
}

p#testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #FFFFFF;
	letter-spacing: 0.04em;
	word-spacing: 0.03em;
}

#container {
	height: 100%;
	width: 900px;
	position: relative;
	margin-left: -450px;
	left: 50%;
}

#header {
	float: left;
	height: 50px;
	width: 900px;
	background-image: url(images/general/header.png);
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#middle {
	float: left;
	height: auto;
	min-height: 560px;
	width: 900px;
	background-image: url(images/general/middle.png);
	background-repeat: repeat-y;
	padding-bottom: 14px;
}

#navigation {
	float: left;
	height: 55px;
	width: 851px;
	margin-left: 25px;
}

#imageArea {
	float: left;
	height: 235px;
	width: 850px;
	position: relative;
	margin-left: 25px;
	margin-top: 25px;
}

#content {
	height: auto;
	width: 850px;
	position: relative;
	top: 25px;
	left: 25px;
}

#homeBoxes {
	float: left;
	height: auto;
	width: 265px;
	min-height: 225px;
	background-image: url(images/general/homeBox.png);
	margin-left: 14px;
}

#homeBoxes h1 {
	float: left;
	height: 31px;
	width: 265px;
	margin: 0px 0px 15px 0px;
	background-color: #000000;
	background-image: none;
	padding-left: 0px;
}

#homeBoxes h1#benefits {
	float: left;
	height: 31px;
	width: 265px;
	margin: 0px;
	background-color: #000000;
	background-image: none;
	padding-left: 0px;
}

#homeBoxes p {
	margin: 0px 20px 10px 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	color: #FFFFFF;
}

#homeBoxes form {
	margin: 0px 20px 0px 33px;
}

#homeBoxes input {
	margin: 0px 0px 10px 0px;
	border: 1px #333333 solid;
	height: 20px;
	width: 170px;
}

#homeBoxes input#submit {
	margin: 7px 20px 0px 97px;
	border: 0px;
	height: 24px;
	width: 73px;
}

#homeBoxes label {
	font-family: Arial, Helvetica, sans-serif;
    color: #fff;
	font-size: 10px;
	margin: 0px;
}

#homeBoxes ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	color: #FFFFFF;
	list-style-image: url(images/general/bullet.png);
	margin-top: 50px;	
}

#homeBoxes li {
	margin: 10px;
}

#mainContent {
	float: left;
	width: 543px;
	margin: 0px 0px 14px 0px;
	background-image: url(images/general/homeBox.png);
	padding: 14px 14px 14px 14px;
}

#mainContent a {
	color: #FFF;
	text-decoration: none;
	background-color: #E00014;
}

#footer {
	float: left;
	height: 70px;
	width: 900px;
	border: none;
	background-image: url(images/general/footer-new.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#rightPanel {
	float: left;
	width: 265px;
	height: auto;
	margin-bottom: 24px;
}

#rightBoxes {
	float: left;
	height: auto;
	width: 265px;
	background-image: url(images/general/homeBox.png);
	margin: 0px 0px 10px 14px;
	padding-bottom: 10px;
}

#rightBoxes h1 {
	float: left;
	height: 31px;
	width: 265px;
	margin: 0px 0px 15px 0px;
	background-color: #000000;
	background-image: none;
	padding-left: 0px;
}

#rightBoxes a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6AC6D2;	
}

#rightBoxes a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #6AC6D2;	
}

#rightBoxes h1#benefits {
	float: left;
	height: 31px;
	width: 265px;
	margin: 0px;
	background-color: #000000;
	background-image: none;
	padding-left: 0px;
}

#rightBoxes p {
	margin: 0px 10px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	color: #FFFFFF;
}

#rightBoxes form {
	margin: 0px 20px 0px 33px;
}

#rightBoxes input {
	margin: 0px 0px 10px 0px;
	border: 1px #333333 solid;
	height: 20px;
	width: 170px;
}

#rightBoxes input#submit {
	margin: 7px 20px 0px 97px;
	border: 0px;
	height: 24px;
	width: 73px;
}

#rightBoxes label {
	font-family: Arial, Helvetica, sans-serif;
    color: #fff;
	font-size: 10px;
	margin: 0px;
}

#twoColumn {
	width: 250px;
	height: auto;
	float: left;
}

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	float: left;
	width: 851px;
	height: 55px;
	position: relative;
	z-index: 1000;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width: 851px; 
	w\idth: 851px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.menu ul ul {
	width: auto;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	width: auto;
	position: relative;
	margin-bottom: 0px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	width: auto;
	height: 55px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:auto; 
	w\idth:auto;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#000;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background: #e00014;
}

.menu ul ul :hover > a.drop {
	background: #e00014;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 51px;
	left: 0;
	width: 94px;
	float: left;
	z-index: 1001;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top: 55px;
	t\op: 56px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute; 
	top: 0; 
	left: 0; 
	border-collapse: collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #000;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 128px;
	border-width: 0 1px 1px 1px;
	border-color: #e00014;
	border-style: solid;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}

/* style the second level links hover */
.menu ul ul a:hover {
	background: #e00014; 
	color: #fff; 
	height: auto; 
	line-height: 1em; 
	padding: 5px 10px; 
	width: 128px; 
	border-width: 0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a:hover {
	width: 150px;
	w\idth: 128px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
}
