html, body {
	height: 100%; 
	margin:0;
	padding:0;
}
body{
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #0f1414;
	background-image:url(../artwork/bodyhomegreen.gif);
	background-repeat:repeat-x;
	font-size: 80%;
}
div#page {
	width: 1000px;
	margin: 0px auto 10px auto;
	text-align: left;
	/*
	background-color: #fff;
	*/
	border-color: #000;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#homecontainer {
	padding: 20px 20px 20px 20px;
	color: #eee;
}
div#homeheader	{
	height: 175px;
}
#homeheader div.imageshadowbox	{
	-moz-box-shadow: 3px 3px 6px 0px #000; /* Firefox */
	-webkit-box-shadow: 3px 3px 6px 0px #000; /* Safari and Chrome */
	box-shadow: 3px 3px 6px 0px #000;
	width:900px;
	margin:0px auto;
	padding:0;
	background-color:#000;
}
#homeheader img.bannerimage	{
	border:solid 1px #000;
}
div#homerightcol	{
	font-size: 12px;
	float:right;
	width:325px;
	/*height:350px;*/
	min-height:275px;
	background-color:#ddd;
	color:#222;
	padding:0px 0px;
	-moz-border-radius: 10px;
	border-radius:10px;
	border:3px solid #800000;
	text-align:left;
	/*margin-top:20px;*/
	margin:0px 0px 10px 0px;
}
div#homerightcol2	{
	font-size: 12px;
	float:right;
	width:255px;
	/*height:150px;*/
	min-height:150px;
	background-color:#ddd;
	color:#222;
	padding:0px 0px;
	-moz-border-radius: 10px;
	border-radius:10px;
	border:3px solid #800000;
	text-align:left;
	/*margin-top:20px;*/
	margin:0;
}

p.newstitle	{
	padding:4px 6px 4px 6px;
	-moz-borde-top-left-radius: 6px;
	border-top-left-radius:6px;
	-moz-borde-top-right-radius: 6px;
	border-top-right-radius:6px;
	-moz-box-shadow: 0px 4px 4px 0px #222; /* Firefox */
	-webkit-box-shadow: 0px 4px 4px 0px #222; /* Safari and Chrome */
	box-shadow: 0px 4px 4px 0px #222;
	/*
	border:1px solid #d7d7d7;*/
	color:#fff;
	text-decoration:none;
	/*background-color:#395d5d;
	background-image:url(../artwork/mbuttongreengrad.png);*/
	background-color:#800000;
	background-image:url(../artwork/mbuttonredgradrev.png);
	background-repeat:repeat-x;
	font-size:16px;
	/*width:150px;
	margin:10px auto 0 auto;*/
	margin:0;
	width:315px;
	text-align:center;
}
div#homerightcol li	{
	border-bottom:1px #800000 solid;
}
div#headcontainer {
	padding: 6px 20px 0px 20px;
	color: #eee;
}
div#header	{
	height: 75px;
	/*border-bottom:#ddd solid 1px;*/
}
#header .cornerimage	{
	-moz-box-shadow: 2px 2px 4px 0px #222; /* Firefox */
	-webkit-box-shadow: 2px 2px 4px 0px #222; /* Safari and Chrome */
	box-shadow: 2px 2px 4px 0px #222;
	border:solid 1px #000;
}
div#nav	{
	height: 60px;
	width:900px;
	margin:0 auto;
		font-size:100%;
}
div#container {
	padding: 20px 20px 20px 20px;
	background-color:#eee;
	color: #444;
}
div#gcontainer {
	padding: 4px 10px 20px 10px;
	color: #eee;
	/*background-color:#0f1414;*/
}
div#content	{
	/*border-top:#ddd solid 1px;*/
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 4px 0px 10px 0px;
	text-align: center;
	font-size:80%;
}
div#footer a {
	color:#27D;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
p.hometitle	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-weight:normal;
	font-size:24px;
	line-height:1.1em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	text-align: center;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	color: #8c052c;
	font-weight:normal;
}
h3	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:20px;
	color: #395d5d;
	margin:20px 0px 0px 0px;
	padding:0;
}
h4	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:16pt;
	color: #8c052c;
	margin:0px 10px -8px 10px;
	font-style:italic;
	padding:0;
}
h5	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:14pt;
	color: #8c052c;
	margin:0px 8px -8px 8px;
	font-style:italic;
	padding:0;
}


#content .imageright, #content .imageleft, .imageshadowbox {
	-moz-box-shadow: 3px 3px 6px 0px #000; /* Firefox */
	-webkit-box-shadow: 3px 3px 6px 0px #000; /* Safari and Chrome */
	box-shadow: 3px 3px 6px 0px #000;
	border:solid 1px #000;
}
#content .imageright	{
	float:right;
	margin:0px 0px 10px 6px;
}
#content .imageleft	{
	float:left;
	margin:0px 10px 10px 0px;
}
#content .imageshadowbox	{
	margin:5px 2px 5px 2px;
}
#content div.floatclear	{
	clear:both;
}
.reditalic	{
	font-size: 12pt;
	font-weight: normal;
	font-style:italic;
	color: #8c052c;
	padding:0;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	/*overflow-x: auto;*/
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
.crpoint	{
	cursor:pointer;
}

/* Google Map container */
#map_canvas { width:900px; height: 680px; }

/* Event Popup */
div#eventpopup	{
	border: 4px #888 solid;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	display: none;
	position: fixed; 
	top: 1000px;
	left: 1000px; 
	width: 210px;
	min-height:100px;
	/*
	height: 230px;
	*/
	padding: 4px;
	background-color: #ffffff;
	z-index: 10;  
	text-align: center;
	font-size: 10px;
}
div#eventpopup	h2, div#eventpopup	h3, div#eventpopup	h4, div#eventpopup	p {
	margin: 5px 5px 5px 5px; 
}
div#eventpopup	h2	{
	font-size:16px;
	color:#800000;
}
div#eventpopup	h3	{
	font-size:14px;
}
div#eventpopup	h4	{
	font-size:12px;
	color:#000060;
	text-align:left;
}
div#eventpopup	p	{
	font-size:12px;
	line-height:1.1em;
	text-align:left;
}

/* Server, js messages */
#responsemessage	{
	color: #AA0000;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px;
}
#responsemessage	.errortext	{
	color: #AA0000;
}
#responsemessage	.successtext{
	color: #5a9292;
}
