@charset "utf-8";
/* CSS Document */

html { 
	background:url("images/bg.jpg"); 
	/* Height is 100%, so the body can be 100% */
	height:100%;
}


body {
	background-image:url(images/bg_hd.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:100%;
	color:#000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}	


#HD {
	width:100%;
	height:204px;
	margin:0 auto;
	position:relative;
	background-image:url(images/hd.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#wrapper_full {
	clear:both;
	width:930px;
	margin:0 auto;
	position:relative;
	margin-top:-14px;
}	

#wrapper {
	float:left;
	width:774px;
	margin:0;
	padding:0;

}	

#nav_wrapper {
	float:left;
	width:774px;
	margin:0;
	padding:0;
	background:#C66D09;
}	

#content_wrapper {
	float:left;
	width:774px;
	padding:0;
	margin:0;
	background:#FFF url(images/ft.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content_main {
	clear:both;
	width:754px;
	margin:0 auto;
	position:relative;
	margin-top:10px;
	padding-bottom:100px;
	min-height:450px;
}		

#content_main A, content_main A:VISITED{
	font-weight:bold;
	color:#333;
	background:#E6F282;
	text-decoration:none;
}

a:link.image{background: white;}	

#content_main A:HOVER {
	color:#000;
	text-decoration:underline;
}	

#content_main LI {
	list-style:circle url(images/bullet.gif);
	font-family:Verdana, Arial, sans-serif;
	font-size:.8em;
	margin-bottom:.7em;	
}

#content_main IMG {
	background:#FFF;
	padding:5px;
	
}		

P {
	font-family:Verdana, Arial, sans-serif;
	font-size:.8em;
}	

H1 {
	margin:0;
	font-size:1.4em;
	color:#014971;
}

H2 {
	margin:0;
	font-size:1.2em;
	color:#B98B01;
}

H3 {
	margin:0;
	font-size:1.1em;
	color:#B98B01;
}

H4 {
	margin:0;
	margin: 5px 0px 5px 0px;
	font-size:1.1em;
	color:#333;
	background:#FFFFCC;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

.table_pager_search {
	border:solid 1px #C1DAD7;
	font-size:.8em;
}

.table_content_border_nogrid {
	border:solid 1px #C1DAD7;
	font-size:.8em;
}	

.table_content_border_nogrid TD{
	padding:3px;
}

.table_content_border_grid {
	border:solid 1px #000;
	font-size:.8em;
}	

.table_content_border_grid TD {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding:3px;
}

.table_content_noborder_gridbt {
	font-size:.8em;
}	

.table_content_noborder_gridbt TD {
	border-bottom: 1px solid #C1DAD7;
	padding:3px;
}

.tableHilite {
	border: 1px dotted #014971;
	font-size:.9em;
}	

.table_sidebar {
	border:dotted 1px #6FDF61;
	font-size:.8em;
}

.table_sidebar TD{
	padding:2px;
}

	

.hilite_para {
	display:block;
	background:#F0F688;
	border:solid 1px #6FDF61;
	padding:5px;
	font-weight:bold;
}	

#sidebar {
	float:right;
	width:180px;
	padding:2px;
}	

		
input[type="text"], input[type="password"], input[type="textfield"], input[type="select"], textarea, select {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background: #ffffff;
	color:#003366;
	border:#003366 1px solid;
} 

input[type="submit"], input[type="button"] {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background:#D3E3FB;
	color:#000000;
	border:#000000 2px solid;
	text-align:center;
	margin:5px;
}
input[type="submit"]:hover, input[type="button"]:hover {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background:#0F4A9C;
	color:#ffffff;
	border:#000000 2px solid;
	text-align:center;
	margin:5px;
}

#ads {
	float:right;
	width:145px;
	margin-top:-150px;
	text-align:center;
}

/* message */
.ewmsg {
	color: red; /* message color */
}

#HIDE_CCpayment {
	display:none;
}

#Home_Slide {
	float:right;
	width:250px;
	height:160px;
	margin:0px 20px 20px 20px;
	z-index:1;
}	
	

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5FAFA; /* alt row color 2 */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #E4F6A4; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #E8E8E8; /* select color */
}

#submitHide {
	display:none;
}	
