@import url('blueprint.css');
@import url('lightbox.css');

/**
 * Global Tags
 */
body {
	background:#f5f5eb;
	font: 12px Arial, Helvetica, sans-serif;
}

h2 {
	color:#fff;
	font:normal 1.6em/1 Helvetica, Arial, sans-serif;
}

h3 {
	color:#DFB588;
	font-size:1.25em;
	font-weight:bold;
	font-style:italic;
	margin: .8em 1em;
}

strong {
	color:#DFB588;
}

a {
	color:#FFF;
	outline: none;
}

.hr {
	border-color:#999;
}


/**
 * Layout styles
 */
#main {
	margin:0 auto;
	border: 5px solid #4fbe95;
	width:878px;
	padding: 1px;
	background: #fff;
	
}

#header {
	background:url(../images/design/header.jpg) no-repeat;
	height:237px;
	overflow:hidden;
	clear: both;
	
}
#header a {
	width: 100%;
	height: 100%;
	display: block;
}

#branding {
	background:url(../images/design/top-bar.png) no-repeat center top;
	height:114px;

}

#branding h1 {
	margin:0;
	padding:0;
	width:260px;
	position: absolute;
	
}

#branding h1 a, #branding h1 a:link, #branding h1 a:visited {
	height: 114px;
	width: 260px;
	display: block;
	text-indent: -999em;
}




p#head-contact {
	font-size:1.15em;
	text-indent: -999em;
	float: right;
	width: 200px;
	margin: 60px 0 0 0;
	display: block;
}

#head-contact strong {
	text-indent: -999em;
}

#head-contact a,
#head-contact strong {
	color:#0A3361;
	text-indent: -999em;
	display: block;
	width: 200px;
	
}

#head-img {
	background:#896F54;
	color:#FFF;
	height:145px;
	line-height:145px;
	text-align:center;
	padding:12px 0;
	width:759px;
}

#container {
	background:#0f221b url(../images/design/content-bg.gif) repeat-x bottom;

}


/**
 * Navigation styles
 */
#nav {
	padding:0;
	position:relative;
	width:100%;
	margin: 2px 0 0 0;
	border-bottom: 2px solid #b7463f;
	
	
}

#nav ul {
	float:left;
	list-style:none;
	margin:0;
	text-transform:uppercase;
	background: #202922;
	width: 100%;
	border-bottom: 2px solid #b7463f;
}

#nav ul li {

	float:left;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin:0;
	border-right: 1px solid #333;
	position:relative;
	
}

#nav ul li:hover,
#nav ul li.hover {
	background:#000;
}

#nav ul li:hover ul,
#nav ul li.hover ul {
	display:block;
}

#nav ul ul {
	background:#A4815F;
	border-right:1px solid #D5AD82;
	display:none;
	font-size:0.9em;
	left:230px;
	position:absolute;
	text-transform:none;
	top:-2px;
	width:200px;
	z-index:1;
}

#nav ul ul li {
	height:auto !important;
	line-height:1.5;
	width:200px;
}

#nav a {
	display:block;
	padding:0 35px;
	position:relative;
	text-decoration:none;
	font-size: 1em;
	z-index:2;
}

#nav ul ul a {
	cursor:pointer !important;
	padding:3px 8px;
	width:auto !important;
}

#nav li.last {
	border-right: none;	
}
/**
 * Content styles
 */
#content {
	float:left;
	padding:15px 0 0 35px;
	width:550px;
}
#content p, #content-int p {
	font:  1em Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #fff;
}

#ie6 #content {
	height:450px;
}
#content-int {
	
}
#content-int p {
	margin: .8em 20px .8em 40px;	
}
#content-int ul {
	color: #fff;
	margin: .3em 7em;
	font-size: 1em;
}
label {
	color: #fff;	
}
#content-int h2 {
	padding: 10px 0 10px 40px;
	clear: both;
	
	background: url(../images/design/h2-bg.gif);
	
}

#content-int h3 {padding: 10px 0 10px 40px;}
#bottom-contact {
	background: #000;
	clear: both;
	margin: 0;
	padding: 0;
	height: 20px;
	border-top: 1px solid #fff;
	text-align: center;
	color: #ffffff;
}
/**
 * Side styles
 */
#side {

	float:right;
	padding:35px 20px 0 0px;
	width:250px;
	text-align: right;
}

#side h2 {
	color:#fff;
	font: 1.4em "Myriad", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:2em 0 .5em.25em;
	text-align: right;
	width: auto;
	display: inline-block;
	background: url(../images/design/arrow.gif) left no-repeat;
	padding-left: 20px;
	clear: both;
	

}
#side h2 a {
	border-bottom: 2px solid #b7463f;	
	text-decoration: none;
	float: right;
	width: auto;
	text-align: right;
}
#side h2 a:hover {
	border-bottom: 2px solid #fff;	
	text-decoration: none;
}
#side .callout,
#side .callout * {
	zoom:1;
}

#side .callout {
	border:1px solid #AF8E6B;
	background:url(../images/design/callout.png) repeat-y -232px 0;
	margin-bottom:10px;
}

#side .callout .top {
	background:url(../images/design/callout.png) no-repeat 0 0;
}

#side .callout .bottom {
	background:url(../images/design/callout.png) no-repeat -464px 100%;
}

#side .callout .inner {
	padding:10px 10px 20px;
}

#side .callout a {
	color:#0A3361;
}


/**
 * Footer styles
 */
#footer {
	width: 800px;
	font-size:0.9em;
	text-align:center;
	margin: 0 auto;
	clear: both;
	color: #3c3c3c;
}

#footer p {
	margin:0;
}

#footer a {
	color:#3c3c3c;
}


/**
 * Images styles
 */
.img {
	border:0;
	margin:0.5em;
	padding:0;
	overflow:hidden;
	text-align:center;
}

.img img {
	border:0;
	margin:0 auto;
}


/**
 * 2 column unordered lists
 */
ul.column-list {
	line-height:1.1;
	list-style:none;
	margin:1.5em auto;
	width:500px;
}

ul.column-list li {
	float:left;
	width:250px;
}


/**
 * 2 column definition lists
 */
dl.column-list {
	margin:0 auto;
}

dl.column-list dt {
	clear:left;
	float:left;
	padding-right:15px;
	text-align:right;
	width:165px;
}

dl.column-list dt em {
	color:#666;
	display:block;
	font-weight:normal;
}

dl.column-list dd {
	float:left;
	margin-left:0;
	width:330px;
}

.column-list dd input,
.column-list dd textarea {
	margin-left:0;
}

.column-list dd textarea {
	height:150px;
	width:315px;
}


/**
 * Form styles
 */
form h3 {
	background:#7C1929;
	color:#FFF;
	height:1.5em;
	line-height:1.5;
	margin:1.5em 1em 1em;
	clear: none;
	text-align:center;
}

button {
	cursor:pointer;
}

.form-buttons {
	float:right;
	padding:1em 5em;
}

.form-buttons button.submit {
	background:transparent url(../images/design/submit_white.gif) no-repeat !important;
	border:0;
	height:18px;
	padding:0;
	width:48px;
}

.form-buttons button.submit span {
	left:-9000px;
	position:absolute;
	top:-9000px;
}

#home li#nav-home a, 
#about li#nav-about a, 
#residential li#nav-residential a,
#commercial li#nav-commercial a, 
#portfolio li#nav-portfolio a,
#testimonials li#nav-testimonials a,
#newsletter li#nav-newsletter a, 
#contact li#nav-contact a, 
#request li#nav-request a

  {
		background: url(../images/design/selected.gif);
}


blockquote {
	margin: 10px 10px;
	padding: 5px;
	background: #2a614d;
	border-bottom: 1px solid #17372b;
	border-right: 1px solid #17372b;
}
blockquote p {
	padding-left: 10px;
}

ul.pdf {
	list-style-image: url(../images//design/pdficon_small.gif);
	padding-bottom: 50px;
}

