@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;}

#outercontainer{
	width:800px;
	height:auto;
	margin: 0 auto 0 auto;
	background:url(img/background.jpg) no-repeat;}

#topbox{
	position:relative;
	width:800px;
	height:301px;}

#menubox{
	position:absolute;
	padding:0 0 3px 0;
	height:20px;
	width:500px;
	right:5px;
	top:72px;
	cursor:pointer;}

#bottombox{
	position:relative;
	width:800px;
	height:400px;}

#bottomlogo{
	position:absolute;
	right:0;
	bottom:0;
	height:109px;
	width:202px;
	background:url(img/bottom_logo.jpg) no-repeat;}

#footer{
	width:800px;
	height:80px;
	text-align:left;}

.style2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;}
	
.style3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align:center;}

.style4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:center;}
	
.style5{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;}

.style6{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#FFFFFF;}

.style7{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;}

.style8{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;}

.clear{
	clear:both;}

/* MENU */


#cssdropdown, #cssdropdown ul {
	padding:0;
	margin:0;
	list-style:none;}

#cssdropdown li {
	float: left;
	position: relative;}

.mainitems{}

.mainitems a{
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
	color:#000000;}

.subuls{
	display: none;
	width: auto;
	position: absolute;
	top: 1.2em;
	left: 0;
	background:#ffffff;
	border:1px #4390de solid;
	z-index:0;}

.subuls li{
	width: 100%;
	margin:5px;}

.subuls li a{
	text-decoration: none;}

.subuls li a:hover{
	text-decoration:underline;}

#cssdropdown li ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 16px;
	left: 0;}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;}

#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;}
