

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 88%;
	color: #333333;
	background-color: white;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left 30px;
}

#all{
	width:100%;
	margin: 0 auto;
	background-image: url(images/bg01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#complett{
	width:1024px;
	margin: 0 auto;

}

#wrapper-top {
	height:30px;
	
	

}


/* Set the page width */
 #wrapper-content, #wrapper-footer {
	width: 1024px;
	text-align: left;

}

#wrapper-menu-top {
    width: 1024px;
	height : 28px;
	
	z-index: 20;
	
	
}

#navigation {
	
	
	margin-left: 10px;
	
}


#navigation li {
	
	float: left;
	list-style-type:none;
	white-space:nowrap;
	display: inline;
	position: relative;
}
* html #navigation a {width:1%;}
#navigation li a {
	float: left;
	background:url(images/menuleft.png) no-repeat left -42px;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
	display:block;
}

#navigation li a span {
	background: transparent url(images/menuright.png) no-repeat right -42px;
	padding:5px 15px 4px 6px;
	color:#006699;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #navigation li a:hover { background-position:0% -0px; }
 #navigation li a:hover span {	background-position:100% -0px; }
 
 
 
 /* Navigation for drop downs*/

	ul li#bypass {
		display: none;
	}


#navigation ul {
	height : 28px;  	/*you will also need to change #navigation a padding and #navigation li ul margin-top*/
	width : 700px;
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 95%;
	float: left;
	
}




#navigation li ul {
	list-style-type	: none;
	position: absolute;
	margin-left:0px;
	margin-top:18px;
	left:0px;
	top:0px;
	
	display			: none;
	width			: 190px;
	height			: 25px;
	
	
	}
		
#navigation li ul ul{
	list-style-type	: none;
	position: absolute;
	margin-left:195px;
    margin-top:-5px;

	}
		
		
#navigation li li {


	height			: 25px;
	background-image: url(images/submenu.png);
	background-repeat: x-repeat;
	background-position: right -28px;	
	
}
		
	#navigation li li a {
	display:block;
	width			: 190px;
	font-size:1em;
	font-weight:normal;
	text-transform:none;  /*transformed text to uppercase */
	text-decoration:none;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 2px;
	background-image: none;
	
		}
		
		#navigation li li a:hover , #navigation li li a:focus  {
	width			: 190px;
	font-weight:bold;	
	background-image: url(images/submenu.png);
	background-repeat: x-repeat;
	background-position: right 0px;	
	    color: #000000;
		
		}
		
		
		
	
 #navigation li li a span {
	
	background-image: none;
}
		
		
		
		#navigation li ul .sel a, #navigation li ul  a:active{
		
		
	    color: #000099;
		
		}
		#navigation a:hover, #navigation a:focus {
	
	   
        color: #999900;
		}
		
		#navigation .sel a {
	color: #666666;

	font-weight:bold;
	
		}
	



		#navigation a:active {
	  color: #666666;
		
        
		}
 
 
 
 
 
 



#header {
	background-image: url(images/slideshow_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper-header1 {
position: relative;
	
margin-left:-1px;
	height: 192px;
	width	:973px;
	background-image: url(images/slideshow_1.jpg);
	background-repeat: no-repeat;
	background-position: -1px top;
}



/*#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
}*/

#wrapper-content {
	position: relative;
	
	top: -42px;
	
	width:973px;	
	
}



#content {
    width:680px;
	text-align: left;
	float:left;
	margin-top: 10px;
    margin-bottom: 10px;
	margin-left: 25px;
	
	
	

}

#rightblock {
	width:200px;
	height:auto;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 11px;
	line-height: normal;
	color: #666666;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}



.wetextinput{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5b8fbe;
	height: 15px;
	width: 173px;
	border: 1px solid #5b8fbe;
	margin-bottom: 10px;
	
}



#wrapper-footer {
	text-align: center;
	font-size: 80%;
	color:#888;
	width: 1024px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 20px;
}

#footer  {
	border-top: 1px solid #ccc;
	clear: both;
	padding-top: 20;
	padding-bottom: 20;
	left: auto;
	right: auto;
        
}

#footer a:link, #footer a:visited{ color: #888;}
#footer a:hover{ color: #666; text-decoration: none; }

h2 {text-align:left;
	font-size: 120%;
	
}
h3 {text-align:left;
	font-size: 120%;
	
}

a:link, a:visited { color:  #5b8fbe; text-decoration: none; }
a:hover{ color: blue; text-decoration: none; }

iframe {
	width: 700px;
	clear: left;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;	
}
