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

body {margin:0px; background:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; }
h1 { font-size:16px; font-weight:bold; color:#FFCC00; line-height:5px; }
td.padded {padding:5px;}
.brand_text {font-size:14px; font-weight:bold;}
#stage {margin:0px auto; background:url(../images/main_bgd.jpg) repeat; width:766px; height:auto;}

/*column containers */
#left_column {width:200px; float:left; text-align:center; }
#right_column {width:540px; float:right; padding:10px; color:#FFFFFF; font-size:12px;  }
#single_column{width:730px; height:auto; margin:0px auto 10px auto; padding:10px; background:#ffffff;}
#contact_column {width:540px; float:right; padding:10px; color:#FFFFFF; font-size:12px; background:url(../images/contact_lawn.png) right top no-repeat;  }


#nav_bar {width:766px; height:38px; text-align:center; padding-top:15px; font-size:12px;}
#header {
	width:765px;
	height:225px;
	margin:0px auto;
	background:url(../images/header-new2.png) no-repeat;
	text-align:left;
	padding:42px 0px 0px 230px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:13px;
	color:#030;
	clear:both;
}
#footer {background:url(../images/footer_bgd.jpg) center no-repeat; width:746px; height:14px; clear:both; color:#FFFFFF; padding:50px 10px 10px 10px; text-align:center; font-size:10px;}

 a:link {color:#FFFFFF; text-decoration:none;}
 a:visited {color:#FFFFFF;   text-decoration:none;}
 a:hover {color:#FFCC00;  text-decoration:none;}

ol#navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	width:766px;
	line-height:13px;
	text-align:center;
	
}

ol#navigation li {
    background:url(../images/nav_bgd.jpg) 100% 0;
    float: left;
	width:104px;
	margin:0px 1px;
}

ol#navigation a {
    background:url(../images/nav_bgd.jpg) 100% 0;
    color:#FFFFFF;
    display: block;
    float: left;
    text-decoration: none;
	width:104px;
	padding:12px 0px;
}
ol#navigation a:hover {
color:#CC9900;
}

ol#navigation li.current {
    background-position: 0 -37px;
	width:104px;
	
}

ol#navigation li.current a {
    background-position: 100% -37px;
    color:#000000;
    font-weight: bold;
	width:104px;
}

.blue {color:#369;}

.large {font-size:16px;}

.home_list {font-size:16px; font-style:italic; line-height: 1.5em;}

.italic {font-size:12px; font-style:italic; }

