/* Close By CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.genbody {
	margin: 0;
	color: #333333;
	background-color: #A7A79E;
}

#wrapper {
	background-color: #FFFFFF;
	width: 930px;
	margin: 0px auto;
	padding: 0px 15px;
	text-align: left;
}

/* ########## CORE SETTINGS ########## */

a {
	color: #FF6600;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

img {
	border: none
}

hr {
    height: 1px;
    color: #666;
    background-color: #666;
    border: none;
}

/* ########## LAYOUT ########## */

.headerContainer {
	width: 930px;
	height: 218px;
}

.headerLeft {
	float: left;
	width: 180px;
	height: 218px;
}

.headerRight {
	float: right;
	width: 750px;
	height: 218px;
}

.headerRightR1 {
	float: left;
	width: 750px;
	height: 155px;
	background-image: url(../images/header_1.gif);
	background-repeat: no-repeat;
}

.headerRightR2 {
	float: left;
	width: 750px;
	height: 63px;
	background-image: url(../images/header_2.gif);
	background-repeat: no-repeat;
}

.leftCol {
	float: left;
	width: 180px;
	margin-bottom: 20px;
}

.rightColGen {
	padding-left: 175px;
	margin: 0px;
}

/* ########## CONTENT ########## */

.rightColGen p {
	font-size: 11px;
	line-height: 130%;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

.rightColGen h3 {
	font-size: 16px;
	line-height: 130%;
	color: #F26531;
	margin: 0px 0px 10px 0px;
}

.rightColGen ol {
	font-size: 11px;
	line-height: 130%;
	color: #000000;	
}

.rightColGen ol li {	
	margin: 0px 0px 7px 0px;
}

.rightColGen  ul {
	font-size: 11px;
	line-height: 130%;
	color: #000000;	
}


/* ########## MENU 1 ########## */

.menu1 {
	margin-left: 10px;
	height: 22px;
	width: 500px;
}

.menu1 ul{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.menu1 ul li{
	list-style: none;
	display: inline;
	margin: 0px;
	text-transform: uppercase;
}

.menu1 ul li a, menu1 ul li.last a{
	padding: 4px 13px 5px 13px;
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.menu1 ul li a:hover{
	color: #000000;
	text-decoration: none;
}

.menu1 ul li.last a{
	border-right: none;
}

/* ########## MENU 2 ########## */

.menu2 {
	margin-left: 10px;
	margin-top: 108px;
	height: 22px;
	width: 300px;
}

.menu2 ul{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.menu2 ul li{
	list-style: none;
	display: inline;
	margin: 0px;
	text-transform: uppercase;
}

.menu2 ul li a, menu2 ul li.last a {
	padding: 4px 13px 5px 13px;
	text-decoration: none;
	float: left;
	color: #333333;
	border-right: 1px solid #333333;
}

.menu2 ul li a:hover{
	color: #F26531;
	text-decoration: none;
}

.menu2 ul li.last a{
	border-right: none;
}

/* ########## LINKS ########## */

.links {
	width: 147px;
	height: 345px;
	padding: 10px;
	background-color: #E1D8D2;
}

.links h3 {
	font-size: 18px;
	color: #F26531;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

.links ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	list-style-position: inside;
	list-style-image: url(../images/orange_bullet.gif);
	border-bottom: 1px dashed #999999;
	color: #333333;
}

.links ul li {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	font-weight: bold;
}

.links ul li a {
	color: #333333;
	text-decoration: none;
}

.links ul li a:hover {
	color: #F26531;
	text-decoration: none;
}

/* ########## TERMS ########## */

.terms {
	width: 147px;
	height: 55px;
	padding: 10px;
	margin-top: 10px;
	background-color: #E1D8D2;
}

.terms ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	list-style-position: inside;
	list-style-image: url(../images/orange_bullet.gif);
	border-bottom: 1px dashed #999999;
	color: #333333;
}

.terms ul li {
	border-top: 1px dashed #999999;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	font-weight: bold;
}

.terms ul li a {
	color: #333333;
	text-decoration: none;
}

.terms ul li a:hover {
	color: #F26531;
	text-decoration: none;
}

/* ########## FOOTER ########## */

.footer {
	width: 930px;
	height: 90px;
	border-top: 3px solid #CCCCCC;
	padding-top: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
	clear: both;
}

.footerLeft {
	float: left;
	clear: left;
	width: 233px;
	height: 90px;
	background-image: url(../images/whatis.gif);
	background-repeat: no-repeat;
}

.footerRight {
	float: right;
	width: 687px;
	font-size: 11px;
	line-height: 130%;
}
