@charset "UTF-8";


/* Body color and margin settings */
body {
	background-color: #111111;
	margin: 0;
}


/* Main text Attributes */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #958d8a;
}

td a {
	color: #2683ae;
	text-decoration: none;
}

td a:hover {
	color: #c9c6c5;
	text-decoration: none;
}

/* Header Bar */
#headerbar {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	background: #2a2827;
	text-align: center;
	height: 18px;
	margin: 0 0 30px 0;
	padding: 7px 0 0 0;
}

/* Header text Attributes */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 17px;
	text-transform: uppercase;
	color: #b0a29f;
}

.sheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 17px;
	text-transform: uppercase;
	color: #b6d96a;
}

.rheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4c90ac;
}

.gheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 17px;
	text-transform: uppercase;
	color: #f79156;
}

.ssheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 17px;
	text-transform: uppercase;
	color: #86634c;
}


/* Email and contact info link Attributes */
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #958d8a;
}

.email a {
	color: #2683ae;
	text-decoration: none;
}

.email a:hover {
	color: #c9c6c5;
	text-decoration: none;
}


/* Bottom Navigation Attributes */
.bnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #958d8a;
	text-transform: uppercase;
}

.bnav a {
	color: #958d8a;
	text-decoration: none;
}

.bnav a:hover {
	color: #c9c6c5;
	text-decoration: none;
}



/* Residential Link Styles */
.residentialarea {
	width: 190px;
	margin: 15px 0 20px 0;
	}

a.residential {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #8a7f7c;
	background: #181818;
	border: 1px dotted #2a2827;
	width: 180px;
	padding: 5px;
	display: block;
	}
	
a:hover.residential {
	color: #c9c6c5;
	background: #2a2827;
	border: 1px dotted #8a7f7c;
	}



/* Newsletter Signup Styles */
.newsletter {
	font-size: 14px;
	text-transform: uppercase;
	width: 190px;
	margin: 70px 0 0 0;
	display: block;
	}
	
.newsletter .inputfield {
	font-size: 13px;
	color: #2a2827;
	background: #e4dbd8;
	border: 1px solid #2a2827;
	width: 184px;
	margin: 5px 0 0 0;
	padding: 3px;
	}
	
.newsletter .submit {
	font-size: 12px;
	color: #8a7f7c;
	background: #181818;
	border: 1px solid #2a2827;
	margin: 0 10px 0 0;
	padding: 3px;
	}
	
.newsletter .submit:hover {
	color: #c9c6c5;
	background: #2a2827;
	border: 1px solid #8a7f7c;
	cursor: pointer;
	}
	
.newsletter .press {
	font-size: 12px;
	text-transform: none;
	border-left: 1px dotted #2a2827;
	padding: 0 0 0 10px;
	}
	
	

/* Flash Area Attributes */
#flasharea {
	z-index: 1;
}


/* Portfolio Login */
#login {
	display: none;
	z-index: 9002
	}
	
#fade {
	background-color: #000000;
	
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	z-index: 9003;
	
	_filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
	
#box {
	background-color: #181818;
	border: 1px solid #2a2827;
	width: 500px;
	height: 300px;
	
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -150px;
	
	display: block;
	position: absolute;
	clear: both;
	overflow: hidden;
	z-index: 9004;
	}
	
#box h1 {
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: #e4dbd8;
	
	margin: 4px 0 20px 0;
	padding: 0;
	}
	
#box p {
	font-size: 14px;
	line-height: 18px;
	color: #9b938f;
	
	margin: 0;
	padding: 0;
	}
	
#box input {
	font-size: 14px;
	color: #2a2827;
	
	background-color: #e4dbd8;
	border: 1px solid #2a2827;
	width: 365px;
	padding: 3px;
	margin: 5px 0 10px 5px;
	}
	
#box #close a {
	background-image: url('../images/portfolio/popup/btn_close.png');
	background-position: left top;
	width: 57px;
	height: 23px;
	margin: 0;
	padding: 0;
	display: block;
	}
	
#box #close a:hover {
	background-position: left bottom;
	}
	
#box #submit {
	background-image: url('../images/portfolio/popup/btn_enter.png');
	background-position: left top;
	border: 0;
	width: 85px;
	height: 28px;
	margin: 5px 0 10px 5px;
	padding: 0;
	display: block;
	cursor: pointer;
	}
	
#box #submit:hover {
	background-position: left bottom;
	}
	
#box .text {
	margin: 20px;
	}
	
#box .form {
	font-size: 16px;
	color: #e4dbd8;
	}