/***************STRUCTURE***************************/
/*Reset*/
* {
margin:0;
padding:0;
}

body {
	min-width:780px;
	background-color: #000000;
	background-image:url(/images/ws_Blue_lights_1280x800.jpg);
 	background-position: top center;
 	background-repeat: no-repeat; 

}
/* Absolute positioned header for all browsers*/
#header-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:6em;
	white-space:nowrap;
}
/* Reset header position to fixed for real browsers such as Firefox*/
body>#header-wrapper {
	position:fixed;
}

#header {
	height:6em;
	width:900px;
	margin:0 auto;
	white-space:nowrap;
}

#content-wrapper {
    padding:6em 0 0 0;
	margin-left:0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	margin-top:37px;
	margin-bottom:0px;

}

body>#content-wrapper {
	margin-left:0;
}

#content {
	width:900px;
	margin:0 auto;
	margin-top:20px;
}

#footer-wrapper {
	width:100%;
	p\osition:relative;
	bottom:0;
	left:0;
	margin:0;
	background:#142828;
}

body>#footer-wrapper {
	position:fixed;
}

#footer {
	width:900px;
	margin:0 auto;
	background:#142828;
}



body>#footer-wrapper {
	position:fixed;
}


/*Global navigation*/




/***************STYLE***************************/
body,
html{
	font-family:'Century Gothic', Trebuchet MS.Arial, Helvetica, sans-serif;
	color:#000;font-family:'Century Gothic', Trebuchet MS,Arial, Helvetica, sans-serif;
	
	
}

#header {
	
	}
#footer {
	background:#142828;
	color:#fff;

	
}

#content {
	
	/*background:#fff;
	color:#000;*/
}







#content a:link, #content a { 
	text-decoration:none;
	/*
	font-weight:bold;
	font-family:"Century Gothic",verdana,arial,sans-serif;
	font-size:0.9em;*/
}
#content a:visited {
   text-decoration:none;
    /*color:#660000;*/
}
#content a:hover {
    text-decoration:none;
	/*color:#660000;*/
}
#content a:active {
	
	text-decoration:none;
	/*color:red;*/	
}
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 0px 2px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}

.searchform input {
	font: normal 11px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 5px 2px 2px 2px;
	width: 132px;
	border: solid 1px #bcbbbb;
	outline: none;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}


.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */

	
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(/images/search_btn.gif) no-repeat top right;
}
.search button.btn:hover {
	background: #fbc900 url(/images/search_btn.gif) no-repeat bottom right;
}
