body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	min-width: 700px;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	min-width: 700px;
}

#header {
	height: 114px;
	width: 970px;
	margin: 0 auto;
}

#topNav {
	width: 100%;
	height: 22px;
	border-bottom: 8px solid #990000;
}

#topNav ul {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#topNav ul li.pList, #topNav ul li.sList  {
	height: 22px;
	border-right: 2px solid #fff;
	float: right;
	font: Arial, Helvetica, Verdana, sans-serif;
}

#topNav ul li.pList {
	background: url(tabL.gif);
}

#topNav ul li.sList {
	background: url(tabLB.gif);
}

#topNav ul li.pList a, #topNav ul li.sList a {
	margin: 0;
	padding: 6px 15px 2px 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: left;
}

#topNav ul li.pList a {
	background: url(tabR.gif) no-repeat top right;
}

#topNav ul li.sList a {
	background: url(tabRB.gif) no-repeat top right;
}

#topNav ul li a:hover {
	color: #ff9900;
}

#container {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	width: 970px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	min-height: 250px;
}

#left,#content,#right {
	float: left
}

/* Left column styles: Begin */

#left {
	margin: 0;
	padding: 25px 10px;
	width: 170px;
	font-size: 11px;
}

#left .leftNav {
	list-style: none;
	padding: 0;
	margin: 6px 0 20px 0;
	font: normal 14px Helvetica, Verdana, Arial, sans-serif;
}

#left .leftNav li{
	padding: 0;
	margin: 0 10px 5px 0;
	border-bottom: 1px solid #990000;
}

#left .leftNav li a{
	color: #990000;
	text-decoration: none;
}

#left .leftNav li a:visited{
	color: #990000;
}

#left .leftNav li a:hover{
	color: #ff9900;
}

#left h2 {
	padding: 0;
	margin: 0 10px 0 0;
	font: bold 18px;
}

/* Left column styles: End */

/* Content column styles: Begin */

#content {
	margin: 0;
	padding: 20px;
	width: 540px;
	float: left;
	font-size: 14px;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	min-height: 400px;
}

#content h1 {
	margin: 0 0 10px 0;
}

#content a, #cGuarantee a{
	color: #990000;
	text-decoration: underline;
}

#content a:visited, #cGuarantee a:visited{
	color: #990000;
}

#content a:hover, #cGuarantee a:hover{
	color: #ff9900;
	text-decoration: none;
}

#content h2 {
	margin: 0 0 10px 0;
}

#content h3 {
	margin: 0 0 10px 0;
}

#content p {
	line-height: 20px;
	margin: 0 0 25px 0;
}

#content ul {
	margin: 0 0 20px 0;
}

#content li{
	margin-bottom: 10px;
}

#content a{
	color: #990000;
	text-decoration: underline;
}

#content a:visited{
	color: #990000;
}

#content a:hover{
	color: #ff9900;
	text-decoration: none;
}

.note {
	margin: 20px;
	padding: 25px 10px 10px 10px;
	border: 1px solid #999;
	background: #EAEAEA url(note.gif) no-repeat top left;
}

.inCode {
	font: bold 14px "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

/* Content column styles: End */

* html #content {
	height: 1500px;
}

/* Right column styles: Begin */

#right {
	width: 170px;
	font-size: 14px;
	padding: 25px 10px;
	text-align: center;
}

/* Right column styles: End */

#footer {
    clear: both;
	padding: 20px;
	border-top: 1px solid #EAEAEA;
    text-align: center;
}

#footerNav a, #footerNav a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

#footerNav a:hover {
	color: #ff9900;
	text-decoration: none;
}

.copy {
	color: #999;
}

#logo {
	float: left;
	margin: 20px 0 0 14px;
	width: 290px;
	height: 82px;
	border: 0;
	
}

#mailBox {
	float: right;
	margin: 0 2px;
	text-align: left;
	border: 2px dashed #999;
	border-top: 0;
	padding: 10px 20px !important;
}

#mailTitle {
	font-weight: bold;
	font-size: 14px;
}

#mailForm {
	margin-top: 12px;
}

#mailFName {
	margin: 0 5px 8px 0;
	width: 100px;
}

#mailEmail {
	width: 150px;
	margin-bottom: 8px;
}

#mailButton, #searchButton {
	padding: 0;
	margin: 0;
	border: 2px solid #999;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	cursor:pointer;
}

#mailButton {
	width: 277px;
}

#searchButton {
	width: 70px;
}

#searchText {
	width: 150px;
	margin-bottom: 6px;
}

#searchForm {
	text-align: center;
	margin-bottom: 20px;
}

.mailText {
	color: #999;
	font-size: 11px;
	padding: 2px 2px 2px 4px;
	border: 2px solid #999;
}

#mailResult {
	display: none;
}

.mailSuccess {
	font-weight: bold;
	color: #009966;
}

.mailError {
	font-weight: bold;
	color: #cc0000;
}

.mailSuccess a, .mailError  a, .mailError  a:visited {
	color: #999;
}

.pending {
	font-weight: bold;
	color: #999;
}

#social {
    text-align: center;
    margin-bottom: 20px;
}

#social a {
    border: 0;
}

#social a img {
    border: 0;
}

#cGuarantee {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	border-top: 2px dashed #999;
	border-bottom: 2px dashed #999;
}

/*========== main.css: Ends ==========*/

#frmContactUs div {
	clear: left;
	margin: 0;
	padding: 8px 0 0 0;
}

#frmContactUs div label {
	float: left;
	width: 100px;
	font: bold 14px Helvetica, Verdana, Arial, sans-serif;
}

#frmContactUs input[type=text], #frmContactUs textarea {
	width: 300px;
	padding: 2px 2px 2px 4px;
	border: 2px solid #999;	
	font: normal 11px Helvetica, Verdana, Arial, sans-serif;	
}

#frmContactUs input[type=button] {
	width: 100px;
	padding: 0;
	margin: 0 0 0 100px;
	border: 2px solid #999;
	font: bold 14px Helvetica, Verdana, Arial, sans-serif;
	cursor:pointer;
} 

/*========== contact.css: Ends ==========*/

