* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	font-size: 100%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;;
	color: #333333;
	background: #333333;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}


/************ HEADER **************/

#header {
	margin: 0 auto;
	width: 100%;
	height: 171px;
	background: #333333 url(../images/header.jpg) no-repeat top center;	
	
}



/************ MENU BAR **************/

#menu {
	background: #1B181A;
	height: 36px;
	}

		#menu ul {
			margin: 0;
			/*margin-left: 75px;*/
			height: 36px;
			list-style: none;
		}
		
		#menu li {
			display: inline;
			padding: 0;
			
		}
		
			
		#menu a {
			display: inline;
			float: left;
			height: 27px;
			margin-left: 5px;
			margin-right: 5px;
			padding: 9px 12px 0px 36px;
			font-family: "Century Gothic", Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF;
			background:url(../images/menu_bullet.png) 4px 4px no-repeat;
		}
		
		#menu ul li a:hover {
			color: #999999;
			text-decoration: underline;
			background: url(../images/menu_bullet_active.png) 4px 4px no-repeat;
		}
		
		#menu .current_page_item a{
			color: #999999;
			background: url(../images/menu_bullet_active.png) 4px 4px no-repeat; 
		}
		
		#menu .current_page_item a:hover{
			text-decoration:none;
		}
		
/************ MAIN BODY **************/		

#center {
	width: 950px;
	height: 600px;		
	margin: 0 auto;
	background-color: #CCCCCC;
}

*> #center {
	height: auto;
	min-height: 600px;
}


#main {
	height: 600px;
	background-image: none;		
	}

*> #main {
	padding: 0px 0px 0px 0px;
	height: auto;
	min-height: 600px;
}

#right {
	width: 150px;
	float: left;
	margin: 20px;
	background-color: #666666;
}

*> #right {
	padding: 0px 0px 0px 0px;
	height: auto;
	min-height: 100px;
}

#top {
	height: 30px;
	background: url(../images/top.png) top center no-repeat;	
}

#middle {
	min-height:100px;
}

.side_image {
	margin: 0 auto;
	height: 450px;
	text-align: center;
	background: url(../images/filmstrip.jpg) top center repeat-y;	
}

#bottom {
	height: 30px;
	background: url(../images/bottom.png) top center no-repeat;		
}
	
#content {
	float: left;
	padding: 10px 40px 20px 80px;
	width: 630px;
	text-align: justify;
	margin: 20px 0px 0px 0px;
	line-height: 150%;		
}

*> #content {
	height: 100%;
	min-height: 425px;
}

	#content ul {
			width: 500px;
			margin-left: 60px;
	}
		
	#content li {
		list-style-image:url(../images/bullet.png);
	}
	
	#content a {
			font-weight: bold;
			color: #C00000;
			text-decoration: none;
			font-style: italic;
	}
	
	#content img {
			border: none;
	}
	
	#content #map {
			margin-bottom: 10px;
			display: none;
			
	}
	
	#content .t {
			color: #FFFFFF;	
			font-style: normal;
			background-color: #333333;
			padding: 3px;
			margin: 5px 5px 0px 0px;
			font-size: 80%;
	}
/*
#banner {
	background-color: #FFFFFF;
	margin: 15px 0px 0px 0px;
	height: 120px;
	padding-left: 200px;
	line-height: 120px;
	text-align: left;
	vertical-align: middle;
	font-size: 1em;	
}
*> #banner {
	margin: 10px 0px 0px 0px;
	*margin: 20px 0px 0px 0px;
	}

#banner ul {
	margin: 0;
	*margin-top: 10px;
	padding: 0;	
	height: 120px;
}

#banner li {
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	color: #F8A24F;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	line-height: 120px;				
}
	#banner a {
	font-weight: normal;		
	font-family: Arial, Verdana, Helvetica;		
	color: #000000;
	text-decoration: none;
}
#banner a:hover {
	color: #F8A24F;
}
	#banner .current {
	padding: 5px 0px 5px 10px;	
}
	#banner .line {
	padding: 0px 7px;
	background-image: url(../images/bullet_line.gif);	
	background-position: center;			
	background-repeat: no-repeat;		
}

#banner .currentline {
	padding: 5px 9px 5px 0px;
	background-position: center;			
	background-repeat: no-repeat;			
	background-image: url(../images/banner_bullet.gif);
}*/



h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: Helvetica;
	color: #C00000;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}

h2 {
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
	color: #C00000;
	margin: 3px 0px;
}

h3 {
	font-style: normal;
	font-weight: bold;
	margin: 10px 0px 3px 0px;
	font-size: 100%;
}

h4 {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	font-size: 14px;
	color: #333333;	
}

p {
	line-height: 140%;	
	font-size: 100%;
	margin: 0px 0px 10px 20px;
	text-align: left;
	}



a:hover {
	text-decoration: underline;
}

ul {

}

li {
	font-size: 100%;
	line-height: 140%;
	margin: 20px 0px;
	padding: 0px;
	list-style-image:url(../images/bullet_green.png);
}



em {
	font-style: normal;
	font-weight: bold;
}


.leftbox {
	font-size: 12px;
	width: 300px;
	margin: 0px 20px 15px 30px; 
	padding: 10px 15px 10px 5px;	
}

.rightbox {
	font-size: 80%;	
	width: 230px;
	margin: 0px 5px 15px 5px; 
	border: 0px solid #C00000;
	padding: 10px 0px;	
	float: left; 
	clear: none;
}

#categorybox {
	margin: 10px 50px;
	padding: 5px;
	border: 1px solid #333333;
	font-size: 9px;
}

			#categorybox ul {
				list-style-position: inside;	
				padding: 0;
				margin: 0;
				}
			
			#categorybox ul li {
				color: #C00000;
				list-style-position: inside;
				padding: 0 1px;
				margin: 0;
				display: inline;
				font-size: 9px;	
			}
			
			#categorybox a {
				color: #C00000;
				font-style: normal;	
			}
			#categorybox a:hover {
				text-decoration: underline;
			}

#search_form{
	margin: 0 15px;
}

.search {
	color: #999999;
	font-style: normal;
	font-size: 15px;
}

#category_list {
	color: #FFFFFF;
	width: 130px;
}
	#category_list ul{
			list-style-position: inside;	
			padding: 0;
			margin: 0;
	}
	
	#category_list a {
				color: #CCCCCC;
				font-style: normal;	
				width: 100px;
			}



/************* FORM STYLE *************/

.button {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	text-align: right;
	float: right;
}

.field {
	width: 120px;
}

label {
	width: 100px;
	font-weight: bold;
}

input {
	
}

.defaultErr {
	border: #900 dashed 1px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	font-weight: bold;
	color: #900;
	line-height: 130%;
}

		.defaultErr li {
			margin: 3px 0px;
			line-height: 130%;
			font-weight: normal;

		}


/* call out box */

p { 
	margin-top: 0;
	color: #666;
	
	}

.topsmall {
	background-image: url(images/small_top.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	padding: 16px 16px 0;
	color: #FFFFFF;
	margin: 0 0 6px;
}
.bottomsmall {
	padding: 0px 16px 12px;
	margin: 12px 0 0;
	background-image: url(images/small_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: .75em;
	color: #BF7300;
	letter-spacing: .2em;
}
.topbig {
	background-image: url(images/big_top.jpg);
	background-repeat: no-repeat;
	margin: 0 0 12px 0;
	font-size: 1.5em;
	padding: 16px 20px 0 20px;
	letter-spacing: .2em;
	background-position: left top;
}
.bottombig {
	font-size: .8em;
	color: #FE9900;
	background-image: url(images/big_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 20px 20px;
	margin: 16px 0 0;
	letter-spacing: .2em;
}
.sidebars a:link, .sidebars a:visited {
	color: #A46200;
}
.sidebars a:hover, .sidebars a:active {
	color: #333333;
}

/************ FOOTER **************/

.footer_line {
	height: 5px;
	background: url(../images/grey_line.png) no-repeat;		
}

#footer {
	width: 900px;
	margin: auto;
	color: #666666;
	font-size: 9px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;	
}


/************ CLEAR FLOATS **************/

div .sep{
	clear: both;
	height: 1px;
	border: 0px;
	margin: 15px 15px;
	border-bottom: 1px solid #8F5D22;
}

.clear {
	clear: both;
}
