/* Global Template */

BODY {    
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
	line-height:120%;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
    padding-top: 0px;
    font-family: arial,verdana,sans-serif;
	/*background-image:url(../images/bg_main4.gif);
	background-repeat: no-repeat;
	background-position:top center;*/
	background-color: #402b19;
    text-align: left;		
}
	
TD {
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height:120%;
}

LI {
   list-style-position: outside;
   font-size: 14px;  
   line-height:120%;
}

UL {
	margin-bottom:5px;
	margin-top:5px;
	line-height:120%;
	
}

/*subheaders*/
.subheader {
	font-size:14px;
	font-weight:bold;
	color: #eec559;	
}

/*breadcrumbs*/

.breadcrumbs {
	font-size:10px;
	font-weight:normal;
	color: #ffffff;	
}


/*links*/

A:link
{
    COLOR: #eec559;
    TEXT-DECORATION: underline;
}
A:visited
{
    COLOR: #eec559;
    TEXT-DECORATION: underline;
}
A:active
{
    COLOR: #eec559;
    TEXT-DECORATION: underline;
}
A:hover
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
	
}


A.white:link
{
    COLOR: #ffffff;
    TEXT-DECORATION: none;
}
A.white:visited
{
    COLOR: #ffffff;
    TEXT-DECORATION: none;
}
A.white:active
{
    COLOR: #ffffff;
    TEXT-DECORATION: none;
}
A.white:hover
{
    COLOR: #60abea;
    TEXT-DECORATION: none;
	
}

A.breadcrumbs:link
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
	font-size:10px;
}
A.breadcrumbs:visited
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
	font-size:10px;
}
A.breadcrumbs:active
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
	font-size:10px;
}
A.breadcrumbs:hover
{
    COLOR: #ffffff;
    TEXT-DECORATION: none;
	font-size:10px;
	
}


A.footer_link:link
{
    COLOR: #eec559;
    TEXT-DECORATION: none;
}
A.footer_link:visited
{
    COLOR: #eec559;
    TEXT-DECORATION: none;
}
A.footer_link:active
{
    COLOR: #eec559;
    TEXT-DECORATION: none;
}
A.footer_link:hover
{
    COLOR: #b23c25;
    TEXT-DECORATION: none;
	
}

/*Forms*/

.textarea
{
    FONT: 11px arial,verdana,sans-serif;
    WIDTH: 350px;
    HEIGHT: 90px;
}

.input
{
    FONT: 11px arial,verdana,sans-serif;
    WIDTH: 210px;
    HEIGHT: 18px;
	margin-bottom:5px;
}

.select
{
    FONT: 11px arial,verdana,sans-serif;
    WIDTH: 210px;
    HEIGHT: 18px;
	margin-bottom:5px;
}


/* Article Styles */
#container {
	position:relative;
	left:0px;
	top:0px;
	width:980px;
	height:800px;
	background:url(/images/gradient_bg.jpg);
}

#article {
	padding:19px 97px 45px 57px;
}

#article .copy {
	width:700px;
	font:11px Verdana,Helvetica,sans-serif;
	line-height:18px;
	color:#666666;
}

/*Footer*/

.footer {
    CLEAR: both;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    PADDING-BOTTOM: 0px;
    COLOR: #8d9295;
    PADDING-TOP: 0px;
    TEXT-DECORATION: none
}

/*Added RW 7-5-2010*/
img.photo {
   border: solid #EEC458 1px;  
}
