/* CSS Document */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:verdana,sans-serif;
	font-size:12px;
	color:#00529c;
}

.body {
	background-color:#00529c;
}

div#body {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:697px;
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-left:1px solid #abb7d9;
	border-right:1px solid #abb7d9;
}

div#header {
}

div#content {
	width:697px;
	min-height:630px;
	padding-bottom:10px;
}

.footer {
	position:relative;
	/*width:100%;*/
	bottom:0; /* stick to bottom */

	width: 677px; /*697-10*/
	padding: 0 10px;
	overflow: hidden;
}

.footnav {
	float: left;
	width: 30%;
}

.footnav a {
	/*padding: 0 0 0 10px;
	margin-bottom:5px;*/
	color:#fdbb55;
	text-decoration:none;
	}

.footnav a:hover {
	color:#00529c;
	}

.PI	{
	/*padding-left:450px;*/
	color:#00529c;

	float: right;
	width: 50%;
	text-align: right;
	}

.PI a	{
	color:#fdbb55;
	text-decoration:none;
	}

.PI a:hover	{
	color:#00529c;
	text-decoration:none;
	}

.leftcol	{
	float:left;
	width:130px;
	}

.leftcol .menu ul	{
	list-style:none;
	padding:10px;
	margin:0;
	}

.leftcol .menu li	{
	padding:0 0 3px 0;
	margin:0;
	}

.leftcol .menu li a {
	text-decoration:none;
	color:#fdbb55;
	}

.leftcol .menu li a:hover {
	color:#00529c;
	}

.middlecol	{
	float:left;
	/*width:380px;*/
width:560px;

	}

.mid-text	{
	padding:10px;
	margin:0;
	text-align:justify;
	
	}

.mid-text a {
	color:#fdbb55;
	text-decoration:none;
	}
	
.rightcol	{
	float:left;
	width:186px;
	}

.right-text	{
	padding:10px;
	margin:0;
	text-align:right;
	font-size:11px
	}

.right-text	a {
	color:#00529c;
	text-decoration:none;
	}

.right-text	a:hover {
	color:#fdbb55;
	}

/*FORM/SURVEY BUILDER*/
/** CUSTOM FORM **/
.customForm {
	color:#00529c;
	font-size: 11px;
	color:#333;
	/*width: 350px;*/
	width:500px;
}
	
.customForm .ps td, .customForm .hd td {
	color:#00529c;
	font-weight: bold;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.customForm .hd th {
	color:#00529c;
	font-size: 11px;
	text-align:left;
	padding:2px;
}

.customForm td{
	color:#00529c;
	font-size: 11px;
	vertical-align:top;
}

.customForm td {
	color:#00529c;
	font-size: 11px;
	padding-bottom: 3px;
	padding: 2px;
}

.customForm .buttons td {
	border-bottom: none;
}

.customForm .form_desc {
	display: block;
	font-size: 11px;
	color: #555555;
}

/*buttons only*/
.customForm .buttons input {
	color:#555555;
	background-color:#fff;
	border: 1px solid #555555;
}

/*input box*/
.customForm .st input {
	font-size: 11px;
	width: 98%;
	cursor: auto;
	padding: 1px;
	font-family: Verdana, Helvetica;
	border: 1px solid #555555;
}

/*textarea*/
.customForm textarea{
	font-size: 11px;
	width: 98%;
	height: 80px;
	font-family: Verdana, Helvetica;
	border: 1px solid #555555;
}

.customForm .pt td{
	font-size: 11px;
	vertical-align: top;
}

/*select*/
.customForm, select {
	font-size: 11px;
	cursor: auto;
	padding: 1px;
	font-family: Verdana, Helvetica;
	margin: 0 0 5px 0;
}

/*file upload*/
.customForm .fl td{
	vertical-align: top;
}

.customForm .fl input {
	font-size: 11px;
	width: 98%;
	cursor: auto;
	padding: 1px;
	font-family: Verdana, Helvetica;
}

/*radio and checkbox fields*/
.customForm .ra input, .customForm .ch input{
	font-size: 11px;
	border:none;
}

.form-head	{
	font-size: 11px;
	color: #000;
	text-align:left;
	padding:2px;
	}

.formfields	{
	font-size:11px;
	border:1px solid #666666;
	color:#000;
	width:98%;
	margin-bottom:5px;
	padding:1px;
}

.button {
	color:#555555;
	background-color:#fff;
	border: 1px solid #555555;
}

.login_form	{
	color:#333;
	}

.login_form a	{
	color:#3A3656;
	text-decoration:none;
	}

