/* @override 
	http://drywall/css/screen.css
	http://drywall.local/css/screen.css
	http://drywall.micstura-hosting.com/css/screen.css
	http://stucco.micstura-hosting.com/css/screen.css
*/

/* @group General Styles */

html, body {
	background: #333;
}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group Layout */

#wrapper {
	width: 788px;
	border: 1px solid #ffffff;
	margin: 50px auto;
}

#header {
	height: 129px;
	width: 788px;
	background: #bc3125;
}

#logo, #aux_nav { float: left; display: inline; overflow: hidden; }
#logo { width: 450px; }
#aux_nav { 
	width: 338px; background: url(../images/bg_aux_nav.gif); 
	height: 38px;
}



#nav {
	height: 53px;
	width: 788px;
	background: url(../images/bg_nav.gif) no-repeat;
	position: relative;
}

#sub_nav_items {
	position: absolute;
	top: 29px;
	left: 580px;
}

#sub_nav_items a {
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	background: #426e78;
	padding: 5px 10px 6px;
}

#sub_nav_items a:hover {
	background: #0d3c44;
}

#content_wrapper {
	width: 788px;
	height: 375px;
}

#home #content_wrapper {
	background: url(../images/bg_home.gif) no-repeat;
}

/* @end */

/* @group Main Nav */

#nav_items, #aux_nav_items {
	text-align: right;
	padding-right: 20px;
	padding-top: 1px;
	font-size: 11px;
	color: #ffffff;
}

#aux_nav {
	padding-top: 91px;
}

#nav_items a, #aux_nav_items a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 4px 7px 4px;
}

#nav_items a:hover {
	color: #ffffff;
	background-color: #1f4d56;
}

#nav_items span, #aux_nav_items span {
	display: inline-block;
	width: 1px;
}

/* @end */



/* @group Home Page */

#home_image, #home_swf { float: left; display: inline; overflow: hidden; }

#home_image {
	width: 278px;
	padding-top: 20px;
	padding-left: 54px;
}

#home_image img {
	display: block;
	border: 1px solid #ffffff;	
}

#home_swf { width: 456px; }

#home_footer {
	clear: both;
	padding-top: 15px;
	padding-left: 369px;
}

#home_footer .footer_pic, #home_footer span.footer_pic img  {
	display: inline-block;
} 

#home_footer .footer_pic {
	padding-right: 10px;
}

#home_footer .footer_pic img {
	border: 1px solid #ffffff;
}

/* @end */

/* @group Internal Page Template */

body.internal #page_content_left, body.internal #page_content_right {
	float: left;
	height: 375px;
}

#page_content_left {
	width: 455px;
	background: url(../images/bg_page_left.gif) no-repeat;
}

#page_content_right {
	width: 333px;
	background: url(../images/bg_page_right.gif) no-repeat;
}

#main_content {
	height: 204px;
}

#main_content h2 {
	font-weight: bold;
	font-size: 16px;
	color: #063c45;
	margin-bottom: 1em;
}


#main_content p {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 1em;
}

body.internal #footer {
	padding-top: 35px;
	padding-left: 54px;
}

body.internal #footer .footer_pic, body.internal #footer .footer_pic img {
	display: inline-block;
}

body.internal #footer .footer_pic {
	padding-right: 10px;
}

body.internal #footer .footer_pic img {
	border: 1px solid #fff;
}

body.internal .splash_image {
	padding-top: 24px;
	background: #badb99;
}

#about_slideshow p {
	padding-top: 5px;
	font-size: 1.1em;
}

body.internal .splash_image img {
	border: 1px solid #063c45;
	display: block;
}

/* @end */

/* @group Contact Pages */

.contact_info {
	margin-bottom: 15px;
	font-size: 1.1em;
}

.contact_info p {
	margin-bottom: 0 !important;
}

.contact_info a {
	color: #1c6977;
}
.contact_info h3 {
	text-transform: uppercase;
	margin-bottom: 4px;
}

/* @end */



/* @group Gallery Page Template */

#gallery #content_wrapper {
	background: url(../images/bg_page_gallery.gif);
}

#gallery h2 {
	font-size: 1.8em;
	margin-bottom: 20px;
}

#image_gallery {
	width: 768px;
}

#image_gallery .image_thumb {
	float: left;
	margin: 0 10px 20px 10px;
}

#image_gallery .image_thumb a {
	display: inline-block;
	padding: 5px;
	border: 1px solid #ccc;
	background: #c5dfcc;
}

#image_gallery .image_thumb a:hover {
	background: #99c63d;
}

#image_gallery .image_thumb img {
	border: 1px solid #eee;
	display: block;
}

/* @end */

/* @group Newsletter */

#newsletter #main_content {
	font-size: 1.1em;
}

#newsletter table {
	width: 100%;
	font-size: 1.1em;
}

#newsletter table td.news_date {
	width: 60px;	
}

#newsletter a.pdflink {
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 22px;
	color: #063c46;
	background: url(../images/pdf.png) no-repeat 0 50%;
}

/* @end */



/* @group Contact Us Template */

#contact.internal .locations {
	height: 311px;
	background: url(../images/map.gif) no-repeat;
	padding-top: 60px;
}

#contact.internal table { width: 310px; }
#contact.internal th {
	text-align: center;
	font-size: 1.6em;
	font-weight: normal;
	color: #586567;
	height: 40px;
	vertical-align: text-top;
	padding-right: 60px;
}

#contact.internal td {
	font-size: 1.1em;
	color: #666;
	line-height: 1.5;
	width: 50%;

}

#contact.internal .toll-free {
	font-weight: bold;
	font-size: 1.1em;
}

/* @end */

/* @group Job List */

#careers table {
	width: 100%;
}

#careers th {
	font-size: 1.1em;
	padding: 8px 4px;
	background: #eee;
}

#careers td {
	font-size: 1.1em;
	padding: 8px 4px;
	border-bottom: 1px solid #eee;
}

#careers tr.even td {
	background: #f3f3f3;
}

/* @end */



/* @group Misc Classes */

strong, b {
	font-weight: bold;
	color: #043c45;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0

}.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

* html .clearfix{height:1%}

/* @end */

