@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 1000px;
	background-color: #a3b254;
	background-image: url(images/shade-bg.jpg);
	background-repeat: repeat-x;
	font-family: "Century Gothic", "Avant Garde Medium BT", Verdana, Aria, sans-serif;
	font-size: small;
	color: #333333;
}

#wrapper {
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
} 

/*************** CONTENT ****************/

#content {
	width: 1000px;
}

#leftside {
	float: left;
	width: 300px;
	height: 377px;
	background-color: #b2974a;
}

#aptsearch {
	float: left;
	background-image: url(images/search-header.jpg);
	background-repeat: no-repeat;
	width: 300px;
}

#aptbox {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.regiontext {
	font-size: 120%;
}

#leftnav {
	width: 300px;
}

form {
	margin: 0;
	padding: 0;
}

#rightside {
	float: right;
	width: 700px;
    overflow: hidden;
	background-repeat: no-repeat;
}

#rightside img {
    height: 377px;
}

#intro {
	clear: both;
	font-size: 90%;
	letter-spacing: 0.2em;
	color: #333333;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.introheader {
	font-weight: bold;
}




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

#footer {
	width: 1000px;
	background-color: #FFFFFF;
	text-align: center;
}

#footergraphic {
	background-image: url(images/footergraphic1.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 1000px;
}

#footernav {
	font-size: 90%;
}

#footernav a:link, #footernav a:visited {
	color: #333333;
	text-decoration: none;
}

#footernav a:hover {
	color: #663300;
	text-decoration: underline;
}

#footernav ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

#footernav li {
	display: inline;
}

#subfooternav {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}

#subfooternav a:link, #subfooternav a:visited {
	color: #a3b254;
	text-decoration: none;
	font-weight: bold;
}

#subfooternav a:hover {
	color: #660000;
	text-decoration: underline;
}

#subfooternav ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

#subfooternav li {
	display: inline;
}

.clearone {
	clear: both;
	height: 1px;
}


/* NEW INDEX NAVIGATION */

#g-index-nav {
	width: 300px; height: 280px;
	background: url(images/index-nav-sprite.jpg);
	background-repeat: no-repeat;
	margin: 0; padding: 0;
}

#g-index-nav span {
	display: none;
}

#g-index-nav li {
	margin: 0; padding: 0; list-style: none;
}

#g-index-nav li, #g-index-nav a {
	height: 35px; display: block;
}

#g1 {top: 0; width: 300px;}
#g2 {top: 35px; width: 300px;}
#g3 {top: 70px; width: 300px;}
#g4 {top: 104px; width: 300px;}
#g5 {top: 140px; width: 300px;}
#g6 {top: 175px; width: 300px;}
#g7 {top: 210px; width: 300px;}
#g8 {top: 245px; width: 300px;}

#g1 a:hover {background: transparent url(images/index-nav-sprite.jpg) 0 -280px no-repeat;}
#g2 a:hover {background: transparent url(images/index-nav-sprite.jpg) 0 -315px no-repeat;}
#g3 a:hover {background: transparent url(images/index-nav-sprite.jpg) 0 -350px no-repeat;}
#g4 a:hover {background: transparent url(images/index-nav-sprite.jpg) 0 -385px no-repeat;}
#g5 a:hover {background: transparent url(images/index-nav-sprite.jpg) 0 -420px no-repeat;}
#g6 a:hover {background: transparent url(images/index-nav-sprite.jpg) 0 -455px no-repeat;}
#g7 a:hover {background: transparent url(images/index-nav-sprite.jpg) 0 -490px no-repeat;}
#g8 a:hover {background: transparent url(images/index-nav-sprite.jpg) 0 -525px no-repeat;}



/* FOOTER ICONS */

#foot-tube a {
	clear: both;
	display: block;
	margin-left: 10px;
	float: left;
	width: 75px; height: 43px;
	background: url(images/youtube-logo.png) no-repeat;
}

#foot-tube span {
	display: none;
}

#foot-icons {
	margin-right: 5px; padding: 0;
	float: right;
	width: 160px; height: 80px;
}

#foot-logos {
	margin: 0; padding: 0;
	width: 160px; height: 80px;
	background: url(images/footer-sprite.jpg) 0 0 no-repeat;
	position: relative;
}

#foot-logos span {
	display: none;
}

#foot-logos li {
	display: block; height: 80px;
	margin: 0; padding: 0; list-style: none;
	position: absolute;
}

#foot1 {left: 0; width: 80px;}
#foot2 {left: 80px; width: 80px;}
#foot3 {left: 160px; width: 80px;}

/* TWITTER BUTTON */

.twitter-follow a {
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(images/twitter-logo.png) no-repeat;
	text-decoration: none;
	color: #67c9e9;
	padding-left: 35px;
}

.twitter-follow a:hover {
	text-decoration: underline;
}

.slideshow {
	width: 720px; height: 50px; margin: auto; overflow: hidden;
}

.slideshow img {
	cursor: pointer;
}
