/* reset values for browser consistency, thanks to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* generics */

body{
	background: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
    color:#000000;
}

a{
	text-decoration: none;
	outline: none;
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #3299FF;
}


h2{
	color: #000;
	font-size: 1.3em;
	margin: 15px 0 10px 0;
	font-weight: normal;
}

h3{
	color: #000;
	font-size: 1.2em;
	margin: 15px 0 10px 0;
}

p{
	font-size: 1em;
	font-weight: normal;
	color: #333333;
}
img{
	padding: 5px 0 0 0;
}

a img {
	border: 0;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: none;
	border-top: none;
	overflow: hidden;
	background: #ffffff;
}

#header{
	display: none;
}
#logo
{
	visibility: hidden;
}

#members-area a{
	color: #62a5e7;
	padding: 2px 7px;
	background: #FFFFFF;
	text-transform: uppercase;
	float: right;
	margin: 0 20px 0 0; 
}

	#members-area a:hover{
	font-weight: bold;
	}
#banner{

	display : none;
	clear: left;
	overflow: hidden;
	height: 48px;
	padding: 0;
}

	#banner img{
		display : none;
		padding: 0;
	}

#nav-main {
	display: none;
	padding: 0;
	margin: 94px 0 0 20px;
}
#nav-sub{
	display: none;
}

#nav-sub ul{
	background: #ffffff;
	width: 184px;
	float: left;
	padding: 0px 0 0 0px;
	margin: 0;
	border-right: 1px #bbbbbb solid;
	overflow: hidden;
}

	#nav-sub ul li{
		list-style: none;
		background: #E7E7E7;
		clear: left;
		border-bottom: 1px #BBBBBB solid;
	}
	
	#nav-sub li a{
		text-transform: uppercase;
		color: #666666;
		font-weight: bold;
		padding: 10px 0 0 10px;
		line-height: 1.8em;
	}
	
	#nav-sub li a:hover, #nav-sub li a.active{
		color: #000000;
	}
	
	#nav-sub ul li ul{
		padding: 0;
		margin: 0;
	}
	
	#nav-sub ul li ul li{
		list-style: none;
		background: #ffffff;
		padding: 0;
		border-bottom: 1px #d9d9d9 solid;
		border: 1px red solid;
		overflow: hidden;
	}
	
	#nav-sub ul li ul li a{
		text-transform: capitalize;
		color: #666666;
		font-weight: bold;
		
	}
	
	#nav-sub-2 ul li ul li a:hover, #nav-sub-2 ul li ul li a.active{
		color: #000000;
	}
	
	#nav-sub ul li ul li ul{
		padding: 0;
		margin: 0 0 0 10px;
	}
	
	#nav-sub ul li ul li ul li{
		list-style: none;
		background: #ffffff;
		padding: 0;
		border: none;
	}
	
	#nav-sub ul li ul li ul a{
		text-transform: capitalize;
		color: #666666;
		font-weight:normal;
		background: url(../images/design/nav-sub-arrow.gif) no-repeat 0% 70%;
	}
	
	#nav-sub ul li ul li ul li a:hover{
		color: #000000;
	}
	
	#nav-sub ul li ul li ul li a.active{
		color: #000000;
		cursor: default;
	}
	
	#nav-sub ul li ul li ul li ul{
		padding: 0 0 0 10px;
		margin: 0;
		background: #ffffff;
	}
	
	#nav-sub ul li ul li ul li ul li{
		list-style: none;
		background: #ffffff;
		padding: 0;
		border: none;
	}
	
	#nav-sub ul li ul li ul li ul a{
		text-transform: capitalize;
		color: #666666;
		font-weight: normal;
		font-size: 0.9em;
		background: none;
		padding: 0 0 0 15px;
	}
	
	#nav-sub ul li ul li ul li ul li a:hover, #nav-sub ul li ul li ul li ul li a.active{
		color: #000000;
		background: url(../images/design/arrow.jpg) no-repeat 0% 50%;
	}

#content{
	padding: 20px 10px 5px 20px;
	float: right;
	width: 585px;
}

#content-home{
	padding: 20px 30px 5px 20px;
	width: 750px;
	min-height: 442px;
	background: url(../images/design/map-home.jpg) no-repeat top right;
}

	#content-center{
		float: left;
		width: 450px;
	}
	
	#content-right{
		display: none;
		float: right;
		width: 120px;
		overflow: hidden;
	}
	
	#content ul{
		padding: 0;
		margin: 0;
	}
	
	#content li{
		background: url(../images/design/arrow.jpg) no-repeat 0% 50%;
		padding: 0 0 0 20px;
		list-style: none;
		clear: both;
	}
	
	#content a{
		color: #3299FF;
		font-weight: bold;
	}
	
	#content a:hover{
		color: #000000;
		text-decoration: underline;
	}
	
	.image-note{
		background: #E7E7E7;
		font-size: 0.9em;
		padding: 2px 5px;
		float: left;
		
	}
	
select{
		margin: 0 0 20px 0;
		font-size: 0.9em;
	}

.note {
	background: url(../images/design/honey.jpg) no-repeat center left;
	padding: 20px 50px;
}

	.note a {
		padding: 0 10px 0 0;
		text-transform: uppercase;
		font-size: 0.9em;
		font-weight: bold;
		color: #000000;
	}
	
	.note a:hover {
		padding: 0 10px 0 0;
		text-transform: uppercase;
		font-size: 0.9em;
		font-weight: bold;
		color: #62A5E7;
	}

.footer{
	display : none;
	width: 800px;
	margin: 10px auto;
	overflow: hidden;
}

#nav-footer {

	padding: 0;
	width: 300px;
	float: left;
	text-align: left;
	font-size: 0.9em;
}

#nav-footer li{
	display: inline;	
	padding: 0;
	margin: 0;
}

	#nav-footer li a{
		color: #999999;
		padding: 2px 0px 0 10px;
	}
	
	#nav-footer li a:hover{
		color: #000000;
	}
	
	#nav-footer li a.active{
		color: #000000;
		
	}

.footer p{
	width: 400px;
	float: right;
	color: #999999;
	font-size: 0.9em;
	text-align: right;
}

.footer a{
	color: #999999;
}

.footer a:hover{
	color: #000000;
}

