/* @override http://beta.skylinechimneysweep.com/css/style.css */

/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

/* @group Global Resets */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

h1, h2, h3, h4, p {
	padding: 8pt 0;
}

h1, h2, h3, h4 {
	font-weight: bold;
	text-align: center;
}

/* @end */

/* @group Quick Styles */

.clear {
	clear: both;
}

.center {
	text-align: center !important;
	text-indent: 0 !important;
}

/* @end */

/* @group IE Hacks */

/* for Internet Explorer */
/*\*/
* html div#content {
height: 20em;
}
/**/

/* @end */

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #994741 url(../images/bg-bricks.gif) repeat fixed left top;
}

div#containcontainer {
	margin: 0 auto;
	width:  55em;
	padding-bottom: 4em;
}

div#container {
	margin: 0 auto;
	width: 52em;
	color: black;
	border-top-width: 1px;
}

/* @group Header Styles */

div#header {
	text-align: center;
	width: 52em;
	height: 150px;
	background: transparent url(/images/header-bg.gif) no-repeat center top;
}

div#headLeft {
	display: block;
	float: left;
	width: 24.9%;
	height: 150px;
}

div#headLeft img {
	float: left;
}

div#headCenter {
	float: left;
	display: block;
	width: 50%;
	height: 150px;
	background: transparent none repeat-x left top;
}

div#header img {
	background-color: transparent;
}

div#headRight {
	display: block;
	float: right;
	width: 25%;
	height: 150px;
}

div#headRight img {
	float: right;
}

/* @end */

/* @group Info Styles */

div#info {
	width: 52em;
	height: 40px;
	line-height: 40px;
	text-align: center;
	clear: both;
	margin-top: .5em;
	overflow: hidden;
	background: transparent url(/images/bg-info.gif) repeat-x center top;
}

div#info span {
	padding-right: .5em;
}

div#info a, div#info a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div#infoLeft {
	display: block;
	float: left;
	width: 5%;
	height: 40px;
	overflow: hidden;
	background: url(/images/bg-info-left.gif) no-repeat left top;
}

div#infoCenter {
	float: left;
	display: block;
	width: 90%;
	height: 40px;
}

div#infoRight {
	display: block;
	float: right;
	width: 4.9%;
	height: 40px;
	overflow: hidden;
	background: url(/images/bg-info-right.gif) no-repeat right top;
}

/* @end */

/* @group Navigation Styles */

div#navigation {
	width: 13em;
	float: left;
	overflow: hidden;
	margin-top: .5em;
}

div#navigation a {
	display: block;
	height: 2em;
	text-decoration: none;
	color: #FFF;
	clear: both;
	line-height: 2em;
	border: 3px solid #000;
	overflow: hidden;
	background: #94463C url(/images/bg-navi.gif) repeat-y left top;
	margin-bottom: .5em;
	font-weight: bold;
	text-indent: 1.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#navigation a.current {
	color: #000;
	background: #FFF1C4 url(/images/bg-navi-hover.gif) repeat-y left top;
}

div#navigation a:hover {
	color: #FFF000;
}

/* @end */

/* @group Content Styles */

div#content {
	color: black;
	width: 35.8em;
	min-height: 20em;
	float: right;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	border: 4px solid black;
	margin-left: .5em;
	margin-top: .5em;
	background: #FFF url(../images/bg-content.gif) repeat fixed left top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#content a, a:link, a:visited {
	color: #AA0000;
	text-decoration: underline;
}

div#content a:hover {
	color: navy;
}

div#content a:active {
	color: black;
}

div#content p {
	text-align: justify;
	line-height: 1.3em;
}

div#content p.quote {
	text-align: center !important;
	font-style: italic;
}

ul {
	margin: 1em 4em;
}

ul li {
	padding-bottom: .5em;
	list-style-type: disc;
	list-style-position: inside;
}

/* @end */

/* @group Footer Styles */

div#footerSpacer {
	width: 13.5em;
	height: 1em;
	float: left;
}

div#footer {
	text-align: center;
	width: 38.4em;
	margin-top: .5em;
	float: left;
	overflow: hidden;
	height: 40px;
	background: url(/images/bg-footer.gif) repeat-x center top;
}

div#footLeft {
	display: block;
	float: left;
	width: 10%;
	height: 40px;
	overflow: hidden;
	background: url(/images/bg-footer-left.gif) no-repeat left top;
}

div#footCenter {
	float: left;
	display: block;
	width: 80%;
	height: 40px;
	z-index: 2;
}

div#footRight {
	display: block;
	float: right;
	width: 9.9%;
	height: 40px;
	overflow: hidden;
	background: url(/images/bg-footer-right.gif) no-repeat right top;
}

div#footer p {
	text-align: center;
	font-size: .6em;
	display: block;
	margin-top: -2px;
}

/* @end */
