@charset "utf-8";
/* CSS Document */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }


/* layout.css */
body, html {
	text-align : center;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	text-align: center;
	margin : 0 auto; 
	color: #000;
	background: #840822;
}

html>body #outer {height:auto}

#top-bar{
	height: 129px;
	width: 100%;
	background: url(../images/top-bar.jpg) center no-repeat #fff; 
}
#logo-link, a#contact-top {
	height: 129px;
	width: 200px;
	float: left;
	display: block;
	text-indent: -999em;
}
a#logo-link {
	float: left;
	width: 200px;
	

}
a#contact-top {
	float: right;
	width: 200px;
}




#column {
	width: 861px !important;
	width/**/: 861px;
	
	background: url(../images/col-bg.gif) top repeat-x #46454a;
	margin: 0 auto;

}
a img {
	border: 3px solid #ccc;
	padding: 1px;
}
a img:hover {
	border: 3px solid #7C0820;
}
a {
	outline: none;
}
#nav {
	width: 180px;
	height: auto;
	background: url(../images/nav-top.gif) no-repeat top center;
	padding: 20px 0 0 0;
	float: left;
	
}

#nav ul {
	margin: 5px 10px 0 10px;
	padding: 0;
	border-left: 2px #000;
	border-right: 2px #000;
	text-align: left;
	list-style: none;
}
#nav li {
	
}
#nav li a {
	display: block;
	padding: 2px 0 2px 6px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	width: 95%;
	text-decoration: none;
}
#nav li a.last {
	border: none;

}
#serv-area-call {
	background: url(../images/serv-area-top.gif) top center no-repeat;
	width: 180px;
	float: left;
	clear: left;
	text-align: left;
	font-weight: normal;
	padding: 50px 0 0 0;
}
#serv-area-call p {
	color: #fff;
	font-size: 10px;
	margin: 5px 15px;
}
#serv-area-call ul {
	color: #fff;
	font-size: 10px;
	margin: 5px 0px 5px 29px;
	list-style: disc;
}
#serv-bottom {
	background: url(../images/serv-bottom.gif) top center no-repeat;
	width: 180px;
	float: left;
	height: 20px;	
}
#leftcol {
	margin: 0px 0 0 0;
	width: 180px;
	float: left;
}
#rightcol {
	width: 681px;
	float: right;
}

fieldset {
	border: 1px solid #dadabf;
	background: #f9f9ef;
	margin: 10px 30px;
	padding: 20px;
}
/***********Home Callouts**************/
#design-call {
	width: 176px;
	height: 160px;
	background: url(../images/design-call.gif);
	float: left;
}
#design-call a {
	width: 176px;
	height: 160px;
	text-indent: -999em;
	display: block;
}
#process-call {
	width: 163px;
	height: 160px;
	background: url(../images/process-call.gif);
	float: left;
}
#process-call a {
	width: 163px;
	text-indent: -999em;
	height: 160px;
	display: block;
}
#gallery-call {
	width: 165px;
	height: 160px;
	background: url(../images/gallery-call.jpg);
	float: left;
}
#gallery-call a {
	width: 165px;
	height: 160px;
	text-indent: -999em;
	display: block;
}
#testimonial-call {
	width: 177px;
	height: 160px;
	background: url(../images/testimonial-call.jpg);
	float: left;
}
#testimonial-call a {
	width: 177px;
	height: 160px;
	display: block;
	text-indent: -999em;
}
/***********Interior Callouts**************/
#header-int img {
	float: left;
	border: 0;
}
#request-int {
	width: 208px;
	height: 82px;
	float: right;
	background: url(../images/request-int.jpg);
	margin: 0 0 0 0px;
}
#request-int a {
	width: 208px;
	height: 82px;
	display: block;
	text-indent: -999em;
}
#read-int {
	width: 208px;
	height: 68px;
	float: right;
	background: url(../images/read-int.jpg);
}
#read-int a {
	width: 208px;
	height: 68px;
	display: block;
	text-indent: -999em;
}
#meet-int {
	width: 208px;
	height: 68px;
	float: right;
	background: url(../images/meet-int.jpg);
}
#meet-int a {
	width: 208px;
	height: 68px;
	display: block;
	text-indent: -999em;
}
#logos {
	clear: both;
	margin: 20px 0 0 0;
	color: #8DBAE4;
}
/*********************/

#content {
	width: 681px !important;
	width/**/: 681px;
	background: #fff;	
	text-align: left;
	padding: 25px 0 8px 0;
	min-height: 410px;
	height: auto !important;
	height/**/: 410px;

}

#content h1 {
	font: 22px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
		color: #840822;
	margin: 0px 20px 10px 20px;
	clear: both;
	
}
#content h2 {
	font: 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #840822;
	border-top: 1px dotted #DAD7D7;
	margin: 0px 20px 10px 20px;
	clear: both;
}	
#content h3 {
	font: 15px Arial, Helvetica, sans-serif;
	color: #840822;
	background: #eee;
	margin: 0px 20px 10px 20px;
	
	padding: 5px;
	clear: both;
}
h4 {
	font: 15px Arial, Helvetica, sans-serif;
	margin: 0px 20px 10px 20px;
	border-top: 1px solid #ccc;
	color: #840822;
	font-style: italic;
}
.request-form {
	margin: 30px;
	color: #888;
	
}
.request-form td {
	padding: 6px;
	background: #fff;
}
#content p {
	margin: 13px 20px;
	font-size: 11px;
	line-height: 17px;
	color: #555;
}
#content ol {
	margin: 13px 40px;
	font-size: 11px;
	line-height: 17px;
	color: #555;
}
#content ul {
	margin: 13px 40px;
	font-size: 11px;
	list-style: circle;
	line-height: 17px;
	color: #555;
}
ul.links {
	font-weight: normal;
	font-size: 16px;
	list-style: none;
	color: #506791;
	
}
ul.links li {
	border-top: 1px solid #ddd;
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	list-style: none;
	color: #506791;
	padding: 5px 0;
}
ul.links a {

	font-size: 11px;
	color: #8FB9EB;
}
ul.links a:hover {
	color: #FED324;
}
.contact {
	font-size: 11px;
	color: #555;
}
#tail {
	background: url(../images/tail.gif) center;
	width: 587px;
	height: 36px;
	clear: both;
}
blockquote {
	background: url(../images/quote-bg.gif) left top no-repeat #f3f2e5;
	padding: 20px;
	float: right;
	width: 280px;
	
	border: 5px solid #eee;
	margin: 0 25px;
	font-family:  Times New Roman, Times, Sans Serif;
	font-size: 18px;
	font-style: italic;
}
.cleaner {
	clear: both;
}
#footer {
	width: 100%;
	background: url(../images/footer-bg.gif) top repeat-x #242424;
	color: #888;
	font-size: 10px;
	clear: both;
	height: 60px;
	margin: 0 auto;
	
}
#footer p {
	text-align: center;
	padding: 30px 0 0 0;
}