
#mainBg {
	width:921px; 
	margin:0 auto; 
	margin-top: 20px;
	margin-bottom: 30px;
	background:url(images/maindivbg.jpg) repeat-y;
}

#main {
	width:900px; 
	margin:0 auto; 
	text-align:left;
	background: white;
}

#header {height:515px; width:900px; text-align:left; margin:0 auto;}

/***************content***************/
.row-2 .col-1 {width:285px;}
.row-2 .col-2 {width:311px;}
.row-2 .col-3 {width:293px;}

/***************page-2***************/
#page-2 .col-1 {width:445px;}
#page-2 .col-2 {width:445px;}

/***************page-5***************/
#page-5 .col-1 {width:445px;}
#page-5 .col-2 {width:445px;}
#page-5 .inner ul {width:190px;}

/***************page-6***************/
label {color:#626262; width:51px;}
#contactForm input {width:200px;}
#contactForm textarea {width:200px;}

/*.flashbg{
	width: 900px;
	height: 320px;
	background: url('images/homeflashbg.png');
	padding-top: 7px;
}

.flashBox{
	width: 900px;
	height: 320px;
	margin-left: 8px;

}*/

/* ------------POLL STYLES -----------------*/

.poll {
}

.voteContainer {

}

.voteContainer input {
	border: none;
}

.question {
	font-weight: bold;
	font-size: 14pt;
}

fieldset {
	border: solid 1px #666666;
	width: 200px;
	padding: 0 10px 10px 10px;
	margin-bottom: 15px;
}

legend {
	color: #ffffff;
	background: #666666;
	border: 1px outset #cccccc;
	padding: 2px 2px 0 2px;
	font-weight: bold;
}

.currentResults {
	font-size: 8pt;
}

.vote {
	margin-top: 4px;
	padding: 0 0 0 0;
}

.vote p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

input.submit {
	color: #FFFFFF;
	background: #666666;
	border: 2px outset #cccccc;
	padding: 5px;
}

/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 1px solid #000000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #ff0000;
}

#pollBar2 {
	background: #00ff00;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}


/* ------------POLL STYLES END -----------------*/