@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto 0 auto;
	height: 100%;
	width: 900px;
	font-size: 12px;
	min-height: 100%;
	position: relative;
	height: auto !important;
}

#header {
	clear: both;
	width: 900px;
	text-align: right;
	padding: 5px 0 7px 0;
	border-bottom: 2px solid #e78723;
}

#header ul {
	clear:both;
	width: 900px;
	color: #a8a8a8;
	display: inline;
	font-size: 10px;
	list-style-type: none;
}

#header ul li {
	padding: 0 0 0 30px;
	display: inline;
}

#header ul li:first-child {
	padding: 0;
}

#header ul li a {
	color: #8b8b8b;
	text-transform: uppercase;
}

#header2 {
	clear: both;
	width: 900px;
	padding: 10px 0 20px 0;
}

#header2 h1 {
	font-size: 30px;
	font-weight: normal;
}

#header2 h1.homepage {
	float: left;
	width: 350px;
}

#header2 h1 a {
	color: #000000;
	text-decoration: none;
}

#header2 h1 a:hover {
	text-decoration: none;
}

#header2 h3 {
	float: left;
	color: #a8a8a8;
	font-size: 30px;
	font-weight: normal;
}

#header2 span.twitter {
	float: right;
	width: 550px;
	color: #9a9a9a;
	text-align: right;
	letter-spacing: 0px;
}

#header2 h2 {
	float: right;
	width: 550px;
	color: #9a9a9a;
	font-size: 14px;
	margin-top: 7px;
	text-align: right;
}

#whatwedo {
	width: 100%;
	text-align: center;
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
}

#whatwedo ul {
	clear: both;
	color: #a8a8a8;
	text-align: center
	list-style-type: none;
}

#whatwedo ul li {
	float: left;
	list-style-type: none;
	margin: 0 75px 0 75px;
}

#whatwedo ul li a {
	height: 14px;
	display: block;
	text-transform: uppercase;
}

#whatwedo a {
	color: #9a9a9a;
	text-align: center;
}

#whatwedo ul li.active a {
	color: #e78723;
}

#feature {
	width: 100%;
	height: 300px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/bg_feature.jpg);
}

#article {
	width: 100%;
	color: #6d6d6d;
	margin: 10px 0 10px 0;
}

#article td {
	vertical-align: top;
}

#article ul {
	padding: 0 0 0 15px;
}

#navmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navmenu ul li {
	margin: 0;
	padding: 4px 0 7px 0;
	border-bottom: 1px dashed #7a7a7a;
}

#navmenu ul li.first {
	padding: 0 0 7px 0;
}

#article h2 {
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#article p, #article dl {
	padding-right: 10px;
	padding-bottom: 10px;
}

#article form
{   	margin: 0;
	padding: 0;
}

#article form fieldset, #commentForm fieldset
{       margin: 0;
	padding: 0 20px 0 0;
	border: none;
	font-size: 12px;
}

#article form fieldset.browse
{   margin: 0;
	padding: 0 20px 0 0;
	border: none;
	font-size: 12px;
}

#article form fieldset input.filedata
{	margin: 0 0 5px 0;
	padding: 0;
	width: 219px;
	height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
}

#article form fieldset input.browse
{	margin-left: 70px;
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 229px;
}

#article form fieldset.right
{   margin: 0;
	padding: 10px 40px 0 20px;
	border: none;
	font-size: 12px;
	text-align:right;
}

#article form fieldset label, #commentForm fieldset label
{   margin: 2px 0 0 0;
	padding: 0 5px 0 0;
	width: 135px;
	color: #6d6d6d;
	text-align: right;
	float: left;
}

#article form fieldset input.textbox, #commentForm fieldset input.text
{	margin: 0 0 5px 0;
	padding: 0;
	width: 415px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
}

div.checkbox 
{	margin-left: 140px;
}

#article form fieldset textarea
{	margin: 0 0 5px 0;
	padding: 0;
	width: 415px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
}

#twitter_div ul#twitter_update_list {
	width: 860px;
	text-align: left;
	list-style-type: none;
}

#twitter_div ul#twitter_update_list li {
	color: #9a9a9a;
	font-size: 30px;
	text-align: left;
	letter-spacing: 0px;
	list-style-type: none;
}

#twitter_div ul#twitter_update_list li a.twitlink {
	font-size: 14px;
}

#footer {
	clear: both;
	width: 900px;
	font-size: 10px;
	text-align: right;
	padding: 5px 0 7px 0;
	border-top: 2px solid #eeeeee;
}

#footer p {
	color: #a8a8a8;
	padding: 5px 0 5px 0;
}

#footer ul {
	clear:both;
	width: 900px;
	color: #8b8b8b;
	display: inline;
	list-style-type: none;
}

#footer ul li {
	padding: 0 0 0 30px;
	display: inline;
}

#footer ul li:first-child {
	padding: 0;
}

#footer ul li a {
	color: #8b8b8b;
	text-transform: uppercase;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


a { color: #e78723; text-decoration: none; }
a:hover { text-decoration: underline }

a img{ border: none }
a:active{ outline: none; }
a:focus{ -moz-outline-style: none; }
