/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

body {
	background-color: #303030;
	font: 62.5%/1.5 Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	border-top-color: #303030;
	border-top-width: 50px;
	border-top-style: solid;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 890px;
	background-color: #fff;
	background: url(../images/background-body.jpg) repeat;
}


#content {
	width: 848px;
	float:right;
	
}

#branding_main {
	background: url(../images/flames-top-logo.jpg) no-repeat;
	background-position-x: 30px;
	background-position-y: 10px;
	background-color: #fff;
}

#branding-logo {
	background: url(../images/heating-logo.jpg) no-repeat top right;

}

#mainContent {
	width: 450px;
	float: left;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

#secondaryContent {
	width: 354px;
	float: right;
	background: url(../images/background-right.jpg) right repeat-y;
	border-bottom: solid 2px #fff;	
}

#branding_sub {
	background-color: #000;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(images/logo-black.gif);
}

#branding_sub_logo {
	float:left;
	width: 220px;
	padding-left: 5px;

}

#branding_sub p {
	line-height: normal;
	font-size: 1em;
	color: #fff;
	margin: 0;
	padding-top: 6px; 
}

#branding_sub p.blue {
	color: #4B87CC;
}

#branding_sub a {
	text-decoration: none;
	color: inherit;
}

.footer-logo {
	margin-right: 5px;
}


.branding-tel {
	position: 30px;
	font-size: 2em;   
	left: 425px;    
	top: 110px;               
	position: relative;
	color: #000066;
}

#navigation {
	padding-top: 120px;
	padding-left: 35px;
	height: 30px;
}

#navigation ul {
	margin: 0;
	padding: 0;	
}

#navigation ul li {
	font-size: 1em;
	float: left;
	padding-right: 3.8em;
	padding-left: 3.8em;
	border-left: 1px solid #000066;	
}

#navigation ul li.first {
	padding-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}


#navigation ul li a {
	font-size: 1.6em;
	color: #000066;
	margin: 0;
	text-decoration: none;
	
}


#navigation ul li a:hover {
	color: #999;
}

.clear_both {
clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

h1 {
	color: #003366;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.8em;
}

p {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing:0.1em;	
}

.content-list {
	margin-bottom: 2.5em;
}


.content-list li {
	background: url(../images/cn-divider.gif) no-repeat	0 50%;
	padding-left: 30px;
	line-height: 1.5em;
	letter-spacing:0.1em;
	font-size: 1.2em;
	margin-bottom: 0.6em;
}

.vcard {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

/* Form */

fieldset {
	margin-left: 0px;
	margin-bottom: 1em;
	margin-right: 0px;
	margin-top: 1em;
	padding: 1em;
	border: 1px solid #ccc;
}

legend {
	line-height: 1.5em;
	letter-spacing:0.1em;
	font-size: 1.2em;
	margin-bottom: 0.7em;
	margin-top: 0.7em;

}

input:focus, textarea:focus {
	background: #ffc;
}

label {
		display: inline-block;
	line-height: 1.8;
	vertical-align: top;

	
	line-height: 1.5em;
	letter-spacing:0.1em;
	font-size: 1.2em;	
}
fieldset ol {
	margin: 0;
	padding: 0;
	}
	
fieldset li {
	padding: 5px;
	margin: 0;
	}


fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
fieldset fieldset label {
	display: block;
	width: auto;
	}




textarea {
	width: 20em;

}

label { width: 120px; } /* Width of labels */
fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */
