/* @override _css/site.css -- http://www.searchlightinspections.com/_css/site.css */

/* Global Elements */

body {
	font: 62.5%/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 0;
	background-color: #999999;
	color: #666666;
}

p {
	font-size: 1.1em;
}

#siteContainer {
	width: 728px;
	text-align: left;
	margin: 22px auto 0;
}

.clearFloat {
	clear: both;
	line-height: 0;
	height: 0;
}

a, a:link, a:visited {
	color: #00529b;
}


a:hover {
	text-decoration: underline;
}

#pageBodyTop a:link, #pageBodyTop a:visited, #pageBodyBottom a:link, #pageBodyBottom a:link {
	text-decoration: none;
}

#pageBodyTop a:hover, #pageBodyBottom a:hover {
	text-decoration: underline;
}


h1, h2, h2 a:link, h2 a:visited {
	color: #00529b;
	margin: 0;
}

h1{
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 0 0 25px;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
}

h2 a:hover {
	text-decoration: none;
}

#logoHome {
	text-indent: -9999px;
	display: block;
	width: 289px;
	height: 53px;
	position: absolute;
	top: 15px;
	left: 8px;
}

#header {
	background: url(../img/headerBG.png) no-repeat;
	height: 75px;
	position: relative;
}

#header a#reqButton {
	width: 162px;
	height: 28px;
	display: block;
	text-indent: -999px;
	position: absolute;
	right: 36px;
	top: 30px;
	background-image: url(../img/requestInspection.jpg);
	overflow: hidden;
}

#homepageContent, #content {
	background: url(../img/middleTable.png) repeat-y;
	width: 728px;
	padding-left: 6px;
	padding-right: 6px;
	float: left;
}

#content {
	position: relative;
}

#leftColumn {
	float: left;
	width: 128px;
	padding-left: 24px;
}

#rightColumn {
	width: 565px;
	float: right;
	margin-right: 11px;
}

/* MAIN NAV */
#leftColumn h2 {
	/*margin-left: 31px;*/
	letter-spacing: 1.3px;
	font-size: 1.2em;
	margin-top: 14px;
}

ul#nav {
	width: 110px;
	padding: 0;
	text-shadow: #000000 0 0 0;
	list-style-type: none;
	line-height: 1.4em;
	margin: 12px 0 0;
}

ul#nav li {
	margin-bottom: 1.2em;
}

ul#nav li a:link, ul#nav li a:visited{
	background: url(../img/bullet_orange.png) no-repeat 0 5px;
	text-decoration: none;
	color: #333333;
	font-size: 1.0em;
	text-transform: uppercase;
	display: block;
	padding-left: 10px;
}

ul#nav li a:hover {
	background: url(../img/bullet_blue.png) no-repeat 0 5px;
	color: #00529b;
}

#itaLogo {
	background: url(../img/ita_logo.png) no-repeat;
	width: 90px;
	height: 62px;
	display: block;
	text-indent:-9999px;
	margin-top: 16px;
}

a#creiaLogo {
	background: url(../img/creia_logo.png) no-repeat;
	display: block;
	width: 90px;
	height: 62px;
	text-indent:-9999px;
}

#certifiedTxt {
	background: url(../img/certified_inspector.png) no-repeat;
	width: 90px;
	height: 52px;
	display:block;
	text-indent:-9999px;
	margin: 0;
}

/*
#certifiedLogos {
	background-image: url(../img/certifiedLogos.png);
	width: 90px;
	height: 169px;
	margin-bottom: 6px;
	margin-top: 16px;
}
*/

#rightColumn {
}

/* PAGE HEAD */
#homepageContent #pageHead {
	background: url(../img/pageHeadBox.png) no-repeat 0 bottom;
	width: 525px;
	height: 188px;
	margin-bottom: 4px;
	padding-left: 13px;
}

#content #pageHead {
	background: url(../img/bottomBgSeperator.png) no-repeat 0 bottom;
	margin-bottom: 4px;
	padding-left: 12px;
	height: 117px;
}

/* PAGE BODY */
#homepageContent #pageBody {
	background: url(../img/topBgSeperator.png) no-repeat;
	padding-left: 13px;
	width: 552px;
	padding-top: 15px;
}

#content #pageBodyTop h1 {
	background: url(../img/bullet_blue.png) no-repeat 0 7px;
	padding-left: 12px;
}

#pageBodyTop, #pageBodyBottom, #footerText {
	width: 552px;
	padding-left: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 6px;
	position: relative;
}

#pageBodyBottom {
	padding-bottom: 6;
}

#pageBodyTop .top, #pageBodyBottom .top {
	width: 525px;
	height: 148px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/big_seperator_top.png) no-repeat;
	z-index: 2;
}

#pageBodyTop .middle, #pageBodyBottom .middle {
	z-index: 3;
	position: relative;
	/*min-height: 120px;
	height: auto !important;*/
}

#pageBodyTop .middle {
	min-height: 100px;
	height: auto !important;
}

#pageBodyTop .bottom, #pageBodyBottom .bottom {
	background: url(../img/big_seperator_bottom.png) no-repeat;
	width: 525px;
	height: 148px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#pageBody p, #pageBodyTop p {
	width: 450px;
	margin-bottom: 12px;
	line-height: 1.4em;
	margin-top: 0;
}

#pictureList p {
	width: 340px;
	margin-top: 0;
}

#textList p {
	margin-top: 0px;
	width: 450px;
}

#pictureList img {
	border: 1px solid #85888a;
}

#pictureList h1, #textList h1 {
	color: #333333;
	margin-bottom: 4px;
	font-size: 1.3em;
}

.listContainer{
	margin-bottom: 14px;
}

.imageLeft {
	float: left;
	margin-right: 10px;
}

.textRight {
	float: left;
}

#pageBodyBottom .middle h2 {
	margin-left: 380px;
}

#pageBodyBottom .middle h2 a:link, #pageBodyBottom .middle h2 a:visited {
	text-decoration: none;
}

#pageBodyBottom .middle h2 a:hover {
	text-decoration: underline;
}

/* FOOTER */
#footerText {
	background: url(../img/topBgSeperator.png) no-repeat;
	margin-bottom: 20px;
	z-index: 3;
	/*position: absolute;
	bottom: 0;
	margin-top: 10px;*/
}

#footer {
	height: 30px;
	background: url(../img/footerBG.png) no-repeat;
	clear: both;
}