@import url(headers.css);

body {
	background: #fff url(../img/main_bg.jpg) no-repeat 50% 0;
	margin: 0;
	padding: 36px 0 10px 0;
	font-family: "Lucidia Grande", "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 13px;
	cursor: default;
	}

a {
	color: #d15401;
	}

a:hover {
	color: #000;
	}

#header {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -1000px;
	width: 746px;
	height: 254px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/header.png');
	padding: 19px;
	}

#header[id] {
	background-image: url(../img/header.png);
	}

#header h1 {
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -1000px;
	width: 746px;
	height: 266px;
	}

#flashHeader {
	position: absolute;
	left: 50%;
	margin-left: -373px;
	top: 55px;
	display: block;
	width: 746px;
	height: 266px;
	}

/* body setup */
	#container {
		display: block;
		position: relative;
		background: url(../img/content_bg.gif);
		width: 784px;
		margin: 0 auto;
		}
	
	#content {
		background: url(../img/content_hd.jpg) no-repeat top right;
		display: block;
		}
	
	
	#wrapper {
		display: block;
		background: url(../img/content_ft.gif) no-repeat bottom left;
		height: 820px;
		}
	
	#wrapper[id] {
		height: auto;
		min-height: 820px;
		}
/* // body setup */

/* left column */
	#left {
		display: block;
		float: left;
		width: 184px;
		padding: 0 18px;
		}
	
	#left h2 {
		display: block;
		height: 506px;
		width: 184px;
		position: absolute;
		bottom: 18px;
		left: 18px;
		margin: 0;
		overflow: hidden;
		text-indent: -1000px;
		}

	/* main menu */
		ul#mainMenu {
			display: block;
			margin: 0;
			padding: 20px 0 0 32px;
			width: 150px;
			list-style-type: none;
			}
		
		ul#mainMenu li {
			display: block;
			width: 150px;
			}
		
		ul#mainMenu li a {	
			display: block;
			width: 150px;
			padding: 5px 0;
			text-indent: 5px;
			font-size: 14px;
			color: #506934;
			border-bottom: 1px solid #e8e4c9;
			text-decoration: none;
			}
		
		ul#mainMenu li a:hover {
			font-weight: bold;
			}
	/* // main menu */
/* // left column */

/* right column */
	#right {
		float: left;
		width: 530px;
		padding: 20px 0 20px 5px;
		color: #80734d;
		}
	
	#right[id] {
		padding: 10px 0 0 5px;
		}

	#right h3,
	#right h4 {
		display: block;
		height: 31px;
		width: 500px;
		overflow: hidden;
		text-indent: -1000px;
		margin: 10px 0 0 0;
		}
	
	#right h4 {
		height: 25px;
		}
			
	#right p {
		margin: 0;
		padding: 8px 3px;
		}
	
	#right ol, #right ul {
		margin-top: 5px;
		}

	/* featured list */
		ul.featured {
			display: block;
			margin: 0;
			padding: 10px 0 25px 0;
			list-style-type: none;
			}
		
		ul.featured li {
			display: block;
			width: 526px;
			height: 28px;
			margin-bottom: 1px;
			font-size: 15px;
			font-weight: bold;
			text-indent: 23px;
			line-height: 26px;
			color: #d15401;
			background: url(../img/featured_list.gif);
			}

		ul.featured li a {
			text-decoration: none;
			}
	/* // featured list */
/* // right column */

/* webaffairs tag */
	#webaffairs {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 750px;
		font-family: Verdana, Sans-Serif;
		font-size: 11px;
		color: #506934;
		text-align: right;
		}
/* // webaffairs tag */