* { /* Universal Selector (selects all XHTML elements) */
margin: 0; /* strips out default spacing donw with margins */
padding: 0; /* strips out default spacing donw with padding */
}


body{
  font-family:"Helvetica Neue","HelveticaNeue",Arial,Helvetica,Geneva,sans-serif;
  background: url(../_images/mark-group-cool-summer-bkg.jpg) top left fixed;
  font-size:75%;
  color: #333;
}



/* ------------------- general elements ------------------- */

a{
  color: #2d83d5;
  text-decoration: underline;
}

a:hover{
  color: #2d83d5;
  text-decoration: none;
}

img {
  border: 0;
}

* html img, .askmarknav {
	behavior: url(../_css/iepngfix.htc);
}

.imgright {
float: right;
padding: 3px;
border: 1px solid #999;
background: #fff;
margin: 0px 0px 10px 10px;
}

.imgleft {
float: left;
padding: 3px;
border: 1px solid #999;
background: #fff;
margin: 0px 10px 10px 0px;
}
.imgcontent {
padding: 3px;
border: 1px solid #999;
background: #fff;
margin: 10px 0px;
}

p{
  line-height: 140%;
  margin: .4em 0 1em;
}

small {
 font-size: 86%; 
}

.right {
text-align: right;
float: right;
margin-bottom:20px;
display:inline;
}

/* ------------------- lists ------------------- */

#content ul, ol {
  margin: .4em 0 1em;
  line-height: 150%;
}

#content ul li, ol li{
 list-style-position:outside;
 margin-left: 2em;
}

blockquote {
  margin: 10px 65px 10px 10px;
  padding: 20px 20px 10px 10px;
  font-style: italic;
  color: #939494;
}

blockquote p {
  padding: 8px;
  margin: 2px;
  border: 1px dotted #939494;
}


/* ------------------- headings ------------------- */



h1{
  font-family: Arial,Helvetica,sans-serif;
  color: #6C9A76;
  font-size: 200%;
  font-weight: normal;
  margin: .5em 0 .5em;
  letter-spacing: -0.04em;
}


h2{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 140%;
  font-weight: normal;
  margin: .5em 0 .5em;
  letter-spacing:-0.03em;
}


h3{

  font-family: Arial,Helvetica,sans-serif;
  font-size: 130%;
  font-weight: bold;
  margin: .3em 0 0em;
  letter-spacing: -0.05em;
  color: #053259;
}


h4{

  font-family: Arial,Helvetica,sans-serif;
  font-size: 115%;
  font-weight: normal;
  margin: .5em 0 .2em;
  text-transform: uppercase;
  font-style: italic;
}


h6{

  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: .4em 0 0em;
}

	
	
/* ---------------------------- STRUCTURE ---------------------------- */

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 900px;
	border: none;
	padding:0px;
}

* html #wrapper {
	width:908px;
}

#top {
	width: 100%;
	height: 33px;
	background-color: #053259; /* dark blue */
}

#logo {
	float: left;
	width: 250px;
	height: 100px;
	margin: 0px 0px 10px 0px;
}

#navigation {
	margin: 10px 0px;
}

* html #navigation {
	margin-right:8px;
}

#content {
	min-height: 675px;
    font-family: Arial,Helvetica,sans-serif;
	float: left;
	width: 580px; /* width of transparent content area */
	margin: 0px 0px 0px 0px; /* buffers content box up against wrapper's edge */
	padding: 20px; /* adds padding to content so text sits nicely inside */
	border:0px solid white; /*  for IE */ 
	background-image:url('../_images/content_back.png');
}

* html #content, #content_admin {
	height:675px;
}

#content_admin {
	min-height: 640px;
    font-family: Arial,Helvetica,sans-serif;
	float: left;
	width: 850px; /* width of transparent content area */
	margin: 0px 8px 0 0; /* buffers content box up against wrapper's edge */
	padding: 20px; /* adds paading to content so text sits nicely inside*/
	/*background-image:url('../_images/content_back.png');*/
	background-color:white;
	border:1px solid white; /*  for IE */ 
}

#sidebar {
	float: right;
	width: 270px;
	margin: 0px; /* buffers content box up against wrapper's edge */
	padding: 0px; /* adds paading to content so text sits nicely inside*/ 
}

#footer {
	padding: 7px 10px 22px 15px;
	background: #053259;
	width:875px;
	margin:10px 0px 20px 0px;
}

* html #footer {
	padding:12px 10px 12px 15px;
}

.clear {
	clear: both;
}

/* ---------------------------- TOP NAV ---------------------------- */

.top-text {
    color: #ffffff;
	margin: auto;
	padding: 10px 0px 0 0px;
	width: 900px;
	text-align:right;
}

/* ---------------------------- MENU ---------------------------- */

#menu {
	float: right;
	text-align: left;
	margin: 35px 0px 0px 0px;
}

.askmarknav {
	background: url(../_images/nav-askmark.png) no-repeat;
	width: 74px;
}

.sf-menu a.askmarknav {
	background: url(../_images/nav-askmark.png) no-repeat;
	padding-left: 2em;
	text-decoration: none;
}

.sf-menu a:hover.askmarknav {
	background: url(../_images/nav-askmark-over.png) no-repeat;
	padding-left: 2em;
	text-decoration: none;
}

/* ---------------------------- SIDEBAR ---------------------------- */


#sidebar ul {
	width: 270px;
	margin: 0px 0px 0px 0px;
}

#sidebar ul li {
	list-style: none;
	margin: 0px;
	display: block;
}
.button {
	margin: 0px;
	padding: 0px;
}

#button_rebate { 
	background: url('../_images/sidebar-tips-rebate.png') no-repeat top left;
		margin: 0px;
	padding: 0px;
}

#button_energy { 
	background: url('../_images/sidebar-tips-energy.png') no-repeat top left;
		margin: 0px;
	padding: 0px;
}

#button_calculators { 
	background: url('../_images/sidebar-tips-calculators.png') no-repeat top left;
}

/* ----------------------------CONTENT ---------------------------- */

p.alert {
	color:red;
}

hr {
    color: #fff; 
	background-color: none; 
	border: 1px dotted #333;
	border-style: none none dotted; 
    margin: 4px 20px 15px 0px;
}

#content td {
	text-align:left;
	padding:4px;
}


#footer p {
    font-size: 1em;
	color: #FFFFFF;
	margin: 10px 0;
}

#footer a {
    font-size: 1em;
	color: #f6f6f6;
	text-decoration: none;
}

#footer a:hover {
    font-size: 1em;
	color: #ffffff;
	text-decoration:underline;
} 
#footer h2 {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

/* ---------------------------- FOOTER NAV ---------------------------- */

.footercredit {
	float: left;
	color: #ffffff;
}

.footernav {
	float:right;
}

.footernav ul li {
	display: inline;
	list-style: none;
	text-align: right;
	padding: 0px 12px 0px 12px;
	border-left: 1px solid #f6f6f6;
	margin:0px;
}

#preload {
	display:none;
}

/*--------------------HOME------------------*/


#home { 
    font-family: Arial,Helvetica,sans-serif;
	float: left;
	width: 900px; /* width of transparent content area */
	margin: 0px 0px 120px 0px; /* buffers content box up against wrapper's edge */
	padding: 0px; /* adds padding to content so text sits nicely inside*/
	z-index:45;
}

.ceiling a {
	float: right;
	background:url('/_images/markgroup-home-insulation.jpg') top left;
	height: 370px;
	width: 450px;
	text-decoration: none;
	text-indent: -10000px;
	outline: none;
}

.ceiling a:hover, .solar a:hover {
	background-position: 0px -370px;
	outline: none;
}

.solar a {
	float: left;
	background:url('/_images/markgroup-home-solar.jpg') top left;
	height: 370px;
	width: 450px;
	text-decoration: none;
	text-indent: -10000px;
	outline: none;
}

.panel-1 a {
	float: left;
	background:url('/_images/markgroup-home-panel-1.jpg') top left;
	height: 154px;
	width: 300px;
	text-decoration: none;
	text-indent: -10000px;
	outline: none;
	margin-top: 12px;
}
.panel-2 a {
	float: left;
	background:url('/_images/markgroup-home-panel-2.jpg') top left;
	height: 154px;
	width: 300px;
	text-decoration: none;
	text-indent: -10000px;
	outline: none;
	margin-top: 12px;
}
.panel-3 a {
	float: left;
	background:url('/_images/markgroup-home-panel-3.jpg') top left;
	height: 154px;
	width: 300px;
	text-decoration: none;
	text-indent: -10000px;
	outline: none;
	margin-top: 12px;
}

.panel-1 a:hover, .panel-2 a:hover, .panel-3 a:hover {
	background-position: 0px -154px;
	outline: none;
}

/* ---------------------------- ADMIN STUFF ---------------------------- */

#edit_form {
	position:absolute;
	margin:90px 0px 0px 140px;
	display:none;
	width:620px;
	height:500px;
	padding:0px 15px 15px 15px;
	color:#333333;
	background-color:white;
	border:1px solid #669900;
	z-index:2;
}

.edit_form_close {
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}

#enquiry_detail {
	position:absolute;
	margin:0px 0px 0px 170px;
	display:none;
	width:620px;
	min-height:400px;
	padding:0px 15px 15px 15px;
	color:#333333;
	background-color:white;
	border:1px solid #669900;
	z-index:2;
}

/* ---------------------------- FORMS STUFF ---------------------------- */

.textField {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#872b2a;
	width:350px;
	background-color:#ffffff;
	border: 1px solid #808080;
	margin:6px 0px 6px 0px;
}

.textField:focus {
	background-color:#ffffcc;
	border: 1px solid #333333;
}

.textFieldCaptcha {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#872b2a;
	width:90px;
	background-color:#ffffff;
	border: 1px solid #808080;
	margin:6px 0px 6px 0px;
}

.textFieldCaptcha:focus {
	background-color:#ffffcc;
	border: 1px solid #333333;
}

.textArea {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#872b2a;
	width:350px;
	height:100px;
	background-color:#ffffff;
	border: 1px solid #808080;
	margin:6px 0px 6px 0px;
}

.textArea:focus {
	background-color:#ffffcc;
	border: 1px solid #333333;
}

.area_long {
	border: 1px solid #000;
	width:580px;
	height:380px;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding:10px;
}

#summary_table, #enquiry_table {
	border:2px solid #3968b6;
	padding:4px;
	border-collapse:collapse;
	width:100%;
}

#summary_table th {
	font-weight:bold;
	color:white;
	background-color:#3968b6;
	border:1px solid #999999;
	padding:3px 5px 3px 5px;
}

#summary_table .odd_row {
}

#summary_table .odd_row:hover, #summary_table .even_row:hover {
	background-color:#ffff99;
	color:#000000;
	cursor:pointer;
}

#summary_table .even_row, #enquiry_table .even_row {
	background-color:#e7e8ea;
}

#summary_table td, #enquiry_table td {
	border:1px solid #999999;
	padding:3px 5px 3px 5px;
}

#enquiry_table tr {
	cursor:default;
}