#banner {
	margin:0 2%;
	height:250px;
	background:#4b8fd6 url(/template/img/banner.jpg) top left no-repeat;
	position:relative;
	top:0;
	left:0;
	border-bottom:1px solid #ccc;
}

#featured_story {
	position:absolute;
	top:25px;
	right:25px;
	width:350px;
	background-color:#D2E7F9;
	padding:10px 5px 0 5px;
	border:2px solid #ccc;
}

#featured_story img {
	float:right;
	margin:-20px 0 3px 3px;
	border:1px solid #fff;
}

#featured_story h2 {
	color:#333;
	margin:-3px 0 3px 0;
	font-family: cambria,palatino,georgia,serif;
	font-size:1.5em;
}

#featured_story  p {
	line-height:1.25em;
	color:#333;
	font-family: cambria,palatino,georgia,serif;
	font-size:.9em;
}

#featured_story a {
	float:right;
	color:#00F;
}

.col {
	float:left;
	width:33.3%;
	background-color:#fff;
	padding:0;
	
	margin-bottom: 10px;
}

.colcontent {
	padding-right:20px;
}

.rightcol {
	padding-right:0;
}

.colcontent div {
	background-color:#D2E7F9;
	padding:5px 5px 5px 5px;
	margin-top:1px;
}

.col h2 {
	background-color:#4B8FD6;
	margin:0;
	line-height:.5em;
}

.col h2 a, .col h2 a :active {
	color:#fff !important;
	text-decoration:none !important;
	display:block;
	background:transparent url(/template/img/arrowright.png) 8px 8px no-repeat;
	padding: 11px 4px 10px 30px;
	outline:0;
}

.col h2 a.active {
	background:transparent url(/template/img/arrowdown.png) 8px 8px no-repeat;
	outline:0;
}

.col h2 a:hover, .col h2 a:focus{
	color:#B5E8DF;
	text-decoration:none;
}

.col ul {
	margin:0;
}
.col ul  li {
	margin-bottom:4px;
}

.content p {
	padding-bottom:5px;
}

#survey_form {	
	margin-top: 0.5em;
	font-size: smaller;
}



/* New Survey */
div#survey {
	padding-bottom: 1em;
}

div#survey p {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#survey fieldset {
	margin-left: 1em;
}

div#survey input[type='submit'] {
	margin-top: 0.2em;
	margin-bottom: 1em;
}

fieldset#survey legend {
	margin-bottom: 5px;
}

fieldset#survey input[type='radio'] {
	margin-top: 0.5em;
	margin-right: 5px;
}

div#survey li {
	margin-left: 2.5em;
}


/* Old Survey */

#survey_form input[type=radio] {
	margin-left: 1em;
	margin-bottom: 0.25em;
}

#survey_form input[type=submit] {
	margin-top: 0.5em;
}

.wp-polls .pollbar {
	padding: 0;
}
