@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#CCC;
	background-image:url(images/graphics/main_background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;;
}
h1{
	padding-left:inherit;
	color:#060;
	font-size:22px;
	margin-top:0px;
	text-transform:uppercase;
}
h2{
	font-size:18px;
	font-style:italic;
	margin-top:0px;
	margin-left:10px;
	text-transform:uppercase;
	color:#060;
	
}
p{
	line-height:1.3;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
}
img{
	border:none;
}
a{
	color:#204C1B;
}
ol{
	font-size:14px;
}
ul{
	font-size:14px;
}
#wrapper{
	text-align:center;
}
#content{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#banner{
	height:180px;
}
#navbar{
	text-align:left;
	height:50px;
	width:1024px;
	background-image:url(images/graphics/nav_bar_bkg.png);
	background-repeat:no-repeat;
	left: 56px;
	top: 159px;
	padding-left:10px;
}
#main{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	width:1004px;
	background-image:url(images/graphics/shadow_background.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}
#left{
	margin-top:10px;
	float:left;
	width:684px;
}
#left_large{
	margin-top:10px;
	float:left;
	width:764px;
}
#right{
	margin-right:-10px;
	margin-left:10px;
	float:right;
	width:320px;
	background-color:#e5e6e8;
	background-image:url(images/graphics/bottom_corners.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-top: 10px;
}
.right_small{
	margin-bottom:10px;
	margin-right:-10px;
	margin-left:10px;
	float:right;
	width:240px;
	background-color:#e5e6e8;
	background-image:url(images/graphics/bottom_corners.jpg);
	background-repeat:no-repeat;
	background-position:bottom left; 
    
}
#right_small p{
	font-size:11px;

}
#footer{
	text-align:center;
	border-bottom:solid thick #10230D;
	margin-left:-10px;
	width:1024px;
	margin-bottom:0px;
}
#footer p{
	font-size:10px;
}
#video{
	float:left;
	width:250px;
	margin-left:10px;
	margin-top:10px;
}
.rounded{
	width:1004px;
	background-color:#e5e6e8;
	background-image:url(images/graphics/bottom_corners_full.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:10px;
	padding-bottom:5px;
}
.rounded2{
	width:680px;
	background-color:#e5e6e8;
	background-image:url(images/graphics/bottom_corners_full2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:10px;
	padding-bottom:5px;
}
.clear{
	clear:both;
}
.full_width{
	width:1004px;
}
li{
	line-height:1.6;
	padding-left:0px;
}
ul{
	margin-left:20px;
	padding-left:20px;
}

