@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header {
	width: 100%;
	height: 389px;
	background-color: #000;
}
#top_nav {
	width:800px;
	height: 30px;
	margin:auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
}
#menu {
	width:100%;
	font-size:12px;
	line-height:normal;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	text-align: right;
}
#menu ul {
	margin:0;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
}
#menu a:link {
	color:#FFF;
	text-decoration: none;
	
}
#menu a:visited {
	color:#FFF;
	text-decoration: none;
}
#menu a:active {
	color:#89C541;
	text-decoration: none;
}
#menu a:hover {
	color:#89C541;
	text-decoration: none;
}


#top_content {
	width: 800px;
	height: 359px;
	background-color: #333;
	margin: auto;
	background-image: url(images/top_main_bg.jpg);
	background-repeat: no-repeat;
}
#top_blank {
	width: 800px;
	height: 359px;
	background-color: #333;
	margin: auto;
	background-image: url(images/blank_bg.jpg);
	background-repeat: no-repeat;
}
.folio_container {
	height: 340px;
	width: 630px;
	float: right;
}
.gallery_image {
	padding-right: 10px;
	padding-bottom: 10px;
	width: 120px;
	height: 70;
	border-style: none;
}


#mid_content {
	width: 800px;
	height: 105px;
	margin: auto;
	background-color: #FFF;
}
#graphics_bottom {
	width: 525px;
	height: 105px;
	float: left;
	background-color: #FFF;
	background-image: url(images/graphics_bg.jpg);
	background-repeat: no-repeat;
}
#social{
	width: 275px;
	height: 105px;
	background-color: #FFF;
	background-repeat: no-repeat;
	float: right;
	background-image: url(images/social.jpg);
}
#bottom_container {
	width: 780px;
	height: 130px;
	margin: auto;
	background-color: #CCC;
	background-image: url(images/bottom_nav_bg.gif);
	background-repeat: repeat-x;
}
.portfolio {
	width: 154px;
	height: 130px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	display: inline;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
}
.navheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
}
.navheading a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#999;
	font-size: 20px;
	text-decoration: none;
}
.navheading a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#999;
	font-size: 20px;
	text-decoration: none;
}
.navheading a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333;
	font-size: 20px;
	text-decoration: none;
}
.navheading a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333;
	font-size: 20px;
	text-decoration: none;
}
.list {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	list-style-type: none;
	padding-left: 10px;
}
#footer {
	height: 30px;
	width: 780px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding-top: 20px;
	text-align: right;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	padding-top: 38px;
}
form {
	padding-left: 0px;
	padding-top: 20px;
}
#formtop {
	width: 280px;
	}
#formtop input {
	width: 250px;
	border: none;
	text-align: left;
	background: none;
	font-size: 1.4em;
	color: #FFF;
	margin-top: 6px;
	margin-right: 0;
	margin-left: 8px;
	}
#formtop .input-bg {
	background: url(images/form-sm-bg.jpg) bottom left no-repeat transparent;
	height: 30px;
	margin-bottom: 5px;
	}
	#formLeft .active {
		background: url(images/form-sm-bg.jpg) top left no-repeat transparent;
	}
#formbottom {
	width: 323px;
	}
#formbottom textarea {
	width: 310px;
	height: 140px;
	display: block;
	border: none;
	background: none;
	font-family: Helvetica, sans-serif;
	font-size: 1.3em;
	overflow: auto;
	color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 7px;
	padding-top: 10px;
	padding-bottom: 13px;
	}
#formbottom .message-bg {
	background: url(images/message-bg.jpg) bottom left no-repeat transparent;
	height: 150px;
	}
#formbottom .active {
		background: url(images/message-bg.jpg) top left no-repeat transparent;
	}
	label {
	display: block;
	font-size: 1.3em;
	text-indent: 10px;
	font-weight: normal;
}
label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	padding-right: 31px;
	height: 25px;
	width: 60px;
	padding-top: 10px;
}
fieldset { border: none; }
input, textarea, a { outline: none; }
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-bottom: 5px;
	color: #FFF;
}
.contact {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 14px;
}
