/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font:100% "Lucida Grande", "Lucida Sans", Verdana, Arial, Sans-Serif;
	background: #FFF68A;
	}
	
a img {
	border: 0;
	}
	
a {
	color: #176A96;
	text-decoration: underline;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: lighter;
	color: #176A96;
	}
	
p {
	margin-bottom: 1.0em;
	line-height: 140%;
	}
	
/* Box Model
--------------------------------------------*/

.wrap {
	width: 910px;
	margin: 0 auto;
	}
	
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	}
	
#boxes div, #boxes div:hover {
	cursor: hand;
	}
	
/* Page Elements
-----------------------------------------------*/

#co_info {
	background: #005D6F url(../images/co_info_bg.gif) repeat-x bottom;
	height: 30px;
	color: #FFF;
	padding-top: 5px;
	}
	
#co_info a {
	color: #85C2DF;
	}
	
#co_info div.vcard {
	text-align: center;
	padding-bottom: 3px;
	}
	
div.vcard div {
	display: inline;
	padding-right: 10px;
	}
	
#body_bg, #subpage_body_bg {
	background: url(../images/body_bg.gif) repeat-x;
	}
	
/* Homepage Elements
-----------------------------------------------------------*/
	
#welcome_message {
	padding: 0 25px 0 25px;
	font-size: 0.95em;
	}
	
#about_us, #work_gallery, #contact_us {
	width: 300px;
	float: left;
	padding-top: 5px;
	margin-bottom: 1.0em;
	}
	
#about_us h3, #work_gallery h3, #contact_us h3 {
	padding-bottom: 3px;
	background: url(../images/heading_underline.png) no-repeat bottom left;
	}
	
#about_us img, #work_gallery img, #contact_us img {
	margin-left: 10px;
	}
	
#about_us p, #work_gallery p, #contact_us p {
	font-size: 0.80em;
	}
	
#about_us h3, #about_us p , #work_gallery h3, #work_gallery p, #contact_us h3, #contact_us p{
	margin-left: 20px;
	margin-right: 20px;
	}
	
#about_us:hover, #work_gallery:hover, #contact_us:hover {
	background: url(../images/div_highlight_fixed.png) bottom;
	}
	
/* Subpage Elements
------------------------------------------------------------*/

#subpage_body_bg div.wrap {
	background: url(../images/logo_subpage.jpg) no-repeat;
	}
	
#mini_nav {
	height: 175px;
	overflow: hidden;
	position: relative;
	}
	
#mini_nav h2 {
	height: 175px;
	position: relative;
	overflow: hidden;
	width: 500px;
	float: left;
	}
	
#mini_nav h2 a {
	position: relative;
	display: block;
	height: 175px;
	width: 500px;
	padding-top: 175px;
	overflow: hidden;
	}
	
#mini_nav h2 a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
#mini_nav ul {
	list-style: none;
	margin-top: 30px;
	}
	
#mini_nav ul li {
	float:left;
	text-align: center;
	background: url(../images/div_highlight_fixed.png) bottom right;
	padding: 8px;
	}
	
#mini_nav ul li a {
	text-decoration: none;
	font-size: 62%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	}

#main_col {
	width: 550px;
	float: left;
	padding-left: 20px;
	}
	
#main_col h3 {
	padding-bottom: 3px;
	background: url(../images/heading_underline.png) no-repeat bottom left;
	}
	
#main_col table {
	margin-bottom: 1.0em;
	}
	
#main_col table tr td {
	padding: 5px;
	}
	
/* Right Col
------------------------------------------------*/
	
#right_col {
	margin-left: 630px;
	font-size: 80%;
	color: #555555;
	}
	
#right_col h3 {
	margin-bottom: 1.0em;
	margin-top: 0.65em;
	}
	
#right_col h4 {
	padding-bottom: 3px;
	background: url(../images/heading_underline.png) no-repeat bottom left;
	}
	
#right_col ul {
	margin-bottom: 1.0em;
	margin-left: 20px;
	list-style-type: square; 
	}
	
#right_col li {
	padding-bottom: 5px;
	}
	
.press_box img {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	margin-bottom: 20px;
	}
	
/* Footer
-------------------------------------------------*/
	
#footer {
	background: #005D6F url(../images/footer_bg.gif) repeat-x;
	height: 100%;
	color: #FFF;
	}
	
#footer .wrap {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#footer p {
	margin-bottom: 0;
	}
	
#footer a {
	color: #85C2DF;
	}
	
/* Contact Form
--------------------------------------------------------*/

#main_col div.vcard {
	margin-bottom: 1.0em;
	margin-top: 1.0em;
	}
	
#main_col div.vcard div {
	display: block;
	margin-bottom: 3px;
	}

label {
	display: block;
	}
	
input, textarea {
	width: 95%;
	margin-bottom: 0.75em;
	}
	
form hr {
	margin: 10px 0 10px 0;
	width: 95%;
	}
	


