html, body  {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/*
 * The "height" above is a hack for IE5+/Win.  Below we 

adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}
/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin:0px;
	padding:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	background:#10131c;
	font-size: small;
	line-height:130%;
	font-style:normal;
	font-weight:normal;
	color: #fff;
}

p {
	border: 0;
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height : 130%
}

a:link {
	color: #2e2f2e;
	text-decoration: none;
}
a:visited {
	color: #b5ff00;
	text-decoration: none;
}
a:hover {
	color: #a46227;
	text-decoration: underline;
}

#keyboardshortcuts {position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

#contents {
	margin: 15px auto 15px auto;
	padding:0px;
	width:920px;
	border: solid thin #1b1e26;
	background-color:#ffffff;
}

/* banner box */

#banner {
	float:left;
	width:100%;
	background:#9fcd31;
	background-image: url('http://www.heidicool.com/images/greenheader3.jpg');
	padding: 0px;
	margin: 0px;
	height: 115px;
	border: 0;
	display: table;
	text-align:right;
}
 

#banner #sitetitle {
	float:left;
	height:115px;
	width:460px;
	display: table-cell;
	vertical-align: top;
	text-align:left;
}


#banner #sectiontitle {
float:left;
	height:115px;
	width:460px;
	display: table-cell;
	vertical-align: bottom;
	text-align:right;
}

#banner h1 {font-size:2em;
	color:#000000;
	line-height:100%;
	padding:20px 0px 4px 26px;
	margin:0;
	letter-spacing:1px;
}

#banner h1 a, #banner h1 a:visited {
	color:#000000;
	text-decoration:none;
}
#banner h1 a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#banner h2 {font-size:1.8em;
	font-weight:normal;
	color:#ffffff;
	line-height:100%;
	padding:60px 25px 4px 0px;
	margin:0;
	letter-spacing:0px;
}

#banner h2 a, #banner h2 a:visited {
	color:#ffffff;
	text-decoration:none;
}
#banner h2 a:hover {
	color:#000000;
	text-decoration:underline;
}

#banner #sitetitle h3 {
	color:#ffffff;
	font-size:.9em;
	font-weight:bold;
	line-height:130%;
	padding:0px 0px 0px 26px;
	margin:0;
	letter-spacing:1px;
}


#banner #sitetitle h3 .bigger {font-size:1.3em;
}

#banner #sectiontitle h3 {
	color:#000000;
	font-size:.9em;
	font-weight:bold;
	line-height:100%;
	padding:0px 25px 0px 0px;
	margin:0;
}



/* horizontal navigation recurring on each page */

#mainnavigation {
	height:30px;
	float:left;
	clear:both;
	width: 100%;
	background-color:#000000;
	padding:0;
	margin:0;
	text-align:left;
}
#mainnavigation ul {
	position: relative;
	margin-top:-8px;
	padding:0px 0px 0px 25px;
}
#mainnavigation ul li {
	display:inline;
	width:200px;
	text-align:center;
	padding:10px;
	color:#ffffff;
	background-color:#000000;
	border: 1px solid #b5ff00;
}
#mainnavigation ul li.selected {
	display:inline;
	width:200px;
	text-align:center;
	padding:10px;
	color:#ffffff;
	background-color:#23262d;
	border: 1px solid #b5ff00;
}


#mainnavigation a:link, #mainnavigation a:visited {
	color:#ffffff;
	text-decoration:none;
}

#mainnavigation a:hover {
	color:#b5ff00;
	text-decoration:underline;
}

#mainnavigation ul li.selected a:link, #mainnavigation ul li.selected a:visited  {
	color:#b5ff00;
	text-decoration:none;
}

 


/* container box for main content and sidebar */

#midbox {
	clear:both;
	float:left;
	width:920px;
	height:auto; min-height:450px;
	padding: 15px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
}
 

/* sidebar for sectional menus */


#sidebar {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 200px;
	height: 100%;
	border-right: 1px solid #90b92c;
	background-color: transparent;
}
#sidebar h4 {
	font-size: small;
	font-weight:bold;
	color: #b5ff00;
	padding: 0px 10px 4px 25px;
	margin:0px;
	text-decoration: none;
}
#sidebar a:link {
	color: #fff;
	text-decoration: none;
}
#sidebar a:visited {
	color: #f2f2f2;
	text-decoration: none;
}
#sidebar a:hover {
	color: #b5ff00;
	text-decoration: underline;
}
#sidebar h4 a:link {
	color: #b5ff00;
	text-decoration: none;
}
#sidebar h4 a:visited {
	color: #b5ff00;
	text-decoration: none;
}
#sidebar h4 a:hover {
	color: #b5ff00;
	text-decoration: underline;
}
#sidebar ul {
	padding: 0px 0px 18px 25px;
	margin: 0px 0px 0px 0px;
}
#sidebar li {
	color: #5C6871;
	padding: 0px 3px 3px 0px;
	text-decoration: none;
	list-style-type: none;
}
#sidebar #searchdiv {
	width: 200px;
	padding-bottom: 18px;
	padding-top: 0px;
	padding-left:24px;
}

#sidebar p {
	padding:0px 0px 18px 25px;
}

#cse-search-box	{padding: 0px 10px 20px 25px;}
#cse-search-box #searchsite {width: 156px; margin-bottom:4px;}

/* main text area */
 

#maincontent {
	float:left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 670px;
}
#maincontent h3 {
	border: 0;
	margin: 0;
	color: #b5ff00;
	font-size: 1.8em;
	line-height:120%;
	padding: 0px 0px 10px 0px;
	clear:both;
}
#maincontent h4 {
	border: 0;
	margin: 0;
	padding: 0;
	color: #b5ff00;
	font-size: 1.5em;
	line-height:120%;
	padding: 0px 0px 10px 0px;
}
#maincontent h5 {
	border: 0;
	margin: 0;
	padding: 0;
	color: black;
	font-size: 1.2em;
	line-height:120%;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
}
#maincontent h6 {
	border: 0;
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 1.1em;
	line-height:120%;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
#maincontent ul {
	margin: 0;
	padding: 0px 5px 8px 26px;
}
#maincontent ol {
	margin: 0;
	padding: 0px 5px 8px 30px;
}
#maincontent ul li {
	list-style-type: square;
	margin: 0;
	padding: 0px 0px 2px 0px;
}
#maincontent ol li {
	margin: 0;
	padding: 0px 0px 2px 0px;
}
dl {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
dt {
	font-weight:bold;
}
dd {
	margin: 0px;
	padding: 5px 0px 8px 15px;
}


p.thumb {float:left; margin:0; padding: 0px 15px 15px 0px;}


/* image floats */

#maincontent p.photoright {
	float: right;
	padding:2px  0px 8px 10px;
	font-size:90%;
	color: #59731b;
	font-style:italic;
	margin: 0px;
}
#maincontent p.photoright #myFlashContent {
	margin:0;
	padding:0;
}
#maincontent .callouts {
	float: right;
	padding:2px  0px 8px 10px;
	width:210px;
	margin: 0px;
}
#maincontent p.photoright200 {
	float: right;
	padding:2px  0px 8px 10px;
	font-size:90%;
	color: #59731b;
	font-style:italic;
	margin: 0px;
	width:200px;
}
#maincontent p.photoright220 {
	float: right;
	padding:2px  0px 8px 10px;
	font-size:90%;
	color: #59731b;
	font-style:italic;
	margin: 0px;
	width:220px;
}


#maincontent p.photoleft {
	float: left;
	padding:0px 10px  0px 0px;
	font-size:70%;
	color: #93a530;
	font-style:italic;
	margin: 0px;
}
.photoright {
	float: right;
	padding:2px  0px 8px 10px;
	font-size:90%;
	color: #59731b;
	font-style:italic;
	margin: 0px;
}
#maincontent p.photoleft {
	float: left;
	padding:2px 10px  8px 0px;
	font-size:90%;
	color: #93a530;
	font-style:italic;
	margin: 0px;
}
 
 
#maincontent p.photocenter {
	text-align:center;
}

#view, #content, #flash_content, #flash_movie {
	height: 100%;
}
 
 
.strike {
	text-decoration: line-through;
}
 

#flashcontent {
		height: 100%;
	}
	 

/* footer */


#footer {height:35px;
	clear:both;
	position: relative;
	bottom: 0px;
	margin:0;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	background-image: url('http://www.heidicool.com/images/blackfooter.jpg');
	overflow:hidden;
}
#footer ul {
	color: #ffffff;
	margin: 0;
	padding: 11px 3px 6px 25px;
}
#footer ul li {
	display: inline;
	padding : 0;
	margin: 0;
}
#footer ul li a {
	color: #ffffff;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #59731b;
	text-decoration: underline;
}

img.quantcast {display: none;border: none; height:1px;  width:1px;}

/* general extra styles */


.bold {
	font-weight:bold;
}
.italic {
	font-style:italic
}
img {
	border: 0;
}



.right {
	float: right;
	text-align: right;
}
 


/* Form Styles */

#maincontent ul.warning { color: #a2276f; padding:0; margin:0;}

#maincontent ul.warning li { color: #a2276f; font-weight: bold; font-style:italic; list-style-type:none; padding:0px 0px 10px 0px; margin:0;}


fieldset {width: 600px; 
		border:none; 
		padding: 0px 0px 0px 0px; margin: 0px;
		text-align:left;  
      }
	  
	  
form div {clear: both; padding: 0px 0px 4px 0px; }
	  
.name, .email {float:left; text-align:left; padding: 0px 0px 10px 0px; }

.message {text-align:left; padding: 0px 0px 4px 0px; }
	  
	  
legend {font-weight: bold;
		padding: 0 5px;
       }
     

.name label, .email label {width: 52px;
		float: left;
		text-align: left;
		padding-right: 10px;
      }
	  
.message label {width: 400px;
		text-align: left;
		padding-right: 10px;
      }

#cfsubmit {padding: 0px 10px 10px 10px;}

.name input, .email input, textarea, input#searchsite {border:1px solid #90b92c;}	
	
 
