.clearfix:after {  	
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html{
	margin:0px;
	padding:0px;
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	background:#000;
	height:100%;
}

form {
	margin:0px;
	padding:0px;
}
body, td, p{
	font-size: 11px;
	color: #000;
	font-family: Arial, Verdana;
}

p {
	padding:0px;
	margin:10px 0px 10px 0px;
}

form {
	padding:0px;
	margin:0px;
}


table { border-collapse : collapse; }
td { padding : 3px; /*border : 1px solid #000; */}

img { border : 0; }
input, select { vertical-align: middle; margin:0px; padding:0px; }

h1 {clear:both;font-size: 14px; font-family: Tahoma, Verdana; font-weight: bold; color:#035db6;
}
h2 {clear:both;font-size: 13px; font-family: Tahoma, Verdana; font-weight: bold; color:#035db6;
}
h3 {font-size: 12px; font-family: Tahoma, Verdana; font-weight: bold; color:#035db6}
h4 {font-size: 11px; font-family: Tahoma, Verdana; font-weight: bold; color:#035db6}
h5 {font-size: 10px; font-family: Tahoma, Verdana; font-weight: bold; color:#035db6}
h6 {font-size: 9px; font-family: Tahoma, Verdana; font-weight: bold; color:#035db6}
a, a:link, a:visited, a:active {
	color:#4c84ce;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

.error {
	margin:10px;
	padding:20px;
	background: #ffeeee;
	font-family: verdana;
	color: #CC0000;
	font-weight: bold;
}

.error h2, .error h1	{ margin-top: 0px; color: #CC0000;}
.error h3				{ margin-top: 0px; margin-bottom: 12px; color: #CC0000; border-bottom: 1px #CC0000 solid;}

.error ul li {
list-style-type: none;
color:#CC0000;
}


tr.row{
	background:inherit;
}
tr.rowo{
	background:inherit;
}

tr.row{
	background:inherit;
}
tr.rowo{
	background:#efefef;
}


#Main {
	width: 743px;
	margin: 0px auto;
	display:block;
	background-color: #02467d;
	overflow:auto;
}
#Top {
	display:block;
	width:743px;
/*	height:336px;*/
	background-color: #0686ee;
	margin: 0px;
}

#Top #Banner {
	width:743px;
/*	height:75px;*/
	background: url('/images/top_banner_back.gif') no-repeat;
	text-align:center;
}
#Top #Flash {
	width:743px;
	height:261px;
}

#Content {
	width:743px;
	height:auto;
	background: url('/images/bg.gif');
	overflow:auto;
}
#Content .bgl {
	width:743px;
	height:auto;
	/*background: url('/images/bg1.gif') left top repeat-y;*/
	overflow:auto;
}
#Content .bgr {
	width:743px;
	height:auto;
	/*background: url('/images/bg2.gif') right top repeat-y;*/
	overflow:auto;
}

#Content #ContentZone {
	width:726px;
	padding: 0px 8px 8px 8px;
	overflow:auto;
}

#Content #ContentArea {
	background:#fff;
	overflow:auto;
}

#Content #Menu {
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	overflow:hidden;
	background:#fff;
}
#Content #Menu ul {
	font-family:arial;
	color:#333366;
	font-size:11px;
	font-weight:normal;
	list-style-type:none;
	margin: 0px 0px;
	padding:0px;
}
#Content #Menu ul li {
	float:left;
	background:#fff;
	margin:0px;
	line-height:12px;
	padding: 0px 2px;
	white-space:nowrap;
}
#Content #Menu a, #Content #Menu a:link, #Content #Menu a:visited {
	font-family:arial;
	color:#333366;
	text-decoration:none;
}
#Content #Menu a:hover {
	color: #333366;
	text-decoration:underline;
}

#LogInForm input.textfield {
	margin:0px;padding:0px;
	font-size:11px;
	width:100%;
}

#LogInForm table tr td {
	padding:3px;
}


#Boxes {
	width:726px;
	height:180px;
	clear:both;
}
.box {
	float:left;
	padding:5px 10px;
	width:222px;
	height:170px;
	background: url(/images/boxbg.gif) no-repeat;
	overflow:hidden;
}
.boxw {
	float:left;
	padding:5px 10px;
	width:464px;
	height:170px;
	background: url(/images/boxbg2.gif) no-repeat;
}

#BoxesBanners {
	float:left;
	width:242px;
	height:540px;
	overflow:hidden;
}
#BoxesHome {
	float:right;
	width:484px;
	height:540px;
	clear:both;
}


.box .header, .boxw .header {
	width:100%;
	height:24px;
	overflow:hidden;
	border: 0px solid red;
}

.box .header h1, .boxw .header h1{
	color:#fff;
	margin:0px;
	padding:0px;
}

.box .content, .boxw .content {
	margin-top:5px;
	width:100%;
	height:85px;
	overflow:hidden;
}
.box .content img, .boxw .content img {
	float:left;
	margin:0px;padding:0px;
	margin-right:10px;
}

.box .footer, .boxw .footer  {
	margin-top:5px;
	width:100%;
	height:21px;
	overflow:hidden;
	text-align:right;
	padding-top:0px;
}

.box .button, .boxw .button {
	font-family:verdana;
	margin:0px;padding:0px;
	width:auto;
	font-size:11px;
	margin-top:0px;
	height:20px;
	background: url('/images/spacer.gif');
	color:#000;
	text-decoration:none;
	border: 0px solid #035db6;
	vertical-align:middle;
	font-weight:bold;
	display: inline-block;
	float:right;
	cursor:hand;
}

.box .button2, .boxw .button2 {
	font-family:verdana;
	margin:0px;padding:0px;
	width:auto;
	font-size:11px;
	margin-top:0px;
	height:20px;
	background: url('/images/spacer.gif');
	color:#000;
	text-decoration:none;
	border: 0px solid #035db6;
	vertical-align:middle;
	font-weight:bold;
	display: inline-block;
	float:left;
	width:150px;
	cursor:hand;
	text-align:left;
	padding-left:5px;
}


.nopadding td {
	padding:0px;
}

.nopadding td table tr td{
	padding: 3px;
}

.main .contentheader {
	background: url('/images/content_header.gif') top center no-repeat;
	height:22px;
	padding:5px;
	overflow:hidden;
}
.main .contentheader h1 {
	color:#fff;
	margin:0px;
	padding:0px;
}

.main .contentfooter {
	background: url('/images/content_footer.gif') bottom center no-repeat;
	overflow:hidden;
	height:24px;
}
.main .content {
	background: url('/images/content_bg.gif') top left repeat-y;
	height:auto;
	overflow:auto;
	width:464px;
	padding:10px;
	overflow:hidden;
}

.listing {
	margin:0px;
	padding:0px;
	margin-top:10px;
	clear:both;
}

.listing ul {
	list-style-type : none;
	margin: 0;
	padding: 0;
}
.listing ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height:90px;
	width:100%;
	clear:both;
}
.listing ul li img{
	float:left;
	margin-right:5px;
}
.listing ul li .title{
	color: #035db6;
	font-weight:bold;
}
.listing ul li .content{
	background:transparent;
	width:auto;
	height:auto;
 	padding:0px;
 	margin:0px;
}

.product {
	margin-top:10px;
	clear:both;
	width:464px;
	height:auto;
 	overflow:auto;
}

.product img{
	float:left;
	margin:0px;	
}
.product .title{
	color: #035db6;
	font-weight:bold;
	display:hidden;
}
.product .content{
	background:transparent;
	width:auto;
	height:auto;
 	overflow:auto;
 	clear:both;
 	padding:0px;
 	margin:0px;
}

.clear {
	clear:both;
}

.left {
	float:left;
}
.right {
	float:right;
}

.center {
	text-align:center;
}


#Privacy {
	overflow:auto;
	width:auto;
	height:200px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #dddddd;
	background: #eeffee;
}

#Header {
	background: #06124F;
	color:#fff;
	width:auto;
	height:auto;
	padding:2px 5px;
	line-height:22px;
	height:22px;
}

#Header a, #Header a:link, #Header a:visited, #Header a:active {
	color:#fff;
	margin: 0px 5px;
}

#Header a:hover{
	color:yellow;
	margin: 0px 5px;
}
#Header a.first, #Header a.first:link, #Header a.first:visited, #Header a.first:active {
	color:#fff;
	margin: 0px 5px 0px 0px;
}

#Header a.first:hover{
	color:yellow;
	margin: 0px 5px 0px 0px;
}

#Header img {
	vertical-align:middle;
	margin: 1px 5px;

}

#Footer {
	background: #06124F;
	color:#fff;
	width:auto;
	height:auto;
	padding:5px 5px;
	text-align:right;
	clear:both;
}

#Footer a, #Footer a:link, #Footer a:visited, #Footer a:active {
	color:#fff;
}

#Footer a:hover{
	color:yellow;
}


.comment {
	width: auto;
	/*clear: both;*/
	margin-bottom: 20px;
}
.comment_heading {
	position:static;
	/*clear: both;*/
	font-family: Arial;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.comment_name {
	color: #ff7a21;
	font-size: 14px;
	float: left;
	width: 200px;
}
.comment_date {
	color: #2f8cef;
	font-size: 12px;
	float: right;
	text-align: right;
	width: 200px;
}

.comment_content {
	position:static;
	/*clear: both;*/
	font-family: Arial;
	color: #333;
	padding: 10px;
	background-color: #f8f8f8;
}
.comment_answer{
	position:static;
	/*clear: both;*/
	font-family: Arial;
	color: #333;
	color:gray;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px dotted gray;

}


.paging {
/*	float:right;
	text-align:right;
  */
}

