body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.6em;
	background-color: #686868;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

h1 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	font-style: normal;
	color: #FFF;
	background-color: #121212;
	border: 1px solid #232323;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 42px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(images/h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(images/h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #F57B20;
	margin-top: 8px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	background-image: url(images/h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.date {
	color: #F57B20;
}

a:active, a:focus {
	outline: none
}

a {
	color: #FFF;
	text-decoration: underline;
}

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

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding: 10px;
	margin: 10px;
}

small {
}

img {
	border: none;
}
.service-buttons {
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.thumb {
	background-color: #000;
	padding: 4px;
	float: left;
	margin-right: 15px;
	border: 1px solid #444444;
}

.thumb-no-float {
	background-color: #000;
	padding: 4px;
	border: 1px solid #444444;
}


.projectthumb {
	padding: 4px;
	border: 1px solid #444444;
	background-color: #000;
}

#header {
	width: 990px;
	height: 267px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#flash {
	float: right;
	height: 267px;
	width: 529px;
	background-image: url(images/flash-backer.jpg);
	background-repeat: no-repeat;
}

/* Main Menu */

#menu {
	height: 40px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.dropdown {
}

.dropdown a {
	text-transform: uppercase;
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align: center;
	border: 1px solid #000;
	font: 16px Arial, Helvetica, sans-serif;
	height: 26px;
	padding-top: 12px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 27px;
	background-image: url(images/menu_a.png);
	background-repeat: repeat-x;
}

.dropdown a:hover{
	border: 1px solid #3F3F3F;
	background-image: url(images/menu_a_hover.png);
	background-repeat: repeat-x;
}

.dropdown ul {
	top:40px;
}

.dropdown li ul a{
	width: 165px;
	background-image: url(images/menu_a_hover1.png);
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #282828;
}

.dropdown li ul {
	/*width:112px;  math  {a}:width + {a}:padding + {a}:border */
}

.dropdown li ul li{
	width: 165px;
}

.dropdown li ul li a{
	color: #FFF;
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
}

.dropdown li ul li a:hover {
	color: #FFF;
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
}

/* Do Not Edit */

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

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

.dropdown a {
	display:block;
}

.dropdown li{
	float:left;
	position:relative;
	display: block;
}

.dropdown ul {
	position:absolute;
	display:none;
}

.dropdown li ul a{
	float:left;
}

.dropdown li ul {
	float:left;
}

.dropdown li ul li{
	float:left;
	position:relative;
}

.dropdown ul ul{
	top:0;
	left:100%;
}

.dropdown li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
}

.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}

.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}



/* Page */

#page {
	width: 970px;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* Content */

#content {
	float: left;
	width: 660px;
	padding-top: 8px;
}

#content ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#content li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 6px;
}

#contentwide {
	float: left;
	width: 970px;
	padding-top: 8px;
}

#content-team {
	float: left;
	width: 970px;
	padding-top: 8px;
}

#contentwide ul {
	margin: 0px;
	padding: 0px;	
}

#contentwide li {
	margin: 0px;
	padding: 0px;	
}

.post {
	text-align: justify;
	padding: 10px;
}

.post .title {
	margin: 0;
}

.post .entry {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.post .col1 {
	float: left;
	height: 490px;
	width: 410px;
	margin-top: 10px;
}

.post .col2 {
	float: right;
	height: 490px;
	width: 410px;
	margin-top: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#sidebar p {
	font-size: 90%;
}

#sidebar ul {
	list-style: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#sidebar li {
	margin-bottom: 20px;
	background-image: url(images/sidebar-bullet.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 14px;
}

#sidebar h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #121212;
	border: 1px solid #232323;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	background-image: url(images/sidebar-h3.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}

/* Footer */

#footer {
	clear: both;
	height: 170px;
	background: url(images/footer.png) repeat-x;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #121212;
	font-size: 78%;
	padding-top: 30px;
}

#footer a {
	color: #121212;
	text-decoration: underline;
	padding: 6px;
}

#footer a:hover {
	color: #FFF;
	background-color: #F57B20;
	padding: 6px;
	text-decoration: none;
}

/* Form Elements */

label {
	display: block;
	font-size: 90%;
	text-transform: uppercase;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #EFEFEF;
	padding: 6px;
	border: 1px solid #444444;
	width: 400px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #EFEFEF;
	padding: 6px;
	width: 400px;
	border: 1px solid #444444;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #EFEFEF;
	padding: 6px;
	width: 500px;
	border: 1px solid #444444;
}

.submit {
	height: 24px;
	width: 86px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

.required {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #B0B0B0;
	text-transform: lowercase;
}   
tr {
	vertical-align: top;
}
   



ul.simple, ul.simple li{ list-style:  none outside; padding: 0; }

/* =layout
-------------------------------------------*/
#container {
	width: 950px;
	text-align: left; /*background: #4C4C4C;*/
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
	
	#container h3 {
	width: 928px;
	height: 28px;
	cursor: pointer;
	line-height: 30px;
	background-color: #121212;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 4px;
	border: 1px solid #666;
	background-image: none;
}
	#container h3 a{
	text-decoration: none;
	color: #CCC;
	font-size: 0.85em;
	font-weight: normal;
	background-image: url(images/view.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#container h3 a:hover {
	color: #F57B20;
	text-decoration: none;
}
	
	/*#container h2{padding: 5px;  }*/
	div.heading {
	padding: 5px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

div.collapse{
	width: 950px;
	margin: 5px 0;
}	
div.collapse-container{
	width: 930px;
	height: 100%;
	padding: 10px;
	text-align: justify;
}
