/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100% !important; /* needed for container min-height */
	background-image: url(../images/background.gif);
	font-family: 'Helvetica Neue','trebuchet ms',helvetica,arial,verdana,sans-serif;
	font-size:14px;
	line-height: 21px;
	color:#000;
	text-align:center;
}

a { 
	color:#000;
}



p { 
	margin:0;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:989px;
	background: url(../images/page-background.png) repeat-y;
	border: 0px yellow solid;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	
}

div#fill {
	position:absolute;
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	text-align: center;
	background: #e4e4e4 url(../images/page.png);
	top: 0px;
	left: 44px;
	height:auto !important; /* real browsers */
	height:100% !important; /* IE6: treated as min-height*/
	min-height:100% !important; /* real browsers */
}

#IE6 div#fill {
	
	padding-bottom: 10000px;
}


div#picture {
	position: absolute;
	background: url(../images/picture-background.png) no-repeat;
	width: 926px;
	height: 324px;
	left: 31px;
	padding-top: 9px;
	display: block;
}

#IE6 div#picture {
	left: -10px;
	}



body>#container #nav { /* non IE browsers */
	position: relative;
	z-index: 99999999999;
	width:900px;
	text-align: left;
	height: 140px;
	padding-left: 30px;

	}


div#nav {
position: relative;
	z-index: 99999999999;
	width:900px;
	text-align: left;
	height: 140px;
	left: -14px;
	}
	
#IE6 div#nav {
position: relative;
	left: 4px;
	}	
	

div#powerspace-logo {
	position: relative;
	left: 39px;
	top: 24px;
	}
	
div#vornado-logo {
	position: relative;
	float: right;
	top: -76px;
	left: -28px;
	}
	
body>#container #vornado-logo { /* non IE browsers */
	left: -20px;
	}

	
div#menu-items {
	position: absolute;
	text-align: right;
	right: 0px;
	padding-right: 7px;
	top: 95px;
	}
	
div#menu-items a {
	text-decoration: none;
	position: relative;
	z-index: 99999999999;
}

div#menu-items a:hover {
	color: #fd0e0e;
}


#menu-items ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#menu-items ul li {
	margin-left: 0;
	padding: 3px 12px;
	border-left: 1px solid #fd0e0e;
	list-style: none;
	display: inline;
	font-size: 16px;
}
	
#menu-items ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

div#toprule {
	position:absolute;
	padding:0;
	border-top: 2px solid #fd0e0e;
	width: 900px;
	z-index: 100;
	left: 44px;
}

div#header p {
		margin:0;
	}

#IE6 div#content { /* for IE6  */
	z-index: 1;
	position:relative;
	padding:0 14px 40px; /* bottom padding for footer */
	left: -3px;
	display: block;
}

div#content { /* for every other browser  */
	z-index: 1;
	position:relative;
	padding:0 14px 40px; /* bottom padding for footer */
}


#content-wrapper { /* for every other browser  */
	width: 900px;
	margin:0 auto;
	position: relative;
	top: -8px;
	}
.home #content-wrapper {
	margin-top: 324px;
}
	
#IE6 #content-wrapper { /* for every other browser  */
	width: 944px;
	}




div#content p {
		padding:0;
	}

div#left {
	width: 336px;
	float: left;
	margin-left: 26px;
	text-align: left;

}

div#left .rules {
 border-top: 4px double #bfbfbf;
 border-bottom: 1px solid #bfbfbf;
 padding: 14px;
}

div#left .rules2 {
 border-top: 4px double #bfbfbf;
 border-bottom: 1px solid #bfbfbf;
 padding: 14px;
 margin-top: 40px
}


H1 {
	margin: 0;
	padding: 0;
	font-family: 'Bembo',times,serif;
	font-size: 21px;
	}

H2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: 'Bembo',times,serif;
	font-size: 15px;
	color: #6d6d6d;
	font-weight: normal;
	}

 div#right .rules {
 border-top: 4px double #bfbfbf;
 border-bottom: 1px solid #bfbfbf;
 padding: 14px 24px; /* right column has extra padding on the left and right to match comp */
}

 div#right .rules2 {
 border-top: 4px double #bfbfbf;
 border-bottom: 1px solid #bfbfbf;
 padding: 14px 24px; /* right column has extra padding on the left and right to match comp */
 margin-top: 40px;
}

 div#right .rules3 {
 border-bottom: 1px solid #bfbfbf;
 padding: 14px 24px; /* right column has extra padding on the left and right to match comp */
 margin-top: 40px;
}


div#right {
	width: 471px;
	float: left;
	margin-left: 40px;
	text-align: left;
}

div#footer {
	position:absolute;
	left: 0;
	width:900px;
	bottom:0; /* stick to bottom */
	background:#000 url(../images/bottom-rule.gif);
	height: 14px;
	margin-left: 44px;
	margin-bottom: 0;
	padding: 0;
}

div#footer-text {
	position: relative;
	top: -8px;
	}
	
#IE6 div#footer-text {
	top: -11px;
	}	

#main-active {
	color: #fd0e0e;
	text-decoration: none;
}


div#right img, div#right p {
	padding: 12px 29px 0 24px;	
}

div#left img, div#left p {
	padding: 12px 14px 0 14px;
	font-size: 16px;
}


div#right ul {
	padding: 0px 29px 0 24px;	
}


#right li {
	margin-left: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	list-style: none;
	background: url(../images/bullet-small.gif) no-repeat scroll 0px 8px;
}

#IE6 #right li {
	margin-left: -40px;

}



div#left-drop {
	width:62px;
	background: url(../images/drop-left.png);
	position: relative;
	left: -62px;
}

div#image-gallery {
padding: 10px 14px 0 24px;

}

#image-gallery img {
padding: 2px !important;
margin: 0 6px 4px 0 !important ;
border: #636363 1px solid;
}

div#footer p {
		padding:1em;
		margin:0;
	}
	
ul.list2 	{
padding-left: 0px;
}
	
.list2 li {
	list-style: none;
	padding-left: 20px; 
	background: url(../images/bullet.gif) no-repeat scroll 16px 6px;
	color: #000;
	padding-left: 38px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bfbfbf;
	margin-right: 60px;
	}
	
	
.list2 li {
	list-style: none;
	padding-left: 20px; 
	background: url(../images/bullet.gif) no-repeat scroll 16px 6px;
	color: #000;
	padding-left: 38px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bfbfbf;
	margin-right: 60px;
	}
	
	
.list2 li a {	
		text-decoration: none;
		}

.list2 li a:hover {	
		text-decoration: underline;
		}

.list2 li.parent {
	border-bottom: 0px solid #bfbfbf;
	margin-bottom: 0px;
	padding-bottom: 4px;
	}	

.list2 li.last {
	border-bottom: 0px solid #bfbfbf;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}	

.list2 li.subnav {
	background: url(../images/bullet-subnav.gif) no-repeat scroll 38px 6px;
	padding-left: 54px;
	font-size: 12px;
	border-bottom: 0px solid #bfbfbf;
	margin-bottom: 0px;
	padding-bottom: 4px;
	}
	
.list2 li.subnav-last {
	background: url(../images/bullet-subnav.gif) no-repeat scroll 38px 6px;
	background-position-y: 6px;
	background-position-x: 38px;
	padding-left: 54px;
	font-size: 12px;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 5px;
	}
	
div#right p img {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	}	
	
/*	FOOTER
	-------------------------------------------------- */
	#globalFooter {
		background-color:#CCCCCC;
		font-size: 0.917em;  /* 11px */
		color: #666666;
		text-align:left;
		position:absolute;
	left: 0;
	width:900px;
	bottom:15; /* stick to bottom */
	height: 200px;
	margin-left: 50px;
	margin-bottom: 0;
	padding: 0;
}
	
	ul#footer_links {
		list-style: none;
		width: 100%;
		margin: 0 0 8px 0;
		padding: 0;
		float: left;
		display: block;
	}
	
	ul#footer_links li {
		float: left;
		padding: 0 6px;
		border-left: 1px solid #999999;
	}
		ul#footer_links li.first {
			border: none;
			padding-left: 0;
		}
	ul#footer_links li a {
		color: #666666;
		text-decoration: none;
	}
	ul#footer_links li a:hover {
		text-decoration: underline;
	}
	
	div.copyright_note {
		display: block;
		clear: both;
	}

	
	div#main div#inside div.top10 {
	  margin-bottom:10px;
	}
/* - Quick Links in Footer - */

#globalFooter {
		background-color:#CCCCCC;
		font-size: 0.917em;  /* 11px */
		color: #666666;
		text-align:left;
		position:relative;
	left: -1px;
        top: -3px;
	width:900px;
	bottom:15; /* stick to bottom */
	height: 200px;
	margin: auto;
	margin-bottom: 0;
	padding: 0;
}



div#globalFooter h1 {
  margin:0;
  padding:5px 0 15px 0;
  font-size:1.2em;
}
div#globalFooter div.footerquicklinks {
  float:left;
  width:250px;
  min-height:150px;
  padding:0 10px 0 10px;
  margin:0 10px 0 0;
}
div#globalFooter div.last {
  border:none;
  margin-right:0;
  padding-right:0;
  width:250px;
}
div#globalFooter div.footerquicklinks h3 {
  margin:0;
  padding:5px 0 15px 0;
  font-size:1.2em;
}
div#globalFooter div.footerquicklinks ul {
  margin:0;
  padding:0 0 15px 0;
}
div#globalFooter div.footerquicklinks ul li {
  margin:0;
  padding:0 0 2px 0;
  list-style:none;
}
div#globalFooter div.last ul li {
  padding:0;
}
div#globalFooter div.footerquicklinks a {
  color:#666;
  text-decoration:none;
}
div#globalFooter div.footerquicklinks a:hover {
  text-decoration:underline;
}
