/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #ffffff;
}
a:link {
	color: #8CC640;
	text-decoration: underline;
}
a:visited {
	color: #8CC640;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #8CC640;
	text-decoration: underline;
}

h1, h2, h3 {
	text-align: left;
	color: #FF962B;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 15px;
}

p {
	text-align: left;
	margin: 0px;
	padding-bottom: 15px;
}

img.left {
	float: left;
	clear: both;
	margin: 0px 13px 7px 0px;
}
img.right {
	float: right;
	clear: both;
	margin: 0px 0px 7px 13px;
}
div.linebreaker {
	clear: both;
	height: 20px;
}

ul.genericlist {
	margin: 3px 0px 15px 5px;
	padding: 0px 0px 0px 15px;
}
ul.genericlist li {
	margin: -.2em 0em 0em 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.6em;
	padding-left: 0.9em;
	padding-right: 25px;
	background-image: url(../images/build/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
	list-style-position: outside;
	line-height: 16px;
}

label {
	font-size: 12px;
}
#OuterWrapper {
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
#Wrapper {
	width: 780px;
	text-align: left;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Header {
	width: 780px;
	height: 72px;
	overflow: hidden;
	position: relative;
	background-image: url(../images/build/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#Header .logolink {
	width: 113px;
	height: 66px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#Header .contactus {
	position: absolute;
	top: 53px;
	left: 261px;
	width: 50px;
	height: 13px;
}
#Header .rightinfo {
	width: 240px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF962B;
	line-height: 17px;
	text-align: right;
	margin-top: 7px;
	margin-right: 7px;
}
#Header .rightinfo a:link, a:visited, a:active {
	color: #FF962B;
	text-decoration: underline;
}
#Header .rightinfo a:hover {
	color: #9ADB45;
	text-decoration: underline;
}
#TopNavBG {
	height: 22px;
	background-image: url(../images/build/topNavBG_black.jpg);
	background-repeat: repeat-x;
	padding-right: 130px;
	overflow: hidden;
}
#TopNav {
	height: 22px;
	background-image: url(../images/build/topNavBG.jpg);
	background-repeat: repeat-x;
	padding-left: 20px;
	overflow: hidden;
}

#SubNavWrapper {
	background-color: #666666;
	height: 22px;
}
#SubNav {
	height: 22px;
	width: 350px;
	background-image: url(../images/build/subNavBG.gif);
	background-repeat: repeat-x;
	float: right;
	position: relative;
}
#SubNav .leftcorner {
	width: 5px;
	height: 22px;
	background-image: url(../images/build/subNavCornerLeft.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}
#SubNav .rightcorner {
	width: 5px;
	height: 22px;
	background-image: url(../images/build/subNavCornerRight.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
}
#SubNav .subnavbutton1 {
	width: 218px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	left: 9px;
}
#SubNav .subnavspacer {
	width: 16px;
	overflow: hidden;
	position: absolute;
	left: 227px;
}
#SubNav .subnavbutton2 {
	width: 98px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	left: 243px;
}

#MainContent {
	background-color: #666666;
	/*background-image: url(../images/build/bottomBGtest.jpg);*/
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 15px 20px 20px 20px;
	margin-bottom: 7px;
	float: left;
	width: 740px;
}
#MainContent a:link {
	color: #8CC640;
	text-decoration: underline;
}
#MainContent a:visited {
	color: #8CC640;
	text-decoration: underline;
}
#MainContent a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#MainContent a:active {
	color: #8CC640;
	text-decoration: underline;
}

#Footer {
	text-align: center;
	color: #8CC640;
	font-size: 11px;
	font-weight: bold;
	clear: both;
}
#Footer a:link, a:visited, a:active {
	color: #8CC640;
	text-decoration: none;
}
#Footer a:hover {
	color: #333333;
	text-decoration: none;
}
