#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
color: #666;
background-color: #fff;
width: 224px;
padding: 12px;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

#navcontainer a:hover
{
background-color: #e8e8e8;
color: #871313;
}

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

html, body {
	margin: 0;
	padding: 0;
  background-image:url(images/bg-image.jpg);
  background-position: top;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

strong {
	color:#000;	
}

#wrapper-page {
  width: 100%;
  padding:0px;
  text-align: center;
}

#wrapper {
 	width: 950px;
  	margin-top:50px;
	margin-bottom:100px;
  	text-align: left;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

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

#body-page {
	width: 100%; /* WIDTH: 900PX (wrapper) - 50px padding = 850px */
}
#subnav {
	margin-bottom:20px;
	font-size:11px;
	color:#871313;
}
#column-left {
	float:left; width:620px; padding:40px;
}
#footer {
	text-align:center;
	color:#666;
}

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


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

.clear {
	clear: both
}

img {
	border:none;
}

a, a:link, a:visited {
	color:#871313;
	text-decoration:none;
}

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

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

a.color:hover, a.color:active {
	color:#999;
	text-decoration:none;
}
#sidebar-btn a, #sidebar-btn a:link, #sidebar-btn a:visited {
	color:#666;
	text-decoration:none;
}

#sidebar-btn a:hover, #sidebar-btn a:active {
	color:#871313;
	text-decoration:none;
}
#nav2 a, #nav2 a:link, #nav2 a:visited {
	color:#666;
	text-decoration:none;
}

#nav2 a:hover, #nav2 a:active {
	color:#000;
	text-decoration:none;
}

#subnav a, #subnav a:link, #subnav a:visited {
	color:#999;
	text-decoration:none;
}

#subnav a:hover, #subnav a:active {
	color:#981B1E;
	text-decoration:none;
}
#footer a, #footer a:link, #footer a:visited {
	color:#871313;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#000;
	text-decoration:none;
}


h1, h2, p {
  margin: 0;
}

h1 {
 	font-size: 20px;
 	font-weight: 100;
 	color:#981B1E;
	margin-bottom:5px;
	line-height: 130%;
}
h2 {
 	font-size: 15px;
 	font-weight: normal;
 	color:#c0692d;
	margin-bottom:5px;
	line-height: 130%;
}

input.text {
	color: #CCC;
}

.textfield, td.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E5E5E5;
	background-color: #FAFAFA;
	color:#f60;
}
.color {
	color:#871313;
}

.small {
	font-size:10px;
	color:#999;
}

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

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


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

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

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