html, a, p, h1, h2, h3, h4 {
	color:#666666;
	font-family: Calibri,Tahoma,Arial,Helvetica,sans-serif

}
html {
	font-size: 13px;
	text-align: justify;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: url("../images/blue_background2.jpg") repeat-x;
	background-color: #ffffff;
}

#container {
	position: absolute;
	left: 0px;
	top: 0px;
	min-width: 800px;
	width: 100%;
	min-height: 100%;
	_height: 100%;

}

#header {
	background: url("../images/corner_gradient.png") no-repeat;
	position: relative;
	height: 280px;
	width: 100%;
}

#widgetholder {
	margin-left: 250px;
	position: relative;
	height: 2px;
	width: 50%;
	_width: expression(document.body.clientWidth < 1100? "550px" : "50%");
}
.logo {
	position: absolute;
	left: 5px;
	top: 5px;	
}

#navigation {
	position: absolute;
	left: 0px;
	top: 250px;
	padding-left: 50px;
	background-color: #FFFFFF;
}

.navtext {
	font-size: 16px;
	display: inline;
	color: #21363E;
	text-decoration: none;
	
}

.navtext:hover {
	text-decoration:underline;
}

#content {
	position: relative;
	margin-left: 250px;
	background-color: #ffffff;
	min-width: 550px;
	width: 50%;
	_width: expression(document.body.clientWidth < 1100? "550px" : "50%");
}
#footer {
	display: none;
	position: absolute;
	bottom: 0px;
	width: 722px;
	height: 30px;
	text-align: right;
	background-color: #ffffff;
	padding: 0px 14px 0px 14px;
	font-size: 11px;
	
}
#footerprotector {
	opacity: 0.0;
	_filter:alpha(opacity=0);
	height: 30px;
}
#pagetitle {
	position: absolute;
	top: 210px;
	left: 250px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#loginwidget {
	
	margin-left: -40px;
	padding: 8px;
	height: 200px;
	width: 200px;
	background-color: #ffff80;
}
#loginwidget p {
	margin: 0px;
}

#loginwidget h2 {
	line-height: 16px;
	font-size: 16px;
	margin: 0px;
}

.a {
	display: table; 
	#position: relative; 
	overflow: hidden;
	width: 100%;
	height: 100%; 
}
.b {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	width: 100%;
}
.c {
	#position: relative; 
	#top: -50%; 
	text-align: center;
	width: 100%;
}

.mooquee_item {
	position: relative;
	height: 150px;
	font-size: 30px;
	font-weight: bold;
	width: 100%;
}

#mooqueeholder {
	top: 25px;
	left: 300px;
	position: absolute;
	min-width: 550px;
	width: 50%;
	_width: expression(document.body.clientWidth < 1100? "550px" : "50%");
	height: 150px;
	overflow: hidden;
}

#mooquee {
	postion: relative;
	width: 100%;
	height: 100%;
}

.answer {
	line-height:18px;
	padding:0 0 20px 30px; 
}
.question {
	font-weight:bold; 
	cursor:pointer; 
	line-height:25px; 
	padding:4px; 
}
.question:hover	{
	background-color:lightblue;
}

.st1 {
	width: 57%;
}
.st2 {
	width: 15%;
	padding-left: 10px;
	padding-right: 10px;
}
.st3 {
	width: 21%;
	padding-left: 10px;
	padding-right: 10px;
}
.st4 {
	width: 7%;
	text-align: left;
	padding-left: 10px;
}

.ind1 {
	padding-left: 15px;
}
.ind2 {
	padding-left: 30px;
}
.ind3 {
	padding-left: 45px;
}
.ind4 {
	padding-left: 60px;
}

.faqitem {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

.faqcontrols {
	left: 0px;
	top: 50%;
	margin-top: -14px;
	margin-left: 14px;
	position: absolute;
	height: 28px;
	width: 15px;
	background-image: url("/images/faqmove.png");
}

.faqright {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.faqinput {
	width: 550px;
}
.faqli {
	padding:4px 8px; 
	color:#000; 
	cursor:move; 
	list-style:none; 
	background:#e0e0e0; 
	margin:10px 0; 
	border:1px solid #999;	
}
#faqlist { 
	padding:0; 
}

#surveyform td {
	font-size: 13px;
}

