@charset "utf-8";
/* CSS Document */
ul, li {
margin:0px;
padding:0px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:14px;
color: #fff;
}
li.copy {
margin:5px 15px 5px 15px;
padding:3px 15px 3px 15px;
}
.copy_list {
margin:5px 15px 5px 15px;
padding:3px 15px 3px 15px;
}
h1 {
font-family:Trebuchet MS, Georgia, Verdana;
font-size:28px;
color: #f7b487;
font-weight:bold;
}
p {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:14px;
color: #fff;
line-height:1.6em;
}
form {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:14px;
color: #fff;
}
a:link {
color: #fff;
text-decoration:underline;
}
a:visited {
color: #fff;
text-decoration:underline;
}
a:hover {
color:#f7bb8e;
text-decoration:underline;
}
a:active {
color: #fff;
text-decoration:underline;
}
body {
background: #161b22 url("/image/bg.jpg") top left repeat-x;
margin:0px;
padding:0px;
}
img {
border: 0px;
}

#container {
width:980px;
padding:0px;
margin:0px auto;
min-height:605px;
height:auto;
_height:605px;

}
#bldg {
float:left;
width:300px;
height:605px;
background:url("/image/bldg.jpg") bottom left no-repeat;
}
#main {
float:left;
width:640px;
padding-top:150px;
text-align:center;
}
#header {
width:640px;
margin:0px auto;
text-align:left;
}
#nav {
border-top:1px solid #fff;
border-bottom: 1px solid #fff;
width:630px;
padding-top:5px;
text-align:left;
}
.nav {
list-style-type:none;
display:inline;
}
li.navitem {
list-style-type:none;
display:inline;
margin-left:3px;
margin-right:9px;
padding:0px;
}
li.navitem_last {
list-style-type:none;
display:inline;
margin-right:0px;
}
#content {
text-align:justify;
min-height:200px;
height:auto;
_height:200px;
}
#home_content {
text-align:justify;
}
#footer {
padding-top: 165px;
}
#footer_int {
padding-top:50px;
padding-bottom:40px;
}
#credits {
margin-left:262px;
text-align:center;
}


/*------------- Form Attributes ------------*/	
					
	.row { /* contact form row */
	margin-top:10px;
	font-size:14px;
	
	}
	.row label {  /* contact form row label */
	display: block;
	float: left;
	width: 150px;
	font-size: 14px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	clear:both;
	}
	.row1 { /* contact form row */
	margin-top:10px;
	font-size:14px;
	}
	.row1 label {  /* contact form row label */
	display: block;
	float: left;
	width: 100px;
	font-size: 14px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	}
	.boldLabel {
	font-weight:bold;
	width: 100px;
	color: #00467f;
	margin-right: 5px;
	}
	.formField {
	
	width:320px;
	font-size:14px;
	}
	.formField1 {
	width:150px;
	font-size:14px;
	}
	.formField2 {
	width:50px;
	font-size:14px;
	}
	input {
	margin-top: 10px;
	font-size:14px;
	}
	select {
	font-size:14px;
	margin-top: 10px;
	}
	.loginbox {
	border: 1px solid #00467f;
	background-color:#FFCC66;
	padding: 5px 5px 5px 8px;
	margin:5px 0px 20px 5px;
	width:350px;
	}

/*-------------end Form Attributes-------------*/	