/* CSS Document */

/*
Brown:#672202;
Green:#42766A;
Parchment:#FFEEBB;
*/
body#flashPage, body#landingPage{
	background-image:none;
}

div#wrapper{
	width:780px;
	margin:0 auto;
}

div#header {
	width:780px;
	height:220px;
}

div#subscribe
{
	float:left;
	width:500px;
}
#subscribe p
{
	font-size:10px;
	font-weight:bold;
	color:#FFEEBB;
	margin:0;
	padding:2px 0 0 0;
}
#subscribe input
{
	font-size:10px;
	font-weight:bold;
	color:#FFEEBB;
	background-color:#000000;
	border:1px solid #FFEEBB;
	padding:0;
	margin:0;
}
#subscribe input.button
{
	color:#000000;
	background-color:#FFEEBB;
	border:none;
}
div#superNav
{
	text-align:right;
	float:right;
	width:200px;
}
#superNav p
{
	font-size:10px;
	font-weight:bold;
	color:#FFEEBB;
	margin:0;
	padding:2px 0 0 0;
}
#superNav a
{
	color:#FFEEBB;
}
#superNav a:hover
{
	color:#000000;
	background-color:#FFEEBB;
}

div#topNav {
	width:780px;
	height:70px;
	background-image:url(../images/topNavBkgd.jpg);
	background-color:#000;
	background-position:top center;
	background-repeat:no-repeat;
}
#topNav ul {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:center;
}
#topNav li{
	float:left;
	padding:0;
	margin:0;
}
#topNav a, #topNav a:link, #topNav a:visited{
	padding:14px 10px;
	margin:0;
	float:left;
	font-size:20px;
	color:#FEB;
	font-family:Palatino, Times, serif;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#topNav a:hover{
	padding:12px 12px 16px 8px;
	background:none;
	text-shadow:#000000 2px 2px 2px;
	opacity: 1;
	filter:alpha(opacity=100);
}

div#main {
	width:780px;
	background-image:url(../images/mainBkgd.jpg);
	background-color:#000;
	background-position:center;
	background-repeat:repeat-y;
	overflow:hidden;
}

#landingPage div#main{
	height:550px;
	background-image:url(../images/landingBkgd.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

div#mainLeft {
	width:470px;
	float:left;
	z-index:200;
}

div#mainLeft2 {
	width:750px;
	float:none;
	z-index:200;
}

div#mainLeft p, div#mainLeft h1, div#mainLeft h2, div#mainLeft h3, div#mainLeft h4, div#mainLeft h5, div#mainLeft h6, div#mainLeft ol, div#mainLeft ul {
	padding: 0 30px 10px 20px;
}

#landingPage div#mainLeft {
	width:410px;
	height:550px;
	float:left;
}

div#mainRight {
	width:280px;
	float:left;
	z-index:100;
}

div#mainRight .top{
	width:280px;
	height:10px;
	background-image:url(../images/mainRightTop.jpg);
	background-color:#000;
	background-position:center;
	background-repeat:repeat-y;
}

div#mainRight .blurb{
	width:280px;
	background-image:url(../images/mainrightBkgd.jpg);
	background-color:#000;
	background-position:center;
	background-repeat:repeat-y;
	border-top: 3px solid #4A1000;
	padding:15px 0 0 0;
}

div#mainRight .bottom{
	width:280px;
	height:10px;
	background-image:url(../images/mainRightBottom.jpg);
	background-color:#000;
	background-position:center;
	background-repeat:repeat-y;
	border-top: 3px solid #4A1000;
}

div#footer {
	width:780px;
	background-image:url(../images/footerBkgd.jpg);
	background-color:#000;
	background-position:top center;
	background-repeat:no-repeat;
	padding:20px 0 0 0;
	color:#FEB;
}

#flashPage div#footer, #landingPage div#footer {
	background:none;
}

div#footer p{
	font-size:11px;
	text-align:center;
}

