/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Georgia, Times, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #fff;
	margin: 1em 0;
	padding: 0;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form {
	font-size: 0.7em;
	line-height: 1.5em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	background: #999;
	border: #bbb solid 1px;
}

textarea {
	font: 110% sans-serif;
}

input.submit {
	color: #fff;
	background: #CA6F19;
	cursor: pointer;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}

td {
	padding: 5px;
}

tr.odd_background {
	background: #191919;
}

tr.even_background {
	background: #141414;
}

.ba_heading {
	color: #5EA5DD;
}

/*--------------------------------------------------------------TAG FORMATS--*/
body {
	text-align: center;
	letter-spacing: 0.5px;
	color: #888;
	background: #000;
}

a {
	color: #FF8A1C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.bullet {margin-right: 2px;}

h4 {
	font-size: 0.9em;
	color: #5ea5dd;
	margin: 10px 0 0 0;
	padding: 0;
}
/*--------------------------------------------------------------TEXT FORMATS--*/
.plus_ten 		{font-size:1.1em !important;}
.less_ten 		{font-size:0.9em !important;}
.small 			{font-size:0.8em !important;}
.tiny 			{font-size:0.7em !important;}
.large 			{font-size:1.3em !important;}
.white 			{color:#fff !important;}
.lite_gray		{color:#ccc !important;}
.gray 			{color:#555 !important;}
.dark_gray 		{color:#343434 !important;}
.teal			{color:#2f8ab2 !important;}
.superscript 	{line-height: 0.2em;font-size: 0.8em;}
.bold			{font-weight: bold;}
.italic			{font-style: italic;}
.normal			{font-style: normal !important; font-weight:normal !important;}
.right_buffer	{margin-right:5px;}
.left_buffer	{margin-left:5px;}

.no_margin 		{margin:0 !important;}

.no_border 		{border: 0 !important;}
.border_left 	{border-left: #222 solid 1px !important;}

/*--------------------------------------------------------------CONTAINERS--*/
#wrapper {
	margin: 50px auto;
	width: 980px;
	text-align: left;
	border: #222 solid 1px;
	border-bottom: 0;
}

#top {
	height: 70px;
	background: url("../images/nav_bg.jpg") top left repeat-x;
}

#menu li {
	float: left;
	padding: 0 30px;
	height: 70px;
	line-height: 70px;
	font-family: Arial !important;
	font-size: 0.75em;
}

#menu li a {
	color: #555;
}

#menu li a:hover {
	text-decoration: none;
	color: #FF8A1C;
}

#menu img {
	margin-right: 15px;
}

#banner {
	height: 289px;
	background: url("../images/banner3.jpg") top center no-repeat;
	border-top: #222 solid 1px;
	border-bottom: #222 solid 1px;
}

#content {
	background: #121212;
	overflow: hidden;
}

/*
.home_height {height: 865px !important;}
.about_height {height: 1114px !important;}
.services_height {height: 779px !important;}
.portfolio_height {height: 1718px !important;}
.contact_height {height: 562px !important;}
.confirm_height {height: 379px !important;}
*/

#center_column {
	float: left;
	padding: 30px;
	background: #121212;
}

#left_column {
	float: left;
	margin-right: -337px;
	padding: 30px;
	width: 580px;
	background: #121212;
	border-right: #121212 solid 337px;
}

#right_column {
	float: left;
	padding: 30px;
	background: #151515;
	width: 279px;
}

#footer {
	float: left;
	margin: 0;
	padding: 30px;
	width: 920px;
	height: 200px;
	font-size: 0.8em;
	text-align: left;
	color: #333;
	background: #121212;
	border-top: #222 solid 1px;
	border-bottom: #222 solid 1px;
}

#footer a {
	margin-right: 30px;
	color: #333;
}

#footer a:hover {
	text-decoration: none;
	color: #FF8A1C;
}

/*--------------------------------------------------------------GENERAL FORMATS--*/
.external {
	margin: 0 0 0 10px;
	padding: 0 15px 0 0;
	line-height: 14px;
	background: url("../images/link.gif") right no-repeat;
}

.section_heading {
	font-size: 1.1em;
	color: #5ea5dd;
}

.thumbnail {
	margin: 0 5px 0 0;
	padding: 7px;
	background: #222;
}

.cell {
	float: left;
	margin: 0 60px 0 0;
	width: auto;
	height: 400px;
	font-size: 0.9em;
}

.portfolio {
	overflow: hidden;
	width: 940px;
	padding: 20px 0;
	font-size: 0.8em;
}

.thumbnail_portfolio {
	float: left;
	margin: 0 20px 0 0;
	padding: 7px;
	background: #222;
}

.before_after {
	padding: 7px;
	background: #222;
}

.form {
	font-size: 0.7em;
	margin: 0 0 10px 0;
}

.css_layout {
	float: left;
	margin: 10px 45px;
	padding: 20px 0;
	width: 215px;
	height: 200px;
	font-size: 0.8em;
	text-align: center;
}