@charset "utf-8";
/* CSS Document */





body {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	color: #444444;
	background-color:#fff;
}

#wrap {
	position: relative;
	background-color: #fff;
	width: 764px;
	margin:auto;
}
#nav {
	position: absolute;
	width: 730px;
	z-index: 20;
	height: 20px;
	top: 103px;
	z-index: 600;

}
#body {
	margin:auto;
	height: auto;
	width: 750px;
}
#bodyleft {
	position: relative;

	float: left;
	width: 170px;


}

#bodyright {
	position: relative;

	float: right;
	width: 570px;
}

#bodyfull {
	position: relative;
	float: left;
	width: 750px;
}

.bodyfullSpacer {
	position: relative;
	padding-top: 5px;

}
.contentLS {
	position:relative;
	float: left;
	padding: 10px;
	width: 135px;
	height: auto;
}

.contentRS {
	position:relative;
	float: left;
	width: 550px;
	padding: 10px;
	height: auto;
	z-index: 20;
}

/* Footer */

#footer {
	position: relative;
	top: 15px;
	width: 750px;
	height: 36px;
	margin: auto;
	background: url(/images/footer_bg.png) no-repeat;
}

#footertext {
	position: relative;
	top: 5px;
	font-size:9px;
	width: 500;
	margin: auto;
	text-align: center;
}

/* images */


/* Misc */

hr {
	border:0; 
	border-bottom: 1px dotted #A7A9AC;
	height: 1px;
	margin: 2px 0px 2px 0px;
}

li {
	margin-left: 20px;

}

.spacer {
	height: 10px;
	font-size: 0px;
}
.padding {
	padding-top: 18px;
}
.clear {
	clear:both;
	height: 0px;
	font-size: 0px;
}

li.active {

	list-style: disc inside;
	color:#58895C;
	margin-left: 30px;
}

li.pending {
	list-style: disc inside;
	color:#f2b205;
	margin-left: 30px;
}

/* Curves */
.curveborder{
    margin: 0 auto;
    border: 0px solid #ffffff;
    text-align: left;
    border: 1px solid #D8D8D8;
	padding: 10px;
	height: auto;
}

.curveIMG{
	height: 250px;
	width: auto;
    padding: 0px;
    border: 1px solid #D8D8D8;
	margin-bottom: 20px;
	background:#FFFFFF;
}
.feature{
	height: 250px;
	width: 750px;
    padding: 0px;
	background:red;
	border: 1px solid #D8D8D8;
	margin-bottom: 12px;
}

.curveNavB {
	background-color: #000;
	width: auto;
}
.curveNavT {
	background-color: #000;
	width: auto;
}

.curveContent {
	background-color: #fff;
	border: 1px solid #D8D8D8;
	top: 0px;
	padding: 10px 20px 10px 20px;
}

/* Images */




/* Text */
a {
	color: #000;
}
a:visited {
	color: #5c5c5c;
}
a:hover {
	color: #DA2627;
}

p, li {
	font-size: small;
}

p {
	padding-bottom: 10px;
}



#contentwrap H2{
	font-size: 16px;
	padding: 8px 0px 3px 23px;
	margin: 0px;
}

#contentwrap H3{
	font-size: 14px;
	padding: 7px 0px 3px 0px;
	margin: 5px 0px 15px 25px;
	border-bottom: 1px dotted #A7A9AC;
}
#contentwrap H4{
	font-size: 14px;
	padding: 0px 0px 3px 0px;
	margin: 5px 0px 10px 0px;
	border-bottom: 1px dotted #A7A9AC;
}

.curveheadingS{
	position:absolute;
	/* background-color: #e3e3e3; */
	background: url(/images/headerBG.png) repeat-x;
	border-top: 1px solid #D8D8D8;
	color: #666769;
	left: 0px;
	_left: -10px;
	top: 0px;
	width: 100%;
	height: 57px;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
.content{
	position:relative;
	padding: 0px 10px 0px 10px;
}

p.green {
	color: green;
}

/********** Tables **********/


#contentwrap table, 
#contentwrap table p,
#contentwrap table a:link,  
#contentwrap table a:visited,
#contentwrap table li,{

}

#contentwrap table {
	/* background-color: #66666; */
}
#contentwrap th {
	font-weight: bold;
	border-bottom: 1px dotted #A7A9AC;
	padding: 5px 0px 5px 0px;

}
#contentwrap td {
	/* color: #000000; */
	padding: 5px 0px 5px 0px;

}
#contentwrap tbody {
	/* background-color: #e6e6e6; */
	font-size: 11px;
}


#contentTable table, 
#contentTable table p,
#contentTable table a:link,  
#contentTable table a:visited,
#contentTable table li,{

}

#contentTable table {
	 background-color: #66666;
}
#contentTable th {
	font-weight: bold;
	border-bottom: 1px dotted #A7A9AC;
	padding: 5px 0px 5px 0px;

}
#contentTable td {
	/* color: #000000; */
	padding: 5px 0px 5px 0px;

}
#contentTable tbody {
	/* background-color: #e6e6e6; */
	font-size: 12px;
}



/* Misc */
.xicon {
	position: relative;
	float:left;
	padding: 0px;
}

/* SideNav */
UL.sidenav {
	margin-left: 10px;
	padding-left: 3px;
}
UL.sidenav li {
	list-style-position: outside;
	margin: 5px 0px 5px 0px;
	padding-left: 0;
}
UL.sidenav li a{
	text-decoration: none;
}
UL.sidenav li a:hover{
	text-decoration: underline;
}
UL.sidenav li a span{
	font-size: 9px;
	font-weight: boldl;
}

