/* CSS Document */

/* basic elements */
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #670019;
	font-size: 12px;
	line-height: 1.7em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	}
p { margin: 1px 0px 10px 0px;}

a:link, a:visited {text-decoration: none; color: #670019; font-weight: bolder;}
th {font-weight: bold; font-size: 14px; color: #670019; text-align: left; border-bottom: #670019 1px solid;}

/* specific divs */

#header { width: 1024px; height: 609px; margin: 0px; background:transparent url(../images/header/header1.gif) no-repeat;}
#header h1 span {display: none;}

/************* globalNav styles ****************/

#nav {width: 799px; height: 47px; padding: 0px; margin: 0px; z-index: 2000; background-color:#670019; }

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #E8DFC8;
	padding: 0px;
	margin: 0px;}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #E8DFC8;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #E8DFC8;}

a.glink:hover{text-decoration: underline;}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 250px;
	left: 192px;
	/*width: 100%;*/
	min-width: 640px;
	height: 15px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #FFFFFF;}
.subglobalNav a:link, .subglobalNav a:visited { font-size: 80%;	color: #FFFFFF;}
.subglobalNav a:hover{ color: #E8DFC8; text-decoration: underline;}

/************ content styles **************/

#container {
	width: 800px;
	height: auto;
	margin: -400px 0px 0px 186px;
	background-color: #E8DFC8;}
#content { padding: 10px; }
#content #left {float: left; width: 520px; margin: 0px; padding: 0px;}
#content #right {float: right; width: 230px; margin: 0px; padding: 0px;}
#content #right img {float: right; width: 210px; padding: 2px; margin-left: 10px; margin-right: 5px;border: #670019 1px solid;}
#content img {float: right; padding: 2px; margin-left: 3px;}


#pullquote {
	float: right;
	margin: 0 0 0 10px;
	width: 205px;
	padding: 5px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #670019;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 12px;
	line-height: 1.3em;}
#right #pullquote {float: none; border: #670019 1px solid;}
#pullquote p { width: 205px; }

#footer{
	width: 790px;
	margin: 0px 0px 0px 186px;
	padding: 5px;
	text-align: center;
	background-color: #E8DFC8;}
	
.clear { clear:both; margin: 0px;}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
