/* Eric Meyer reset styles v1.0 | 20080212 */

html, body, div, h1, h2, h3, h4, h5, h6, p, 
a, em, img, strong, b, u, i, center,
dl, dt, dd, ol, ul, li, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}


html {height:100%;}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


/*------------- nav ----------------- */

#nav  {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	vertical-align: baseline;
}

#nav ul {
	list-style-type: none;
	color:#333333;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 75px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
}
#nav ul li {
	text-decoration: none;
	color: #0099cc;
	height: 23px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
}
#nav ul li a {
	text-decoration: none;
	display: block;
	color: #666666;
	height: 23px;
}
#nav ul li a:link {
	text-decoration: none;
	color: #666666;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #CCCCCC;
}


/*------------- layout ----------------- */



#wrapper {
	width: 850px;
	padding: 0px;
	margin: 25px 0px 0px 35px;
	position: relative;
}
#header {
	width: 100%;
	height: 100%;
}

#header img{
	text-decoration: none;
	height: 170px;
	width: 190px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}


#leftCol {
	width: 190px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#rightCol {
	float: left;
	width: 600px;
	margin: 0px;
	position: relative;
	padding-top: 15px;
	padding-left: 40px;
	height: 100%;
}


#footer {
	width: 100%;
	position: absolute;
}

#footer p{
	color: #666666;
	text-align: left;
	font: 0.5em/1.6em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-left: 235px;
	padding-top: 15px;
} 

#footer strong{
	color: #09C;
} 

#footer em{
	color: #900;
	font-style: normal;
	font-weight: bold;
} 

#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:link {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #CCCCCC;
}


#clear_both {
	clear: both;
}


/*------------- dropdowm menu ----------------- */



.dropdown {
	display: inline;
	float: left;
	margin-right: 15px;
}

.dropdown dt {
	width:100px;
	padding:0px;
	cursor:pointer;
}

.dropdown dt:hover {}

.dropdown dd {
	overflow:hidden;
	width:100px;
	display:none;
	opacity:0;
}
.dropdown ul {
	list-style:none;
	padding-left: 5px;
	height: 30px;
	padding-top: 8px;
}
.dropdown li {
	display:inline;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 1.4em;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#333;
	text-decoration:none;
	width:90px;
	padding-top: 1px;
}
.dropdown a:hover {color:#000}
.dropdown .underline {}



/*------------- thumbs ----------------- */


#thumbwrapper {
	width:    600px;
	height: 340px;
	padding-top: 140px;
	 }


.thumb {
	width:    100%;
	height: 168px;
	clear: both;
	 }

.thumb a {
	width: 100px;
}

.thumb a:link img {
	border: 2px solid #999999;
}

.thumb a:visited img
 {
	border: 2px solid #006699;
}

.thumb a:hover img
 {
	border: 2px solid #0099CC;
}

.thumb a:active img
 {
	border: 2px solid #0099CC;
}
