@charset "utf-8";
/* CSS Document */

body {min-width: 800px; margin: 0; padding: 0;
}

* {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
}

a {color: #FFF;}
a:hover {
	font-weight:bold;
	text-decoration: underline;
}

p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}



/*--------------Layout-----------------*/
#main{
		background-attachment: scroll;
	background-image: url(images/bgmain.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.header{
	width: 98%;
	margin-left: 1%;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.3em;
	color: #FFF;
}
.menu{
	width: 98%;
	margin-left: 1%;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.3em;
	color: #FFF;	
}
.menu ul{
	margin-top: 0px;
	padding: 0;
	list-style-type: none;
	height: 30px;
}

.menu li{
  display: inline; 
  margin: 0;
  }
.column1 {
	float: left;
	width: 20%;
	margin-left: 1%;
}
.column1 ul h4 {
	background-color: #CCC;
	text-align: center;
}
.column1 img {
	width: 100%;
}
.column1 ul {
	background-color: #1B2F62;
}
.column1 ul li {
	padding-left: 25px;
	list-style-position: inside;
	list-style-type: disc;
	color: #FFF;
	font-size: 12px;
}#header ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.column1 p {
	background-color: #006699;
	padding-left: 25px;
	color: #FFF;
	font-size: 12px;
}
.column2 {
	float: left;
	width: 35%;
	margin-left: 20px;
}
.clear {
	clear: both;
}
#main .column2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000066;
}
#main .column2 .build01 {
	height: auto;
	width: 90%;
	border: thin solid #000;
}
#main .column2 h2 {
	color: #006699;
	font-style: italic;
	font-size: 13px;
	text-align: center;
	width: 90%;
	font-family: "Courier New", Courier, monospace;
}
#main .column3 {
	float: left;
	width: 40%;
}
#main .column3 p span {
	font-weight: bold;
	color: #006699;
}
#main .column3 p a {
	color: #000;
	text-decoration: underline;
}
#main .column2 .logos {
	float: right;
	margin-top: 150px;
	margin-right: 20px;
}
hr {
	line-height: 2px;
	color: #FFF;
	width: 80%;
}
#main .footer {
	width: 90%;
	background-image: url(images/footerline.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 4%;
	text-align: center;
}
#main .footer p {
	color: #FFF;
	float: left;
	font-size: 12px;
}
#main .footer a {
	font-size: 12px;
	color: #FFF;
	float: right;
}
#main .column3 ul {
	margin-left: 60px;
	font-size: 12px;
}#main .columnb {
	text-align: center;
	float: left;
	width: 75%;
	margin-left: 1%;
}
#main .columnb h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000066;
	text-align: left;
}
#main .columnb h2 {
	font-size: 14px;
	width: 40%;
	margin-right: 10%;
	margin-left: 3%;
	font-weight: normal;
}
#main .column1 h4 {
	background-color: #CCC;
	background-repeat: repeat-x;
}
#main .columnb .groupphoto {
	width: 58%;
	border: 1px solid #000;
}
#main .columnb .col1 {
	float: left;
	width: 24%;
}
#main .columnb .col2 {
	float: left;
	width: 24%;
}
#main .columnb .col3 {
	float: left;
	width: 24%;
}
#main .columnb .col4 {
	float: left;
	width: 24%;
}
#main .columnb .col1 h2 {
	font-size: 14px;
	font-weight: bold;
}
#main .columnb h3 {
	font-size: 16px;
	font-weight: bold;
}
.indphoto {
	border: 1px solid #000;
}
#main .columnb h5 {
	font-size: 12px;
}
