/* 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Dominion Station HOA
Version 1; 04-01-2006
Heavily commented version available at /stylecommented.css
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/
/* site wide selectors */
* {
	margin: 0;
	padding: 0;
	}
:focus {
	outline: 0; 
	}
html {
	background: #ebdfc3 url(images/dsbackground.jpg) repeat-x top left;
	min-height: 100%; margin-bottom: 1px; 
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; 
	color: #333; 
	line-height: 1.4em; 
	text-align: center; 
	}
/* xxx   page layout   xxx*/
#container { 
  	margin: 0 auto; 
	text-align: left; 
  	width: 98%; 
	max-width: 1100px; 
	min-width: 750px; 
  	background: #fff url(images/columns.gif) repeat-y 70% 0; 
	border-left: 1px solid #c96; 
	border-right: 1px solid #c96;
	} 
#header { 
	position: relative;
	}
#page-title {
	position: absolute;
	margin-top: 3px;
	top: 0;
	left: 0;
	z-index: 2; 
	background: url(images/titleback.gif) no-repeat right bottom; 
	}
#headimage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 110px;
	border-top: 10px solid #900;
	background: #900 url(images/chouse.jpg) no-repeat 50% 50%;
	text-indent: -5000px; 
	}
#volumenumber {
	position: absolute;
	margin-top: 83px;
	left: 55%;
	z-index: 3; 
	color: #fff;
	font-size: 120%;
	}
body#amenities #headimage {
	background: #900 url(images/amenitiesheader.jpg) no-repeat 50% 50%;
	}
body#about #headimage {
	background: #900 url(images/aboutheader.jpg) no-repeat 50% 50%;
	}
body#rules #headimage {
	background: #900 url(images/rulesheader.jpg) no-repeat 50% 50%;
	}
body#faqs #headimage {
	background: #900 url(images/faqsheader.jpg) no-repeat 50% 50%;
	}
body#newsletter #headimage {
	background: #900 url(images/newspaperheader.jpg) no-repeat 50% 50%;
	}
#gnav { 
	margin-top: 120px; /* top border of 7 + image height of 110 */
	float: left;
	width: 100%;
	font-size: 95%;
	list-style: none;
	border-top: 1px solid #600;
	background: #c96 url(images/navgrad.gif) repeat-x bottom left;
	}
#main-content {
	float: left;
	width: 70%;
	}
#sec-content { 
	float: right;
	width: 30%;
	}
#main-content div {
	padding: 10px 20px 10px 30px;
	}
#sec-content div  {
	padding: 10px 20px 10px 20px;
	}
#footer { 
	clear: both;
	width: 100%;
	text-align: center;
	line-height: 1em;
	font-size: 80%;
	color: #600;
	border-bottom: 2px solid #900;
	background: #fff url(images/line.gif) no-repeat center top; /* for line at the top */
	}
/* xxx   font sizes and other various tags   xxx*/
body#accessibility #header h1, body#home #header h1, body#extrastuff #header h1, body#news #header h1 {
	padding: 0 5px 0 8px;
	margin: 0;
	font-size: 160%;
	}
#header h1 {
	padding: 0 7px 7px 8px;
	margin: 0;
	font-size: 140%;
	}
#header a:link, #header a:visited, #header a:hover, #header a:focus, #header a:active, #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
	}
#header p {
	padding: 0 0 4px 10px;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	}
#tagline h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	padding: 5px 10px 10px 10px;
	text-align: center;
	color: #930;
	}
#tagline {
	clear: both;
	border-top: 1px solid #930;
		/*border-top: 3px solid #fc9;*/

	background: #ffc url(images/line.gif) no-repeat bottom center; 
	}
h1 {
	font-size: 130%;
	text-align: left;
	}
h2 { 
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	text-align: left;
	color: #930;
	}
h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	text-align: left;
	color: #900;
	margin-bottom: 0;
	}
hr {
	border: none;
 	background-color: #fcc;
  	color: #fcc;
	margin: 5px;
  	height: 1px;
	}
p {
	font-size: 100%;
	margin: 1em 0 1em 0;
	}
abbr {
	border-bottom: 1px dotted;
	cursor: help;
	}
body#accessibility dt {
	font-weight: bold;
	}
body#accessibility dd {
	margin-left: 20px;
	margin-bottom: 10px;
	}
body#faqs dt {
	color: #900;
	}
body#faqs dd {
	margin-left: 20px;
	margin-bottom: 10px;
	}
body#home #main-content dt {
	color: #600;
	font-size: 110%;
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	background: #fff url(images/resourcebackdt.gif) no-repeat 0 0;
	}
body#home #main-content dd {
	padding: 10px 10px 10px 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	background: #fff url(images/resourcebackdd.gif) no-repeat 0 0;
	}
#main-content dl.resourcelinks a:link, #main-content dl.resourcelinks a:visited {
	padding: 0 0 2px 14px;
	color: #900;
	background: url(images/resourcearrow.gif) no-repeat 0.1em 50%;
	border-bottom: none;
	}
#main-content dl.resourcelinks a:hover, #main-content dl.resourcelinks a:focus, #main-content dl.resourcelinks a:active {
	border: 1px solid #900;
	padding: 0 4px 0 14px;
	color: #fff;
	text-decoration: none;
	background: #c60 url(images/resourcearrowwhite.gif) no-repeat 0.1em 50%;
	}
table {
	margin-bottom: 10px;
	}
.firststory {
	margin-top: 10px;
	}
.newsdate {
	font-size: 80%;
	color: #666;
	font-style: italic;
	line-height: normal;
	margin-top: 0;
	}
.indent {
	margin-left: 10px;
	}
.standout {
	color: #930;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 90%;
	}
.underline {
	text-decoration: underline;
	}
.download {
	background: url(images/downloadicon.gif) no-repeat 0.1em 0.4em;
	padding-left: 15px;
	}
body#resolutions .download {
	background: url(images/downloadicon.gif) no-repeat 0 50%;
	padding-left: 15px;
	margin-top: -12px;
	}
.linkarrow {
	background: url(images/linkarrow.gif) no-repeat 0 50%;
	padding-left: 15px;
	}
.date {
	background: #fc9 url(images/dateback.gif) no-repeat top left;
	padding: 0 0 0 7px;
	font-size: 85%;
	color: #930;
	font-weight: bold;
	float: left;
	width: 1.6em;
	clear: both;
	}
.event {
	float: left;
	width: 80%;
	margin-left: 0.4em;
	}
.back {
	font-size: 80%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
	}
.newsphoto {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	}
.newsphotoright {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	}
sup {
	font-size: 70%;
	}
.h2gradient {
	margin-bottom: 15px;
	margin-left: -30px;
	padding: 4px 2px 3px 17px;
	color: #930;
	background: url(images/h2gradientback.gif) no-repeat top left;
	}
/* xxx report page styling xxx */
textarea {
	overflow: auto;
	}
.warning {
	color: #f00;
	}
textarea:focus, input:focus {
	border: 2px solid #003;
	background-color: #fafadd;
	}

/* xxx   lists   xxx */
#main-content ul {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style: none;
	}
#main-content ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	}
#main-content ul.listtriangle {
	list-style-image: url(images/trianglebulletright.gif);
	margin-left: 30px;
	}
#main-content ul.bullets {
	list-style-type: disc;
	margin-left: 30px;
	}
body#rules #main-content li {
	margin-bottom: 10px;
	}
/* xxx   links style coloring   xxx */
#main-content a:link {
	color: #009;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}
#main-content a:visited {
	color: purple;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}
#main-content a:hover, #main-content a:focus, #main-content a:active {
	color: #fff;
	background-color: #009;
	border-bottom: none;
	text-decoration: none;
	}
#sec-content dl {
	margin-top: 5px;
	margin-bottom: 15px;
	}
#sec-content dt {
	margin: 7px 15px 5px -3px;
	padding-left: 4px;
	color: #930;
	font-weight: bold;
	background: url(images/SecContentDtBack.jpg) repeat-x 0 0;
	clear: both;
	}
#sec-content dt.noline {
	background: none;
	}
#sec-content dd{
	color: #930;
	margin-bottom: 5px;
	}
#sec-content h2 {
	border-top: 1px solid #c96;
	text-align: left;
	margin-left: -20px;
	padding: 8px 0 10px 20px;
	background: url(images/h2seccontentback.gif) no-repeat top left;
	}
#sec-content img {
	display: block;
	margin: 10px auto;
	}
/* for adding additonal images to sec-content headings...for possible future use */
/*#sec-content h2 .inner {
	padding: 1px 5px 0 5px;
	background: url(images/xxx.gif) repeat-x top left;
	}
#sec-content h2 .outer {
	padding-bottom: 4px;
	background: url(images/xxx.gif) repeat-x bottom left;
	}
/* xxx   tables   xxx */	
#officehours caption {
	text-align: left;
	font-weight: bold;
	}
#officehours th {
	display: none;
	}
td {
	padding: 0 5px;
	}
/* xxx   footer styles   xxx */
#footer p.topspace {
	padding-top: 15px;
	}
/* xxx   global nav styling   xxx*/
#gnav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#gnav #n-home {
	padding-left: 10px;
	}
#gnav a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 1px 9px 3px 9px;
	border-right: 1px solid #600;
	}
#gnav #n-home a {
	border-left: 1px solid #600;
	}
#gnav a:link, #gnav a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	}
#gnav a:hover, #gnav a:focus, #gnav a:active {
    background-color: #600;
    border-top: 1px solid #ffc;
    border-bottom: 2px solid #ffc;
    color: #ffc;
    padding: 0 9px;	
    }
/* xxx   "you are here" style for global nav   xxx*/
body#home #n-home a, body#about #n-about a, body#rules #n-rules a, body#resolutions #n-rules a, body#faqs #n-faqs a, body#news #n-news a, body#contacts #n-contacts a, body#newsletter #n-newsletter a, body#amenities #n-amenities a, body#events #n-events a {
	font-size: 90%;
	background-color: #fff;
	color: #900;
	font-weight: bold;
	}
body#home #n-home a {
	border: solid #fff;
	border-width: 1px 2px 3px 2px;
	background: #600;
	padding-bottom: 0;
	color: #fff;
	padding-top: 1px;
	}
/* xxx   secondary content nav styling   xxx*/
#sec-content ul {
	margin-bottom: 15px;
	}
#sec-content li {
	margin: 0;
	padding: 0;
	color: #900;
	list-style: none;
	}
#sec-content a {
	display: block;
	text-decoration: none;
	padding: 1px 1px 3px 10px;
	background: url(images/arrowright.gif) no-repeat 0.1em 0.45em;
	}
#sec-content .downloadicon a {
	padding: 1px 1px 3px 15px;
	background: url(images/downloadicon.gif) no-repeat 0.1em 0.4em;
	}
#sec-content  a.wxunderground {
	padding-left: 0;
	margin-left: -15px;
	background: none;
	padding-bottom: 10px;
	}
#sec-content a:link, #sec-content a:visited {
	display: block;
	text-decoration: none;
	color: #930;
	}
#sec-content a:hover, #sec-content a:focus, #sec-content a:active {
	color: #fff;
	background-color: #c60;
	background-image: none;
	}   
/* xxx   "you are here" style for secondary nav   xxx*/
#currentlink a:link, #currentlink a:visited, #currentlink a:hover, #currentlink a:active {
	margin-left: -20px;
	border: 1px solid #c60;
	border-left: 1px solid #fff;
	padding: 0 0 2px 14px;
	color: #900;	
	background: #fff url(images/trianglebullet.gif) no-repeat 0.1em 50%;
	} 
/* xxx   footer links style   xxx*/
#footer a {
	padding: 1px;
	text-decoration: none;
	}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #600;
	}
#footer a:hover, #footer a:focus, #footer a:active {
	background-color: #600;
	color: #fff;
	}
/* xxx   accessibility links at top   xxx*/
#access {
	position: absolute;
	margin-top: -6px;
	top: 0;
	left: 0;
	z-index: 3;
	text-align: right;
	width: 98%;
	}
#access a:link, #access a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	background-color: #900;
	font-size: 80%;
	}	
#access a:hover, #access a:focus, #access a:active {
	background-color: #fff;
	color: #900;
	}
/* xxx   "you are here" style for accessibility page   xxx*/
body#accessibility #clink {
	padding: 0 2px;
	border: 2px solid #fff;
	background-color: #600;
	color: #fff;
	}
/* xxx   for photos   xxx*/
#main-content img.photo {
	display: block;
	margin: 20px auto;
	}
#main-content img.divider {
	display: block;
	margin: 15px auto;
	}
#sec-content img.photo {
	display: block;
	margin: 20px auto;
	}
#main-content img.photo {
	padding: 5px;
	border: 1px solid #666;
	}
/* Lightbox CSS - from http://www.lokeshdhakar.com/projects/lightbox2/ */
/*              Lokesh rocks			 							*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }