/*GLOBAL*/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#777;
}

#wrapper {
	width:72%;
	height:100%;
	background:#FFF;
	margin:20px 0 0 20px;
}
/*END OF GLOBAL*/

/*HEADER*/
#header {
	width:100%;
	height:65px;
}

#logo {
	background:url(../images/site/logo.jpg) no-repeat transparent;
	width:247px;
	height:38px;
}

#tag {
	background:url(../images/site/tagLine.jpg) no-repeat transparent;
	width:251px;
	height:38px;
	position:relative;
	top:-40px;
	right:15px;
	float:right;
}
/*END OF HEADER*/

/*CONTENT*/
#main {
	width:100%;
	height:500px;
	background:url(../images/site/map.jpg) no-repeat bottom right transparent;
}

#home {
	width:100%;
	height:500px;
	background:url(../images/site/homeBg.jpg) no-repeat bottom right transparent;
}

#nav {
	width:130px;
	height:400px;
	position:relative;
	float:left;
	margin-left:60px;
	margin-top:15px;
}

#content{
	width:69%;
	height:400px;
	position:relative;
	float:right;
}

#subNav {
	width:130px;
	position:absolute;
	left:-110px;
	top:360px;
	float:left;
	-webkit-transition-duration:0.9s;
	-moz-transition-duration:0.9s;
	-o-transition-duration:0.9s;
	transition-duration:0.9s;
}

.content {
	margin:10px;
}

.follow {
	margin-right:38%;
	text-align:right;
}

.content a:link, .content a:visited, .content a:active {
	color:#777;
	text-decoration:none;
}

.content a:hover {
	color:#F00;
	text-decoration:none;
}

.nav a:link, .nav a:visited, .nav a:active {
	color:#777;
	text-decoration:none;
}

.nav a:hover {
	color:#F00;
	text-decoration:none;
}

.selected a:link, .selected a:active, .selected a:visited {
	color:#F00;
	text-decoration:none;
}

.divTop {
	background:#777;
	width:130px;
	height:1px;
	position:relative;
	left:-5px;
	margin-bottom:-5px;
}

.div {
	background:#777;
	width:130px;
	height:1px;
	position:relative;
	left:-5px;
	margin-bottom:-5px;
	margin-top:-5px;
}

.pdf {
	position:relative;
	top:10px;
	left:2px;
}

.gallery {
	top:20px;
	position:relative;
	font-size:9px;
}

p a:link, p a:visited {
	color:#F00;
	text-decoration:none;
}

p a:hover {
	color:#F00;
	text-decoration:underline;
}

/*END OF CONTENT*/

/*FOOTER*/
#footer {
	width:100%;
	height:20px;
	margin-top:50px;
}

.footer {
	text-align:center;
	color:#999;
	font-size:9px;
}

.footer a:link {
	color:#999;
	text-decoration:none;
}

.footer a:active {
	color:#999;
	text-decoration:none;
}

.footer a:hover {
	color:#F00;
	text-decoration:none;
}
/*END OF FOOTER*/

/* rotator in-page placement */
    div.rotator, div.rotator2 {
	position:relative;
	height:115px;
	display: none;
}
/* rotator css */
	div.rotator ul li, div.rotator2 ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img, div.rotator2 ul li img {
	border:1px solid #ccc;
	background: #FFF;
}
    div.rotator ul li.show, div.rotator2 ul li.show2 {
	z-index:500
}