/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 62.5%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #333333;
}

ul { list-style: none inside; }
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.2em;
	color:#FFFFFF;
}
	p.metadata { background: #fff9a7; padding: 3px;} 
a {
	outline: none;
	color: #F90;
	text-decoration: none;
 }
a img { border: none; }

h1 {
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #a69028;
	}
	h1#logo {
		width: 943px;
		height: 143px;
		background: url(../images/header.jpg) no-repeat center center;
		text-indent: -9999px;
	}
	
h2 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;	

}

h3 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;	

}

h4 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	font-variant: small-caps;
	text-align: left;
	margin-left: 120px;
	margin-top: -13px;
}
/* END RESET */

ul#nav {
	text-align:center;
	font-size: 11px;
	padding-top: 37px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	text-transform: uppercase;
	}
	ul#nav li {
		display: inline;
		padding: 25px;
		
		}
		ul#nav li a {
		color: #222222;
		text-decoration: none;		
		}
		
		ul#nav li a:hover {
		color: #F90;
		text-decoration: none;
		}
		
ul#nav2 {
	text-align:right;
	font-size: 12px;
	padding-right: 40px;
	}
	ul#nav2 li {
		display: inline;
		padding: 10px;
		
		}
		ul#nav2 li a {
		color: #F90;
		font-weight:bolder;
		text-decoration: none;		
		}
		
		ul#nav2 li a:hover {
		color: #000000;
		text-decoration: none;
		}
		

#page-wrap{
	width: 942px;
	margin: 0 auto;

}

#menu {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 942px;
}
#content {
	
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	}

#main-container {
	margin: 0 auto;
	height: auto;
	width: 875px;
	padding-left: 40px;
}

#logo-container {
	text-align: center;
	display: block;
	float: right;
	height: auto;
	width: 260px;
}

#photo-container {
	text-align: center;
	display: block;
	float: right;
	height: auto;
	width: 375px;
}


#photo-container-small {
	text-align: center;
	display: block;
	float: right;
	height: auto;
	width: 300px;
}

.img-spacer {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.sub-text {
	font-size: 9px;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-right: 40px;
	text-align: right;
}

#form-container {
	width: 60%;
	height: auto;
	margin-left: 30px;
}

#right-menu {
	float: left;
	/*background-color:#333333;*/
	width: 150px;
	height: auto;
	/*margin-right: 15px;*/
	text-transform: uppercase;
	text-align:left;
	display: block;
}

	ul#right-menu {
	text-align:left;
	font-size: 12px;
	/*padding-left: 10px;
	margin-right: 15px;*/
	list-style-type:none;
	list-style-position: outside;
	}
	ul#right-menu li {
		/*display: inline;*/
		padding: 10px;
		}
		ul#right-menu li a {
		color: #F90;
		font-weight:bolder;
		text-decoration: none;
		text-align:left;		
		}
		
		ul#right-menu li a:hover {
		color: #000000;
		text-decoration: none;
		}

#program-container {
	width: 75%;
	margin-left: 170px;
}

ul#policy {
	list-style: disc;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.0em;
	color:#FFFFFF;
	margin-left: 20px;
	}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 200px;
}