/*********************************************************************
   Style Sheet for Columbus West Park
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design Corporation (937-492-5704)
*********************************************************************/

@import url("menu.css");
@import url("resize.css");

* {
	margin:0;
	padding:0;
	}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	}
	
img {
	border:0;
	}
	
/* Main Container
-------------------------------------------------------------------- */
#main {
	margin:auto;
	width:780px;
	background:url(../images/bg.gif) repeat-y top right;
	}
	
/* Top
-------------------------------------------------------------------- */
#logo {
	float:left;
	}
	
#toplinks {
    float:right;
	margin:80px 0 0 0;
	padding:0;
	font-size:9px;
	}
	
#toplinks li {
	display:inline;
	margin:0;
	padding:0px 10px;
	}
	
/* Top Links
-------------------------------------------------------------------- */
#toplinks a {
	font-size:12px;
	color:#8b0029;
	}
	
#toplinks a:link, #toplinks a:visited, #toplinks a:active {
	text-decoration:none;
	}

#toplinks a:hover {
	text-decoration:underline;
	}
	
/* Head
-------------------------------------------------------------------- */
#headimage {
	float:right;
	}
	
/* Body
-------------------------------------------------------------------- */
#body {
	clear:both;
	text-align:left;
	}
	
/* Sidebar
-------------------------------------------------------------------- */
#sidebar {
	float:left;
	width:150px;
	margin:0;
	padding:20px;
	}
	
#sidebar h2 {
	margin:0 0 0 0;
	font-size:16px;
	color:#0a533c;
	}
	
#sidebar ul {
	margin:2px 0 25px 10px;
	padding:0;
	list-style:none;
	}
	
#sidebar li {
	margin-bottom:4px;
	}
	
/* Sidebar Links
-------------------------------------------------------------------- */
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color:#cc0066;
	}
	
#sidebar a:visited {
	color:#8b0029;
	}

#sidebar a:hover {
	color:#0a533c;
	text-decoration:none;
	}
	
/* Content
-------------------------------------------------------------------- */
#content {
	float:right;
	margin:20px;
	width:550px;
	}
	
#content h1 {
	margin:0 0 12px 0;
	padding-bottom:4px;
	color:#8b0029;
	border-bottom:1px dotted #8b0029;
	}
	
#content h2 {
	margin:10px 0 0 0;
	color:#0a533c;
	}
	
#content p {
	margin:6px 0 12px 0;
	}
	
#content ul {
	margin:6px 0 6px 40px;
	padding:0;
	}
	
#content a:link, #content a:visited, #content a:active {
	color:#8b0029;
	}
	
#content a:visited {
	color:#cc0066;
	}

#content a:hover {
	color:#0a533c;
	text-decoration:none;
	}
	
/* Content Sidebar
-------------------------------------------------------------------- */
#content .contentleft, #content .contentright {
	width:260px;
	margin-top:10px;
	}

#content .contentleft, #content .articleleft {
	float:left;
	}
	
#content .contentright, #content .articleright {
	float:right;
	}
	
#content .employbox {
	float:right;
	padding:10px;
	}
#content .employbox {
	background-color:#ffffcc;
	width:240px;
	margin-top:75px;
	border:#ddc733 1px solid;
	}
	
#content .employbox ul {
	margin-left:25px;
	}
	
#content .employbox li {
	margin:10px 0px;
	}

/* Press Releases
-------------------------------------------------------------------- */
.press {
	margin-bottom:30px;
	}
	
.pressdate {
	margin:0;
	padding:0;
	font-weight:bold;
	}
	
#content .articleleft {
	width:320px;
	}
	
#content .articleright {
	width:190px;
	}
	
#content .articleright p {
	margin-bottom:30px;
	}
	
/* Site Map
-------------------------------------------------------------------- */
#sitemap p {
	margin:0;
	padding:2px;
	}
	
#sitemap ul {
	margin:0 0 4px 20px;
	list-style-type:none;
	background:none;
	}
	
/* News Section
-------------------------------------------------------------------- */
#news {
	float:left;
	margin:10px 0px 0px 10px;
	padding:0;
	width:570px;
	height:90px;
	font-size:12px;
	line-height:130%;
	background:#ffffcc url(../images/newsbg.jpg) repeat-x top left;
	border:1px solid #ddc733;
	}
	
.newstitle {
	font-weight:bold;
	font-size:14px;
	color:#8b0029;
	}
	
#news img {
	float:left;
	padding-right:10px;
	}
	
#news p {
	padding:12px;
	}
	
#news a:link, #news a:visited, #news a:active {
	color:#8b0029;
	}
	
#news a:visited {
	color:#cc0066;
	}

#news a:hover {
	text-decoration:none;
	}
	
/* Employment Form
-------------------------------------------------------------------- */
#content fieldset {
	margin:20px 0;
	}
	
#content table {
	padding:4px 0;
	}
	
.formquestions .color {
	background-color:#FFFFCC;
	}
	
.formquestions tr {
	padding:10px;
	}
	
/* Newsletter
-------------------------------------------------------------------- */
#content .newsletter {
	margin:0 0 0 12px;
	list-style:none;
	}
	
/* Testimonials Page
-------------------------------------------------------------------- */
.testimonial {
	margin:20px 0px;
	padding:10px;
	background-color:#ffffcc;
	border:#ddc733 1px solid;
	}

.testimonial p {
	margin:0;
	padding:0;
	}
	
/* Foot
-------------------------------------------------------------------- */
#foot {
	margin:0;
	padding:5px 20px;
	clear:both;
	height:30px;
	background-color:#0a533c;
	font-size:9px;
	}
	
#footlinks {
	float:left;
	margin:6px 0px;
	}
	
#footlinks li {
	display:inline;
	padding:0px 5px;
	}
	
#footlinks a {
	font-size:10px;
	color:#FFF;
	}
	
/* Foot Links
-------------------------------------------------------------------- */
#foot a:link, #foot a:visited, #foot a:active {
	text-decoration:none;
	}

#foot a:hover {
	text-decoration:underline;
	}
	
/* Copyright
-------------------------------------------------------------------- */	
#copyright {
	float:right;
	text-align:right;
	margin-top:4px;
	line-height:normal;
	color:#FFF;
	}

#copyright a {
	color:#449078;
	}