﻿/* -- Main layout styles -- */
@media screen
{
body{
	background-color: #000000;  
	margin: 0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#container{	
	padding: 10px 0px 0px 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 90%;
	color: #000000;
	}
/* -- Header layout/display styles -- */
#header{
	width: 100%;
	height: 129px;
	background: url(../images/hdr3.jpg) no-repeat;
	}
/* -- Content layout/display styles -- */
#content{
	float: left;
	width: 100%;
	padding: 1em 0 1em 0;
	background: #54604D;
	}
#contentLeft{
	float: left;
	width: 24%;
	margin: 0em;
	padding: 0em;
	background: #D7CAA1 url(../images/laurellogoSmall.jpg) no-repeat bottom right;
	}
#contentLeft p{
	font-size: .5em;
	}
#contentRight{
	float: right;
	width: 74%;
	background: #D7CAA1 url(../images/laurellogo.jpg) no-repeat bottom right;
	}
#contentRight p.center{
	margin: 0 auto;
	width: 500px;
	}
#contentRight div.center{
	margin: 0 auto;
	width: 500px;
	}
#contentRight ul{
	font-weight: bold;
	/* font-size: 0.8em; */
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-image: url(../images/li_bullet.gif);
	}
#contentRight ul li{
	font-weight: normal;
	}
#content p{  
	margin: 1.2em 1.2em 2em 1.2em;
	font-size: 0.8em;
	line-height: 1.8em;
	}
#content a{
	text-decoration: none;
	color: #CC2C2C;
	border-bottom: 1px solid #AAA;
	}
#content a:hover{
	border-bottom: 1px solid #EEEEEE;
	}
.sectionTitle, .subSubsectionTitle{
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 1em;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #000000;
	border-bottom: 1px solid #AAAAAA;    
	}
.subHeader{
	border: 0px;
	}
/* -- Content left site links (large plus icon) -- */
#content a.menuItem{
	display: block;
	padding: 5px 0 5px 27px;
	background: url(../images/icn_column.gif) no-repeat center left;
	border: 0px;
	}
#content a:hover.menuItem{ 
	color: #CC2C2C;
	background-color: #9EB483;
	border: 0px;
	/* padding-left: 15px; */
	}
#content div#hideMap{
	display:none;
	}
/* -- Footer layout/display styles -- */
#footer{
	clear: both;
	display: block;
	width: 100%;
	font-size: 0.6em;
	text-transform: none;
	color: #000000;
	background: #54604D url(../images/hdr1.jpg) repeat-y top left;
	}
#footer span{
	color: #000000;
	}
#footer a{
	color: #54604D;
	}
#footer a:hover{
	color: #666666;
	}
/* -- Display formatting styles -- */
img, img a{
	border: none;
	text-decoration: none;
	}
.strikeThrough{
	text-decoration: line-through;
	}
.acronym{
	cursor: help;
	border-bottom: 1px dotted #AAA;
	}
.redText{
	color: #CC2C2C;
	}
.vanilla{
	text-decoration: none;
	}
ol{
	list-style-type: decimal;
	}
ol ol{
	list-style-type: lower-latin;
	}
ol ol ol{
	list-style-type: lower-roman;
	}
/* -- Image alignment classes -- */
.imgLeft, .imgRight, imgCenter{
	margin: 5px;
	}
.imgLeft{
	float: left;
	margin-left: 0px;
	}
.imgRight{
	float: right;
	margin-right: 0px;
	}
.imgCenter{
	margin-left: auto;
	margin-right: auto;
	}
.verticalSpacer{
	clear: both;
	display: block;
	}
.lowercase{
	text-transform: lowercase;
	}
/* -- <ul> tag styles -- */
ul{
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-image: url(../images/li_bullet.gif);
	}
/*---- Service Request Form ----*/
form#RequestForm span{
	display: block;
	text-align: left;
	}
#formLeftColumn{
	width: 45%;
	float: left;
	}
#formRightColumn{
	width: 45%;
	float: left;
	}
#ProblemTextBox{
	width: 250px;
	height: 150px;
	}
#clearFieldsButton{
	margin-left: 30px;
	}
/*--- Table Formatting ---*/
table{
	/*border:solid 1px #000000;*/
	padding:5px;
	font-size:.8em;
	margin-left:auto;
	margin-right:auto;
	}
table#pricing th.MVCfloorplan{
	text-align:center;
	padding-top:.5em;
	padding-bottom:.5em;
	background: url(../images/hdr1.jpg);
	color:#FFFFFF;
	}
table#pricing td{
	text-align:center;
	border:#000000 1px solid;
	}
table#pricing tr.evenrow{
	background:#AFC392;
	}
table#pricing tr.tablesubheader{
	border-bottom-width:thin;
	}
table#pricing td.price{
	text-align:right;
	}
/*--- Splash Page Formatting ---*/
div#LaurelLoogoIntro p{
	background-color:#D7CAA1;
	}
#LaurelLogoIntro{	
	width:550px;
	margin-left:auto;
	margin-right:auto;
	}
}