@charset "UTF-8";
/* CSS Document */

#container {
	background-color: #000;
	margin: auto;
	padding: 40px;
	height: 620px;
	width: 880px;
	}
body {
	background-color: #000;
	font-family: 'Century Gothic', Futura, AppleGothic, sans-serif;
	color: #FFF;
	margin: 0;
}
#banner {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F15A22;
}
#content {
	height: 413px;
	width: 828px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: 1px solid #F15A22;
}

#content_sub {
	width: 798px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	border: 1px solid #F15A22;
	background-color: #FFF;
	float: left; clear: both;

}

.client_logo{
	padding-right: 3px;	
	
	
}#blurb {
	height: 345px;
	width: 100%;
}
#menu {
	height: 26px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
ul#menu_bar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	color: #BCBEC0;
}
ul#menu_bar li {
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCBEC0;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
ul#menu_bar li a {
	font-size: 16px;
	font-weight: lighter;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	cursor: pointer;
	margin: 0px;
	display: block;
	color: #BCBEC0;
	text-decoration: none;
}
ul#menu_bar li#menu_last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#menu_bar li#menu_last a {
	padding-right: 0px;
}
ul#menu_bar li#menu_first a {
	padding-left: 0px;
}
ul#menu_bar li a:hover {
	color: #F15A22;
}

ul#menu_bar li a#selected {
	color: #F15A22;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #F15A22;
	letter-spacing: normal;
}

span.orange{color: #F15A22;}
span.orange-big{color: #F15A22; font-size: 16px;}

p {
	font-size: 14px;
	font-weight: normal;
}

p a{color: inherit; text-decoration: none;}
p a:hover{color: #F15A22; text-decoration: none;}
#blurb_text {
	width: 528px;
	float: left;
}

#blurb_text_homepage {
height: 340px;
	overflow: auto;
	width: 500px;
	float: left;
}

#blurb_text_homepage h1{margin-top:0;}

#blurb_image {
	float: right;
	margin-top: 8px;
}

#blurb_text_narrow {
	width: 300px;
	float: left;
}

#blurb_text_wide {
	width: 430px;
	float: left;
}

div#images-4-group{
	width: 490px;
	float: right;
	margin-top: 24px;
}

div#images-6-group{
	width: 360px;
	float: right;
	margin-top: 0px;
}

img.link{padding: 2px; border: 0px;}
img.link:hover{padding: 0px; border: 2px solid #F15A22;}

img#image-1{

	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}

img#image-2{

	float: left;
	margin-bottom: 8px;
}

img#image-3{
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}

img#image-4{
	float: left;
	margin-bottom: 8px;
}


img#image-5{
	float: left;

	margin-right: 12px;
}

img#image-6{
	float: left;
}

div#sub-container{}
div#sub_container p{color: #000;}
div#sub_container h1{margin: 0; color: #000}
div.full{width: 100%; float: left; clear: both;}
div.left{width: 50%; float: left;}
div.right{width: 50%; float: right;}

div#page_corner_r{float: left; clear: none; z-index: 101; position: relative; left: 738px; top: -25px; cursor: pointer;}
div#page_corner_right {z-index: 10;  position: absolute; background-image: url('page-arrow-right.png'); background-repeat: no-repeat; width: 100px; height: 100px;}
div#page_corner_right:hover{background-image: url('page-corner-right.png');}
div#page_corner_l{float: left; clear: none; z-index: 100; position: relative; left: -40px; top: -25px; cursor: pointer;}
div#page_corner_left {z-index: 10;  position: absolute; background-image: url('page-arrow-left.png'); background-repeat: no-repeat; width: 100px; height: 100px;}
div#page_corner_left:hover{background-image: url('page-corner-left.png');}
a.page_corner{width:100px; height: 100px; position: absolute;}

#contact_text{float: left; width: 315px;}
#contact_text h1{margin-top: 0px;}
#contact_image{float: right;}

div.spacer{height: 5px; float: left; clear: both; width: 880px; margin: 0 auto;}