/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
body {
background: #30510A;
}

td {
	font: normal 12px Arial;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5 {

    color: #FFFFFF;
    margin: 0px;
}


h1 {
    font-size: 35px;
}

h2 {
    font: normal arial 24.45px;
}

h3 {
    font-size: 14px;
}

/*
Nav Menu
*/
	#menu a {
		display:block;
		width:150px;
		height:13px;
		margin: 1em 0; padding:5px 0 3px 15px;
		font: 12px/1 arial;
		color:#a5b66e;
		background: url("button.gif") 0 0 no-repeat;
		text-decoration: none;
		}
	#menu a:hover {	
		background-position: -170px 0;
		color: #ffff66;
		}
	#menu a:active {
		background-position: -340px 0;
		color:white;
		}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}
.p
{
padding: 0 0 0 20px;
}
.p1
{
padding: 0 0 0 30px;
}
.p2
{
padding: 150px 0 0 250px;
}
.bg1
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bg2
{
background: #000000 url(images/index_10.gif) top no-repeat;
}



.yellow-text-regular {
color: #FFFF66;
text-decoration: none;
}

.yellow-text-underline {
color: #FFFF66;
text-decoration: underline;
}

.yellow-text-underline A:link {font: normal 12px Arial;color: #ffff66;text-decoration: underline;}
.yellow-text-underline A:visited {font: normal 12px Arial;color: #a5b66e;text-decoration: underline;}
.yellow-text-underline A:active {font: normal 12px Arial;color: #ffff66;text-decoration: underline;}
.yellow-text-underline A:hover {font: normal 12px Arial;color: #B07233;text-decoration: underline;}


.brown-text-regular {
color: #B07233;
text-decoration: none;
}

.brown-text-underline {
color: #B07233;
text-decoration: underline;
}

.red-text-regular {
color: #660000;
text-decoration: none;
}

.red-text-underline {
color: #660000;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}

.blue-text-regular {
color: #4D71A9;
text-decoration: none;
}

.blue-text-underline {
color: #4D71A9;
text-decoration: underline;
}

.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
font-size: 10px;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
font-size: 10px;
}


/*
Layout
*/
div#header{text-align: center; position:relative
padding-left:10px;}
div#container{text-align:left}
div#left{background:#ffffff}
div#right{background:#ffffff}
div#widecontainer{width:700px;margin:0 auto}
div#container{width:650px;margin:0 auto}
div#left{float:left;width:325px}
div#right{float:right;width:325px}
div#center{text-align: center; position:relative
padding-left:10px;}
div#imgleft{float:left; left-margin:25px}
div#imgright{float:right; right-margin: 25px}
/*
Fonts
*/



.footerTXT {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 10px;

}


/*
Links
*/
a {
font: normal 12px Arial;
color: #ffff66;
text-decoration: underline;
}

a:hover {
font: normal 12px Arial;
color: #B07233;
text-decoration: underline;
}



a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}
	

	
/*
Borders
*/
.bord
{
border: 1px solid #c5d85a;
}

.bord2
{
border: 1px solid #8a0912;
}

.GRborder
{border: 1px dashed #bcd764;
}


