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

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


html {
	min-height: 100%;
	padding-bottom: 1px;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; 
		outline: 0;
}

/*Remove dotted line around linked images in Firefox*/

a:active, a:focus, input[type="image"] {
outline: 0;
}

/* UNIVERSAL CLASSES */

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.no-show{
	display: none;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

small{

}

/* BEGIN FORMATTING */

body{
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #807f7f;
	background-color: #FFF;
}

a{
	text-decoration: none;
	color: #2a9901;
	font-weight: normal;
}

a:hover{
	text-decoration: underline;
	color: #40E701;
}

a:visited{

}

h1{
	clear: both;
	height: 32px;
	width: 676px;	
}
h1.home {
	background-image: url(../images/h1-home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1.campus {
	background-image: url(../images/h1-campus.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1.commercial {
	background-image: url(../images/h1-commercial.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1.housing {
	background-image: url(../images/h1-housing.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1.parks {
	background-image: url(../images/h1-parks.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1.about {
	background-image: url(../images/h1-about.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1.contact {
	background-image: url(../images/h1-contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h2{
	font-size: 13px;
	color: #807f7f;
	font-weight: bold;
	padding-bottom: 5px;
}


h3{
	
}

h4{
	
}

h5{
	
}

p{
	line-height: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

#wrapper{
	width: 828px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: 175px;
}

#logo{
	width: 152px;
	float: left;
}

/* NAV */

#nav{
	height: 26px;
	padding-top: 145px;
}

#nav ul {
	padding: 0px;
	list-style: none;
	width: 496px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
}

#nav a{ /* this ensures the background is clickable */
	display: block;
	height: 26px;
	background-repeat: no-repeat;
	text-decoration: none;
}


#nav li {
	display: block;
	height: 26px;
	position: relative;
	float: left;
}

#nav li.nav-campus a {
	background-image: url(../images/nav_campus.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	
#nav li.nav-campus {
	width: 65px;
}

#nav li.nav-commercial a {
	background-image: url(../images/nav_commercial.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li.nav-commercial {
	width: 92px;
}

#nav li.nav-housing a {
	background-image: url(../images/nav_housing.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li.nav-housing {
	width: 70px;
}

#nav li.nav-parks a {
	background-image: url(../images/nav_parks.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li.nav-parks {
	width: 157px;
}

#nav li.nav-about a {
	background-image: url(../images/nav_about.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li.nav-about {
	width: 56px;
}

#nav li.nav-contact a {
	background-image: url(../images/nav_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li.nav-contact {
	width: 56px;
}

#nav li a:hover {
	background-position: 0px -26px;
}

#nav li.nav-selected a{
	background-position: 0px -26px;
}

#content {
	padding-left: 152px;
	background-image: url(../images/background_content.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-bottom: 25px;
	padding-top: 48px;
}
#content td {
	vertical-align: top;
	padding-right: 15px;
}

#content ul {
	margin-bottom: 20px;
}

#content ul li {
	background-image: url(../images/bullet-arrow.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 0px;
	padding-left: 24px;
	margin-left: 10px;
	font-size: 12px;
	padding-bottom: 4px;
}
#gallery {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
#gallery.slider {
	margin-bottom: 15px;
}

#gallery ul {
	margin: 0px;
	padding: 0px;
}

#gallery ul li {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#gallery p {
	color: #b5b4b4;
	font-size: 10px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	line-height: 10px;
}

/* INTRO */

#fade-items{
	width: 676px;
	height: 363px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#fade-items li{
	width: 676px;
	height: 363px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#fade-items li img{
	margin: 0;
	padding: 0;
}

/* JAVASCRIPT SLIDER */

/*
	Featured Content Slider
	by: Chris Coyier

	SLIDER
*/


.slider-wrap { 
	float: right;
	width: 676px;
	height:366px;
	overflow:hidden;
	margin-bottom: 15px;
}	
/*
.stripViewer .panelContainer .panel ul { 
	text-align: left; 
	margin: 0 15px 0 30px; 
}
*/
.stripViewer { 
	position: relative; 
	overflow: hidden;
	float:right;
	width: 676px; 
	height: 366px;
}
.stripViewer .panelContainer { 
	position: relative; 
	right: 0; 
	top: 0; 
}
.stripViewer .panelContainer .panel	{
	float: left;
	height: 100%;
	position: relative;
	width: 676px;
}

.stripNavL, .stripNavR, .stripNav { 
	display: none; 
}

.panel .wrapper{
	position:relative;
	width: 676px;
	/*height:366px;*/
	overflow: hidden;
}
.caption {
	text-align: right;
	font-size: 10px;
	margin-top: 3px;
	padding-bottom: 3px;
	height: 23px;
	color: #b6b7b6;
}
.content {
	overflow: hidden;
}
/*.nav-thumb { border: 1px solid black; margin-right: 5px; }*/

#thumb-list {
	height:17px; 
	overflow:hidden; 
	margin-bottom: 5px;
}
table.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b6b7b6;
}

.buttons a {
	height: 15px;
	overflow: hidden;
	/*margin-top: 5px;
	display: block;*/
}

.buttons .active-thumb {
	cursor: pointer;
}

.buttons a:hover {
	cursor: pointer;
}
.buttons img{
	margin-top: 1px;
	margin-left: -3px;
	margin-right: -3px;
}

.buttons .active-thumb img, .buttons a:hover img {
	margin-top: -13px;
}


/* end slider */

#footer{
	background-image: url(../images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: 152px 0px;
	font-size: 11px;
	color: #b5b4b4;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-left: 154px;
	line-height: 13px;
}

#footer a{
	font-weight: normal;
	color: #b5b4b4;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #2a9901;
}
.right-img {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 3px;
}

.right-img p {
	color: #b5b4b4;
	font-size: 10px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	line-height: 10px;
}
