/***
 * written from scratch by Dennison Uy <dennison_uy@yahoo.com>
 */

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

html {
	height: 100%;
}

.sizedown {
	font-size: 12px;
}

.sizeup {
	font-size: 16px;
	font-weight: bold;
}

.switchlayout {
	font-size: 14px;
}

#accessibility a {
	text-decoration: none;
}

#phone a {
	text-decoration: none;
}

/* hidden */

#accessibility,
#accessibility h3,
#menu h3,
#logo span,
#links h3,
#address h3,
#copyright h3,
#logo-inner span,
.normal .phone span,
.normal #container #menu .index,
.normal #container-inner #menu .index,
.normal #testimonial h3,
.photogallery p
{ display: none; }

/* high contrast version */
.acc {
	background: #474747;
	color: #eeeeee;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.acc div div, .acc hr {
	clear: left;
	margin: 5px 20px 10px;
}

.acc #lightbox div {
	clear: none;
	margin: 0px auto;
	color: #474747;
}

	.acc #content .photogallery li {
		list-style: none;
		display: inline;
		margin: 0px;
		padding-right: 15px;
	}

	.acc #content .photogallery li a img {
		border: 3px solid #fecadc;
	}

	.acc #content .photogallery li a:hover img {
		border: 3px solid #000000;
	}

.acc hr {
	margin-top: 30px;
	height: 1px;
	color: #ffffff;
	background-color: #ffffff;
	border: none;
	margin-bottom: 20px;
}

.acc h3 {
	font-size: 24px;
	line-height: 40px;
}

.acc #accessibility {
	text-align: right;
	font-size: 14px;
	margin: 0px;
	padding: 10px 20px;
	margin-bottom: 10px;
	background: #000000;
}

.acc #accessibility * {
	color: #ffffff;
}

.acc a {
	color: #fecadc;
	text-decoration: underline;
}

.acc a:hover {
	color: #fecadc;
	text-decoration: none;
}

.acc #logo {
	float: left;
	display: inline;
}

	.acc #logo a {
		width: 360px;
		height: 134px;
		display: block;
		background: url(acc-logo.gif);
	}

.acc #phone {
	float: right;
	font-size: 22px;
	display: inline;
}

.acc #menu {
	clear: both;
	font-size: 23px;
}
	.acc #menu li {
		float: left;
		list-style: none;
	}
	
	.acc #menu a {
		text-decoration: none;
		padding: 10px;
		float: left;
		border-top: 2px solid #eeeeee;
		border-left: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
		border-bottom: 2px solid #eeeeee;
	}
	
	.acc #menu .the-center {
		border-left: 1px solid #eeeeee;
	}

	.acc #menu .contact-us {
		border-right: 1px solid #eeeeee;
	}
	
	.acc #menu a:hover {
		color: #474747;
		background: #fecadc;
	}
	
	.acc #menu .index {
		display: none;
	}

	.acc .index #menu .index a,
	.acc .the-center #menu .the-center a,
	.acc .dr-siwoff #menu .dr-siwoff a,
	.acc .your-eyes #menu .your-eyes a,
	.acc .gallery #menu .gallery a,
	.acc .directions #menu .directions a,
	.acc .contact-us #menu .contact-us a{ background: #eeeeee; color: #474747; }

.acc #blurb {
	clear: both;
}

.acc #blurb img {
	padding: 20px 30px 20px 0px;
	float: left;
}
	
.acc #blurb h2 {
	font-size: 45px;
	font-weight: normal;
}

.acc #blurb h2 strong {
	font-size: 65px;
	font-weight: normal;
	display: block;
}

.acc #blurb h2 span {
	display: block;
}

.acc #blurb p {
	font-size: 2.0em;
	display: block;
	clear: both;
}

.acc #news li {
	list-style: disc outside;
	margin-left: 18px;
	font-size: 1.8em;
	margin-bottom: 18px;
}

.acc #testimonial {
	font-size: 1.8em;
}

.acc #content ol,
.acc #content ul,
.acc #content p {
	font-size: 1.8em;
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

	.acc #content h5,
	.acc #content h4 {
		font-weight: bold;
		font-size: 2.0em;
		margin-bottom: .5em;
	}
	
	.acc #content h5 {
		marginbottom: 1.7em;
	}

	.acc #content ul li {
		list-style: disc outside;
		margin-left: 1.9em;
	}

	.acc #content ol li {
		list-style: decimal outside;
		margin-left: 1.9em;
	}

	.acc #content #banner-inner {
		padding-top: 20px;
		padding-bottom: 10px;
	}

.acc #testimonial p {
	padding: 10px 100px;
}

.acc #links li {
	padding: 0px 10px 0px 15px;
	border-left: 1px solid #eeeeee;
	display: inline;
	font-size: 2.0em;
}

	.acc #links ul {
		display: block;
		text-align: center;
	}
	
	.acc #links #minorlinks {
		padding-top: 10px;
	}

	.acc #links .testimonials,
	.acc #links .index { padding-left : 0px; border: none; }

	.acc #links .site-map,
	.acc #links .contact-us { padding-right : 0px; }

.acc #address,
.acc #copyright
{
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
}


.acc #copyright {
	padding-bottom: 30px;
}

/* normal version */

.normal {
	background: #ffffff;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	height: 100%;
	font-size: 62.5%;
}

.normal * {
	color: #474747;
}

.normal #container-inner,
.normal #container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
}

html>.normal #container-inner,
html>.normal #container {
	height: auto;
}

.normal #footer {
	border-top: 1px solid #888888;
	position: relative;
	height: 230px;
	margin-top: -231px;
	float: left;
}

.normal hr {
	display: none;
}

.normal #accessibility {
	position: relative;
	z-index: 100;
}

	.normal #accessibility p {
		text-align: right;
		font-size: 14px;
		margin: 0px auto;
		padding: 10px 20px;
		background: #474747;
		width: auto;
		display: inline;
		float: right;
		position: absolute;
		right: 0px;
	}

	.normal #accessibility * {
		color: #ffffff;
	}
	
	.normal #accessibility a:hover {
		text-decoration: none;
	}

.normal #container-inner #logo a {
	background: url(logo-inner.gif) no-repeat;
	width: 272px;
	height: 102px;
	display: block;
	position: relative;
	top: 30px;
}

.normal .index #logo a {
	background: url(logo.png) no-repeat;
	width: 360px;
	height: 132px;
	display: block;
	position: relative;
	top: 10px;
}

.normal #phone {
	line-height: 20px;
	font-size: 18px;
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 1;
}

	.normal .phone {
		background: url(phone-icon.gif) no-repeat;
		width: 19px;
		height: 20px;
		display: block;
		float: left;
		margin-right: 5px;
	}

	.normal #phone p {
		position: relative;
		right: 0px;
	}

.normal #blurb {
	padding-bottom: 100px;
	margin-top: -132px;
}

	.normal #blurb h2 {
		position: relative;
		padding-top: 110px;
		padding-left: 110px;
		display: block;
		font-weight: normal;
		width: 270px;
		text-align: right;
	}
	
	.normal #blurb h2 span span {
		font-size: 40px;
		display: block;
		line-height: 40px;
		color: #b2a408;
	}
	
	.normal #blurb h2 strong {
		display: block;
		font-weight: normal;
		font-size: 55px;
		line-height: 55px;
		color: #ff1966;
	}
	
	.normal #blurb p {
		padding-top: 15px;
		font-size: 1.7em;
		line-height: 1.47em;
		text-align: right;
		width: 370px;
		padding-left: 10px;
		position: relative;
	}
	
	.normal #blurb #blurbimage {
		background: url(banner-border.png) no-repeat;
		width: 425px;
		height: 310px;
		position: absolute;
		top: 53px;
		right: -20px;
	}
	
	.normal #blurb img {
		position: relative;
		left: 35px;
		top: 35px;
	}

.normal #container-inner #menu {
	position: relative;
	top: -22px;
	z-index: 1;
	border-top: 2px solid #0080ff;
	width: 690px;
	float: right;
}
	.normal #container-inner #menu ul {
		position: relative;
		float: right;
		padding-right: 15px;
		font-size: 18px;
	}
	
	.normal #container-inner #menu li {
		display: inline;
	}
	
	.normal * #menu a {
		color: #b2a408;
		text-decoration: none;
		padding: 10px;
		float: left;
	}

	.normal .index #menu {
		position: absolute;
		left: 0px;
		font-size: 21px;
		width: 100%;
		top: 380px;
		text-align: center;
	}

	.normal .index #menu li {
		display: block;
		float: left;
		position: relative;
		list-style: none;
		margin: 0px;
		padding: 0px;
		left: 1px;
	}

	.normal .index #menu a {
		padding: 15px 19px;
		color: #b2a408;
		background: #ffffff;
		text-decoration: none;
	}
	
	.normal #menu a:hover {
		background: #b2a408;
		color: #ffffff;
	}

	.normal .index #menu .index a,
	.normal .the-center #menu .the-center a,
	.normal .dr-siwoff #menu .dr-siwoff a,
	.normal .your-eyes #menu .your-eyes a,
	.normal .gallery #menu .gallery a,
	.normal .directions #menu .directions a,
	.normal .contact-us #menu .contact-us a { color: #ff1966; background: #ffffff; }

.normal .button {
	background: #9fcfff;
	border: 1px solid #0080ff;
	padding: 2px 5px;
	font: 1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.normal #content hr {
	background: #0080ff;
	color: #0080ff;
	height: 1px;
	display: block;
	border: none;
	margin: 20px 30px;
}

.normal #content {
	float: left;
}

.normal #content .photogallery {
	clear: both;
	text-align: center;
}

.normal #content .photogallery li {
	list-style: none;
	margin: 0px;
	display: inline;
	padding: 14px;
	float: left;
}

.normal .photogallery-large {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: url(transluscent.gif);
	right: 0px;
	left: 0px;
}

.normal>.photogallery-large{
	background: url(transluscent.png);
}

.normal .photogallery-large img {
	margin: auto;
	display: block;
}

.normal #content .photogallery li a,
.normal #content .photogallery li a:hover {
	background: none;
	border: none;
}

.normal #content .photogallery li a img {
	background: none;
	border: 3px solid #b2a408;
}

.normal #content .photogallery li a:hover img {
	border: 3px solid #ff1966;
}

.normal #container-inner #content {
	padding-bottom: 270px;
}

	.normal #content h3 {
		font-size: 2.4em;
		display: block;
		width: 300px;
		padding-bottom: 5px;
		margin-bottom: 15px;
		padding-left: 10px;
		border-bottom: 1px #c7c7c7 solid;
		padding-left: 10px;
		float: left;
		color: #0080ff;
	}

	.normal #content ol,
	.normal #content ul,
	.normal #content p {
		clear: left;
		padding-left: 10px;
		text-align:justify;
		font-size: 1.4em;
		line-height: 1.72em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-bottom: 1.2em;
	}

	.normal #content h5,
	.normal #content h4 {
		clear: left;
		font-size: 1.5em;
		font-weight: bold;
	}
	
	.normal #content h5 {
		margin-bottom: 1.2em;
	}
	
	.normal #content ul li {
		list-style: disc outside;
		margin-left: 1.9em;
	}

	.normal #content ol li {
		list-style: decimal outside;
		margin-left: 1.9em;
	}

	.normal #content #banner-inner {
		float: right;
		width: 366px;
		height: 261px;
		background: url(inner-banner-border.png) no-repeat;
		position: relative;
	}
	
	.normal #content #banner-inner img {
		position: absolute;
		top: 28px;
		left: 28px;
		width: 310px;
		height: 205px;
	}
	
.normal #news {
	position: relative;
	padding-bottom: 270px;
	width: 395px;
	float: left;
	padding-left: 25px;
	padding-right: 30px;
	border-right: #c7c7c7 1px solid;
}

	.normal #news h3 {
		font-size: 25px;
		color: #0080ff;
	}

	.normal #news li {
		list-style: disc outside;
		margin-left: 35px;
		margin-top: 10px;
		font: 1.5em Georgia, "Times New Roman", Times, serif;
	}

.normal #testimonial {
	width: 275px;
	padding-left: 50px;
	padding-top: 30px;
	float: left;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	line-height: 1.27em;
	position: relative;
	z-index: 1;
	height: auto;
	padding-bottom: 10px;
}

.normal #content a,
.normal #blurb a,
.normal #news a,
.normal #testimonial a {
	color: #0080ff;
	text-decoration: none;
	border-bottom: 1px dashed #cfe7ff;
}

.normal #content a:hover,
.normal #blurb a:hover,
.normal #news a:hover,
.normal #testimonial a:hover {
	background-color: #eeeeee;
	color: #474747;
	border-bottom: 1px dashed #cccccc;
}

.normal .photogallery img {
	border: none;
}

.normal .leftquote {
	font: 73px Georgia, "Times New Roman", Times, serif;
	color: #e3e3e3;
	position: absolute;
	z-index: -1;
	top: 35px;
	left: -15px;
	position: relative;
	line-height: 53px;
}

.normal .testimonial-by {
	display: block;
	text-align: right;
}

.normal #footer,
.normal #footer div {
	width: 100%;
	background: #e9e9e9;
}

.normal #links {
	padding-top: 40px;
}

	.normal #links li {
		padding: 0px 10px 0px 15px;
		border-left: 1px solid #474747;
		display: inline;
	}
	.normal #links #majorlinks li {
		border-left: 2px solid #474747;
	}

	.normal #links li a {
		font-size: 16px;
		text-decoration: none;
	}

	.normal #links li a:hover {
		text-decoration: underline;
	}

	.normal #links ul {
		display: block;
		text-align: center;
	}

	.normal #links #majorlinks a {
		padding-top: 5px;
		font-weight: bold;
	}
	
	.normal #links #minorlinks {
		padding-top: 5px;
	}

	.normal #links .testimonials,
	.normal #links #majorlinks .index { padding-left : 0px; border: none; }

	.normal #links .site-map,
	.normal #links .contact-us { padding-right : 0px; }

.normal #address,
.normal #copyright
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 20px;
}

.contact-us #content h4,
.contact-us #content p {
	text-align: center;
	margin-bottom: 0px;
}

.normal .contact-us #content p {
	font-size: 1.8em;
}

.normal .contact-us #content h4 {
	font-size: 2em;
}

.acc .contact-us #content p {
	font-size: 2.5em;
}

.acc .contact-us #content h4 {
	font-size: 3em;
}


.acc #news .new,
.normal #news .new,
.new {
	list-style-image: url(icon-new.png);
}

