/* 
Description: Monument Inspection Services stylesheet.
Version: 1.0
Released: 06/10/08
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	background: #65655A url(../images/bg_header.gif) repeat-x 0 0;
	color: black;
	font:75%/1.6 Arial, Helvetica, sans-serif;/* Sets default size to 12pt */
	text-align: center;
	position: relative;
	min-width: 901px;
	margin: 0;
}
	
		
body * {
	font-size: 100%;
}
	
#header {
	height: 105px;
	position: relative;
/* DAMON: Set a really high z-index for the header div so the positioning 
context of the logo will be higher than content_main. */
	z-index: 2000;
}

#home #content_main {
	background: #B6171C;
	height: 13.6em;
	padding: 12px 0 5px 0;
/* DAMON: Made content_main position:relative so I could set a z-index for it.
Z-index doesn't really work unless the element is position:relative or absolute. */
	position:relative;
	z-index: 10;
}



#home #content_secondary {
	background: #F4F1EA;
	border-bottom: 1px solid #3f3e3a;
	position: relative;

}

#footer {
	background: #65655A;
	border-bottom: 1px solid #b2b2ad;
	display: none;  /* temp turn off footer section */
}

#site_info {
	background: #65655a;
	position: relative;
}

#header, #content_main_container, #content_secondary_container, #footer_container, #site_info, #content_container, .secondary #nav {
  width: 901px; 
  margin: 0 auto; 
  text-align: left;
}

.secondary #content_main_container {
	width: 648px;
	float: left;
	margin: 17px 0 40px 0;
}

.secondary #content_secondary_container {
	width: 202px;
	float: right;
	margin: 20px 0 15px 0;	
}

.secondary #body{
	background: url(../images/bg_body_secondary.png) repeat-y 50% 0;
	border-bottom: 1px solid #3f3e3a;
	overflow: hidden;
}

#home #content_secondary, #footer {
	overflow:hidden;
	clear:both;
}

/* =TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

HTML {
	font-size: 100%;
}

h2, h3 {
	color: #65655a;
	font-family: georgia, serif;
}

h2{
	font-size: 1.833em;
	margin-bottom: 15px;
	border-bottom: 1px solid #CDCABF;
}

h3{
	font-size: 1.5em;
	margin-bottom: 4px;
}

h4{
	font-weight: bold;
	color: #f4f1ea;
}

#content_main_container p {
	margin-bottom: 13px;
}

#content_main_container li {
	list-style-type: square;
	margin: 0 0 8px 35px;
}

#site_info p {
	font: 0.916em/1.3 Verdana, sans-serif;
	color: #f4f1ea;
	padding: 10px 0 35px 0;
}

/* =NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1000;
}

#nav li {
	position: relative;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	margin-right: 20px;
	text-indent: -9999px;
	float: left;


}

#nav li a {
	display: block;
	height: 20px;
	line-height: 20px;
}

#nav li a:hover {
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	left: -9999px;
	top: 25px;
	border-bottom: 1px solid #CDCABF;
	
}

#home #nav li ul {
	position: relative;
	top: 5px;
	z-index: 1000;
}

#home #nav li {
	height: 25px;
}

#nav li:hover ul, #nav li.hover ul {
	left: 0;
}

#nav li ul li {
	position: relative;
	display: block;
	background: #FFF;
	border: 1px solid #CDCABF;
	border-bottom: none;
	margin: 0;
	text-indent: 10px;
	float: none;
}

#nav li ul li a {
	height: 25px;
	line-height: 25px;
	position: relative;
}

#nav li ul li a:hover {
	background: #F4F1EA;
}

#nav_about {
	background-position: 0 11px;
	width: 66px;
}

#nav_about:hover, #nav_about.hover {
	background-position: 0 -38px;
}

#nav_services {
	background-position: -80px 11px;
	width: 64px;
}

#nav_services:hover, #nav_services.hover {
	background-position: -80px -38px;
}

#nav_clients {
	background-position: -262px 11px;
	width: 56px;
}

#nav_clients:hover, #nav_clients.hover {
	background-position: -262px -38px;
}

#nav_news {
	background-position: -333px 11px;
	width: 93px;
}

#nav_news ul {
	width: 110px;
}

#nav_news:hover, #nav_news.hover {
	background-position: -333px -38px;
}

#nav_careers {
	background-position: -440px 11px;
	width: 61px;
}

#nav_careers:hover, #nav_careers.hover {
	background-position: -440px -38px;
}

#nav_contact {
	background-position: -515px 11px;
	width: 62px;
}

#nav_contact:hover, #nav_contact.hover {
	background-position: -515px -38px;
}



/* =Secondary--  -  */

.secondary #nav_container {
	background: #B6171C;
	height: 30px;
	position: relative;
}

.secondary #nav {
	position: relative;
	top: 0px;
	left: 0px;
}

.secondary #nav li {
	margin-right: 1px;
	height: 30px;
}

.secondary #nav li ul {
	top: 30px;
}

.secondary #nav li ul li {
	height: 25px;
}

.secondary #nav_about {
	background: url(../images/nav_content.gif) 0 10px no-repeat;
	width: 97px;
}

.secondary #nav_about:hover, .secondary #nav_about.hover {
	background: url(../images/nav_content.gif) 0 -46px no-repeat;
}

.secondary #nav_services {
	background: url(../images/nav_content.gif) -97px 10px no-repeat;
	width: 99px;
}

.secondary #nav_services:hover, .secondary #nav_services.hover {
	background: url(../images/nav_content.gif) -97px -46px no-repeat;
}

.secondary #nav_clients {
	background: url(../images/nav_content.gif) -195px 10px no-repeat;
	width: 88px;
}

.secondary #nav_clients:hover, .secondary #nav_clients.hover {
	background: url(../images/nav_content.gif) -195px -46px no-repeat;
}

.secondary #nav_news {
	background: url(../images/nav_content.gif) -283px 10px no-repeat;
	width: 128px;
}

.secondary #nav_news ul {
	width: 128px;
}

.secondary #nav_news:hover, .secondary #nav_news.hover {
	background: url(../images/nav_content.gif) -283px -46px no-repeat;
}

.secondary #nav_careers {
	background: url(../images/nav_content.gif) -410px 10px no-repeat;
	width: 95px;
}

.secondary #nav_careers:hover, .secondary #nav_careers.hover {
	background: url(../images/nav_content.gif) -410px -46px no-repeat;
}

.secondary #nav_contact {
	background: url(../images/nav_content.gif) -506px 10px no-repeat;
	width: 92px;
}

.secondary #nav_contact:hover, .secondary #nav_contact.hover {
	background: url(../images/nav_content.gif) -506px -46px no-repeat;
}




/* = Current page highlight */
#about_us a#nav_about {
	background-position: 0 -46px;
}

#services a#nav_services {
	background-position: -96px -46px;
}
 
#clients a#nav_clients {
	background-position: -195px -46px;
}

#news a#nav_news {
	background-position: -283px -46px;
}

.press_releases a#nav_news {
	background-position: -333px -46px;
}

#careers a#nav_careers {
	background-position: -410px -46px;
}

#contact a#nav_contact {
	background-position: -506px -46px;
}



/* =LINKS- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.action_link {
	text-align: left;
	margin-top: 8px;
}

p.action_link a {
  	margin-bottom: 20px;
	padding-right: 17px;
	background: url(../images/bg_arrow.png) no-repeat 100% 4px ;
}

p.action_link a:hover {
	background: url(../images/bg_arrow.png) no-repeat 100% 4px ;
}

a:link, a:visited {
	color:#B6171C;
	text-decoration: none;
}

a:hover{
	color:#B6171C;
	text-decoration: underline;
}

.feature h3 a:link, .feature h3 a:visited {
	color: #65655a;
}

.feature h3 a:hover {
	color: #B6171C;
}

#footer a:link, #footer a:visited {
	color: #f1eee2;
}
#footer a:hover {
	color: #bd0001;
}	


/* =HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header h1, #home #header p {
	text-indent: -9999px;
/* DAMON: The position:absolute actually needs to be put on the h1, not the <a>. */
	position: absolute;
	top: 33px;
	left: 0px;
}

#logo a {
	display: block;
	background: url(../images/logo.png) no-repeat 0 0;
	width: 243px;
	height: 43px;
}


.secondary #header p {
	background: url(../images/bg_header_images.jpg) no-repeat 0 0;
	width: 627px;
	height: 105px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	right: 0px;
}


#monument_logo {
	display:none;
}



/* =HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#home h2 {
	padding-top: 11px;
	border: none;
	font-size: 1.5em;
	line-height: 1.5;
}

#home #content_main_container #flash {
	position: relative;
/* DAMON: Now that content_main is position:relative, this image needs to 
be given a negative top margin to move it into position. */
	margin: -30px 0;
	float: right;
	z-index: 9;
}


#home #content_main_container h2, #home #content_main_container p {
	color: #FFF;
	width: 550px;
	margin: 0 20px 5px 0;
	padding: 0;
	float: left;
	clear: left;
}

#home #content_main_container h2 {
	margin-top: 25px;
}

#home #content_main_container {
	position: relative;
}


#home #content_main_container p.action_link {
	text-align: right;
}

#home #content_main_container p.action_link a {
	color: white;
	padding-right: 17px;
	background: url(../images/bg_arrow_white.gif) no-repeat 100% 4px ;
}

.feature, .footer_feature {
	width: 200px;
	float: left;
	padding: 20px 24px 20px 0;
}
.feature {
	line-height: 1.4;
}

.last {
	margin-right: 0;
}

.feature li {
	list-style-type: square;
	margin: 0 0 5px 16px;
}

.feature img {
	float: left;
	padding: 2px 8px 2px 0;
}

.footer_feature {
	padding-bottom: 20px;
	color: #f1eee2;
}

.footer_feature li {
	margin: 2px 0 2px 0;
}

.left {
	float: left;
}


/* =SECONDARY */
.secondary .feature {
	padding: 0 0 17px 0;
}
.secondary img.left {
	margin: 3px 10px 3px 0;
}

#news #contact {
	width:200px;
	float: right;
	background: #E0DFDD;
	border: 1px solid #CDCABF;
	padding: 15px;
	margin: 0 0 10px 15px;
}
#news #contact p{
	line-height: 1.4;
}

#contact p.last {
	margin-bottom: 0;
}

#contact input, #contact textarea {
	margin-bottom: 15px;
}

#contact textarea {
	width: 400px;
	font-size: 135%;
}


.secondary p.previous_link{
	color:#B6171C;
	text-decoration: none;
}
.secondary p.previous_link:hover{
	text-decoration: underline;
	cursor: pointer;
}

#newsletter_signup dt {
	margin-top: 5px;
}

#newsletter_signup dd {
	margin-bottom: 5px;
}

.body_image_left {
	float: left;
	margin: 4px 10px 0 0;
}

.body_image_right {
	float: right;
	margin: 4px 0 0 15px;
}

.fine_print {
	font-size: 90%;
}

blockquote {
	background: #E0DFDD;
	border: 1px solid #CDCABF;
	padding: 15px;
	float: right;
	width: 200px;
}
	

/* =SITE INFO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#site_info {
	padding: 20px 0;
	text-align: left;
}

#site_info ul {
	margin: 0 0 0 0;
	font: 0.916em Verdana, sans-serif;
}

	#site_info ul li {
		padding: 0px 14px 0 0;
		display:inline;
	}

#site_info a:link, #site_info a:visited {
	color: #f4f1ea;
	text-decoration: underline;
}

#site_info a:hover {
	text-decoration: none;
}

#site_info .credentials {
	float: right;
}

	#site_info .credentials .bbb,
	#site_info .credentials .chamber {
		float: right;
		margin-left: 10px;
	}
	
	#site_info a {
		color: #FFF !important;
	}
	
#site_info .nav {
	float: left;
	width: 65%;
}

#site_info .copyright {
	float: left;
	clear: left;
	width: 65%;
}