﻿body {
	background:#2c4666 url('repeat.jpg') repeat-x;
	margin:0;
	padding:0;
}
#background {
	background-image:url('bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:0;
	margin-top:0;
	min-height:1000px;
	height:auto !important;
	height:1000px;
	width:100%;
}
#header {
	text-align:right;
}
#header h1 {
	margin-top:200px;
}
#header img {
	margin-right:10px;
}
.work {
	background-image:url('white_25.png');
	padding-top:10px;
	height:255px;
	float:left;
	margin-bottom:20px;
}
.description {
	text-align:right;
}
#footer {
	text-align:center;
	color:#fff;
	font-size:0.9em;
	padding-bottom:10px;
}
#menu {
	height: 73px;
	line-height: 73px;
	font-size:1.2em;
}
#menu a:hover {
	text-decoration:none;
	color:#000;
}

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #2e4554;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #fff; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
#menu li#active a {
	color:#000;
	border-bottom: 3px solid #000; /*bottom border is 3px*/
}

.zemContactForm fieldset {
   border: none;
   }
.zemContactForm legend {
   padding: 0.5em 10px 0.5em 0;
   width: 60px;
   font-size:1.3em;
   font-weight:bold;
   }
.zemContactForm label {
   float: left;
   width: 60px;
   margin: 0.3em 10px 0 0;
   text-align: right;
   }
.zemContactForm br {
   clear: left;
   }
.zemContactForm .zemSubmit {
   margin: 0.5em 0 0 70px;
   }
.tla {
	font-size: 0.8em;
	display: inline;
	color: #666;
	padding-left:15px;
}  
.tla a {
	color: #666;
}
.tla ul {
	display: inline;
	padding-top:25px;
}  
.tla li {
	display: inline;
	list-style: none;
}
#thumbs ul, #thumbs li {
	display:inline;
	padding: 5px;
	margin: 0px;
}

