/* CSS Document */

/*html, body, #wrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

html>body, html>body #wrapper {
    height: auto;
}*/

body {
	width: 100%;
    height: 100%;
	margin: 0px;
	padding:0px;
	background-color:#FFF;
}

#wrapper {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	background-color:#FFF;
	margin:0px;
}

#header {
    height:394px;
	margin:0px;
	padding:0px;
	background-color:#4d5262;
	
}

#nav {
	min-width:1000px;
	height:20px;
	background-color:#FFCC00;
	border-top: 1px solid white;
	margin:0px;
	}
	
#nav ul{
	margin:0px 0px 0px 30px;
	padding:0px;
	vertical-align:middle;
	}	

#nav li{
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
	padding-right:5px;
	margin:0px;
	font-size: 12px;
	}

#nav a:link,
#nav a:active,
#nav a:visited  {
	color:#000;
	text-decoration:none;
}


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

#nav1 {
	float:left;
	}

#nav1 ul{
	margin:0px 0px 0px 30px;
	padding:0px;
	vertical-align:middle;
	}

#nav2 {
	float:right;
	}
	
#nav2 ul{
	margin:0px 10px 0px 0px;
	padding:0px;
	vertical-align:middle;
	}
	
.selected {
	font-weight: bold;
}	

#contentWrapper {
	width:735px;
	margin-top:20px;
	margin-left:30px;
	}

#contentLeft {
	float:left;
	width: 330px;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
#contentLeft p {
	margin-top:0px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	font-weight: normal;
	}	

#contentLeft h1 {
	width:225px;
	height:14px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333;
	display: block;
	text-indent:10px;
	}

#contentLeft ul {
	margin:0px;
	padding:0px;
	}
	
#contentLeft li {
	width:225px;
	height:20px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	list-style-position:inside;
	list-style-image: url(images/bullet.gif);
	text-indent:5px;
	}

#contentLeft a:link,
#contentLeft a:active,
#contentLeft a:visited  {
	color:#000;
	text-decoration:none;
}

#contentLeft a:hover {
	color:#000;
	background-color:#FFCC00;
	text-decoration:none;
}

#content {
	float:right;
	width:390px;
	margin-bottom:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	font-weight: normal;
	overflow: visible;
	}

#content p {
	margin-top:10px;
	}

#content blockquote {
	font-style: italic;
	margin-left:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;	
	}

#content address {
	line-height:17px;
	font-style:normal;
	font-size:inherit;
	margin-top:5px;
	}

#content h1 {
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
	}
	
#content h2 {
	width:330px;
	height:14px;
	margin-top:15px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color:#FFCC00;
	display: block;
	text-indent:10px;
	}

#content h3 {
	margin-top:20px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	font-weight:bold;
	border-top:1px solid #FFCC00;
	border-bottom:6px solid #FFCC00;
	
	}
	
#content h4 {
	margin-top:20px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #FFCC00;
	
	}

#content h5 {
	width:327px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-bottom:5px;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #FFCC00;
	}	
		
#content ol {
	font-size:100%;
	}
		
#content li {
	margin-bottom:5px;
	}
	
#content a:link,
#content a:active,
#content a:visited  {
	color:#000;
	text-decoration:underline;
	}

#content a:hover {
	color:#000;
	background-color:#FFCC00;
	text-decoration:underline;
}	

#logo {
	position:absolute;
	top:435px;
	left:822px;
	width:150px;
	margin: 0px;
	padding: 0px;
	}
#logo img {
	border:none;
	}
	
#footer {
	clear:both;
	min-width:960px;
	height:30px;
	margin-top:30px;
	margin-right:30px;
	margin-left:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;	
	}

#footer a:link, a:active, a:visited  {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration:underline;
}

.left {
	float:left;
	}
	 
.right {
	float:right;
	}

p { 
	margin:0px;
	padding:0px;
	}

.join {
	border:none;
	margin-top:20px;
	}


/* SLIMBOX ************************************/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


