/* STYLING */
html, body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
body {
	background-color: #FFEBE6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 10px 10px;
}
a {
	color: #006;
}
a.nostyle {
	color: #000000;
}
div#globallinks {
	background-color: #FFEBE6;
}
div#header {
	background-color: #FF8566;
}
div#header h1, div#header h2 {
	text-align: center;
}
div#container {
	text-align: left;
	background-color: #FFF;
}
div#contactcontent img {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
div#contactcontent .toppadding {
	padding-top: 100px;
}
div#wrapper p, ul {
	color: #333333;
}
div#fullpagecontent h2.topheader {
	margin-top: 0;
	padding-top: 0;
}
div#fullpagecontent .warning {
	background-color: #FFCCCC;
	font-size: 75%;
}
div#fullpagecontent {
	background-color: #FFF;
}
div#fullpagecontent p {
	line-height: 1.4;
	font-size: 1.2em;
}
div#fullpagecontent h2 {
	padding-top: 1.6em;
}
div#fullpagecontent ul {
	padding-left: 40px;
	color: #333333;
}
div#fullpagecontent li {	
	font-size: 1.2em;
	line-height: 1.4em;
}
div#content {
	background-color: #FFF;
}
div#content p {
	line-height: 1.4;
	font-size: 1.2em;
	padding: 0;
}
div#content h2.scenariotitle {
	margin-top: 2em;
}
div#content h3.intro {
	padding-top: 1em;
}
div#content ul {
	padding-left: 40px;
	color: #333333;
}
div#content li {	
	font-size: 1.2em;
	line-height: 1.4em;
}
div#content .toplink {
	font-size:75%;
}
div#extra {
	background-color: #FF9980;
}
div#extra h3 {
	color: #000;
}
div#extra h3.topspacer {
	margin-top: 2em;
}
div.introphotos img {
	border: 1px;
	border-color: #000000;
}
div.introphotos p {
	font-size: 80%;
	text-align: center;
}
div.introphotos a {
	text-decoration: none;
}
div#footer {
	background: #333;
	color: #FFF;
	margin: 0;
}
div#footer p.copyright {
	margin: 0;
	padding: 10px 10px;
	text-align: right;
}
div#footer a.copyright {
	display: inline;
	padding: 0;
	color: #C6D5FD;
}
div#footer p.validation {
	float: left;
	padding-top: 5px;
}


/* LAYOUT */
div#globallinks {
	padding: 0;
	height: 20px;
	width: 800px;
}
div#header {
	clear: both;
}
div#wrapper {
	margin: 0;
	padding: 10px 0 0 0;
}
div#container {
	width: 800px;
	margin: 0 auto;
}
div#content {
	float: left;
	width: 600px;
	margin: 0;
	padding: 10px 0 10px 0;
}
div#fullpagecontent {
	margin: 0;
	padding: 10px 0 10px 0;
}
div#contactcontent {
	margin-left: 50px;
}
div#bulletins {
	float: left;
	width: 195px;
}
div.introphotos {
	float: left;
	width: 195px;
	margin: 75px 0 0 0;
}
div#extra {
	float: left;
	width: 195px;
	margin: 5px 0 20px 0;
	padding-top: 10px;
}
div#footer {
	clear: both;
	width: 100%;
	height: 45px;
}

/* GLOBAL NAVIGATION BAR*/
div#globalnav {
	padding: 5px 0 0 0;
	margin-right: 30px;
	height: 14px;
	display: block;
	float: right;
	clear: both;
}
div#globalnav ul {
	text-align: right;
	padding: 0 5px 0 5px; 
	margin: 0; /* cancels margin-left gap caused by top padding in Opera 7.54 */
	font-size: 13px;
	color: #333333;
}
div#globalnav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	/* matches link padding except for left and right */
	padding-top: 3px;
}
div#globalnav ul li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 3px;
	color: #333333;
	text-decoration: none;
}
div#globalnav ul li.rightborder {
	border-right-width: 1px;
	border-right: inset;
	border-right-color: #333333;
}
div#globalnav ul li a:hover {
	color: #B80000;
	text-decoration: none;
}

/* SITE NAVIGATION BAR */
#divNav {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
#divNav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0; 
	margin: 0; /* cancels margin-left gap caused by top padding in Opera 7.54 */
	background-color: #991F00;
	color: #fff;
}
#divNav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#divNav ul li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
}
#divNav ul li.last a {
	border-right: 0px;
}
#divNav ul li a:hover {
	background-color: #FFB804;
	color: #B80000;
}

/* Lightbox - http://www.huddletogether.com/projects/lightbox/ */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 1.1em;
	padding-top: 0.4em;
}	
#lightboxCaption{
	float: left;
}
#keyboardMsg{
	float: right;
}
#lightbox img{
	border: none;
}
#overlay img{
	border: none;
	background-image: url(../images/lightbox/overlay.png);
}
/* Messy CSS below to handle IE's poor PNG transparency support */
* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../images/lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/lightbox/overlay.png", sizingMethod="scale");
}


/* Rounded corners - http://www.albin.net/css/roundedcorners */
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}

/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the container class. */
div#header {
    margin: 0px;
    padding: 0px;
    border: 0px solid;
	border-color: #000000;
}
div#container {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}
