/* 
  -----------------------------------
  Promising Sites
  www.promisingsites.com
  Purpose: Main Style Sheet
  -----------------------------------
*/

html, body	{
	/*background-color: #cccc99;*/
	font: 95% Arial, Verdana, "trebuchet MS", Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background-color: #787878;
}	

h1 { font-size: 1.75em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; } 

#shell {
	width: 800px;
	min-width: 700px;
	max-width: 1024px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
}


#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 75px;
	background-color: #131313;
	background-image: url(/images/header_bg.gif);
	width: 100%;	
}

#header #logo {
	background-color: #131313;
	color: #ffffff;
	margin: 0;
	padding: 15px;
	font: bold 20px arial;
	float: left;
}

#top_image {
	position: relative;
	height: 250px;
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 0px solid #000;
	width: 100%;	
}

#top_image_home {
	position: relative;
	height: 148px;
	background-color: #000;
	background-repeat: repeat-x;
	border-bottom: 0px solid #000;
	width: 100%;	
}



#menu {
	background-color: #131313;
	border-top: 1px solid #000;
	background-image: url(/images/menu/bg_off.gif);
	height: 30px;
	padding: 0px;
}

#main {
	background-color: #ffffff;
	padding: 10px;
	font: 1em arial, verdana;
	min-height: 400px;
}


#main #side {
	float: right;
	width: 200px;
	padding: 0px 5px 5px 5px;
	background-color: #ffffff;
}

#main p {
	margin: 0px 0px 10px 15px;
}

#side #side1 {
	position: relative;
	margin-bottom: 10px;
	padding: 5px; 
	background-color: #9b9898;
}

#side #side2 {
	position: relative;
	margin-bottom: 10px;
	padding: 5px; 
	background-color: #c4bfbf;
}

#side .head, #side .head {
	color: #676666;
	font: bold 1.25em "arial narrow", arial, verdana;
	margin-bottom: 4px;
}

#side1 p, #side2 p {
	font: normal .9em arial, verdana;
}

#footer {
 	height:45px; 
  	background-color: #131313;
	color: #676666; 
	padding: 10px;
	text-align: center;
 	clear:both;
	font-size: .8em;
}

#footer a:link, #footer a:visited, #footer a:active {
background-color: #131313;
background-repeat: no-repeat;
background-position: 0% 50%;
color: #676666;
text-decoration: none;
font-weight: bold;
}

#footer a:hover {
	color: #ffffff;
}


#disclaimer {
	font-size: .75em;
	text-align: center;
	background-color: #fff;
	color: #787878;  
	height: 15px;
	padding: 5px;
 
}

bio_img {
	float: right;
}

.indent15 {
	margin-left: 15px
}

.indent25 {
	margin-left: 25px
}

.small {
	font-size: .85em;
}

.red {
	color: #990000;
}

.blue {
	color: #1E6AC0;
}

.heavy {
	font-weight: bold;
}

.download {
	width: 700px;
	margin: 0 0 10px 20px;
	border: 1px solid #999;
	vertical-align: top;
	background-color: #fff;
}

.download h3 {
	background-color: #ddd;
	font: bolder 12px Arial, Verdana, Helvetica;
	border-bottom: 1px solid #999; 
	padding:3px;
	margin-top: 0px;
}

.download p {
	padding-left: 5px;
	font-size: 12px;
}

.download p h4 {
	font-weight: bold;
}

#main a:link, a:active, a:visited {
	color: #000;
}

#main a:hover {
	color: #1E6AC0;
	text-decoration: none;
}


.event {
	width: 200px;
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid #999;
	vertical-align: top;
	background-color: #fff;
	min-height: 300px;
}

.event h3 {
	background-color: #ddd;
	font: bolder 12px Arial, Verdana, Helvetica;
	border-bottom: 1px solid #999; 
	padding:3px;
	margin-top: 0px;
}

.event p {
	font-size: 12px;
}

.hcal_title {
	font: bolder 11px Arial, Verdana, Helvetica;
}

div.hcal_info {
	font: normal 10px Arial, Verdana, Helvetica;
	padding-left: 5px;
}