/* CSS Document */
BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

IMG {
	border-style: none;
	}

A {
	color: #000;
	position: relative;
	}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 38px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 22px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #4096EE;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 38px;
}

SPAN.subtitle {
	color: #777777;
	font-size: 15px;
	padding: 0 0 0 5px;
	}

H3 A {
	font-size: 17px;
	color: #565656;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 22px;
}

* html fieldset{
    position: relative;
    }

* html legend{
    position:absolute;
    top: -11px;
    left: .5em;
    }

* html fieldset{
    position: relative;
    padding-top: 15px;
    }

fieldset {
	border: 0;
	border-top: 1px solid #000;
	background-color: #f1f5fa;
	padding: 15px;
	font-family: verdana;
	margin: 0;
}

fieldset.final {
	border: 1px solid green;
	background-color: #e8fcea;
}


fieldset.final legend {
	color: green;
}

fieldset.error {	
	border: 1px solid #F2C217;;
	background-color: #FFFFDD;	
}

fieldset.error legend {
	color: #414141;
}

fieldset legend {
	padding: 0 7px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	color: #000;
}

fieldset table td {
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 1.3em;
}

fieldset table th {
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
	vertical-align: top;
	width: 140px;
}

fieldset table th.w300 {
	width: 200px;
}

fieldset input {
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	width: 250px;
}

fieldset select {
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
}

fieldset textarea {
	font-size: 13px;
	padding: 3px;
	font-weight: bold;
	font-family: verdana;
}

fieldset input.normal {
	width: auto;
}

fieldset small {
	font-size: 10px;
	color: #454545;
	line-height: 1.3em;
}

fieldset img {
	margin: 0 5px 5px 0;
}

span.highlight, td.highlight, th.highlight {
	background-color: #ffc;
}

div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

#recent-sites {
	border-bottom: 3px double #e3e3e3;
	padding-top: 10px;
	margin-bottom: 20px;
}
	#recent-sites h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 19px;
		color: #4096EE;
		font-weight: normal;
		border-bottom: 3px double #e3e3e3;
		padding-bottom: 7px;
	}
		#recent-sites h2 span {
			color: #777777;
			font-size: 15px;
		}
		
	.site-thumb-space {
		float: left;
		margin: 0 0 0 3px;
		width: 12px;
		height: 2px;
		}
		
	.site-thumb {
		float: left; 
		margin: 10px 6px 0 6px;
		text-align: center;
		font-size: 11px;
		color: #625f47;
	}
		.site-thumb img {
			margin-bottom: 4px;
		}
		.site-thumb a:link img, .site-thumb a:visited img {
			border: 2px solid #D7D7D7;
			padding: 2px;
		}
		.site-thumb a:hover img, .site-thumb a:active img {
			border: 2px solid #625f47;
		}
	
	p#big-list-link {
		padding: 4px;
		background: #D7D7D7;
		font-size: 14px;
		text-align: center;
	}


.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 24px;
}

.indentLeft {
	padding: 0 0 0 20px;
}

.topHeader {
	height: 94px;
	width: 100%;
	background: url("../images/header_bg.jpg") repeat-x top left;
	}

.container {
	width: 924px;
	margin: 0 auto;
	text-align: left;
	}
.headerMargin {
	height: 24px;
	font-size: 1px;
	}

.headerRight {
	float: right;
	text-align: right;
	height: 70px;
	width: 550px;
	}	
	
	.headerRight UL {
		padding: 0;
		margin: 0;
		list-style: none;
		}
	.headerRight li {
      display:inline;
      margin:0;
      padding:0;	  
      }
	  
	.headerRight li a {		
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
		font-size: 16px;
		}
		
		.headerRight li a.first {
			background:url("../images/headermenu_sep.jpg") no-repeat left;
		}
	  
		.headerRight li a span {			
			background:url("../images/headermenu_sep.jpg") no-repeat right;
			padding: 8px 15px 8px 7px;
			color: #000;
			}
		
		.headerRight li a:hover span, .headerRight li a:hover {
			color: #FF6506;
		}		
	  		
.header {
	height: 285px;
	width: 100%;
	background: url("../images/centerheader.jpg") repeat-x top left;
	}

.header .container {
	margin: 0 auto;
	width: 918px;
	height: 285px;
	background: url("../images/centerheader_bg.jpg") no-repeat top center;
	}

.subheader {
	height: 198px;
	width: 100%;
	background: url("../images/centerheader.jpg") repeat-x top left;
	}

.subheader .container {
	margin: 0 auto;
	width: 918px;
	height: 198px;
	background: url("../images/centerheader2_bg.jpg") no-repeat top center;
	}

.mainCenterImageBottom {
	background: url("../images/center_right_image_bottom.jpg") no-repeat top;
	}
	
.bodyHeader {
	background: url("../images/body_bg.jpg") repeat-x top;
	}
	

.leftColumn {
	width: 630px;
	margin: 0;
	padding: 0;
	}

.rightColumn {
	width: 257px;
	float: right;
	margin: 0;
	padding: 0;
	}

.boxHead {	
	width: 257px;
	background: url("../images/right_header.png") no-repeat;	
	}
	
* html .boxHead {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/right_header.png",sizingMethod="crop");
	}

.liveChat {	
	width: 257px;
	background: url("../images/livechat_bg.png") no-repeat;	
	}
	
* html .liveChat {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/livechat_bg.png",sizingMethod="crop");
	}

.boxHeadTitle {
	padding: 15px 0 0 15px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4096EE;
	}

.boxHeadContent {
	padding: 20px 15px 5px 15px;
	color: #565656;
	font-size: 12px;
	line-height: 20px;
	}

.boxHeadContent A {
	font-size: 14px;
	text-decoration: none;
}

.boxHeadContent A IMG {
	display: inline;
	float: left;
	}

.featureListLeft {
	float: left;
	width: 300px;
	padding: 0 0 0 10px;
	font-size: 14px;
}

.featureListLeft UL, .featureListRight UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

.featureListLeft UL LI, .featureListRight UL LI {
	background: url("../images/accept.jpg") left no-repeat;
	padding: 13px 0 13px 40px;
}

.normalText UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

.normalText UL LI {
	background-image: url("../images/arrow_blue.gif");
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 10px 0 10px 35px;
}


.featureListRight {
	width: 300px;
	padding: 0 10px 0 0;
	font-size: 14px;
	margin: 0 0 0 300px;
}

.footer {
	height: 150px;
	width: 100%;
	padding: 0 0 0 0;
	background: url("../images/footer_bg.jpg") repeat-x top left;
	line-height: 16px;
	color: #6A6A6A;
	}
	
	.footerLeft {
		float: left;
		width: 450px;
		}
	
	.footerRight {
		float: right;
		width: 450px;
		text-align: right;
		}


.fivepixspacer {
	height: 5px;
	font-size: 1px;
	}

.tenpixspacer {
	height: 10px;
	font-size: 1px;
	}

.fifteenpixspacer {
	height: 15px;
	font-size: 1px;
	}

.twentypixspacer {
	height: 20px;
	font-size: 1px;
	}

.twentyfivepixspacer {
	height: 25px;
	font-size: 1px;
	}

.thirtypixspacer {
	height: 30px;
	font-size: 1px;
	}

.ra { text-align: right; }