body {
	text-align: center;
	background-color:#636466;
	color: #636466;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
}

img {
	border:none;
}

p {
	font-size: small;
	line-height:105%;
}

h1 {
	font-size: xx-large;
	font-weight: bold;
	text-decoration:none;
}

h2 {
	font-size: large;
	color: #636466;
}

h3 {
	font-size: medium;
	color: #636466;
}

h4 {
	font-size: small;
	color: #636466;
	margin-bottom:0;
}

#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #999999;
}

#breadcrumb a {
	color: #999999;
	text-decoration: none;
	font-size: smaller;
}

#breadcrumb a:hover {
	color: #0099FF;
	text-decoration: underline;
}

.pageContent p {
	font-size: small;
	line-height:105%;
}


.pageContent a:link {
	color: #0099FF;
	text-decoration: none;
	font-size:small;
}

.pageContent a:hover {
	color: #0099FF;
	text-decoration: underline;
		font-size:small;
}

.pageContent a:visited {
	color: #666666;
	text-decoration: underline;
		font-size:small;
}

#galleryButtons img {
	margin: 5px 0;
}

#thumbs { 
	margin:0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}

#thumbs img {
	border: 5px #666666 solid;
	margin: 5px;
	
}

#thumbs a:link img {
	color: #666666;
	border-color: #666666;
}

#thumbs a:visited img {
	color: #666666;
	border-color: #666666;
}

#thumbs a:hover img {
	color: #0099FF;
	border-color: #0099FF;
}

.pageContainer {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px #333333;
	-moz-box-shadow: 5px 5px 5px #333333;
	background-color:#FFF;
	position: relative;
	margin:0 auto;
	overflow:hidden;
	width:960px;
	height:auto;
	padding-bottom: 20px;
	min-height:400px;
}

.pageContent{
	padding:10px;
	height: auto;
	text-align: left;
	font-size:small;
}

.pageHeader {
	background-color:#333333;
	color:#FFFFFF;
	height:150px;
	margin:0;
	padding:0;
	width:100%;
}

#headerLeft  {
	float:left;
}

#headerRight {
	float:right;
	padding: 40px 10px 0;
}

.headFootFrame {
font-size:small;
font-weight:bold;
margin:0 auto;
padding-top:20px;
width:960px;
}

#headerNav a:link {
	color:#FFF;
	font-size:large;
	text-decoration:none;
}

#headerNav a:visited {
	color:#FFF;
	font-size:large;
	text-decoration:none;
}

#headerNav a:hover {
	border-bottom: 5px solid #0099FF;
	padding-bottom: 7px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	color:#FFF;
	font-size:medium;
	text-align:right;
	padding: 20px 20px 50px;
	width:900px;
}

#footer a:link, a:visited {
	color:#FFF;
	font-size:small;
	text-decoration:none;
}

#footer a:hover {
	color:#0099FF;
}

/* Easy Slider */

#slider img{
	border:none;
	}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding: 0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:250px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin: 0;
		padding: 0 0 20px 20px;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:10px 0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#0099FF;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

