/* this is used to style the turotial page. */
body {
	background-image:url('../images/background.png');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:left; 
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68%;
	color: #666666;
	font-weight: 600;
	line-height: 170%;
}
#content {
	width: 85%;
	/* padding-top: 160px; */
	padding-top: 0px; 
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#content a:link, #content a:active, #content a:visited {
	text-decoration : none;
	color: #0379AB;
}
#content a:focus, #content a:hover{
	text-decoration : underline;
	-moz-outline:0;
	color: #C23025;

}
h1 {
	color: #C23125;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
	text-align: right;
}
h2 {
	color: #C23125;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
	text-align: right;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
}


#footer {
vertical-align: bottom;
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 30px;
	background-color: #CDCDCC;
} 

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration : none;
	color: #0379AB;
}
#footer a:focus, #footer a:hover{
	text-decoration : underline;
	-moz-outline:0;
	color: #C23025;
}

#contact-info {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-weight:bold;
	}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color:;
		padding: 0px;
		width: 100%;
		align:center;
	}
	#gallery ul { list-style: none; display: inline; margin-left: 0; padding-left: 0; margin-bottom: 0; padding-bottom: 0;}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #EDEDE9;
		border-width: 5px 5px 15px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 15px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

