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

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt;
}

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

#wrapper {
	width: 958px;
	margin: 0 auto;
}

#header {	
	background: url(../images/banner.jpg) top no-repeat;
	width: 958px;
	height: 159px;
	padding: 47px 0 0 0;
}

#mainwrapper_home {
	background: url(../images/mainbg_home.jpg) top no-repeat;
	width: 958px;
	height: 520px;
	margin: 0;
}

#wrapper_sub {
	background: url(../images/maincontentsub_bg.jpg) top repeat-y;
	height: 100%;
	width: 958px;
	margin: 0 auto;
}

#mainwrapper_sub {
	background: url(../images/maincontentsub_bgtop.jpg) top no-repeat;
	min-height: 616px;
}

#mainwrapper_sub_btm {
	background: url(../images/maincontentsub_btm.jpg) top no-repeat;
	height: 16px;
}

#sidebar {
	width: 205px;
	padding: 0 12px;
	float: left;
}

#maincontent_right {
	width: 690px;
	padding: 0 18px 0 0;
	margin: 0;
	float: right;
}

#maincontent_right .col1 {
	float: left;
	padding: 0;
	line-height: normal;
}

#maincontent_right .col2 {
	float: right;
	width: 395px;
	padding: 0;
	line-height: normal;
}

#maincontent_right .col1app {
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
	width: 312px;
	height: 133px;
	line-height: normal;
}

#maincontent_right .col2app {
	float: right;
	width: 370px;
	height: 133px;
	padding: 0;
	margin: 20px 0 0 0;
	line-height: normal;
}

#maincontent_right .col1app p {
	padding: 0;
	margin: 0;
	line-height: normal;
}

#footer {
	text-align: center;
	color: #90be34;
	font-size: 10pt;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 auto 10px auto;
	width: 958px;
}

.clearfloat {
	height: 0;
	line-height: 0;
	font-size: 1px;
	clear: both;
}

/* ------ TEXT STYLES ------ */

#sidebar {
	color: #0077BB; /* blue */
	width: 205px;
	line-height: 11px;
}

#sidebar a, #sidebar a:link, #sidebar a:active, #sidebar a:visited {
	color: #0077BB; /* blue */
	font-size: 11pt;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 12px;
	white-space: nowrap;
	width: 205px;
	height: 14px;
	padding: 0;
	margin: 0;
}

#sidebar a:hover {
	color: #90be34;
	text-decoration: none;
}

#footer a, #footer a:link, #footer a:active {
	color: #90be34; /* light green */
	text-decoration: none;
	text-transform: none;
	font-size: 10pt;
	font-weight: normal;
	padding: 0 2px;
}

#gravity {	
	color: #999999;
	font-size: 8pt;
}

#gravity a, #gravity a:link, #gravity a:visited {
	color: #999999;
	font-size: 8pt;
	text-decoration: none;
}

p.info {
	color: #0077BB; /* blue */
	font-size: 9pt;
	line-height: normal;
	padding: 0;
}

p.copyr {
	color: #999999;
	font-size: 8pt;
}

td.prices {
	padding: 0;
	margin: 10px 0 0 0;
	background: url(../images/tableBg.gif) top repeat-y;
	width: 650px;
}

td.title {
	background:url(../images/tableTop.gif) top no-repeat;
	height: 38px;
	padding: 0;
	margin: 0;
}

td.title p {
	font-weight: bold;
	color: #009966;
	font-size: 11pt;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 3px 0;
}

h1 {
	color: #0077BB; /* blue */
	font-size: 16pt;
	font-weight: normal;
	padding: 0;
	line-height: 20px;
	margin: 7px 0;
}

h2 {
	color: #89a076; /* green */
	font-size: 15pt;
	font-weight: normal;
	padding: 5px 0 0 0;
	margin: 0;
	line-height: 20px;
}

h3 {
	color: #666666;
	font-size: 14pt;
	font-weight: normal;
}

p {
	color: #666666;
	font-size: 11.5pt;
	line-height: 1.3em;
}

p.small {
	color: #666666;
	font-size: 9pt;
}

#maincontent_right p {
	line-height: 25px;
}

a:link, a:active, a:visited {
	color: #0077BB;
	text-decoration: none;
	text-transform: none;
}

a:hover {
	color: #87c8a7; /* mint green */
	text-decoration: none;
}

ul li {
	color: #666666; /* blue */
	list-style-type: disc;
	list-style-position: inside;
	white-space: normal;
	line-height: 20px;
}

ol li {
	color: #666666;
	list-style-type: decimal;
	list-style-position: inside;
	white-space: normal;
	line-height: 20px;
}

img {	border: none; }