body {
	background: #D7D7BD;
	line-height: 17px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	clip: rect(auto,auto,auto,50px);
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	font-size: medium;
	line-height: 15px;
}

p, ul, ol {
	margin-bottom: 1.5em;
	color: #666;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	text-align: left;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #666;
	
}


/** Header **/

#header {
	width: 602px;
	height: 100px;
	margin: 0px auto;
	background: url(images/banner.jpg) no-repeat left top;
}

/** Menu */

#menu {
	width: 600px;
	height: 30px;
	margin: 1px auto;
	background: #D7D7BD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 13px 10px 10px 18px;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	color: #fcfdfe;
	}
	
/**Portfolio */

#portfolio a {
	color: #FFF;
}

# portfolioa:hover {
	text-decoration: none;
	color: #FFF;
	
}

#
/* styles for the star rater */
#
.star-rating{
#
list-style:none;
#
margin: 0px;
#
padding:0px;
#
width: 100px;
#
height: 20px;
#
position: relative;
#
background: url(star_rating.gif) top left repeat-x;
#
}
#
.star-rating li{
#
padding:0px;
#
margin:0px;
#
/*\*/
#
float: left;
#
/* */
#
}
#
.star-rating li a{
#
display:block;
#
width:20px;
#
height: 20px;
#
text-decoration: none;
#
text-indent: -9000px;
#
z-index: 20;
#
position: absolute;
#
padding: 0px;
#
}
#
.star-rating li a:hover{
#
background: url(star_rating.gif) left bottom;
#
z-index: 1;
#
left: 0px;
#
}
#
.star-rating a.one-star{
#
left: 0px;
#
}
#
.star-rating a.one-star:hover{
#
width:20px;
#
}
#
.star-rating a.two-stars{
#
left:20px;
#
}
#
.star-rating a.two-stars:hover{
#
width: 40px;
#
}
#
.star-rating a.three-stars:hover{
#
width: 60px;
#
}
#
.star-rating a.three-stars{
#
left: 40px;
#
}
#
.star-rating a.four-stars{
#
left: 60px;
#
}
#
.star-rating a.four-stars:hover{
#
width: 80px;
#
}
#
.star-rating a.five-stars{
#
left: 80px;
#
}
#
.star-rating a.five-stars:hover{
#
width: 100px;
#
}

/** Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:lightbox/image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/** Wrapper */

#wrapper {
	width: 650px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 25px;
}

/** Content */

#content {
	width: 600px;
	padding-top: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-bottom: 15px;
	font-size: small;
	text-align: left;
	color: 666;
}

#content h2 {
	text-transform: capitalize;
	font-size: large;
	font-weight: normal;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D7D7BD;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	}

#content p {
	font-size: 14px;
	text-align: left;
}

#left {
	float: right;
	width: 600px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}



/** Footer */

#footer {
	clear: both;
	width: 600px;
	height: 15px;
	margin: 0px auto;
	padding-top: 13px;
	background: #D7D7BD;
	font-size: 10px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: left;
	font-size: 10px;
}

#footer .links {
	padding-right: 35px;
	text-align: right;
	font-size: 9px;
	font-variant: normal;
	text-transform: none;
	line-height: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	clip: rect(auto,auto,auto,auto);
}

#footer a {
	color: #E5E5CC;
}

#footerb {
	clear: both;
	width: 600px;
	height: 35px;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFF;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	vertical-align: text-top;
}

#wrapper #header h2 {
	font-size: 8px;
	color: #000;
	text-align: justify;
	width: 600px;
	height: 50px;
}

#minicon {
	clear: both;
	width: 600px;
	height: 20px;
	padding-top: 0px;
	font-size: 10px;
	color: #FFF;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: 0%;
}
#wrapper #footer .copyright {
	font-size: 9px;
}
#wrapper #content p {
	text-align: left;
	font-size: 14px;
	}
#wrapper #footer .links {
	height: 0px;
	color: #666;
	text-align: right;
	font-size: 10px;
}
#wrapper #content table {
	font-size: 10px;
}
#wrapper #minicon center p {
	text-align: left;
}
#wrapper #minicon center p {
	text-align: justify;
}
#wrapper #minicon center p {
	text-align: right;
}
#wrapper #minicon center .address {
	text-align: left;
}
#wrapper #minicon center .address p {
	text-align: right;
}
#wrapper #minicon center .address p {
	text-align: right;
}
#wrapper #minicon center .address form .direction {
	text-align: right;
}
#wrapper #minicon center .address p {
	text-align: left;
}
#wrapper #minicon .address p {
	text-align: left;
}
#wrapper #minicon p .links {
	text-align: right;
}
#wrapper #minicon form .address p {
	text-align: right;
}
#wrapper #minicon form .direction p .links {
	text-align: right;
}
#wrapper table tr td p {

}
#wrapper table tr td p {
	color: #3C3C37;
}
#wrapper table tr td p {
	font-size: 12px;
	text-align: left;
}
.address p {
	text-align: left;
}
#wrapper #minicon form .address p {
	text-align: left;
	font-weight: bold;
}
#wrapper #minicon form .direction p .links {
	text-align: left;
}
#wrapper #minicon form .direction p .links {
	text-align: left;
}


.info p b u {
	text-align: left;
}

#times {
	float: right;
}

#wrapper .times p u b {
	font-size: 14px;
	text-align: right;

}
.times {
	float: right;
}
#wrapper .times {
	text-align: left;
}
#wrapper #content .times table tbody tr td {
	font-size: 14px;
	color: #666;
}


#wrapper #footer .links a {
	color: #666;
}

/**Quote */

.quote {
	font-style: italic;
	font-size: small;
	color: #300;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrapper #content h5 {
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: groove;
	border-bottom-width: thin;
	line-height: 15px;
}
.footerfont {
	font-size: 10px;
}

