

@charset "UTF-8";
/* CSS Document */

body
{
background-color:#E6E7E8;
background-repeat:no-repeat;
height:auto;
width:100%;
font-family:"Lucida Grande",Arial,Verdana;
font-size:11px;
color:#808080;
padding:0;
margin:0;


}




#centercontainer 
{
	width:920px;
	height:auto;
	margin-left:36px;
	margin-right:auto;
	margin-bottom:0;
	
	float:left;
	
	
}

#header
{
	
	width:290px;
	height:116px;
	margin-left:0;
	margin-right:auto;
	margin-bottom:0;
	float:left;
	
	
	
}

#nav
{
	
	width:290px;
	height:123px;
	margin-top:0;
	margin-left:0;
	margin-right:auto;
	margin-bottom:0;
	float:left;
	
	
}

#nav a 
{
	text-decoration:none;}

#nav a:hover 
{
	text-decoration:underline;
	color:#808080;
	
	}


#quote
{
	
	width:280px;
	height:65px;
	margin-left:0;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:27px;
	float:left;
	
	
}

#sidebar
{
	
	width:290px;
	height:auto;
	margin-left:0;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0;
	float:left;
	position:fixed;
	

	
	
}

#sidebarcontent
{
	
	width:290px;
	height:auto;
	margin-left:0;
	margin-right:auto;
	margin-top:7px;
	margin-bottom:0;

	float:left;
	
	
}

#maincontainer
{
	
	width:605px;
	height:auto;
	margin-left:25px;
	margin-top:116px;
	margin-bottom:0;
	float:right;
	
}

#slidewrapper
{
	
	width:605px;
	height:285px;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	background-color:#666;
	float:left;
	
	
}

p
{
	margin-top:0;
	margin-bottom:7px;
}

ul.links
{
list-style-type:none;
text-align:left;
padding-left:0;
line-height:22px;
margin-top:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
color:#4D4D4D;

}

ul.copy
{
list-style-type:none;
text-align:left;
padding-left:0;
margin-top:10px;
margin-bottom:20px;
line-height:14px;
font-style:italic;
}


h1
{ 
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:300;
font-size:15px;
color:#4D4D4D;
margin-bottom:5px;
}

h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:100;
line-height:25px;
font-style:italic;
margin-top:5px;
margin-bottom:5px;
color:#808080;

}


a
{
text-decoration:none;
color:#4D4D4D;
text-decoration:underline;
}

a:hover
{
color:#999;
}

.hidden
{
display: none;
}

#prev
{
margin-bottom: -50px;
}

#prev img
{
position: relative;
z-index: 2;
cursor: pointer;
}

#next{
margin-bottom: -50px;
float:right;

}

#next img
{
position: relative;
z-index: 2;
cursor: pointer;
}

#p2
{
	z-index: 2;
	position:relative;
	margin-top:-45px;
	line-height:45px;
	width:605px;
	height:45px;
	background:black;
	opacity:.7;
	filter:alpha(opacity=70);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:white;
	font-size:15px;
	text-align:right
	
}

#p2 a
{ color:#FFF;
text-decoration:underline;
}

#p2 a:hover
{ color:#999;
text-decoration:underline;
}

#imagefirst

{
	
	width:290px;
	height:190px;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	background-color:#666;
	float:left;
	
	
}

#imagefirst a

{
	
	float:left;
	
	
}

#imagefirst a:hover

{
	
	-moz-box-shadow:0 0 6px #333;
	-webkit-box-shadow:0 0 6px #333;
	box-shadow:0 0 6px #333;
	float:left;
		-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	
}

#image

{
	
	width:290px;
	height:190px;
	margin-left:25px;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	background-color:#666;
	float:left;
	
	
	
}

#image a

{
	
	
	float:left;
	
	
}


#image a:hover

{
	
	-moz-box-shadow:0 0 6px #333;
	-webkit-box-shadow:0 0 6px #333;
	box-shadow:0 0 6px #333;
	float:left;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 20px;
	text-align:right;
	
	
}
#back-top a {
	width: 70px;
	display: block;
	text-align: right;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 70px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	margin-left:960px;
	background: #666 url(images/up_arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #CCC;
}


