/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(images/top_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#E2E3E5;
	}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
li {
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	height: 308px;
}
.header-images {
	height: 232px;
	width: 474px;
	float: left;
	position: relative;
}
.top-menu {
	float: right;
	width: 406px;
	height: 232px;
	background-image: url(images/menu_bg.gif);
}
.top-menu ul {
	margin-top: 10px;
}
.top-menu ul li {
	background-image:url(images/menu_arrow.gif);
	background-repeat:no-repeat;
	list-style-type: none;
	background-position:left;
	padding: 2px 0 5px 15px;
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:21px;
	margin-bottom:6px;
	color: #fff;
	border-bottom: solid 1px #999;
	width: 250px;
	margin-left: 45px;
}
.top-menu ul li a {
	color: #fff;
	text-decoration: none;
}
.top-menu ul li a:hover {
	color:#900;
	text-decoration: underline;
}
.logo {
	background-image:url(images/logo.png);
	height: 76px;
	background-position: top center;
	background-repeat: no-repeat;
}
h2 {
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	margin-top: 0px;
}

#content-area {
	float: left;
	positon: relative;
	padding: 20px 10px 10px 10px;
	width: 860px;
	background-color: #fff;
}
#content-area-gallery {
	float: left;
	positon: relative;
	padding: 20px 10px 10px 10px;
	width: 860px;
	background-color: #fff;
}
#content-area-gallery img {
	text-align: center;
	padding: 3px;
	border: solid 2px #900;
}
h4 {
	color: #900;
	font-style:italic;
}
#content-area h3,#content-area-gallery {
	font-size: 16px;
	color:#09C;
	margin-top: 0px;
}
#content-area img.thumb {
	width: 150px;
	border: solid 1px #900;
	padding: 2px;
	margin: 5px;
}
#content-area li {
	font-size: 14px;
	line-height: 21px;
	padding-bottom:5px;
}
.dividor {
	height: 3px;
	background-color:#999;
}
.left-side {
	width: 280px;
	float: left;
	position: relative;
	text-align: center;
}
.left-side img {
	padding: 2px;
	border: solid 2px #900;
}
.left-pic {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: solid 2px #900;
}
.right-pic {
	float: right;
	margin-left: 10px;
	padding: 2px;
	border: solid 2px #900;
}
.left-side h3 {
	text-align: center;
	font-size :16px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 25px;
	margin-bottom: 5px;
}
.right-side {
	width: 565px;
	margin-left: 15px;
	float: left;
}
.right-side p {
	font-family:Arial, Helvetica, sans-serif;
}
.disclaimer {
	font-size: 12px;
	font-style:italic;
}
#bottom-content {
	clear: both;
	margin-top: 15px;
}
.contact-info {
	width: 280px;
	float: left;	
}
.contact-info h4 {
	font-size: 16px;
	color: #900;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
.bottom-projects {
	float: left;
	width: 565px;
	margin-left: 15px;
}
.project {
	width: 180px;
	margin-right: 10px;
	float: left;
}
.project-no-margin {
	width: 180px;
	float: left;
}
.project img {
	border: 1px solid #900;
	padding: 1px;
}
.project-no-margin img {
	border: 1px solid #900;
	padding: 1px;
}
.project h4,.project-no-margin h4  {
	font-size: 14px;
	text-align: center;
	color: #900;
	margin-top: 5px;
	margin-bottom: 0px;
}
.project p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}
.project-no-margin p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}
#footer {
	clear: both;
	margin-top: 10px;
	text-align: right;
	border-top: solid 1px #666;
}
.bottom-menu ul {
	display: inline;
}
.bottom-menu ul li {
	display: inline;
	font-size: 13px;
	text-align: right;
}
.bottom-menu ul li a {
	padding: 0 0 0 15px;
	color:#000;
	text-decoration: none;
	}
.bottom-menu ul li a:hover {
	color:#900;
	text-decoration: underline;
}	
.copyright {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 8px;
}
.copyright a{
	color:#000;
	text-decoration: none;
}
.copyright a:hover {
	color:#900;
	text-decoration: underline;
}
form {
	float: left;
	width:400px;
	margin-left: 50px;
}
label {
	width: 100px;
	float: left;
	position: relative;
	height: 24px;
	margin-bottom: 5px;
}
input {
	float: left;
	position: relative;
	width: 200px;
	height: 22px;
	padding: 1px;
	margin-bottom: 5px;
}
input#button {
	width: 125px;
	margin-top: 5px;
}
input.hidden {
	width: 100px;
	display: block;
}

