/*
  Created by Jarrett Lantz
  http://www.jarrettlantz.com
*/


/* GENERAL PAGE STYLE */
* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background: #E6E7E8 url(../images/bg_gradient.jpg)  top repeat-x;
	color: #58585A;
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 12px;
	margin:0;
	padding:0;
}

a:link, a:active, a:visited {
	color: #A31F24;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #1A555B;
}

img {
	border: 0px;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color #58585A;
	margin-top: 10px;
}

h3, h4 {
	font-size: 14px;
	color: #A31F24;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
}

p {
	font-size: 14px;
	padding: 5px 0 5px 0;
}

p.small {
	font-size: 12px;
	padding: 5px 0 5px 0;
}

ul, ol {
	font-size: 14px;
	color: #1A555B;
	padding: 10px 0 10px 30px;
}

ul.small, ol.small {
	font-size: 12px;
	color: #1A555B;
	padding: 10px 0 10px 30px;
}

hr {
	border: 0;
  	width: 100%;
  	color: #CECECE;
	background-color: #CECECE;
	height: 1px;
	margin: 10px 0 10px 0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width: 100%;
	margin: 0 auto -80px; /*height of footer goes here */
	text-align: left;
}

/* FORMS */

input {
color: #58585A;
font-size: 10px;
}

fieldset {
padding: 0;
margin: 0;
border: 0;
}

/* PAGE HEADER */
#header {
	height:60px;
}

#header .main {
	width:100%;
	background: #1A555A url(../images/bg_header.jpg) top repeat;
	height:30px;
	text-align:center;
}

#header .links {
	width: 900px;
	height:100%;
	margin: auto;
	text-align:left;
}

#header .search {
	float: right;
	margin-top:6px;
	vertical-align: middle;
	width: 180px;
}

#header .bottom {
	width:100%;
	background-color:#A31F25;
	height:6px;
}

/* LOGO */
#logo {
	width: 900px;
	height: 73px;
	margin: auto;
	padding: 0;
}

#logo img.logo {
	margin-left: 10px;
	margin-top:20px;
	width: 457px;
	height: 42px;
	border: 0;
}

#logo a:link, #logo a:active, #logo a:visited {
	color: #58585A;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

#logo a:hover {
	color: #A31F24;
}

#logo .links {
	position: relative;
	top: -10px;
	right: 20px;
	text-align: right;
}

/* TOP IMAGE */
#topimage {
	width: 900px;
	margin: auto;
}

/* LEFT SIDE */
#body #side {
	float: left;
	width: 220px;
}

#body #side .bucket, #body #side #nav {
	width: 220px;
	background-color: #FFF;
	margin:0 5px 20px 5px;
	border: solid 1px #CECECE;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:10px;
}

.bucket .title {
	color: #000;
	font-size:18px;
	text-align:center;
	padding-top:15px;
}

.bucket .content {
	width: 180px;
	padding: 20px;
}

.bucket .news_category {
	clear:right;
	display:block;
	width: 210px;
	padding: 0 0 0 10px;
}

.news_category .icon {
	text-align:left;
	width:60px;
}

.news_category .text {
	float:right;
	width:150px;
	padding-bottom:20px;
	padding-right:10px;
}

.text a.story:link, .text a.story:hover, .text a.story:visited {
	font-size:10px;
	font-weight:bold;
	color:#000;
}

.text a.story:hover {
	color:#A31F24;
}

.bucket .gray {
	color:#58585A;
	font-size:10px;
}

.bucket .newstitle {
	color:#A31F24;
	font-weight:bold;
	font-size:12px;
}

.bucket ul.assess {
	list-style: none;
	margin-left: 12px;
	padding-left: 0;
	text-indent: -12px;
}

#body #side #nav {
	font-size: 14px;
	font-weight: bold;
}

ul.nav {
	list-style-type: circle;
	font-size:12px;
	font-weight:bold;
	padding-top: 0;
	margin-top: 0;
}

ul.nav2 {
	font-size:12px;
	font-weight:bold;
	padding: 0 0 0 20px;
}

#nav a:link, #nav a:active, #nav a:visited {
	color: #A31F24;
	font-size: 14px;
	font-weight:bold;
}

#nav a:hover {
	color: #A31F24;
	font-weight:bold;
}

/* MAIN PAGE BODY */
#body {
	width:900px;
	margin: 20px auto;
	padding:0;
	text-align:left;
}

#body #content {
	margin: 0 10px 0 250px;
	padding: 20px;
	background-color: #FFF;
	border: solid 1px #CECECE;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* PAGE FOOTER */
#footer, #push {
	height: 80px; /* .push must be the same height as .footer */
}

#push {
	clear: both;
}

#footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	border-top:solid 1px #CECECE;
	background-color: #FFF;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #000;
	font-size: 10px;
	font-weight:bold;
}

#footer a:hover {
	color: #A31F24;
	font-weight:bold;
}

#footer a.small:link, #footer a.small:active, #footer a.small:visited {
	color: #58585A;
	font-size:10px;
	font-weight: normal;
}

#footer a.small:hover {
	color: #A31F24;
}

#footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	padding: 0;
	color: #58585A;
	font-size:10px;
	text-align: center;
}

#footer .copy {
	font-size:8px;
}
