/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	background: #70635b url(images/bkg_5.jpg) repeat-y center center;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
html, body {height: 100%;}
h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #111;
}
h2.title{
	padding:0px 0 0 0;
	margin:0px 0 5px 0;
	font-weight:lighter;
}
h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #111;
}

img {
	border: 0px solid #666;
	margin:5px;
}
img.noBorder{
	border:none;
}
img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0px 0px 15px;
}

hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 0px;
	background: url(images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 15px0 15px 0;
	background: #fff;
	text-align:left;
}


.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 800px;
	height: 264px;
	margin: 0 auto;
	background: #fff url(images/eye_bkg_wlogo2.jpg) no-repeat 0px 0px;
	z-index:0;
	position:relative;
}
#logo .flash{
	position:absolute;
	z-index:0;

}
.overFlash{
	position:absolute;
	z-index:999;
}
#logo h1 {
	padding:10px;
	width: 100px;
	font-size:1.3em;
	color:#FFFFFF;
	text-align:center;
	font-weight:lighter;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #ccc;
}

/* Page */

#page {
	width: 800px;
	margin: 0px auto;
	background: #fff;
	position:relative;
	z-index:999;
	border:0px solid;
	
}

/* Content */

#content {
	float: right;
	width: 560px;
	padding: 20px 10px;
	padding-top:0px;
	margin-top:0px;
	border:0px solid;
}

#welcome {
	padding-bottom: 20px;
	position:relative;

}

#welcome h1{
	position:absolute;
	margin-top:-160px;
	font-size:1.3em;
	color:#ddd;
	text-align:left;
	font-weight:lighter;
	border: 0px solid;
}
#welcome h2{
	font-size:1.3em;
}
#welcome img.right{
	margin: 0 0 20px 20px;
	border:1px solid;
}
#olist {
	clear: left;
	float: left;
	width: 230px;
}

#ulist {
	float: left;
	width: 230px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	padding: 20px 20px 20px 10px;
	padding-top:0px;
	margin-top:0px;
	position:relative;
	border:0px solid;
}

#sidebar img{
	padding:0px;
	margin:0px;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 155px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(images/img08_2.jpg) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}
#menu a:hover {
	background: url(images/img08_gray.jpg) no-repeat 10px 50%;
}

#menu a:hover {
	background-color: #ddd;
}

#menu ul li ul.second{
float:left;
}
#menu ul li ul.second li{
	padding:0 0 0 0px;
}
#menu ul li ul.second a{
	width: 145px;
	padding: 7px 10px 7px 35px;
	background:none;
}
#menu ul li ul.second a:hover {
	background-color: #efefef;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	line-height:0;
	visibility:hidden; 
} 
.clearfix {
	display:inline-block;
	height:0;
	line-height:0;
	clear:both;
} 
/* Hide from IE Mac \*/ 
.clearfix {
	display:block;
} 
/* End hide from IE Mac */
