﻿@charset "UTF-8";

/* main html elements + wrapper*/
html {}
body { background: url(../images/bg.png) repeat-y center; margin: 0px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; }
h1 { font-size: 16px; color: #093 ; margin-top: 0px; }
h2 {}
h3 {}
a, a:active { color: #0C0 ; text-decoration: none; border:none; }
a:hover { text-decoration: underline; }
#wrapper { width: 810px; margin: auto; }
/* header elements */
#header { margin-top: 10px; }
	#logo { margin-left: 20px; border:none; }
	#nav_con { background: url(../images/head.gif) no-repeat yellow; height: 138px; padding: 14px 0px; display: none; }
		#menus { position: relative; background: url(../images/banners.png) no-repeat; height: 100px; width: 775px; height: 132px; margin: auto; padding-left: 13px; }
			#menus ul { height:132px; list-style-type: none; padding: 0px; margin: 0px; }
				#menus li { float: left; width: 152px; height: 48.5px; margin: -2px 3px 0px 0px; }
					#menus a , #menus a:active { display: block; height: 49px; background: url(../images/btn.png) no-repeat; text-decoration: none; font-weight: bold; color: grey; }
					#menus a:hover { background-position: 0px -48.5px; text-decoration: none; color: #666666; }
					#menus a.hide { background: none; color: white; }
						#menus p { margin: 0px; padding: 10px; font-size: 13px; }
			#drop_links { position: absolute; top: 65px; left: 335px; }
				#drop_links ul { height: 50px; }
					#drop_links li { float: none; height: 20px; }
						#drop_links a, #drop_links a:active { color:white; background: none; height: 20px; width: 150px; }
						#drop_links a:hover { color: grey; }
/* body elements */
#body { position: relative; padding: 25px 45px 10px 45px; margin-top: 20px; display: none; }
	#content { position: relative; width: 730px; text-align: left;  }
	 #content_left { width: 470px; float: left; }
	 #content_right { width: 220px; float: right; }
	 		#content_right ul { margin: 0px; padding: 0px; list-style-type: none; }
			#content_right li { margin-bottom: 25px; }
	 
	 #content_left1 { width: 750px; float: left; margin-left: -15px; }

		 #content_right1 { width: 200px; float: right; }
		#content_right1 ul { margin: 0px; padding: 0px; list-style-type: circle; }
			#content_right1 li { margin-bottom: 15px; }
/* footer elements */
#footer {
	position: float;
	width: 100%;
	height: 50px;
	background-color; white;
}