/**/@media screen {
/* COMMON SELECTORS ------------- */
body  {
	font: 100% verdana, arial, helvetica, sans-serif;
	background: #ffffff url(../images/main_bg.jpg) repeat-x top;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000000;
}
#wrapper { 
	width: 780px;
	background: #ffffff url(../images/wrapper_bg.png) no-repeat 0 165px;
	margin: 0 auto;
	border: 1px solid #999999;
	border-top: 0;
	text-align: left;
	position: relative;
} 
a {
	color: #b51032;
}
a:hover {
	color: #711515;
}
img {
	border: 0;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h4, h5, h6 {
	color: #990000;
}
/* HEADER  ------------------- */
#header { 
	background: #ffffff;
}
#headerShadow {
	position: absolute;
	z-index: 100;
	top: 165px;
	left: 0px;
	width: 780px;
	height: 7px;
	background: url(../images/header_shadow_bot.png) repeat-x top;
}
/* SIDEBAR/LEFT COLUMN ------------------- */
#sidebar {
	float: left;
	width: 190px;
	/*background: #ffffff url(../images/sidebar_bg.jpg) repeat-x left top;*/
	padding: 15px;
}
#sidebar .content {
	margin: 0;
	padding: 0;
	font-size: 70%;
}
/* NAVIGATION ------------------------ */
#navigation {
	width: 100%;
}
#navigation 
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation 
li {
	border-bottom: 1px solid #ed9f9f;
	float: left;
}
#navigation li a:link, 
#navigation li a:visited {
	font: 70% verdana, arial, helvetica, sans-serif;
	display: block;
	width: 172px;
	padding: 3px 0 5px 5px;/* 0.4em 0 0.5em 0.6em */
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #b51032;
	color: #ffffff;
	text-decoration: none;
}
#navigation li li a:link, 
#navigation li li a:visited {
	width: 162px;
}
#navigation 
li 
a:hover {
	background-color: #711515;
	color: #ffffff;
}
/* 2nd level of navigation */
#navigation ul ul {
	margin-left: 0px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin: 0;
}
#navigation ul ul a:link, 
#navigation ul ul a:visited {
	background-color: #ffffff;
	/* background-color: #eD9f9f;ORIG */
	color: #711515;
}
#navigation ul ul a:hover {
	/*background-color: #711515;*/
	color: #ffffff;
	background: #711515 url(../images/square-white.png) no-repeat 4px 50%;
}
#navigation 
ul 
ul
a {
	padding-left: 15px !important;
	background: url(../images/square-red.png) no-repeat 4px 50%;
}
/* MAIN CONTENT ------------------- */
#mainContent { 
	margin: 0 0 0 220px;
	/*padding: 0 20px;*/
	/*padding: 256px 20px 0 20px;*/
	padding: 0 20px;
	font: 75% verdana, arial, helvetica, sans-serif;
}

/*html > body 
#mainContent {
	padding: 0 20px;
}*/
/* Homepage specific */
.homeContent {
	font: italic 130%/1.2em georgia, 'times new roman', times, serif;
}
#homeGraphic {
	margin: 0;
	padding: 0;
	position: absolute;
}
html > body 
#homeGraphic {
	position: static;
}
/* FOOTER --------------------------*/
#footer { 
	padding: 0 10px 0 20px;
	background: #ccc url(../images/footer_bg.jpg) repeat-x top;
	font: 70% verdana, arial, helvetica, sans-serif;
}
#footer #address {
	width: 210px;
	float: left;
	text-align: left;
}
#footer #contactinfo {
	width: 200px;
	float: right;
	text-align: right;
}
#footer p {
	margin: 0;
	padding: 10px 0;

}

/* TESTIMONIAL ON HOMEPAGE ---------------------- */
/*#testimonial {
	width: 180px;
	background: #ffffff url(../images/testimonial_bg.jpg) repeat-x top;
	float: right;
	margin: 20px 0 10px 10px;
	border: 1px solid #ddd;
}*/
#testimonial {
	width: 182px;
	height: 184px;
	float: right;
	margin: 20px 0 10px 10px;
}
#testimonial #headshot {
	text-align: center;
	margin: 10px 0 10px 0;
}
#testimonial p {
	font-size: 85%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}
/* FlOATS & CLEAR ---------------------- */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
/* LINK TO TOP OF PAGE ---------------------- */
.topLink {
	font-size: 75%;
	text-transform: uppercase;
}
a.topLink {
	background: url(../images/arrow_totop.gif) no-repeat left;
	padding-left: 16px;
	text-decoration: none;
	cursor: pointer;
}
/* O&P FOOTER LINK ---------------------- */
/*
#opbug {
	margin: 0;
	padding: 5px 0 5px 0;
	color: #555;
	font: 60% arial, helvetica, sans-serif;
}
#opbug img {
	text-decoration: none;
	border: 0;
}
*/
#opbug {
	margin: 0 auto;
	/*border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	padding: 1px 4px 0 0;*/
	padding: 11px 4px 10px 0;
	width: 190px;
	height: 62px;
	color: #555555;
	font: 60% arial, helvetica, sans-serif;
	/*background: url(../images/oandp.png) no-repeat;*/
	/*background: url(../images/oandp.png) no-repeat 50% 10px;*/
	text-align: right;
	text-indent: 4px;
	
}
#opbug 
p {
	margin: 0;
}
#footer_shadow {
	width: 780px;
	margin: 0 auto;
	height: 10px;
	background: url(../images/footer_shadow.png) no-repeat;
	display: none;
}
html > body 
#footer_shadow {
	display: block;
}
#header 
h1 {
	margin: 0;
	width: 780px;
	/*height: 165px;*/
	padding: 40px 0 0;
	height: 125px;
	background: url(../images/header.jpg) no-repeat;
}
#header 
h1 
a {
	display: block;
	width: 350px;
	/*height: 100%;*/
	height: 100px;
	text-indent: -777em;
	overflow: hidden;
}
#navigation 
.current 
a {
	text-decoration: underline !important;
}
#navigation 
.current 
.current 
a {
	border-left-color: #b51032 !important;
	color: #b51032 !important;
	text-decoration: none !important;
}
#navigation 
.current 
ul 
a {
	text-decoration: none !important;
}
html {
	overflow-y: scroll;
}
.default 
.topLink {
	display: none;
}
.about-mission 
p {
	text-align: justify;
}
.about-mission img, 
.about-history img {
	float: right;
	border: 1px solid gray;
	margin: 0 0 10px 10px;
}
.about-staff img, 
.about-facility img, 
.board img {
	display: block;
	margin: 10px auto;
	border: 1px solid gray;
}
.about-facility p, 
.board p.caption {
	text-align: center;
}
.gsmsc-mapDiv {
	height: 529px !important;
}
.gsmsc-idleMapDiv {
	height: 529px !important;
}
#mapsearch {
	width: 529px !important;
	height: 582px !important;
	overflow: hidden !important;
	margin: -9px 10px 10px -7px !important;
	padding: 4px !imoportant;
	position: absolute !important;
}
html > body 
#mapsearch {
	margin: -9px 10px 10px -4px !important;
}
html > /**/ body 
#mapsearch {
	margin: 10px 10px 10px 0 !important;
}
#mapsearch 
span {
	color: #676767 !important;
	font-size: 11px !important;
	margin: 10px !important;
	padding: 4px !important;
}
#mapsearch_spacer {
	height: 590px;
}
#contactinfo 
p {
	padding: 10px 0 0;
}
#contactinfo 
noscript 
p {
	padding-top: 0;
}
.imgFloatStroke {
margin: 5px;
float:right;
border:1px solid black;

}
/* player container */
div.player {
	width:100%;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	text-align:center;
}

/* play button */
div.player img {
	margin-top:100px;
}

/* info area */
div.player div.info {
	height:42px;
	background:#000;
	opacity:100;
	color:#fff;
	text-align:left;
	padding:10px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:31px;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

/* testimonial page */

.hide { position: absolute; top: -9999px; left: -9999px; }

#testimonial_page	{
}

#testimonial_page h4 {
	margin-top: 0;
}


#testimonial_page .nav	{
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px 0;
	border-top: 3px double #b51032;
	border-bottom: 3px double #b51032;
}
#testimonial_page .nav li	{
	float: left;
	margin: 0 5px 0 0;
}
#testimonial_page .nav li.last { margin-right: 0; }
#testimonial_page .nav li a	{
	display: block;
	width: 156px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border: 1px solid white;
}
#testimonial_page .nav li a:hover { background-color: #711615; }

#testimonial_page ul { list-style: none; }
#testimonial_page ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#testimonial_page ul li a:hover { background: #fe4902; color: white; }
#testimonial_page ul li:last-child a { border: none; }

#testimonial_page ul li a.current,
#testimonial_page ul li a:hover	{
	text-decoration: none;
}


