/* reset */

h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

ul {list-style: none;}

img {
	border: 0;
}

a {
	text-decoration: none;
}


/************* Clearfix ***************/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

/* main styles */

body {
  padding: 0px;
  margin: 0px;
  background: #cecece url(../images/background.jpg) no-repeat scroll center top;
  width: 100%;
  height: 100%;
  display: table;
	

}

div#wrap {
	margin: 0 auto;
	width: 960px;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

div#sidebar-left {
	width: 219px;
	position: fixed;
}

div#nav {
	text-align: right;
	padding-right: 20px;
	margin-top: 24px;
	background: url(../images/nav-bg.png) no-repeat;
	width: 204px;
	height: 400px;
	color: #7a7c93;
	float: left;
	margin-left: -2px;
}

li.nav {
	padding-top: 10px;
	font: 17px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
}

li.nav a {
	color: #7a7c93;
	text-decoration: none;	
}
li.nav a:hover {
	color: #fb56ed;
}

h3 a.page-links {
	color: #fb56ed;
	text-decoration: none;
	}

h3 a.page-links:hover {
	border-bottom: 2px solid #525151;
}
	


li.info {
	color: #000;
	font: 11px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#main {
	float: right;
	width: 720px;
	
}

h1 {
	font-size: 61px;
	font-weight: bold;
	color: #525151;
}
h2 {
	font-size: 40px;
	font-weight: bold;
	color: #525151;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #525151;
}

p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #525151;
}

span.small {
	font-size: 20px;
	color: #fb56ed;
}

div#home {
	padding-top: 144px;
}

a.scroll {
	position: absolute;
	margin-top: -86px;
}

.page-notes h3 span {
	font-weight: normal;
	font-style: normal;
}
a.scroll-title {
	position: absolute;
	margin-top: -150px;
}

div#web-wrap {
	margin-top: 2000px;
}

.page {
	margin-bottom: 400px;
	background: url(../images/page-bg.jpg) no-repeat scroll 114px -18px;
	padding-top: 102px;
}
	
a.title {
	font: bold 25px TitilliumMaps26L;
	text-decoration: none;
	color: #525151;
}

#home h1 a {
	text-decoration:underline;
	color: #fb56ed;
}
	#home h1 a:hover {
		color: #656464;
}

	
.page-image {
	float: left;
}

.page-notes {
	float: right;
	width: 358px;
}

.page img:hover {

	border-color: #fff;
}

a.url-links {
	color: #525151;

}
a.url-links:hover {
	border-bottom: 2px solid #fb56ed;
}


p.col-one {
	margin-top: 30px;
}

div.page-title {
	margin-bottom: 200px;
}

.page img {
	margin-right: 20px;
	margin-bottom: 14px;
	padding: 5px;
	border: 1px solid #7d7c7c;
	background-color: #b8b8b8;
}

#next {
	padding-top: 15px;
}

div.next img {
	background: none;
	border: none;
	float: left;
	margin-right: 2px;
}

#slider, #slider2, #slider3, #slider li, #slider2 li, #slider3 li { 
	width:340px;
	height: 535px;
	overflow:hidden;
	
}

#slider ul, #slider2 ul, #slider3 ul, #slider li, #slider2 li, #slider3 li{
	margin:0;
	padding:0;
	list-style:none;
	}

#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a, #prevBtn3 a, #nextBtn3 a {
	color: #e44cd8;
	text-decoration: none;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 15px;
}
#prevBtn {
	margin-right: 20px;
}

a.email {
	color: #fb56ed;
}

#footer {
	height: 50px;
	padding-top: 450px;
	font-size: 10px;
}






