@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for Pride Home Inspection               */
/* Last Updated: 2008.08.07 by Stephen Davis                          */
/*--------------------------------------------------------------------*/

/* For Links styling - refer to links.css file------*/
/* For Form styling - refer to forms.css file-------*/
/* For Navigation styling - refer to nav.css file---*/



/* Base Reset.css to reset all default browser styles-----------------*/

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*--// end reset.css--------------------------------------------------*/

body {
	background: #2B386C url(../images/body_bg.jpg) repeat-x;
	body: 62.5%;
	color: #4D4D4D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* spans---------------------------------------*/

/* headers-------------------------------------*/
h1 {
	color: #203061;
	font-size: 1.5em;
	background: url(../images/main_head_line.png) bottom right no-repeat;
	padding-bottom: 10px;
}
h2 {
	color: #203061;
	font-size: 1em;
	font-weight: bold;
	background: url(../images/sidebar_line.png) bottom left no-repeat;
	padding: 12px 8px 4px;
}
h3 {
	color: #203061;
	font-size: 1.1em;
	padding: 2px 0 15px;
}
h4 {
	color: #203061;
}
h5 {
	color: #203061;
	padding: 15px 0 2px;
}

/* main layout IDs (framework)-----------------*/
#wrapper {
	width: 850px;
	height: auto;
	position: relative;
	margin: 0 auto;
	border: 1px solid #353434;
}
#header {
	background: #FFF url(../images/header_bg.jpg) no-repeat;
	position: relative;
	width: 850px;
	height: 157px;
}
#logo {
	width: 850px;
	height: 157px;
	margin-left: 5px;
}
#book {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 251px;
	height: 68px;
}
#content {
	background-color: #FFF;
	display: block;
	height: auto;
	overflow: auto;
	width: 850px;
}
#leftContent {
	background: #FFFFFF url(../images/sidebar_bgtop.jpg) top no-repeat;
	float: left;
	height: auto;
	width: 260px;
	margin-left: 5px;
}
#mainNav {
	padding: 5px;
	height: auto;
}
#login {
	background: #FFFFFF url(../images/sidebar_bgbtm.jpg) bottom no-repeat;
	padding: 5px;
	height: auto;
}
#nachi {
	padding-top: 20px;
}
#rightContent {
	background-color: #FFF;
	margin-left: 265px;
	height: auto;
}
#innerContent {
	background: #FFFFFF url(../images/maincontent_bgtop.jpg) top no-repeat;
	padding: 5px 20px 5px 30px;
	height: auto;
}
#homeContent {
	background: #FFFFFF url(../images/maincontent_bgtop.jpg) top no-repeat;
	padding: 5px 20px 5px 30px;
	height: auto;
}

#footer {
	background-color: #FFF;
	font-size: .6em;
	padding: 5px 20px;
	text-align: right;
	height: auto;
}

/* NACHI div----------------------------*/
#nachi a {
	display: block;
}
#nachi img {
	margin-left: 76px;
}

/* right content classes-----------------*/
#rightContent h1 {
	text-align: right;
	padding: 5px 10px;
}

#rightContent .blogPost {
	padding: 22px 0 10px;
	background: url(../images/main_content_line.png) bottom no-repeat;
	overflow: auto;
}

#rightContent .link {
	padding: 12px 0 8px;
	overflow: auto;
}

#rightContent p {
	color: #4D4D4D;
	font-size: .8em;
	padding: 4px 0;
}

#rightContent p a {text-decoration: underline;}

#rightContent p a.top {
	font-size: .8;
	margin-left: 30px;
}

#rightContent p.date {
	color: #888;
	font-size: .6em;
	padding: 5px 2px 0;
}

#rightContent ul {
	color:#222;
	font-size: .8em;
	list-style: square;
	margin: 5px 30px;
}

#rightContent ul ul {
	font-size: .9em;
	list-style: disc;
}

#rightContent ul ul ul {
	font-size: .9em;
	list-style: circle;
}

#rightContent ul a {
	text-decoration: underline;
}

#rightContent img {
	float: right;
	padding: 2px;
	margin: 4px;
	border: #B2B2B2 solid 1px;
}

#rightContent a p {color:#000000; font-weight: bold;}

#rightContent a.readMore {
	color: #646464;
	font-weight: bold;
	font-size: .7em;
	display: block;
	padding: 12px 0;
}

#innerContentCap {
	z-index: -1000;
	background: #FFFFFF url(../images/maincontent_bgbtm.jpg) top no-repeat;
	padding-bottom: 5px;
	/*background: #FF0000;*/
	height: 80px;
	/*margin-top: -40px;*/
}