@charset "utf-8";

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrapper {height: 100%;}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
} 
#wrapper {
	width:780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30;
	margin-left: auto;
}
#topMenu {
	background-image: url(../images/headerMenubg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	color:#FFFFFF;
	padding-right:10px;
	padding-top:5px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#topMenu ul {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}
#topMenu li {
	list-style-type: none;
	display: block;
	float: right;
	clear: none;
	text-align: left;
    position: static;
	margin-left:20px;
}
#topMenu a{
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
}
#topMenu a:hover{
	text-decoration:underline;

}
#menu {
	background-color: #00689a;
	height: 20px;
	width: 100%;
	position: relative;
	float: none;
	padding-top:4px;
}
#content {
	padding: 10px; 
	margin-bottom: 30px;
	min-height:300px;
}
#content li  {
	margin-left:20px;
	}
#footer {
	background-color: #283d52;
	background-image: url(../images/footerBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 20px;
	padding: 10px;
}
/*#footer {position: relative;
	margin-top: -100px; /* negative value of footer height 
	clear:both;} */
	
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#search {
	float: right;
	display: block;
	margin-top: 89px;
	margin-right: 20px;
	background-image: url(../images/searchBG.jpg);
	height: 23px;
	width: 180px;
	padding-left:20px;
}

#cse-search-box form{
width: 208px;
}
#cse-search-box input{
background: url(../images/srchBoxBG.jpg) no-repeat;
width: 126px;
height: 14px;
float: left;
padding: 1px 3px 1px 4px;
border: 0;
margin-right: 3px;
font-size: 10px;
margin-top:5px; 
color:#bdbdbd;
margin-left:5px;
}

#cse-search-box button{
background: url(../images/srchBTN.png) 0px 0px  no-repeat;
width: 19px; height: 19px;
cursor: pointer; float: left; border: 0; margin-top: 3px;
}
