/* -------------------------------------
	Design and Logo: Tim Blumer
	CSS: Thuy Copeland
	Built: 2009-07-22
	Last Edit: 2009-07-22 TC
	URI: http://www.njas.info
---------------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: url(../images/design/bg.jpg) center top;
	font-family: Verdana, sans-serif;
	font-size: 90%;

}
body, p{

}

p{

}
a, a:link{
}
a:visited{
	color: #0d3982;
}
a:hover{
	text-decoration: none;
	color: black;
	background-color: #feed23;
}
a:active{
	color: #f9172b;
	background-color: transparent;
}
#container{
	background: url(../images/design/content.jpg) repeat-y;
	width: 960px;
	margin: 0 auto;
}
#header{
	background: url(../images/design/header.jpg) no-repeat;
	width: 960px;
	height: 230px;
}
#header h1{
	margin: 0;
	padding: 0;
}

#header a{
	display: block;
	height: 205px;
	margin: 0 auto;
	width: 960px;
	text-decoration: none;
}

#header a em{
	visibility: hidden;
}

#wrapper{
	
}
#nav{
	display: block;
	float: left;
	width: 200px;
}

#nav ul{
	width: 180px;
	margin: 1em 0 0;
	padding: 0 0 0 2em;
	font: 80% "Gill Sans", Futura, "Trebuchet MS", sans-serif;
}
#nav li{
	list-style-type: none;
	margin-bottom: .5em;
}
#nav a{
	text-decoration: none;
	color: white;
}
#nav a:visited{
	color: black;
}
#header a:hover, #nav a:hover{
	background-color: transparent;
	color: white;
}
#nav a:hover{
	text-decoration: underline;
}
#nav a:active{
	color: #f8f021;
}
#content{
	padding: 1px 1.2em;
	display: block;
	float: right;
	width: 721px;
}
#content img{
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 3px;
}
#content img.no-border{
	background-color: transparent;
	border: 0;
	padding: 0;
}
#content p:first-child{
	margin-top: .5em;
}
#schedule{
	border-bottom: 1px solid #5D352E;
	border-left: 1px solid #5D352E;
}
#schedule th, #schedule td{
	border-top: 1px solid #5D352E;
	border-right: 1px solid #5D352E;
	padding: 3px;
}
#schedule table th{
	background-color: #79463e;
	color: #fff;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-weight: bold;
	text-align: left;
}

.sched_top{
	background-color: #79463e;
	color: #fff;
}


#footer{
	background: url(../images/design/footer.jpg) no-repeat center bottom;
	clear: both;
	height: 53px;
}
#api{
	text-align: right;
	padding-right: 1em;
	font-size: 75%;
	color: #857d49;
}
#api p{
	margin: 0;
}

#api a{
	color: #857d49;
}

#api a:hover{
	color: #77453c;
	background-color: transparent;
	text-decoration: underline;
}

.left{
	float: left;
	margin-right: 5px;
}
.right{
	float: right;
	margin-left: 5px;
}
.clear{
	clear: both;
}
.fancy-and{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 1em;
}

.pagetitle{
	font: italic bold 150% Verdana, sans-serif;
	color: #77453c;
	text-transform: capitalize;
}

.schedule_head{
	background-color: #79463e;
	color: #fff;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

.hotel{
	background: url(../images/design/lodging_icon.gif) no-repeat;
	padding: 0 0 0 27px;
}
a.documents{
	background: url(../images/design/special-download.png) no-repeat left center;
	padding-left: 20px;
	padding-bottom: 3px;
}
a:hover.documents{
	background: #ffed24 url(../images/design/special-download-over.png) no-repeat left center;
	color: #110c4f;
}
/* @end */
