

/******** General tags ********/
body{
font:76% Verdana,Tahoma,Arial,sans-serif;
background: #9fc5c5;
color:#000000;
line-height:1.2em;
margin:0 auto;
padding:0;
}


a{
color: #ffffff;
font-weight:bold;
text-decoration: underline;}

a:hover{text-decoration:underline;
color: #5d5c6f}
a img{border:0;}

p{margin:0 0 18px 10px;}
ul,ol,dl{font-size:.9em; margin:2px 0 16px 35px;}
ul ul,ol ol{margin:4px 0 4px 35px;}

h1{
font-size:3.2em;

margin:0 0 30px 25px;
color:#010101;
}

h1 a{text-transform:none; color:#4088b8;}

h2{
font-size:1.4em;
color:#010101;
border-bottom:4px solid #dadada;
padding:0 2px 2px 5px;
margin:0 0 10px 0;
letter-spacing:-1px;
}

h3{
font-size:1.2em;
font-weight:bold;
color:#010101;
border-bottom:1px solid #dadada;
margin:10px 0 8px 0;
padding:1px 2px 2px 3px;
}

blockquote{
font-size:0.9em;
border:1px solid #dadada;
margin:20px 10px;
padding:8px;
}

/******** Main wrap ********/
#wrap{
color:#404040;
width:760px;
margin:10px auto;
padding:0;
}

#header{margin:0;}

#header a{
color: #0505ff;}

#slogan{
font-size:1.5em;
color:#010101;
font-weight:bold;
letter-spacing:-1px;
margin:15px 0px 20px 35px;
line-height:1.2em;
}

/******** sidebar ********/
#sidebar{
float:left;
width:185px;
margin:0 0 5px 0;
padding:1px 0 0 0;
background-color: #9f4f5e;
color:#ffffff;
}

#sidebar p{
margin:0 0 18px 0;}
#sidebar ul{
list-style:none;
font-size:0.9em;
margin:0;
padding:0 0 15px 10px;
}

#sidebar li{
list-style:none;
margin:0 0 4px 0;
padding:0;
}

#sidebar li a{
font-size:1.2em;
font-weight:bold;
padding:2px;
}

#sidebar ul ul{
margin:4px 0 3px 15px;
line-height:1.2em;
padding:0;
}

#sidebar ul ul li a{font-weight:normal;}
#sidebar h2{margin:3px 0px 8px 0px;}

/******** Content variations ********/
#content{
line-height:1.5em;
width:545px;
float:right;
text-align:left;
margin:0;
padding:0;
color:#000000;}

#content a{
color: #0505ff;}



#content h3, {margin:10px 0 8px;}

/******** Footer ********/
#footer{
clear:both;
text-align:right;
color: #5b5b5b;
font-size:0.9em;
border-top:4px solid #dadada;
margin:0 auto;
padding:8px 0;
line-height:1.6em;
}

#footer p{margin:0; padding:0;}
#footer a{color:#0067f1;}

/******** Various classes ********/
.box{
color:#ffffff;
font-size:0.9em;
background-color:#4088b8;
border:1px solid #c8c8c8;
line-height:1.3em;
padding:5px 5px 5px 8px;
}

.box a{color:#f0f0f0;}
.left{float:left; margin:0 15px 4px 0;}
.right{float:right; margin:0 0 4px 15px;}
.textright{text-align:right;}
.readmore{text-align:right; margin:-10px 10px 12px 0;}

.center{text-align:center;}
.blue{color:#4088b8;}
.big{font-size:1.3em;}
.small{font-size:0.8em;}
.bold{font-weight:bold;}

.clear{clear:both;}
.hide{display:none;}
.fade{color:#c8c8c8;}
.gray{color:#808080;}

.photo{
border:1px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 18px 2px 5px;
}

/* Lightbox popup */

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 55%;
	height: 50%;
	padding: 16px;
	border: 16px solid #9f4f5e;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
 

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=70);
		}
		
.white_content2 {
	display: none;
	position: absolute;
	top: 250px;
	left: 25%;
	width: 55%;
	height: 50%;
	padding: 16px;
	border: 16px solid #9f4f5e;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
 

.black_overlay2 {
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=70);
		}		

.white_content3 {
	display: none;
	position: absolute;
	top: 650px;
	left: 20%;
	width: 60%;
	height: 50%;
	padding: 16px;
	border: 16px solid #9f4f5e;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
 

.black_overlay3{
			display: none;
			position: absolute;
			top: 400px;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=70);
		}
		
#noscript {
	font-size:16px;
	font-weight: bold;
	color: #FF0000;
	position: absolute;
	top: 125px;
	left: 46%; }		
