html {
	background-color: #b9290f;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: transparent;
	background-image: none;
	margin: 0px;
}

#pagecontent p, h1, h2, h3, li {
	font-family: Adobe Caslon Pro, Adobe Caslon, Caslon, Georgia, Times New Roman, Times, serif;
	font-size: 92%;
	line-height: 120%;
	color: #000000;
}

#content {
	width: 930px;
	min-height: 600px;
	border: none;
	background: none;
	margin: 0 auto;
	margin-top: 18px;
	padding: 0px 0px 0px 0px;
}

#gheader {
	width: 930px;
	height: 49px;
	border: none;
}
#gheader img, #footer img {
	border: 0px;
}

/* Navigation menus */

.nav {
	float: left;
	height: 12px;
	padding: 7px 9px 11px 9px;
	margin-bottom: 18px;
	background-image: url(../images/navbg.gif);
	background-position: center right;
	background-repeat: no-repeat;
	text-align: left;
	z-index: 100;
}

.last {
	background: none;
}

.nav:hover {
	background-color: #000000;
}
.nav a {
	color: #000000;
	text-decoration: none;
	font-size: 97%;	
}
.nav:hover a {
	color: #ffffff;
}

.submenuarea {
	position:absolute;
	visibility: hidden;
	z-index: 100;
	width: 180px;
	background-image: url(../images/submenu-bg.png);
}
.submenuareaheading {
	font-size: 95%;	
	font-weight:bold;
	color: #ffffff;
	width: 100%;
	display: block;
	border-bottom: 1px solid #000000;
}
.submenuarea a {
	background: none;	
	color: #ffffff;
	font-size: 90%;	
	display: block;
	border-top: 1px solid #FFFFFF;
	padding: 5px;
	text-decoration: none;
	text-align: left;
}
.submenuarea a:hover {
	color:#f67a44;
}

/* ------ Main content ------ */
#fheader {
	border: none;
	margin-top: 18px;
}
			
#slideshow_container {
	width: 930px;
	height: 355px;
	margin: 0px auto;
	z-index: -1
}

div.gallery {
	height: 535px;
	margin-bottom: 18px
}

.clear {
	clear: both;
}

#subtitle {
	background-color: #000000;
	background-image:url('../images/subtitle.gif');
	background-repeat: no-repeat;
	background-position: center; 
	height: 40px;
	width: 930px;
}

#pagecontent {
	background-color: #ffffff;
	width: 900px;
	padding: 15px;
	border-top: 1px solid #ffffff;
	text-align: left;
	overflow: hidden;
	margin:19px 0px 18px 0px;
}

#pagecontent p {
	line-height: 145%;	
}

#pagecontent.front {
	width: 930px;
	margin-top: 0px;
	padding: 0px;
}
#pagecontent.front div#main {
	width: 650px;
	margin: 15px;
}

#feature {
	width: 220px;
	min-height: 155px;
	float: right;
	padding: 15px;
	background: #1c1c1c;
}
#feature p {
	color: #ffffff;
	text-align: left;
}

div#pagecontent a {
	color: #515fa1;
}

div#pagecontent a:hover {
	color: #397efc;
}

div#pagecontent img {
	border: 1px solid silver;
}

div#footer p,a {
	color: #ffffff;
	text-align: center;
}

/* ------ Navigation menus ------ */

#mainnav {
	z-index: 100;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritem {
	border:none;
}

.yui-skin-sam .yuimenubar {
	background:none;
	background-color:#DB4D29;
	line-height: 150%;
	font-size: 18px;
	vertical-align:middle;
	border:none;
}
.yui-skin-sam .yuimenubaritem {
	font-size: 18px;
	line-height: 100%;
	color: #ffffff;
	background-image:url('../images/border.png');
	background-repeat:no-repeat;
	background-position:center right;
	border:none;
}
.yui-skin-sam .yuimenubaritemlabel {
	border:none;
	padding: 9px 3px 3px 7px;
}

.yui-skin-sam .yuimenubaritemlabel-selected, .yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected {
	background-color:#000000;
	color:#ffffff;
}

.yui-skin-sam .yuimenu .bd {
	background-color:#000000;
}
.yui-skin-sam .yuimenuitemlabel:visited,
.yui-skin-sam .yuimenuitemlabel {
	font-size:14px;
	color:#ffffff;
}
.yui-skin-sam .yuimenuitemlabel:hover {
	color:#DB4D29;
}

.yui-skin-sam .yuimenuitem-selected {
	background:none;
}

/* ------ Font reset override ------ */
#pagecontent p, #pagecontent h1, #pagecontent h2, #pagecontent h3 {
	line-height: 145%;
}

#pagecontent p {
	padding: 1% 0% 1% 0%;
	font-size: 110%;
}

#pagecontent em {
	font-style: oblique;
}

#pagecontent strong {
	font-weight: bold;
}

#pagecontent ul, #pagecontent ol {
	list-style-position: inside;
	padding: 1% 0% 1% 2%;
}

#pagecontent li	{
	list-style-type: disc;
	font-size: 105%;
	line-height: 145%;
	margin-bottom: .7%;
}

#pagecontent ul ul.li	{
	list-style-type: circle;
}

#pagecontent h1 {
	font-size: 25px;
	font-weight: bold;
}

#pagecontent h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	margin-top: 2%;
}

#pagecontent h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 2%;
}
