@charset "UTF-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #663300;
background-image:url(images/background.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-color:#000000;
line-height:20px;
}

a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #663300;
}
a:hover {
	text-decoration: none;
	color: #663300;
}
a:active {
	text-decoration: none;
	color: #663300;
}

.headline{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#62CAE3;
}

#wrapper{
width:800px;
height:auto;
margin: 0 auto;
margin-bottom:0px;
background-color:#FFFFFF;
margin-top:50px;
background-image:url(images/column_bg.gif);
background-repeat:repeat-y;
}

#mainnav{
width:580px;
height:35px;
background-color:#754200;
padding-left:220px;
font-size:10px;
}

#mainnav a:link {
	color: #62CAE3;
	text-decoration:none;
}
#mainnav a:visited {
	text-decoration: none;
	color: #62CAE3;
}
#mainnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#mainnav a:active {
	text-decoration: none;
	color: #62CAE3;
}

#leftbuttons{
width:60px;
height:27px;
color:#62CAE3;
font-size:11px;
border-right:#62CAE3;
border-right-style:dotted;
border-right-width:1px;
padding-left:20px;
padding-right:10px;
padding-top:8px;
float:left;
}

#rightbuttons{
width:60px;
height:27px;
color:#62CAE3;
font-size:11px;
padding-left:20px;
padding-top:8px;
float:left;
}

#left-arrow-buttons{
width:60px;
height:27px;
color:#62CAE3;
font-size:11px;
border-right:#62CAE3;
border-right-style:dotted;
border-right-width:1px;
padding-left:20px;
padding-right:10px;
padding-top:8px;
float:left;
background-image:url(images/nav_arrow.gif);
background-position:bottom ;
background-repeat:no-repeat;
}

#leftcolumn{
width:200px;
height:auto;
background-image:url(images/column_gradient.gif);
background-repeat: repeat-x;
background-color:#42210B;
float:left;
}

#contactinfo{
width:140px;
margin-left:20px;
padding-left:0px;
padding-right:10px;
height:auto;
border-bottom:#62CAE3;
border-bottom-style:dotted;
border-bottom-width:1px;
border-top:#62CAE3;
border-top-style:dotted;
border-top-width:1px;
margin-top:40px;
padding-top:10px;
padding-bottom:10px;
color:#663300;
line-height:20px;
font-size:12px;
}

#logo{
width:200px;
height:580px;
}


#centercolumn{
width:570px;
height:auto;
float:left;
background-color:#FFFFFF;
}

#flashheader{
width:450px;
height:150px;
float:left;
margin-left:50px;
border:#663300;
border-style:solid;
border-width:1px;
margin-top:40px;
padding:10px;
}

#content{
width:470px;
height:auto;
float:left;
margin-top:20px;
margin-left:50px;
margin-bottom:20px;
}

#title{
width:470px;
height:20px;
float:left;
margin-bottom:25px;
border-bottom:#62CAE3;
border-bottom-style:dotted;
border-bottom-width:1px;
padding-bottom:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#62CAE3;
}

#leftimage{
height:auto;
width: auto;
padding:10px;
border:#663300;
border-style:solid;
border-width:1px;
margin-bottom:10px;
margin-right:20px;
float:left;
}

#centerimage{
height:auto;
width: auto;
padding:10px;
border:#663300;
border-style:solid;
border-width:1px;
margin-bottom:10px;

}

#rightcolumn{
width:30px;
height:580px;
background-image:url(images/column_gradient.gif);
background-repeat: repeat-x;
background-color:#42210B;
float:left;
}

#footer{
width:580px;
height:80px;
background-color:#754200;
float:left;
padding-left:220px;
}

#footer-copyright{
width:530px;
height:20px;
float:left;
color:#FFFFFF;
font-size:10px;
margin-top:15px;
text-align:right;
}

#footer-copyright a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
#footer-copyright a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer-copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer-copyright a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer-leftbuttons{
width:60px;
height:27px;
color:#62CAE3;
font-size:11px;
border-right:#62CAE3;
border-right-style:dotted;
border-right-width:1px;
padding-left:20px;
padding-right:10px;
padding-top:8px;
float:left;
}

#footer-rightbuttons{
width:60px;
height:27px;
color:#62CAE3;
font-size:11px;
padding-left:20px;
padding-top:8px;
float:left;
}

#footer-leftbuttons a:link {
	color: #62CAE3;
	text-decoration:none;
}
#footer-leftbuttons a:visited {
	text-decoration: none;
	color: #62CAE3;
}
#footer-leftbuttons a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer-leftbuttons a:active {
	text-decoration: none;
	color: #62CAE3;
}

#footer-rightbuttons a:link {
	color: #62CAE3;
	text-decoration:none;
}
#footer-rightbuttons a:visited {
	text-decoration: none;
	color: #62CAE3;
}
#footer-rightbuttons a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer-rightbuttons a:active {
	text-decoration: none;
	color: #62CAE3;
}