@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	color: #09F;
}
h1 {
	font-size: 28px;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}


a img,:link img,:visited img { border:none }

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
}
a:link {
	color: #9C3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


#content ul {
	list-style-type: square;
	list-style-position: outside;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	margin-left: 20px;
	list-style-image: url(../img/bullet.gif);
}

#content li {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-top: 15px;
	padding-bottom: 15px;
}

#main {
	overflow:auto;
	padding-bottom: 45px;
	margin-left: 75px;
	padding-top: 50px;
	width: 821px;
}  /* must be same height as the footer */

#menu_wrapper ul {
	list-style-type: none;
	margin-left: 20px;
}
#menu_wrapper ul li {
	margin-bottom: 20px;
}
#menu_wrapper ul li a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #676767;
}
#menu_wrapper ul li a:hover {
	color: #FFF;
	background-color: #9c3;
}


#footer {
	position: relative;
	margin-top: -45px; /* negative value of footer height */
	height: 25px;
	clear:both;
	visibility: visible;
	margin-left: 75px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: justify;
	padding-top: 20px;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#content {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #c6c6c6;
	float: left;
	width: 600px;
	padding-right: 20px;
	min-height: 100%;
	padding-bottom: 15px;
}
#logo_wrapper {
	margin-bottom: 25px;
}
#menu_wrapper {
	width: 200px;
	left: 700px;
	bottom: 0px;
	float: right;
	height: 100%;
}
#visual_wrapper {
	height: 300px;
	margin-bottom: 25px;
}
