/* PAGE LAYOUT */

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(images/bg-site.gif);
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a {
	color: #730000;
}

ul {
	list-style-image: url(images/bullet-8x8.gif);
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0.5em 0 0.75em 1.4em;
	line-height: 1.6em;
}

#bg-header {
	background-image: url(images/bg-header.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 20px;
}

#bg-page {
	background-image: url(images/bg-page.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#bg-footer {
	background-image: url(images/bg-footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 20px;
}

#bg-footer div {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	padding-top: 20px;
	font-size: 0.8em;
	color: #988675;
}

#page {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}

#masthead {
	background-image: url(images/masthead.gif);
	width: 760px;
	height: 129px;
}

#masthead h1, #masthead h2, #masthead h3, #masthead hr {
	display: none;
}

#footer {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9B0000;
	background-image: url(images/bg-footer-inner.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 4px;
	padding: 0.5em 1em 0.5em 1em;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #730000;
	margin: 0;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	padding: 0.5em 0 0.25em 0;
}

/* COLUMNS, SIDEBAR, AND CONTENT */

#breadcrumbs {
	background-color: #DED0C2;
	border: 1px solid #A3A3A3;
	border-top: none;
	border-bottom: none;
	padding: 0.25em 0.25em 0.25em 28px;
}

#columns {
	background-image: url(images/columns-gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 30px 20px 10px 20px;
}

#sidebar {
	width: 250px;
	float: left;
}

#sidebar div {
	text-align: center;
	padding-bottom: 1em;
}

#content {
	background-image: url(images/columns-gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 30px 5em 10px 5em;
	font-size: 1em;
}

#columns #content {
	background-image: none;
	margin-left: 265px;
	border-left: 1px solid #C2C2C2;
	padding: 0 0 0 1em;
}

#content p {
	line-height: 130%;
}

/* THUMB SCROLLER */

.thumbScroller {
	padding: 2px;
	overflow: auto;
}

.thumbScroller td {
	font-size: 0.8em;
	color: #333333;
	background-color: #F0F0F0;
}

.thumbScroller img {
	cursor: pointer;
}

.thumbs td {
	font-size: 0.8em;
	background-color: #F0F0F0;
	padding: 1em;
}

/* PHOTOS */

.photo p {
	font-size: 0.8em;
	margin: 0;
	padding: 0.25em;
	color: #333333;
}

.photo img {
	border: 4px solid #730000;
}

.floatLeft {
	float: left;
	padding: 0 1.5em 0.5em 0;
}

.floatRight {
	float: right;
	padding: 0 0 0.5em 1.5em;
}

/* NAVIGATION */

#nav {
	position: relative;
	z-index: 2;
	background-image: url(images/bg-nav.gif);
	background-repeat: repeat-x;
	background-color: #730000;
	height: 51px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	width: 105px;
	text-align: center;
	line-height: 48px;
	background-image: url(images/bg-nav-divider.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#nav li ul {
	display: none;
	position: absolute; 
	padding: 1.2em 0 0.8em 0.8em;
	top: auto;
	left: auto;
	background-color: #730000;
	filter:alpha(opacity=96); 
	-moz-opacity: 0.96; 
	opacity: 0.96;
	width: auto;
}

#nav li li {
	padding: 0 1em 0 0;
	line-height: 1.6em;
	text-align: left;
	background-image: none;
	width: auto;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav a {
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav li li a {
	font-weight: normal;
}

#nav a:link, #nav a:visited {
	border-bottom: none;
}

#nav a:active, #nav a:hover {
	border-bottom: 1px solid #FEF000;
}

/* HIGHLIGHT */

.highlight {
	background-color: #FEF000;
}

/* VIDEO PLAYER */
#swfVideoPlayer {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 1em;
}

/* SAMPLE PLAN */
#swfSamplePlan {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}