@charset "utf-8";
/*


Developer Notes


Color Scheme:
Pantone / Color Name 
---------------------
350719 / Maroon
dbcdbb / Tan

*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	background: #FFF;
	font: normal 15px Tahoma, Verdana, Arial, sans-serif;
}

h1 {
	color: #907781;
	font-size: 18px;
	border-bottom: 2px solid #ba7591;
	margin-bottom: 15px;
}

h2 {
	margin: 10px 0;
	font: bold 16px "Times New Roman", Times, serif;
	color: #350719;
	text-align: center;
}

h3 {
	margin-bottom: 1em;
	font: bold 140% Georgia;
}

p {
	margin-bottom: 1em;
}

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 100%;
	margin-top: 15px;
	background: #350719;
}


#header {
	width: 100%;
	background: #350719;
}

#header h1 {	
	height: 10px;
	text-align: left;
	font: 10px "Georgia";
	text-indent: -9999px;
}

#masthead {
	height: 105px;
	margin: 0 auto;
	width: 980px;
}

#main-nav {
	color: #FFF;
	background: url(../../images/nav-bg.jpg) repeat-x top left;
	width: 100%;
	height: 58px;
}

#main-nav ul {
	padding: 0;margin:0 auto;
	width: 980px;
	height: 58px;
	text-align: center;
	line-height: 48px;
}

#main-nav ul li {
	display: inline;
	font: bold 16px "Times New Roman", Times, serif;	
}

#main-nav ul li a {
	color: #350719;
	text-decoration: none;
	text-align: center;
	padding: 0 20px;	
}	

#main-nav ul li a:hover {
 color: #4F96C3;
} 

#main-nav ul li a#active {
	background: url(../../images/icon-arrow.jpg) no-repeat center left;
}	

#page {
	width: 980px;
	margin: 0 auto;
	color: #FFF;
	padding-top:10px;
}

#content {
	width: 660px;
}

#content-full {
	width: 950px;
}

#article {
	padding: 15px;padding-top:0;
}

#sidebar {
	width: 303px;
	background: #4d1b2f url(../../images/sidebar-bg.jpg) no-repeat bottom center;
	border: 1px solid #854961;
	float: left;
	margin-top: 10px;
}

#sidebar p {
	width: 283px;
	margin: 10px auto;
	font-style: italic;
	text-align: justify;
}	

#related-links {
	margin: 15px 15px 0 15px;
	border-right: 1px solid #E4E4E4;
}

#footer {
	width: 980px;
	height: 50px;
	margin:0 auto;
	color: #350719;
	font: normal 14px "Times New Roman", Times, serif;
}

#footer-nav {
	margin: 10px 0;
	text-align: center;
}

#footer-nav ul {
	padding: 0 0 2px 8px;
}

#footer-nav li {
	display: inline;
	font: bold 14px "Times New Roman", Times, serif;
}

#footer-nav li a {
	color: #350719;
	text-decoration: none;
	padding: 0 10px;
}	

#footer-nav li a:hover {
	text-decoration: underline;
}	

#legal {
	margin: 0 15px;
	text-align: center;
}

#legal a {
	color: #350719;
}

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
}

.two-col {
	width: 46%;
}

.three-col {
	width: 32%;
	background: #9CF;
}

.four-col {
	width: 24%;
	background: #069;
}

.five-col {
	width: 19%;
}

#content, #sidebar, .two-col, .three-col, .four-col, .five-col {
	float: left;
	margin: 0 0 10px 10px;
}

#sidebar.first-col, .first-col {
	margin: 0 0 10px 0;
}

.feature {
	padding: 3px;
}

.logo {
	width: 431px;
	height: 76px;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

.logo a {
	outline: none;
}	

.blue {
	color: #4f96c3;
	font-size: 18px;
}	

.form2 {
	width: 550px;
	float:left;
	margin-left: 20px;
}

.label {
	width:100px;
	float:left;
	margin-bottom:7px;
	text-align: right;
}

.label3 {
	width:125px;
	float:left;
	margin-bottom:7px;
	text-align: right;
	color:#ED6100;
	font-weight:bold;
}

.label2 {
	width:165px;
	float:left;
	margin-bottom:7px;
	text-align: right;
}

.input {
	width:250px;
	float:left;
	margin-bottom:7px;
	margin-left:15px;
}

.input2 {
	width:150px;
	float:left;
	margin-bottom:7px;
	margin-left:10px;
}

