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

/*	WRAPPERS
------------------------------------------------*/
body {
	margin:0;
	padding:0;
	background:#7A2900 url(g/bodyBG.gif) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#shadow {
	width:1000px;
	margin:10px auto 0 auto;
	padding:5px 5px;
	background:url(g/pngShadow.png);
}

#container {
	width:1000px;
	margin:0 auto;
}

#header {
	background:url(g/header.jpg) top center no-repeat;
	height:152px;
	border-bottom:#9E5230 1px solid;
}

#mainContent {
	background:#FFF9DF;
	padding:30px 40px;
	color:#42210B;
}

#sitemap {
	width:1000px;
	margin:0 auto;
	background:#FFFFFF;
}
#sitemap ul {
	list-style:none;
}

#footer {
	color:#C9AE7E;
	font-size:11px;
	margin: 10px auto 30px auto;
	text-align:center;
}
/* MENU
-----------------------------------------------*/
#menuNav {
	background:url(g/menuBG.gif) left center repeat-x;
	height:28px;
	width:1000px;
	padding:7px 0 0 0;
}

#menuNav .menuItem {
	color:#FFFFFF;
	/* margin-left:35px; */
	margin-left:30px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
}

/* LINKS
-----------------------------------------------*/
a,
a:link,
a:visited {
	color:#7A2900;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}

#menuNav .menuItem a.navigation,
#menuNav .menuItem a.navigation:link,
#menuNav .menuItem a.navigation:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#menuNav .menuItem a.navigation:hover {
	color:#E0CCAA;
	text-decoration:none;
}

#menuNav .menuItem a.navigation_current,
#menuNav .menuItem a.navigation_current:link,
#menuNav .menuItem a.navigation_current:visited {
	color:#E0CCAA;
	text-decoration:none;
}

/* LISTS
-----------------------------------------------*/
.listTypeI {
	line-height:16px;
	font-weight:bold;
}

.listTypeA {
	line-height:20px;
	margin:0 0 20px 0;
	font-weight:normal;
}


/* PARAGRAPHS
-----------------------------------------------*/
h1.largeHeader {
	margin-bottom:3px;
	color:#694627;
}

h3 {
	color:#6A5949;
}

.subHeader {
	font-weight:bold;
}


/* FORMS
-----------------------------------------------*/

#form_signup input:focus {
	background:#FFC;
}

#form_signup label {
	cursor:pointer;
}

/* CLASS OUTLINE
-----------------------------------------------*/
.classoutline_navItem {
	background:#FFD6A8;
	width:50px;
	padding:0px 0px;
	margin-right:10px;
	border:#C3A580 2px solid;
	border-bottom:none;
	text-align:center;
	font-size:12px;
	float:left;
	cursor:pointer;
}
#classoutline_selected {
	background:#FFFEFA;
}
.classoutline_navItem a,
.classoutline_navItem a:link,
.classoutline_navItem a:visited {
	color: #42210B;
	text-decoration:none;
}

/* TRANSPORTATION, LODGING, ETC
-----------------------------------------------*/
.todo_navItem {
	background:#FFD6A8;
	width:110px;
	padding:5px 20px;
	margin-right:10px;
	border:#C3A580 2px solid;
	border-bottom:none;
	text-align:center;
	font-size:14px;
	float:left;
	cursor:pointer;
}
#todo_Selected {
	background:#FFFEFA;
}
.todo_navItem a,
.todo_navItem a:link,
.todo_navItem a:visited {
	color: #42210B;
	text-decoration:none;
}

#todoBody {
	background:#FFFEFA;
	padding:10px 20px;
	border:#C3A580 2px solid;
}


/* MOVIES
-----------------------------------------------*/
.sampleVid {
	width:89px;
	height:103px;
	padding:47px 0 0 61px;
	margin:0 auto;
	border:#9E5230 1px solid;
	cursor:pointer;
}
.sampleVid img {
	display:none;
}
.sampleVid:hover img {
	display:block;
}
#samp1 {
	background:url(media/vicki_nye.jpg) center center no-repeat;
}
#samp2 {
	background:url(media/m_allen_r_rasof.jpg) center center no-repeat;
}
#samp3 {
	background:url(media/m_rincon.jpg) center center no-repeat;
}
#samp4 {
	background:url(media/d_belmar.jpg) center center no-repeat;
}

#samplePlay {
	width:720px;
	margin:0 auto 0 auto;
	border:#000 2px solid;
	background:#000;
	text-align:center;
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -360px;

}
/* MISC
-----------------------------------------------*/
.clear {
	float:none;
	clear:both;
}

.playFLV,
.playFLV:link,
.playFLV:visited {
	cursor:pointer;
}
