﻿
body {
	background-color: #778899;
	color: black;
	margin: 0;
	padding: 0;
}

#wrapper
{
	
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow-bg.jpg);
	background-repeat: repeat-y;
}

#main
{
	padding: 0px 20px 20px 20px;
	background-image:  url(images/shadow-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#header
{
	border: 2px solid #778899;
	height: 205px;
	
}

#header .logo
{
	float: left;
	width: 198px;
	margin-left: 36px;
	margin-top: 1px;
	
}

#header .slogan
{
	float: right;
	width: 421px;
	text-align: right;
	margin-right: 3px;
	margin-top: 2px;
}

#menu
{
	float: left;
	width: 100%;
	background: #DAE0D2 url("images/bg.gif") repeat-x bottom;
	font-size: 93%;
	line-height: normal;
	
}

#menu ul
{
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

#menu li
{
	float: left;
	background: url("images/norm_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}

#menu a
{
	float: left;
	display: block;
	background: url("images/norm_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
}
/*Commented Backslash Heck hides rule from IE5-Mac\*/
#header a{float:none;}
/*End of IE5-Mac hack*/


#menu li:hover
{
	background-image: url("images/norm_left_on.gif");
}

#menu a:hover
{
	background-image: url("images/norm_right_on.gif");
	padding-bottom: 5px;
}

#login
{
	width: 98%;
	height: 35px;
	text-align:right;
	padding: 10px;
}

#search
{
	float: left;
	width: 300px;
	height: 440px;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #F2EFE9;
	
}

#innerSearch
{
	
	z-index: 1002;
	width: 260px;
	height: 400px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: white;
}

.event
{
	
	z-index: 1003;
	width: 230px;
	height: 50px;
	top: 20px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: White;
		
}

#searchCompany
{
	
	
}

#searchNewsLetter
{
	height:35px;
	width:240px;
	margin-left:20px;
	margin-top: 10px;
	vertical-align:middle;
}

#siteMeter
{
	height: 25px;
	width: 100px;
	margin-left: 20px;
	margin-top: 10px;
	vertical-align: middle;
}

#contact-form
{
	width: 400px;
	float: left;
	margin-top: 30px;
}

#contact-error
{
	width: 250px;
	float:right;
	margin-top: 30px;
	margin-bottom: 20px;  
    border: 1px solid #efefef;
	color:red;
}

#error{  
    margin-bottom: 20px;  
    border: 1px solid #efefef;  
 }  
#contact-error ul{  
    list-style: square;  
    padding: 5px;  
    font-size: 11px;  
}  
#contact-error ul li{  
    list-style-position: inside;  
    line-height: 1.6em;  
}  
#contact-error ul li strong{  
    color: #e46c6d;  
}  
#contact-error.valid ul li strong{  
    color: #93d72e;  
}  

#apply-form {
	width: 650px;
	float: left;
	margin-top: 30px;
	margin-left: 60px;
	
}

#companyRight
{
	float: right;
	width: 300px;
	margin-left: 30px;
	margin-top: 20px;
}

#companyLeft
{
	float: left;
	width: 325px ;
	height: 250px;
	margin-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

#descrLeft
{
	float: left;
	width: 325px;
	height: 150px;
	margin-top: 20px;
	margin-left: 20px;
}

#mapHolder
{
	float: right;
	width: 300px;
	height: 300px;
	margin-left: 0px;
	margin-top: 50px;
	padding-right: 10px;
	text-align: left;
}

#contentRight
{
	float:right;
	width: 375px;
	padding-top: 10px;
	text-align:left;
}



#rotator
{
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 20px;
	width: 300px;
}

#contentApply
{
	float: left;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	 	
}

#footer
{
	clear: both;
	width: 100%;
	height: 250px;
	padding-top: 30px;
	vertical-align: bottom;
}

#footer .disclaimer
{
	float: left;
	width: 430px;
	margin-left: 3px;
	margin-top: 160px;
	vertical-align: bottom;
	color: black;
	font-size:12px
}

#footer .copyright
{
	float: right;
	width: 280px;
	text-align: right;
	margin-right: 3px;
	margin-top: 225px;
	color: black;
}

fieldset
{
	float:left;
	clear:left;
	width: 80%;
	margin: 15px 1.5em 1.5em 25px;
	padding: 0 ; 
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

input.submit
{
	float: none;
	width: auto;
	border-style: none;
	border: 0 none #FFF;
	padding-left: 10em;
	background: transparent;
}

label
{
	display: block;
}
input.text-input
{
	margin:4px;
	padding:2px 0;
	color:#333;
	background-color: #CCCCCC;

}

textarea.text-input
{
	margin:4px;
	padding:2px 0;
	color:#333;
	background-color: #CCCCCC;
}

/**
 * Auto Complete v2.1
 * June 11, 2009
 * Corey Hart @ http://www.codenothing.com
 *
 * Auto Complete takes input from the user and runs a check through PHP to find what the user
 * is looking for. This test case runs a limited search on words that begin with the letter 'a'.
 */ 
.auto-complete {
	width: 200px;
	margin-top: 0px;
}

.auto-complete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
	width: 250px;
}

.auto-complete li {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	background-color: white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	cursor: pointer;
}

.auto-complete li.select {
	background-color: #c5c5c5;
}
