/*
	Mike Hughes - EnergyHouseDigital.com
	
	CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; line-height:1em; font-family:inherit; text-align:left; vertical-align:baseline;}
a img, :link img, :visited img{border:0;}
table {border-collapse:collapse; border-spacing:0;}
ol, ul{list-style:none;}
q:before, q:after, blockquote:before, blockquote:after{content:"";}

html, body
{
	margin: 0;
	background: #fff url(/images/body_background.jpg) repeat-x 0 159px;
	height: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: bottom;
}

img
{
	padding: 0;
	margin: 0;
}

h3
{
	display: block;
	font-weight: bold;
	font-size: 13pt;
	border-bottom: 1px solid #cdbbd1;
	padding-top: 20px;
	margin-left: 17px;
	margin-right: 17px;
	color: #464646;
	line-height: 18px;
	text-align: left;
	padding-left: 4px;
}

h3.sub
{
	font-size: 10pt;
	width: 60%;
}

#nothing table
{
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 20px;
}

td, th
{
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

td.tdalt
{
	background-color: #f4f2f4;
}

th
{
	font-size: 10pt;
	font-weight: bold;
	background: #ddd2e1;
}


strong
{
	font-weight: bold;
}

h3
{
	color: #605ca8;
	font-size: 12pt;
	width: 100%;
	border-bottom: 1px solid #dbd9eb;
	margin-bottom: 12px;
	margin-left: 0;
}

a
{
	color: #605ca8;
}

a:hover{
	color: #921a1f;
}

p a
{
	text-decoration: none;
}


#navigation
{
	width: 100%;
	height: 50px;
	border-bottom: 9px solid #fff;
	background-color: #8781bd;
}

#navwrapper
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	padding: 0;
	padding-top: 22px;
}

#navwrapper img
{
	margin-bottom: 0;

}

.otherpage:hover
{
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

.currentpage:hover
{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}


#header
{
	width: 100%;
	height: 180px;
	text-align: center;
	background: url(/images/header_bg.jpg);
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin: 0;
	padding: 0;
}

#subline
{
	width: 100%;
	height: 9px;
	border-bottom: 1px solid #d5d5d5;
}

#container
{
	width: 905px;
	margin-left: auto;
	min-height: 70%;
	margin-right: auto;
	margin-top: 10px;
	line-height: 1.5;
}

#left, #leftfull
{
	float: left;
	width: 679px; 
	margin-left: auto;
	margin-right: 10px;
	text-align: justify;
	color: #464646;
}

	#left p, #leftfull p
	{
		text-align: justify;
		padding-left: 8px;
	}

	.homeleft
	{
		float: left;
		margin-top: 20px;
		padding: 5px;
		border: 1px solid #dbd9eb;
		margin-left: auto;
		margin-right: 10px;
	}
	
	.homeright
	{
		margin-top: 20px;
		float: right;
		padding: 5px;
		border: 1px solid #dbd9eb;
		margin-right: auto;
	}
	
#leftfull
{
	width: 869px;
}

#right
{
	float: right;
	width: 190px;
	margin-right: auto;
	padding-top: 15px;
}
	#right h3
	{
		font-size: 10pt;
	}
	
	#right ul
	{
		list-style-type: disc;
		color: #605ca8;
		margin-left: 20px;
	}
	
	#right li span
	{
		color: #464646;
	}
	
	.learnmore
	{
		width: 100%;
		text-align: right;
		margin-top: 8px;
		font-weight: bold;
		font-size: 9pt;
		margin-bottom: 30px;
	}

#wrapper
{
	height: 95%;
	width: 100%;
}

#footer
{
	height: 30px;
	width: 100%;
	background-color: #8781bd;
	vertical-align: middle;
	text-align: center;
	color: #565564;
	padding-top: 15px;
	font-size: 12px;
	line-height: 20px;
}

#footer a
{
	color: #565564;
	text-decoration: none;
}

#footer a:hover
{
	color: #EEE;
}


.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

form.cmxform fieldset {
	margin-bottom: 10px;
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	margin-bottom: 10px;
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	margin-left: 20px;
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.cmxform label {
	width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

.formerror
{
	color: #d364c1;
	margin-left: 130px;
}

/* table sorting stuff */

table thead td{
	font-weight:bold;
	cursor:pointer;
	font-size: 10pt;
	font-weight: bold;
	background: #ddd2e1;
}
.highlightedColumn{
	background-color:#e0ffda;
}

.highlightedColum thead
{
	color: #c0c0c0;
}

#fileList
{
	width: 105%;
	margin-left: -10px;
}

.about_bottom
{
	float: none;
	width: 100%;
	border: 0;
	vertical-align: top;
	margin-top: 20px;
	line-height: 1.3;
	text-align: justify;
}

.about_bottom img
{
	float: left;
	width: 117px;
	padding: 4px;
	margin-right: 30px;
	border: 1px solid #ecebf5;
}
	
.centre_bottom
{
	clear: right;
	margin-top: 50px;
	float: none;
	text-align: center;
}

.centre_bottom img
{
	float: none;
	border: 1px solid #ecebf5;
	padding: 3px;
	margin: 4px;
}

table
{
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 20px;
}

td, th
{
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

td.tdalt
{
	background-color: #f4f2f4;
}

th
{
	font-size: 10pt;
	font-weight: bold;
	background: #ddd2e1;
}

#sim-right
{
	float: right;
	width: 250px;
}

#sim-right img
{
	margin-bottom: 30px;
	padding: 6px;
	border: 1px solid #dbd9eb;
}

td>p { margin-left: 0; }

