/* ------------------------------------------------------------------------
CSS sheet for Ganther Construction
--------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
--------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: url(../images/interior_bg2.jpg) top left repeat-x;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
}
	body#home {
		height: 100%;
		background: url(../images/body_bg2.jpg) top left repeat-x;
	}
#wrapper {
	margin: 0px auto;
	min-height: 100%;
	width: 1000px;
}
* html #wrapper {
	height: 100%;
}
#header {
	height: 160px;
}
	#home #header {
		height: 253px;
	}
	#header h1 {
		margin: 0px;
		position: absolute;
		top: 32px;
		left: 20px;
		width: 308px;
		height: 84px;
		font-size: 30px;
		line-height: 84px;
		color: #0C2778;
		display: block;
	}
	.images-on #header h1 {
		text-indent: -1000px;
		overflow: hidden;
		background: url(../images/ganther_logo.png) top left no-repeat;
	}
	#header h2 {
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 125px;
		left: 20px;
		width: 308px;
		height: 20px;
		font-size: 16px;
		display: block;
	}
	.images-on #header h2 {
		text-indent: -10000px;
		overflow: hidden;
		background: url(../images/subLogo.png) top left no-repeat;
	}
#inner_wrapper {
	position: relative;
	padding-bottom: 120px;
}

/* footer */
#footer {
	clear: both;
	/*margin-top: -100px;*/
	padding-top: 25px;
	height: 85px;
	background: #0C2778 url(../images/footer_bg.jpg) top left repeat-x;
}
#footer p {
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
	#inner_footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
	}
	#footer .address {
		padding-left: 20px;
		width: 330px;
		float: left;
	}
	#footer .phone {
		width: 300px;
		float: left;
		text-align: center;
	}
	#footer .copy {
		padding-right: 20px;
		width: 330px;
		float: right;
		text-align: right;
	}

/* ------------------------------------------------------------------------
NAVIGATION ELEMENTS
--------------------------------------------------------------------------*/
ul#nav {
	position: absolute;
	top: 0px;
	right: 20px;
	height: 40px;
	list-style-type: none;
	z-index: 10000;
}
ul#nav li {
	position: relative;
	border-top: 20px solid #04498E;
	position: relative;
	height: 50px;
	display: block;
	float: left;
}
ul#nav li:hover {
	border-top: 20px solid #FF6D18;
}
ul#nav li a {
	padding: 0px 10px;
	font-size: 16px;
	line-height: 50px; 
	text-decoration: none;
	color: #0C2677;
	display: block;
}

/* submenu */
ul#nav ul {
	display: none;
}
ul#nav li:hover ul {
	position: absolute;
	top: 49px;
	left: 0px;
	min-width: 150px;
	background: #fff;
	list-style-type: none;
	display: block;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
ul#nav li.projects:hover ul {
	position: absolute;
	top: 49px;
	right: 0px;
	left: auto;
}
ul#nav ul li {
	border-top: none;
	height: 40px;
	display: block;
	white-space: nowrap;
	float: none;
}
ul#nav ul li:hover {
	border-top: none;
}
ul#nav ul li a {
	line-height: 40px;
	font-size: 14px;
}
ul#nav ul li a:hover {
	color: #FE7524;
}

/* subnavigation */
ul#subnav {
	position: absolute;
	top: 90px;
	right: 20px;
	list-style-type: none;
	z-index: 1000;
}
ul#subnav li {
	float: left;
}
ul#subnav li a {
	margin: 0px 20px;
	font-size: 16px;
	line-height: 24px; 
	text-transform: uppercase;
	text-decoration: none;
	color: #0C2677;
	display: block;
}
ul#subnav li a:hover {
	border-bottom: 2px solid #FF6306;
}

/* on page states (main navigation) */
#home ul#nav li.home ,
#about ul#nav li.about ,
#senior ul#nav li.senior ,
#services ul#nav li.services ,
#projects ul#nav li.projects ,
#contact ul#nav li.contact {
	border-top: 20px solid #FF6306;
}

/* on page states (sub navigation) */
#awards ul#subnav li.awards a,
#news ul#subnav li.news a,
#plans ul#subnav li.plans a {
	border-bottom: 2px solid #FF6306;
}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
--------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p {
	margin: 10px 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h3 {
	font-size: 22px;
	color: #0C2677;
}
h4 {
	font-size: 18px;
	color: #F55E17;
}
p {
	margin: 10px 0px;
}
p.cntr {
	text-align: center;
}
#homeContent p {
	color: #fff;
}
#bottomPara {
	padding: 20px 20px 0px 20px;
	clear: both;
}
#bottomPara p {
	color: #fff;
}
#content p {
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
#content img {
	padding: 10px;
}
#content ul {
	list-style-type: none;
}
#content ol {
	margin-left:23px;
}
#content li {
	margin: 10px 0px;
}
#content ul li {
	margin: 10px 0px;
	padding-left: 26px;
	background: url(../images/circle.png) top left no-repeat;
	font-size: 14px;
	line-height: 22px;
}
dt {
	color: #FF6306;
	font-size: 18px;
	font-weight: bold;
}
dd {
	margin: 20px 0px;
}
.orange {
	color: #FF6306;
	font-size: 22px;
	font-weight: bold;
}
.orange_divide {
	color: #FF6306;
}
.testimonial {
	padding-top: 10px;
	font-size: 20px;
	font-style: italic;
	color: #333;
}
a {
	outline: none;
	color: #004890;
	text-decoration: underline;
}
a:hover {
	outline: none;
	color: #0C2677;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------
HOME PAGE ELEMENTS
--------------------------------------------------------------------------*/
#homeContent {
	padding: 20px;
}
.leftBracket {
	margin-bottom: 20px;
	width: 244px;
/*	background: url(../images/bracket_middle.png) top left repeat-y; */
	float: left;
	display: block;
}
/*.brTop {
	height: 20px;
	background: url(../images/bracket_top.png) top left no-repeat;
	display: block;
}
.brMiddle {
	padding: 0px 25px;
	min-height: 300px;
}
.brBottom {
	height: 20px;
	background: url(../images/bracket_bottom.png) top left no-repeat;
	display: block;
}*/
	.leftBracket h3 {
	color: #0B2572;
		/*color: #FFD2A6;*/
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 19px;
	}
	.leftBracket ul {
		list-style-type: none;
	}
	.leftBracket li {
		margin-bottom: 10px;
		color: #fff;
	}
#centerCircle {
	position: absolute;
	top: 90px;
	left: 283px;
	width: 436px;
	height: 438px;
	display: block;
	z-index: 0;
}
#rightBracket {
	width: 244px;
	height: 343px;
	background: url(../images/bracket.png) top left no-repeat;
	float: right;
	display: block;
}
#newsletter {
	position: absolute;
	top: 550px;
	left: 395px;
}
a img {
	border: none;
}

/* ------------------------------------------------------------------------
INTERIOR ELEMENTS
--------------------------------------------------------------------------*/
#content {
	padding: 0px 20px;
	clear: both;
}
	#content h2 {
		height: 81px;
		font-size: 28px;
		line-height: 81px;
		color: #fff;
		background: #FF7726;
	}
	.images-on #content h2 {
		background: none;
	}
#mainContent {
	margin-top: 10px;
	width: 680px;
	float: left;
}
#pgImg {
	position: absolute;
	top: 130px;
	left: 725px;
	width: 315px;
	min-height: 315px;
	display: block;
}
	#content #pgImg img {
		padding: 0px;
	}
	p.caption {
		margin-top: 5px;
		width: 300px;
		font: 11px "Trebuchet MS", Helvetica, sans-serif;
		text-align: center;
	}
#sidebar {
	text-align: center;
	margin-top: 240px;
	width: 244px;
	float: right;
}
	#sideTop {
		height: 20px;
		background: url(../images/sideTop.png) top left no-repeat;
		display: block;
	}
	#sideMiddle {
		padding: 10px 20px;
		min-height: 300px;
		overflow:visible;
		background: url(../images/sideMiddle.png) top left repeat-y;
	}
		#sidebar h3 {
			margin-top: 0px;
			font: 18px "Trebuchet MS", Helvetica, sans-serif;
		}
		#sideMiddle p {
			margin: 10px 0px;
			font-size: 14px;
		}
		
		/* email form */
		#sidemiddle form {
			font: 12px "Trebuchet MS", Helvetica, sans-serif;
		}
		#sideMiddle form label {
			margin-bottom: 3px;
		}
		#sideMiddle form input {
			margin-bottom: 10px;
			width: 190px;
		}
		#sideMiddle form input[type="image"] {
			width: 113px;
			height: 30px;
			margin-left: 39px;
		}
	#sideBottom {
		height: 138px;
		background: url(../images/sideBottom.png) top left no-repeat;
		display: block;
	}
	
/* ------------------------------------------------------------------------
PROJECT ELEMENTS
--------------------------------------------------------------------------*/
.project_box {
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
	clear: both;
	overflow: hidden;
}
	.project_box .project_img {
		float: left;
		width: 120px;
		min-height: 120px;
	}	
	.project_box .short_desc {
		width: 500px;
		float: right;
	}
	.last {
		border-bottom: none;
	}

/* ------------------------------------------------------------------------
NEWS PAGE ELEMENTS
--------------------------------------------------------------------------*/
#news .col1 {
	width: 455px;
	float: left;
}
#news .col2 {
	width: 200px;
	float: right;
}
.col1 {
	width: 345px;
	float: left;
}
.col2 {
	width: 325px;
	float: right;
}
#content .logos ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	line-height: auto;
	background: none;
	float: left;
}

/* ------------------------------------------------------------------------
CONTACT PAGE ELEMENTS
--------------------------------------------------------------------------*/
#sidebar img {
	padding: 10px;
	border: 1px solid #ccc;
	float: left;
}
small {
	margin-bottom: 20px;
}
form {
	clear: both;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
br {
	clear: left;
}
label {
	margin-bottom: 10px;
	padding: 3px;
	width: 200px;
	float: left;
}
input {
	margin-bottom: 10px;
	font: 14px "Courier New", Courier, monospace;
	float: left;
}
input[type="text"] {
	padding: 5px;
	width: 375px;
	border: 1px solid #ccc;
}
textarea {
	margin-bottom: 10px;
	padding: 5px;
	width: 375px;
	height: 200px;
	font: 14px "Courier New", Courier, monospace;
	border: 1px solid #ccc;
}
input[type="submit"] {
	padding: 5px;
	margin-left: 206px;
	background-color: #004890;
	border: none;
	font: 14px "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
}
.attn {
	color: #CC0000;
}


/* ------------------------------------------------------------------------
MISC ELEMENTS
--------------------------------------------------------------------------*/
.clearfloat {
	clear: both;
}