@charset "UTF-8";
/* CSS Document */


body { 
	font-family: Georgia, Times, serif; 
	font-size: 12px;
}
	body.home {
		background:#fff url(../images/background.jpg) repeat-x;
	}
	body.interior {
		background:#fff url(../images/background2.jpg) repeat-x;
	}
.clear:after { 
	content: ""; 
	display:block;
	clear:both; 
}
#container {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	}

/*--------------
    HEADER
--------------*/
#header {
	height:200px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
	}
#logo {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	width:400px;
	height:133px;
	}
	#logo h1, #logo small { 
		margin:0px; 
		display:block; 
		text-indent:-9999px; 
		}

/*--------------
  NAVIGATION
--------------*/
ul#navigation {
	float:right;
	list-style:none;
	top: 0px;
}
	ul#navigation li {
	float:none;
	margin:0;
	left: 50px;
	top: 5px;
	}
		ul#navigation li a { 
			color:#4c4b4b; 
			font-size:1em; 
			text-decoration:none; 
			text-transform:uppercase; 
		}
		ul#navigation li a:hover, 
		ul#navigation li .active {
	color:#000;
	border-top:solid #000 1px;
	padding-top:0px;
		}
		
/*----------------
  SUB NAVIGATION
----------------*/
ul.subNav li {
	border-top:1px solid #dfdfdf;
	padding:5px 0;
	background:none;
	text-align:left;
}
ul.subNav li a {
	color:#414141;
	font-size:1.333em;
	line-height:1.125;
	background:none;
}
ul.subNav li a:hover, ul.subNav li a.active {
	color:#a90000;
	text-decoration:none;
}
ul.subNav li:first-child {
	border-top:0 solid #333;
	margin-top:1.125em;
}
/*--------------
    FEATURE
--------------*/
#feature { 
	background-image:url(../images/featureBackground.jpg); 
	background-repeat:no-repeat; 
	min-height:350px; 
}
	#feature h1 {
	color:#fff;
	font-size:xx-large;
	line-height:normal;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
	}
	#feature p {
	color:#fff;
	font-size:1.3333em; /* 16px */
	line-height:1.25em;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 5em;
	}
.featureCopy { 
	float:left; 
	margin:0 30px 0 0; 
	width:450px; 
}
.featureButtons {
	margin-top: 45px;
	margin-left: 40px;
	}
	.featureButtons a { 
		background-color:#b2b2b2; 
		border:2px solid #fff;
		color:#000; 
		padding:7px;
		margin-right:10px;
	}
	.featureButtons a:hover { 
		background-color:#cecece;
		border:2px solid #999;
		text-decoration:none;  
	}
.featureImage { 
	float:right; 
	margin:25px 0 0 0; 
	width:480px; 
}
.hidden { 
	display:none; 
}

/*--------------
 jFLOW CONTROLS
--------------*/
.jFlowPrev { 
	cursor:pointer; 
	float:left; 
	padding:0 0 0 40px; 
	position:relative; 
	}
	.jFlowPrev p {
	position:absolute;
	top:-1px;
	left:1px;
	}
.jFlowNext { 
	cursor:pointer; 
	float:right; 
	padding:0 40px 0 0; 
	position:relative; 
}
	.jFlowNext p {
	position:absolute;
	top:-1px;
	right:64px;
	}

/*--------------
   SUB-HEADER
--------------*/
#subHeader { 
	position:relative; 
	padding:34px 0 10px 0;
}
#interiorTitle h1 { 
	color:#fff; 
	text-transform:uppercase;
	margin:0;
}
#search { 
	position:absolute; 
	left:660px; 
	top:35px; 
}
	#search p { 
		color:#fff; 
	}
#searchInputWrapper {
	background-image:url(../images/searchBox.jpg);
	background-repeat:no-repeat;
	width:260px; 
	height:30px;

}
#searchInput { 
	background:transparent none repeat scroll 0 0; 
	border:medium none; 
	color:#D7CEBF; 
	font-size:1.5em; 
	position:absolute; 
	left:8px; 
	top:4px; 
}
#searchButton { 
	position:absolute; 
	left:258px; 
	top:0; 
}

/*--------------
    CONTENT
--------------*/

#content {
	padding-top:15px;
}

#main {
	width:650px;
	font-size: 12px;
}
	#main ul { 
		padding:0 0 25px 10px; 
	}
#sidebar { 
	width:250px; 
}
	#sidebar .news li:first-child h6 {
	margin-top:0px;
	color: #36c;
	font-family: Georgia, Times, serif;
	}
	#sidebar .news strong {
		font-weight:600;	
	}
	#sidebar h5 {
		border-top:solid #313131 4px;
		margin-top:1.3em;	
	}
	#sidebar img {
		float:left;
		margin:0 10px 0 0;
	}
.right {
	float:right;
	padding:0 0 0 30px;
	}
.left {
	float:left;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 40;
	}
.threeCol { 
	background:url(../images/threeColBackground.jpg) top no-repeat; 
	float:left;  
	margin:0 30px 0 0; 
	width:300px; 
}
	.threeCol h4 {
		padding:0 0 0 10px;  
	}
	.threeCol ul { 
		padding:0 0 0 20px;
	}
	.threeCol p { 
		padding:0 10px 0 10px; 
	}
	.threeCol li { 
		background:url(../images/listBlack.jpg) left no-repeat; 
		padding:3px 0 5px 20px; 
	}
.threeColRight { 
	background:url(../images/threeColBackground.jpg) top no-repeat; 
	float:left;  
	width:300px; 
}
	.threeColRight h4 {
		padding:0 0 0 10px;  
	}
	.threeColRight ul { 
		padding:0 0 0 20px;
	}
	.threeColRight p { 
		padding: 0 10px 0 10px; 
	}
	.threeColRight li { 
		background:url(../images/listBlack.jpg) left no-repeat; 
		padding:3px 0 5px 20px; 
	}
/*--------------
     BLOG
--------------*/
.blog {
	margin-top:-0.5em;
	margin-bottom:0.5em;
}
hr {
	clear:both;
}

/*--------------
   PORTFOLIO
--------------*/
.portfolioItem { 
	background:url(../images/portfolioTop.jpg) no-repeat; 
	margin:25px 0 0 0; 
}
	.portfolioItem ul { 
		padding:0 0 25px 25px; 
	}
	.portfolioItem li { 
		background:url(../images/listBlack.jpg) left no-repeat; 
		padding:3px 0 5px 20px; 
	}
.projectFeature { 
	background:url(../images/portfolioBottom.jpg) bottom no-repeat; 
	min-height:300px; 
	padding:0 0 20px 20px; 
	position:relative; 
	}
	.projectFeature h2 { 
		color:#fff; 
		margin-bottom:1em;
		padding-top:5px;
	}
	.projectFeature p { 
		width: 460px; 
	}
	.projectFeature img { 
		position:absolute; 
		top:69px; 
		right:20px; 
	}
	
/*--------------
 Contact Form 
--------------*/
#contact { 
	background:url(../images/contactBackground.jpg) no-repeat; 
	height:326px; 
	padding:20px; 
}
	#contact em { 
		color:#F00; 
		font-weight:bold; 
		padding-right:1em; 
		vertical-align:top; 
	}
	#contact .submit { 
		margin-left:10em; 
	}
label { 
	width:8.5em; 
	float:left; 
}
	label.error { 
		color:red; 
		float:right; 
		padding-left:.5em; 
		vertical-align:top; 
	}
#name,  
#email { 
	color:#000; 
	font-size:1.1667em; 
	width:275px; 
}
#message { 
	height:130px; 
	width:275px; 
}

/*--------------
    FOOTER
--------------*/
#footerContainer {
	background-color: #0B0B0B;
	background-image: url(../images/footerBackground.jpg);
	background-repeat: repeat-x;
}
#footer { 
	width:960px; 
	margin:0 auto; 
	padding:20px 0 25px 0; 
}
	#footer p {
	color:#999;
	}
	#footer h4 {
	color:999;
	font-size:1.3333em;
	line-height:1.125em;
	padding-bottom:15px;
	}
	#footer li a { 
		color:#eee; 
		list-style:none; 
		text-decoration:none; 
	}
	#footer li a:hover { 
		text-decoration:underline; 
	}
#footerLogo { 
	float:left; 
}
	#footerLogo img { 
		margin:0 0 25px 0; 
	}
.footerColumn { 
	float:right; 
	width:240px;
}
	.footerColumn h4 { 
		background:url(../images/footerDivider.jpg) left no-repeat; 
	}

/*---------------
   TEXT STYLES 
---------------*/
p {
	color:#333;
	font-size:1em; /* 12px */
	line-height:1.5em; /* 18px */
	margin:0 0 1.5em 0;
	font-family: Georgia, Times, serif;
	font-style: normal;
}
a { color:#a90000; text-decoration:none; }
	a:hover { text-decoration:underline; }
h1 {
	color:#333;
	font-size:3em; /* 36px */
	line-height: 1em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40;
}
h2 { 
	color:#000;
	font-size:2em; /* 24px */ 
	line-height:1.5em; /* 36px */ 
	margin:0.75em 0 0 0; 
}
h3 { 
	color:#000; 
	font-size: 1.5em; /* 18px */ 
	line-height: 1em; /* 18px */ 
	margin:1em 0 0 0; 
}
h4 { 
	color:#313131;
	font-size:2em; /* 24px */
	line-height: 1.5em; /* 36px */
	margin:0.75em 0 0 0;
}
h5 { 
	color:#313131;
	font-size:1.6667em; /* 20px */ 
	line-height:1.8em; /* 36px */ 
	margin:0.9em 0 0 0; 
}
h6 {
	color:#36C;
	font-size:1.3333em; /* 16px */
	line-height:1.125em; /* 18px */
	margin:1.125em 0 0 0;
}
	.principle {
		margin:0;	
	}
.plus li {
	background:url(../images/listBlack.jpg) left no-repeat;
	color:#666;
	padding:3px 0 5px 20px;
	font-size: 14px;
}

li {
	color:#999;
}
blockquote { 
	color:#414141; 
	font-style:italic; 
	font-size:1em; 
	line-height:1.5em;
}
	blockquote p:before { 
	content: '"'; 
	}
	blockquote p:after { 
	content: '"'; 
	}
.author { 
	margin:-0.75em 0 0 14em; 
	font-style:italic;
}
#contentwhite{
	background-color:#FFF;
	padding-left: 10px;
	padding-right: 10px;
}
#featuretitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-indent: 10px;
}
.featuretitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	text-indent: 30px;
}
