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

html, body {
height: 100%;
}

html{
	background-image: url(images/bodyBack.gif);
	background-repeat: repeat;
	background-position: left top;
}

body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
}

.main {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/backofContent.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.main #wrap {
	background-image: url(images/subpage_topBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.main #widthWrap {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#wrap #topNavback {
	height: 30px;
	text-align: right;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	padding: 0px;
	width: 950px;
}
#wrap #topNavback a {
	background-image: url(images/arrow_topnav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	padding-left: 15px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	float: right;
	text-align: left;
	display: block;
}
#wrap #topNavback a:hover {
	color: #A0CF67;
}
#wrap #topNavback h3 {
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	padding-left: 15px;
	font-size: 12px;
	color: #CDE6AE;
	text-decoration: none;
	float: right;
	text-align: left;
	display: block;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#wrap #mainNav {
	background-image: url(images/topNavBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	float: right;
	margin-top: 80px;
	font-size: 13px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
}
.clean {
	clear: both;
	float: none;
}


/* Begin CSS Drop Down Menu */

ul {
	list-style: none;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

ul li {
	position: relative;
	float: left;
	}
	
ul li ul {
	position: absolute;
	left: 0px;
	display: none;
	width: 12em;
	z-index: 3;
	}
	
ul ul li {
	background-color: #000;
	z-index: 100;
}


/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #999;
	}
ul li h3 {
	display: block;
	text-decoration: none;
	color: #660;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #999;
	font-size: 13px;
	font-weight: normal;
	background-image: url(images/topNavBack_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {
	color: #660;
	background-image: url(images/topNavBack_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
} /* Hover Styles */
		
li ul li a {
	color: #FFF;
	display: block;
	width: 250px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #999;
	text-align: left;
	background-image: url(images/arrow_topnav.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	border-top-color: #999;
	background-color: #000;
	z-index: 6;
}
li ul li a:hover{
	background-color: #567614;
	background-image: none;
	color: #FFF;
}

/* Sub Menu Styles */
		
li:hover ul, li.over ul {
	display: block;
	z-index: 4;
} /* The magic */
.main #indexMainSec {
	width: 650px;
	margin-top: 15px;
	margin-right: 25px;
	float: left;
	text-align: left;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 25px;
	font-size: 13px;
	color: #2f4c62;
}
#indexMainSec #rightTop {
	height: 100px;
	width: 255px;
	float: left;
	border-right-style: dotted;
	border-right-color: #61A5D6;
	border-right-width: 1px;
	margin-bottom: 5px;
}
#rightTop h3 {
	font-size: 20px;
	color: #00549e;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#rightTop h5 {
	color: #669900;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#rightTop #largfont {
	font-size: 36px;
	letter-spacing: -4px;
	font-family: Arial, Helvetica, sans-serif;
}


#indexMainSec #leftTop {
	float: left;
	height: 100px;
	width: 270px;
	padding-left: 30px;
	font-size: 14px;
}
#leftTop ul {
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#leftTop li  {
	float: none;
	z-index: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	background-image: url(images/arrow_tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: list-item;
}

#indexMainSec #bottomtext {
	width: 550px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #61A5D6;
	line-height: 15px;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
#indexcontentLeft {
	width: 240px;
	float: left;
	padding-top: 20px;
}
#signup form label #imageField {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#signup  {
	background-image: url(images/FreeOfferBack.jpg);
	height: 212px;
	width: 228px;
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 10px;
}

#signup h1      {
	color: #ccff99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#signup #h3 {
	font-size: 12px;
	color: #FFF;
	margin-left: 20px;
	margin-top: 6px;
	margin-right: 6px;
}
#signup form {
	margin-top: 2px;
	margin-right: 35px;
	margin-bottom: 0px;
	text-align: right;
}

#signup form label input {
	background-color: #C9DBEE;
	border: 1px solid #023F80;
	margin-top: 5px;
}

#signup form label {
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#indexcontentLeft #specialTop {
	background-image: url(images/specialBOx_01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 46px;
	width: 232px;
	margin: 0px;
	padding: 0px;
}
#specialTop h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding-top: 15px;
	text-align: left;
	padding-left: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#specialTop #blue {
	color: #039;
}


#indexcontentLeft #specialMid {
	background-image: url(images/specialBOx_02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 232px;
	margin: 0px;
	padding: 0px;
}
#specialMid #specialText {
	font-size: 12px;
	color: #000;
	padding-left: 15px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}

#indexcontentLeft #specialBottom {
	background-image: url(images/specialBOx_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
	width: 232px;
	margin: 0px;
	padding: 0px;
}


#indexcontentCenter {
	overflow: hidden;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 17px;
	width: 770px;
	text-align: right;
}
#indexcontentCenter #signup form label #imageField {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#indexcontentCenter #signup  {
	background-image: url(images/FreeOfferBack.jpg);
	height: 212px;
	width: 228px;
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 10px;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}
#indexcontentCenter #signup  a {
	color: #C2F483;
}


#indexcontentCenter #signup h1      {
	color: #ccff99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 15px;
	text-transform: none;

}
#indexcontentCenter #signup #h3 {
	font-size: 11px;
	color: #FFF;
	margin-left: 20px;
	margin-top: 6px;
	margin-right: 6px;
	line-height: 12px;
}
#indexcontentCenter #signup form {
	margin-top: 2px;
	margin-right: 35px;
	margin-bottom: 0px;
	text-align: right;
}

#indexcontentCenter #signup form label input {
	background-color: #C9DBEE;
	border: 1px solid #023F80;
	margin-top: 5px;
}

#indexcontentCenter #signup form label {
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#indexcontentCenter h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00549E;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

#indexcontentCenter p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 15px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 15px;
	margin: 0px;
}
#indexcontentCenter ul {
	display: block;
	padding-left: 35px;
	padding-bottom: 15px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
}
#indexcontentCenter li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	float: none;
	list-style-image: none;
	list-style-type: none;
	padding-left: 15px;
	list-style-position: inside;
	background-image: url(images/content_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: list-item;
}
#indexcontentCenter  ul ul li {
	margin-left: 0px;
	margin-top: 0px;
	color: #000;
	display: block;
	position: relative;
	background-color:transparent;
}
.highlightContent {
	background-color: #FFC;
	padding: 8px;
	width: 80%;
	border: 1px dashed #039;
}

#indexcontentCenter  ul ul {
	position: relative;
	width: 500px;
	padding-bottom: 5px;
	padding-left: 25px;
}


#indexcontentCenter ul li a:hover {
	color: #000;
	background-color: #BEF081;
	background-image: none;
}
#indexcontentCenter .textbox {
	padding: 15px;
	color: #990;
	margin-left: 15px;
	font-size: 11px;
	line-height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.textbox h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #F60;
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.textbox img {
	display: inline;
}



#indexcontentCenter ul li a {
	margin: 0px;
	padding: 0px;
	color: #00549D;
	display: inline;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#indexcontentCenter #SCtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #cc6600;
	background-image: url(images/Subpage_inside_01.jpg);
	height: 77px;
	width: 751px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#SCtop h1 {
	font-size: 25px;
	color: #00549E;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-weight: normal;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}
#SCtop .greenFont {
	color: #669933;
	font-family: Arial, Helvetica, sans-serif;
}


#indexcontentCenter #SCMid {
	background-image: url(images/Subpage_inside_02.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 751px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#SCMid #wraptext {
	margin: 0px;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#SCMid .paraBox {
	width: 300px;
	color: #693;
	float: left;
	height: 140px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: center;
	background-color: #F4F4F4;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}


#indexcontentCenter #SCBot {
	background-image: url(images/Subpage_inside_04.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 8px;
	width: 751px;
	clear: both;
}

#indexcontentRight {
	float: right;
	overflow: hidden;
	margin-top: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #059;
	border-right-color: #059;
	border-bottom-color: #059;
	border-left-color: #059;
}
#indexcontentRight #partnerTop {
	background-image: url(images/partnerBox_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 213px;
	height: 75px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #6498CC;
	border-right-color: #6498CC;
	border-left-color: #6498CC;
}
#indexcontentRight #partnerMid {
	background-image: url(images/partnerBox_02.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	width: 213px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6498CC;
	border-left-color: #6498CC;
}
#partnerMid img {
	margin-top: 6px;
	margin-bottom: 6px;
}

#indexcontentRight #partnerBottom {
	background-image: url(images/partnerBox_04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 74px;
	width: 213px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6498CC;
	border-bottom-color: #6498CC;
	border-left-color: #6498CC;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #A0CF67;
}
.bottom  a {
	color: #FFF;
	text-decoration: none;
}

.bottom #bottomWidth {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
.bottom a:hover {
	color: #A0CF67;
	text-decoration: none;
}
#indexcontentCenter a {
	margin: 0px;
	padding: 0px;
	color: #00549D;
	display: inline;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#indexcontentCenter a:hover {
	color: #000;
	background-color: #BEF081;
	background-image: none;
}
#wraptext ol {
	list-style-type: decimal;
	display: block;
	list-style-position: inside;
	margin-top: 0px;
}
#wraptext ol li {
	background-image: none;
	list-style-type: decimal;
	margin-left: 35px;
	list-style-position: outside;
	display: list-item;
}
.contactTable {
	font-size: 12px;
	color: #000;
	border: 1px dotted #95B471;
	background-color: #E2EFD1;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.contactTable div {
	font-size: 12px;
}
.main tr #wrap #widthWrap #indexcontentCenter #SCMid #wraptext .contactTable tr td #form1 table tr td {
	font-size: 12px;
}
.highlight {
	font-size: 12px;
	color: #000;
	border: 1px dotted #663;
	background-color: #E2EFD1;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.highlight tr .line h3 {
	margin: 0px;
	padding: 0px;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBE7C;
}

