/* 
Author:    Mark DeMoss
Created:   April 09
*/



body {margin:0; padding:0; line-height: 1;}
 
ol,ul { list-style:none; margin:0; padding:0; }
 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal;
	padding:0px;
	margin:0px; 
}

img {border:0px;}

.fl {float:left;}
.cl {clear:left;}

table {
	width: 100%;
	height: 100%;
}
td {
	vertical-align: middle;
	text-align: center;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CAC8B6;
	background:#ede5d8;
		     
}
#container {
	width:980px;
	margin:0 auto;
	text-align:left;
	cursor:default;
}

/* HEADER */
.logo {
	width:219px;
	height:64px;
	float:left;
}
#navlist {
	margin:48px 0 18px 0;
	float:left;
	width:665px;
}	
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 4px;
}
#navlist li a {
	color:#A4A09A;
	font-size:12px;
	letter-spacing:-0.5px;
	font-weight:bold;
	text-decoration:none;
}
#navlist li a:hover { color:#007a6b; }

.support {
	width: 95px;
	height: 23px;
	float: left;
	margin-top: 44px;
}
 /*END HEADER */


/* MAIN */
#wrapper {
	clear:left;
	max-width:980px;
	min-height:515px;
	font-size:12px;
	line-height:18px;
	color:#898379;
	background:#fff;
}
#leftpane { 
 	color: #333;
 	margin: 20px 0 0 20px;
 	min-height: 350px;
 	width: 420px;
 	float: left;
}
.leftsub {
	margin-top:33px;
	color:#808285;
	width:353px;
	padding:0 60px 0 5px;
	background:url(assets/rt_border.gif) repeat-y right top;
}	
.leftsub h2 {
	color:#A4A09A;
	font-size:14px;
	padding-bottom:12px;
	font-weight:bold;
	text-transform:uppercase;
	font-style:normal;
}	

#rightpane { 
 	float: right;
	font-size:13px;
	line-height:19px;
 	color: #58595B;
 	margin: 20px 50px 0 0;
 	min-height: 350px;
 	width: 447px;
	display:inline;
	background: #fff;
}
#rightpane a {
	color:#58595B;
	text-decoration:underline;
}
#rightpane a:hover {
	color:#58595B;
	text-decoration:none;
}

#rightpane h1 {
	color:#A4A09A;
	font-size:31px;
	line-height:32px;
	font-family:"Times New Roman", Times, serif;
	padding:30px 0 25px 0;
	font-style:normal;
}
#rightpane h2 {
	color:#007a6b;
	font-weight:bold;
}
#rightpane h2 a {
	color:#007a6b;
	font-weight:bold;
	text-decoration:underline;
}
#rightpane h2 a:hover {
	color:#007a6b;
	font-weight:bold;
	text-decoration:none;
}
#rightpane h3 {
	color:#80bdb5;
	text-transform:uppercase;
	font-weight:bold;
}	
.plus {color:#B4B1AC;}

.rightsub {
	color:#808285;
	font-size:12.5px;
	padding-top:30px;
}

#rightpane ul li {
	padding: 8px 10px 10px 15px;
	background: url('assets/plus.gif') no-repeat -3px 10px;
}
		
/* END MAIN */		

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}

.textbox {
	color:#58595B;
	border:1px solid #a5a29a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;
	margin-bottom:5px;
}	

#footer {
	clear:both;
	color:#808285;
	text-align:right;
	font-size:12px;
	margin:22px 55px 0 0;
}	
#footer a {
	color:#808285;
	text-decoration:none;
}
#footer a:hover {
	color:#808285;
	text-decoration:underline;
}	

.separator {
	height: 1px;
	overflow: hidden;
	margin:0px;
	padding:10px;
	border-bottom:1px dotted #A4A09A;
	background:#fff;
	width:365px;
	clear:both;
}	