@charset "utf-8";
/* CSS Document */

/* General Properties */

body {
	min-width: 770px;	
	max-width: 1400px;
}

#wrapper {
	margin-left: 20px;
	margin-right: 20px;
	Position: relative;
}

#wrapper2 {
	margin-left: 20px;
	margin-right: 20px;
}

#img {
    position: relative;
	z-index: 1;		
}

.img_figure {
	float: left;
	margin: 5px;
	margin-left: 0px;
	border: 1px solid #000;
	padding: 2px;
}

#navbar {
	height: 34px;
	background-color: #FFFFFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 4px;
}

#bottombar {
	height: 40px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	border-top: 1px solid #000;
}

.stretch {   
    padding: 0px;
	margin: 0px;
	width: 100%;	
    height: auto;
	z-index: 1;		
}

.banner {   
    padding: 0px;
	margin: 0px;
	background-image: url(images/banner1_copy.gif);
	background-repeat: repeat-x;	
    height: 100px;
	z-index: 1;		
	margin-bottom: 3px;
}

.page_content {
	padding-bottom: 3%;
}

/* Navigation Bar Properties */

ul.nava {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 0px;
	list-style: none;
	float: left;
}	
	
ul.nava li {
	float: left;	
}

ul.nava a {
	width: 7em;
	display: block;
	border-top: 1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 1px solid #000;
	padding: 5px;
	margin-right: 3px;
	background-color: #0020CC;
	text-align: center;	
}

ul.navb {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 0px;
	list-style: none;
	float: right;
}

ul.navb li {
	float: right;
}

ul.navb a {
	width: 8em;
	display: block;
	border-top: 1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 1px solid #000;
	padding: 5px;
	margin-right: 0px;
	background-color: #0020CC;
	text-align: center;
}

/* Bottom Bar Properties */

ul.contact {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 0px;
	list-style: none;
	float:left;
	
}	
	
ul.contact li {
	float: left;	
}

ul.contact a {
	width: 7em;
	display: inline;
	padding: 5px;
	margin-right: 3px;
	text-align: center;
	vertical-align: center;	
}

/* Contact Us Page Form */

.form {
	margin: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	width: 40em;
	position: inherit;
}

.label {
	float: left;
	width: 15em;
	text-align: right;
	clear: left;
	margin-right: 15px;
}

.submit {
	padding-left: 15em;
}