
/* 
------------------------------------------------
MAIN SECTION STYLES 
------------------------------------------------
*/

#wrapper {
  width: 900px;
  padding:25px;
  text-align: left;
}

#header {
  width: 100%; 
  text-align: left;
  vertical-align:bottom;
}

#hero {
	margin-top:15px;
}

#body {
	width: 100%; /* WIDTH: 900PX (wrapper) - 50px padding = 850px */
	margin-bottom:15px; 
}
#body a, #body a:hover {
	color:#981B1E;
}
#body a:hover {
	text-decoration:underline;
}
#column-left {
	padding-top:15px;
	width: 100%; 
}

#column-right {
	padding: 0;
	width: 395px;
	float:right;
	margin: 17px 0 20px 20px;
	background-color: #F2F2F2;
}

#column-news {
	width: 444px;
}

#column-right-textarea {
	padding: 30px 60px 0 30px;
	background-color: #F2F2F2;
}
#column-right-top {
	height:35px;
	background-image:url(images/column-right-top.jpg);
	background-repeat:no-repeat;
	padding: 20px 30px 0 30px;
	color:#fff;
	font-weight:bold;
}

#column-right-btm {
	height:55px;
	background-image:url(images/column-right-btm.jpg);
	background-repeat:no-repeat;
}

#navigation {
	width:100%;
	margin:20px 0 20px 0;
	text-align:center;
}
#navigation-footer {
	width:100%;
	margin:30px 0 20px 0;
	padding-top:20px;
	height:50px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
}
#attribution {
	width:100%;
	font-size:11px;
	margin:20px 0 20px 0;
	text-align:center;
}
.topbox {
	border-top:1px #ccc solid; 
	border-bottom:1px #ccc solid; 
	background-color:#f3f3f3; 
	text-align:right; 
	padding:8px; 
	font-size:11px;
}

/* 
------------------------------------------------
OVERARCHING STYLES 
------------------------------------------------
*/

.color {
	color:#981B1E;

}

ol, ul {
	margin:0;
}

body {
	font-size: 14px; 
	color: #666;
	line-height: 140%;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.clear {
	clear: both
}

img {
	border:none;
}

a, a:link, a:visited {
	font-weight:100;
	color:#999;
	text-decoration:none;
}

a:hover, a:active {
	font-weight:100;
	color:#981B1E;
	text-decoration:none;
}

a.red, a.red:link, a.red:visited {
	color:#981B1E;
	text-decoration:underline;
}

a.red:hover, a.red:active {
	color:#999;
	text-decoration:none;
}

h1, h2, p {
  margin: 0;
}

h1 {
 	font-size: 19px;
 	font-weight: 100;
 	color:#981B1E;
	margin-bottom:5px;
	line-height: 130%;
}

input.text {
	color: #CCC;
}

.small {
	font-size:10px;
}

.divider-top {
	border-top: 1px solid #CCC;
}

.divider-bottom {
	border-bottom: 1px solid #CCC;
}

.intro-paragraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 140%;
	padding: 15px 0 15px 0;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	width:465px;
}

textarea, input {
	color:#981B1E;
	border:1px #ccc solid;
	padding:4px;
}

/* 
------------------------------------------------
TOP HEADER STYLES 
------------------------------------------------
*/

#header-left {
	padding-top:12px;
	width:220px;
	float:left;
}

#header-right {
	width:500px;
	float:right;
	text-align:right;
	vertical-align:bottom;
}

/* 
------------------------------------------------
HOMEPAGE MODULES 
------------------------------------------------
*/


#modules {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding-top:1px;
	padding-bottom:1px;
	margin:8px 0 8px 0;
	background-color:#f2f2f2;
	width:100%;
	float:left;
}
#modules-img1 {
	border:none;
	width:243px;
	float:left;
}
#modules-txt1 {
	width:190px;
	float:left;
	padding-top:20px;
}
#modules-img2 {
	border:none;
	width:259px;
	float:left;
}
#modules-txt2 {
	width:200px;
	float:left;
	padding-top:20px;
}