html {
	font-size: 100%;


}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background: #999966;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	overflow: -moz-scrollbars-vertical;
}
h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
color:#FFFFFF;	
font-size: 90%;
	text-transform: uppercase;
}
h2 {
	font-size: 90%;
color:#FFFFFF;	
	margin: 0;
	padding: 0;
}
p  {
	padding:0px;
	line-height: 1.5em;
}
a:link {
	color: #CCCC99;
	text-decoration: none;
outline:none;
}
a:visited {
	text-decoration: none;
	color: #CCCC99;
}
a:hover {
	text-decoration: underline;
	color: #CCCC99;
}
a:active {
	text-decoration: none;
	color: #CCCC99;
}


.clearer {
	clear: both;
}

.floater {
float:left;
}
.small_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
	height: 92px;
border-bottom:1px solid #000000;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	margin: 10px 0 0 0;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	height: 21px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 21px;
	display: inline;
	font-size: 60%;
	padding: 0 5px;
	clear: right;
}
#home #mainContent {
	height: 100%;
}
#home #home_img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#home img{
	display:block;
}
#home #home_content {
	padding: 30px 0 0 0;
	float: right;
}
#team #mainContent p {
	padding-right: 30px;
	padding-left: 30px;
}

#team div.floater {
	width: 300px;
	position: relative;
	clear: right;
	line-height: 100%;
	font-size: 80%;
}
#team  div.floater  strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 30px;

}
#team div.floater img {
	margin-bottom: 0px;

}
#team #leader img {
	margin-right: 20px;
}
#work div.floater {
	width: 250px;
	position: relative;
	clear: right;
	line-height: 100%;
	font-size: 80%;
}
#work #mainContent {
	position:relative;
	height:500px;
	margin: 0;
}
#work #pageName{
	position:absolute;
	top:30px;
	left:450px;
}
#work #links #table{
	position:relative;
	top:275px;
	right:10px;
	border-collapse:collapse;
}
#work #links p{
	position:absolute;
	top:240px;
	right:15px;
	color:#000000;
	text-transform:uppercase;
	font-size:10px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#work #imgs img{
	position:relative;
	left:0px;
	background-color:#86865F;
	border:3px solid #B2B27F;
	width:auto;
	padding:1px;
}
#work #links a {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #FFFFFF;
	outline:none;
}
#work #links a:hover, #work #links a:active {
	background-color: #000000;
}
#work #links a span {
	display: none;
}
#contact  table  {
	text-align: left;
}
#contact #leader {
	margin-left: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 20px;
}
#contact #location {
	margin-bottom: 30px;
	width: 570px;
}
#contact  .required  {
	color: #CCCC99;
}


table th {
	color: #666600;
	font-weight: normal;
	padding-right: 3px;
}
table   td  {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#contact #location td {
	color: #CCCC99;
}

#contact #contact_form {
	width: 350px;
}
#contact #contact_form input.select {
	width: 270px;
	border: 1px solid #EDEDE5;
	color: #666600;
	padding-left: 3px;
}

#contact #contact_form textarea {
	height: 180px;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666600;
	padding-left: 3px;
	font-size: 100%;
}
#contact #contact_form .button {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #999966;
	border-style: none;
	outline: none;
}
#entry #loginForm {
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 300px;
padding-top: 100px;
}
#entry #leader{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
width:513px;
padding: 0 150px 20px;
}
#entry #text {
font-family: "Times New Roman", Times, serif;
}
#entry #form1 {
margin:10px 0;
}
#entry .header{
display:block;
color:#999966;
background-color: #FFFFFF;
margin: 0;
padding: 5px;
}
#news #imgs{
width:200px;
}
#news #imgs .inner{
margin:20px 0px 0px 20px;
}
#news #imgs img{
margin:20px 0 0;
padding:0;
}
#news #imgs p{
margin:0;
font-size:70%;
line-height:100%;
}
#news #text{
float:right;
width:590px;
}
#news #text .inner{
padding: 0 30px;
}
