html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9b9a8e;
	color: #303030;
	line-height: 1.4em;
	background-image: url('../images/background/nav.gif');
	background-repeat: repeat-x;
	background-position: top;
}
h1, h2 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 14px;
}
img {
	border-style: none;
}
img.border {
	border: solid 1px #9b9a8e;
}
form {
	margin: 0;
	padding: 0;
}


#header, #footer_content, #nav_content {
	width: 800px;
	margin: 0 auto 0 auto;
}
/* begin header styles */
#header {
	margin-top: 24px;
	height: 14px;
	text-align: right;
	background-color: #b0af9c;
}
#header_nav a {
	text-decoration: none;
	color: White;
	font-size: 14px;
	font-weight: bold;
	margin-left: 18px;
}
#header_nav a:hover {
	text-decoration: underline;
}
#title {
	float: left;
	width: 500px;
	text-align: left;
}	
/* end header syles */

/* begin nav styles */	
#nav {
	height: 431px;
}
#nav_content {
	padding-top: 33px;
}

/* begin image scroll styles */
#image_scroll {
	width: 800px;
	height: 227px;
	overflow: hidden;
	position: relative;
}
#image_scroll_left, #image_scroll_right {
	width: 19px;
	height: 227px;
	background-color: #ca7756;
	position: absolute;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}
#image_scroll_left:hover, #image_scroll_right:hover {
	background-color: #9d3f3f;
}
#image_scroll_left {
	left: 0;
	background-image: url('../images/background/btnLeft.gif');
}
#image_scroll_left:hover {
	background-image: url('../images/background/btnLeft_Over.gif');
}
#image_scroll_right {
	left: 781px;
	background-image: url('../images/background/btnRight.gif');
}
#image_scroll_right:hover {
	background-image: url('../images/background/btnRight_Over.gif');
}
#image_container {
	position: absolute;
	top: 0;
	left: 13px;
	z-index: 2;
	white-space: nowrap;
}
/* end image scroll styles */

/* begin menu styles */
#menu {
	margin-top: 10px;
	position: relative;
}
#menu_title {
	float: left;
	width: 160px;
}
#menu a.menu_link {
	position: absolute;
	text-align: center;
	background-repeat: repeat-x;
}
#lnk-about-us, #lnk-available-sites, #lnk-business-resources {
	top: 0;
	height: 38px;
	border-top: solid 10px white;
	padding-top: 24px;
}
#lnk-market-profile, #lnk-incentives, #lnk-maps {
	top: 73px;
	height: 38px;
	border-bottom: solid 9px white;
	padding-top: 24px;
}

#lnk-about-us { 
	left: 160px;
	width: 212px;
	background-color: #9d3f3f;
}
#lnk-available-sites { 
	left: 373px;
	width: 213px;
	background-color: #2f606b;
}
#lnk-business-resources { 
	left: 587px;
	width: 213px;
	background-color: #3b5715;
}
#lnk-market-profile {
	left: 160px;
	width: 212px;
	background-color: #ca7756;
}
#lnk-incentives {
	left: 373px;
	width: 213px;
	background-color: #5b9591;
}
#lnk-maps {
	left: 587px;
	width: 213px;
	background-color: #a2b54d;
}
/* menu selected styles */
#lnk-about-us:hover, #lnk-about-us[rel="current-page"],
#lnk-available-sites:hover, #lnk-available-sites[rel="current-page"], 
#lnk-business-resources:hover, #lnk-business-resources[rel="current-page"] { 
	padding-top: 34px;
	border-top: none;
}
#lnk-market-profile:hover, #lnk-market-profile[rel="current-page"], 
#lnk-incentives:hover, #lnk-incentives[rel="current-page"], 
#lnk-maps:hover, #lnk-maps[rel="current-page"] { 
	height: 47px;
	border-bottom: none;
	background-position: bottom;
}
#lnk-about-us:hover, #lnk-about-us[rel="current-page"] {
	background-image: url('../images/menu/about-us-bg.gif');
}
#lnk-available-sites:hover, #lnk-available-sites[rel="current-page"] {
	background-image: url('../images/menu/available-sites-bg.gif');
}
#lnk-business-resources:hover, #lnk-business-resources[rel="current-page"] {
	background-image: url('../images/menu/business-resources-bg.gif');
}
#lnk-market-profile:hover, #lnk-market-profile[rel="current-page"] {
	background-image: url('../images/menu/market-profile-bg.gif');
}
#lnk-incentives:hover, #lnk-incentives[rel="current-page"] {
	background-image: url('../images/menu/incentives-bg.gif');
}
#lnk-maps:hover, #lnk-maps[rel="current-page"] {
	background-image: url('../images/menu/maps-bg.gif');
}
/* end menu selected styles */

/* end menu styles */

/* end nav styles */

/* begin content styles */

#content {
	width: 100%;
}
#content td {
	vertical-align: top;
}
/* begin content backgrounds */
#content_left_repeat, #content_left {
	background-color: #ebeadf;
	background-image: url('../images/background/content_left_top.gif');
	background-repeat: repeat-x;
	background-position: top;
}
#content_right_repeat {
	background-color: #d8d7ca;
	background-image: url('../images/background/content_right_top.gif');
	background-repeat: repeat-x;
	background-position: top;
}
#content_left {
	width: 480px;
}
#content_right {
	background-color: #d8d7ca;
	background-image: url('../images/background/content_right_side.gif');
	background-repeat: repeat-y;
	background-position: left;
	width: 320px;
}
#content_right_top {
	background-image: url('../images/background/content_right.gif');
	background-repeat: no-repeat;
	width: 320px;
	height: 13px;
}
/* end content backgrounds */

/* begin main body styles */
#body_copy {
	padding: 35px 0 35px 0;
	width: 455px;
}
#body_copy p {
	width: 433px;	
}
#body_copy a {
	color: #ca7756;
}
#body_copy a:hover {
	color: #303030;
}

#body_copy ul {
	margin-top: 0;
}
/* end main body styles */

/* begin sidebar styles */
#sidebar_copy {
	padding: 0 0 22px 0;
	color: #4d4c45;
}
#sidebar_copy a {
	color: #ca7756;
}
#sidebar_copy a:hover {
	color: #303030;
}
div.sidebar_section {
	padding: 18px 0 18px 27px;
	border-bottom: solid 1px #9b9a8e;
}
#sidebar_copy div.no_border {
	border-bottom: none;
}
div.sidebar_twitter em {
	color: #848277;
}
#frmNewsletter {
	margin-top: 12px;
}
#frmNewsletter input[type="text"] {
	background-color: #ebeadf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 6px 0 6px;
	height: 20px;
	width: 200px;
	color: #9b9a8e;
	border: solid 1px #9b9a8e;
	vertical-align: middle;
}
#frmNewsletter input[type="image"] {
	vertical-align: middle;
}
#thanks {
	margin-top: 12px;
	font-weight: bold;
	height: 28px;
}
/* end sidebar styles */

/* end content styles */

/* begin footer styles */
#footer {
	background-image: url('../images/background/footer_top.gif');
	background-repeat: repeat-x;
	background-position: top;
	padding: 24px 0 1.0em 0;
}
#footer_content {
	background-image: url('../images/background/footer.gif');
	background-repeat: repeat-y;
	color: #ebebeb;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul a {
	color: #ebebeb;
	text-decoration: none;
}
#footer a {
	color: #4d4c45;
}
#footer a:hover {
	color: #fff;
}
#footer_section1, #footer_section2, #footer_section3, #footer_section4 {
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer_section1 {
	width: 149px;
	padding-right: 34px;
	text-align: center;
}
#footer_section1 img {
	margin-bottom: 17px;
}
#footer_section2 {
	width: 228px;
}
#footer_section3 {
	width: 168px;
}
#footer_section3 a:hover {
	text-decoration: underline;
}
#footer_section4 {
	width: 196px;
}
#footer_content_bottom {
	clear: both;
}

/* end footer styles */

/* news-events styles */
#frmEUpdates {
	margin-top: 12px;
}
#frmEUpdates input[type="text"] {
	background-color: #d8d7ca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 6px 0 6px;
	height: 20px;
	width: 200px;
	color: #9b9a8e;
	border: solid 1px #9b9a8e;
	vertical-align: middle;
}
#frmEUpdates input[type="image"] {
	vertical-align: middle;
}
#thanks_eupdates {
	margin-top: 12px;
	font-weight: bold;
	height: 28px;
}
/* end news-events styles */

/* begin media-podcasts styles */
div.audio_player {
	margin-bottom: 24px;
}
div.audio_player object {
	margin-top: 8px;
}
/* end media-podcast styles */

span.file_type {
	color: #8e8d8d;
	display: none;
}
input.submit_button {
	background-image: url('../images/btnSubmit.gif');
	background-repeat: no-repeat;
	width: 69px;
	height: 28px;
	border: none;
	vertical-align: middle;
}
input.submit_button:hover {
	background-image: url('../images/btnSubmit_over.gif');
}


