/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main
{
	width:800px;
	margin:auto;
}

#head
{
	float:left;
	width:100%;
	background-color:#FFEEAA;
	height:230px;
}

#banner
{
	float:left;
	width:100%;
	height:250px;
}

#nav_first
{
	float:right;
	width:100%;
	height:200px;
	background:url(../images/CharlieMcKillopWebHeader.gif) no-repeat;
}

#nav_second
{
	float:right;
	width:100%;
	height:25px;
}

#nav_second ul
{
	list-style-type:none;
	float:right;
	margin:5px 5px 0px 0px;
	padding:0px;
}

#nav_second ul li
{
	float:left;
	width:auto;
	padding:0px 15px 0px 15px;
	font-weight:bold;
	font-size:12px;
}

#nav_second ul li a
{
	text-decoration:none;
	color:#003399;
}

#body
{
	float:left;
	width:778px;
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	background-color:#FFFFFF;
	padding:10px;
}

#foot
{
	float:left;
	width:800px;
	text-align:center;
	background:url(../images/footer.gif) no-repeat;
	height:150px;
}

#foot #footer_nav
{
	width:550px;
	margin:auto;
}

#foot ul
{
	padding-top:100px;
	list-style-type:none;
	margin:0px;
}

#foot ul li
{
	float:left;
	padding:0px 10px 0px 10px;
	font-weight:bold;
	font-size:10px;
	margin:0px;
}

#foot ul li a
{
	color:#6496FF;
}

#nav_first ul
{
	list-style-type:none;
	float:right;
	margin:170px 15px 0px 15px;
	padding:0px;
}

#nav_first ul li
{
	float:left;
	width:auto;
	padding:0px 15px 0px 15px;
	font-weight:bold;
	font-size:16px;
}

#nav_first ul a
{
	text-decoration:none;
	color:#0053A0;
}

#body h1
{
	color:#003399;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

#body h2
{
	color: #000000;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

#body h3
{
	color: #000000;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

#body h4
{
	color: #0053A0;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

#contact p
{
	width:700px;
	float:right;
}

#contact label
{
	width:150px;
	float:left;
}

.endorsement img
{
	float: left;
	padding:0px 10px 15px 0px;
}

.endorsement .details
{
	float:left;
	width:645px;
	padding:0px;
	margin:0px;
}

.endorsement
{
	float:left;
	width:100%;
}

.localissue img
{
	float: left;
	padding:0px 10px 15px 0px;
}

.localissue .details
{
	float:left;
	width:460px;
	padding:0px;
	margin:0px;
}

.localissue
{
	float:left;
	width:100%;
}

#photo_gallery
{
	margin:auto;
	width:750px;
}

#photo_gallery .photo_item
{
	float:left;
	width:340px;
	padding:10px 10px 0px 10px;
	text-align:center;
}

#photo_gallery .photo_item h3
{
	margin:15px 0px 5px 0px;
	font-size:14px;
}

#photo_gallery .photo_item .photo
{
	padding:0px 0px 5px 0px;
}

#footer_nav p
{
	padding-top:10px;
}

#download_div h3
{
	display:inline;
}

#surveyform .dropdown
{
	float:left;
	width:350px;
	padding:0px 10px 20px 10px;
}

#surveyform .details
{
	float:left;
	width:100px;
	padding:0px 10px 20px 10px;
	height:10px;
}

#survey
{
	width:700px;
}

#survey select
{
	float:left;
}

#leftCol
{
	float:left;
	width:550px;
}

#rightCol
{
	float:right;
	width:200px;
}