/* @override http://shsbc.selfip.com/~shsbc/css/main.css */

@charset "UTF-8";
/* CSS Document */
:focus
{
  -moz-outline-style: none;
}
a {
	text-decoration: none;
	color: #00a700;
}      
html {
	background-color: #ffffff;	
}
#outerContainer {
	width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-color: #ffffff;
	padding: 0 20px 0 20px;
	background-image: url(../images/gradient2.png);
	background-repeat: repeat-x; 
	background-position: bottom left;
}
#outerContainer.fixedHeight {
	height: 760px;
}
#header {
	width: 100%;
	height: 140px;
}
#logoContainer {
	float: left;
	width: 550px;
}
#logoContainer .logo {
	float: left;
	margin: 40px 0 0 0;
}
#headerTitle {
	float: left;
	margin: 72px 0 0 20px;
	font-size: 28px;
	color: #F26101;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
#searchFieldContainer {
	float: right;
	margin: 80px 0 0 0;
	width: 220px;
}
#ajaxSearch_input {
	color: #304269;
	border: 1px solid #304269;
	height: 20px;
	float: left;
	width: 150px;
	margin-right: 5px;
}
#ajaxSearch_submit {
	float: right;
	color: #304269;
	background-color: #D9E8F5;
	border: 1px solid #304269;
	width: 60px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	color: #F26101;
	margin-top: 10px;
    font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top: 10px;
	color: #00ab00;
	font-size: 1.3em;
	border-style: none;
	border-width: thin;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
    color: #787878;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 15px;
}
#mainContent {
	width: 100%;
	height: 400px;
	position: relative;
}
#mainContent.variableHeight {
	height: auto;
	/*background-color: #ffffff;*/
}
#lowerContent.variableHeight {
	/*background-color: #ffffff;*/
	height: auto;
}
#lowerContent img {
	padding-top: 15px;;
}
.backgroundImages img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
}
.backgroundImages .current img {
	display: block;
}
#navContainer {
	z-index: 10;
	width: 230px;
	height: 100%;
	text-align: right;
	color: #ffffff;
	background: url(../images/transparentBG.png) repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
#navContainer.horizontal {
	float: left;
	height: 40px;
	width: 100%;
}
#navContainer a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#navContainer a:hover {
	color: #F26101;
}
#navContainer ul.sf-menu {
	line-height: 35px;
	font-size: 16px;
	float: right;
	margin: 20px 0px 0 0;
}
#navContainer.horizontal ul.sf-menu {
	float: left;
	margin: 0 0 0 20px;
}
#navContainer.horizontal ul.sf-menu a {
	padding: 0 14px 0 14px;
}
#navContainer ul li.current a {
	color: #F26101;
}
#lowerContent {
	height: 150px;
	width: 100%;
	text-align: center;
	clear: both;
}
.infoBox {
	color: #0d1527;
	float: left;
	height: 120px;
	width: 190px;
	background: url(../images/infoBoxGradient.png) repeat-x 0 0;
	margin: 10px 5px 0 5px;
	padding: 10px 20px 10px 20px;	
	font-size: 12px;
        text-align: left;
}
.infoBox h1 {
	text-align: left;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 10px;
}
.invisible {
	display: none;
}
.infoBox ul li {
	list-style: disc inside;
}
.infoBox a {
	color: #0d1527;
}
.infoBox a:hover {
	color: #F26101;
}
.infoBox.first {
	margin-left: 0px;
	width: 190px;
}
.infoBox.last {
	margin-right: 0;
	width: 380px;
}
#footer {
	width: 100%;
	height: 50px;
	border-top: 1px solid #c8e0f4;
	font-size: 11px;
	color: #666666;
	padding: 15px 0 0 0;
	clear: both;
}
#footer .address {
	color: #304269;
}
#footer .address a {
	color: #304269;
}
#footer .address a:hover {
	color: #F26101;
}
.centered {
	text-align: center;
}
.sf-menu li ul {
	width: auto;
	min-width: 230px;
	background: url(../images/transparentBG.png) repeat 0 0;
}
.horizontal .sf-menu li ul {
	background-color: #ffffff;
	text-align: left;
}
#navContainer.horizontal ul li.current ul li a {
	color: #ffffff;
}
#navContainer.horizontal ul li.current ul li.current a {
	color: #F26101;
}
#navContainer.horizontal ul li.current ul li a:hover{
	color: #F26101;
}
#mainCopy {
	color: #0d1527;
	height: auto;
	padding: 50px 20px 20px 20px;
}
#mainCopy p {
	margin: 8px 0 8px 0;
	line-height: 16px;
}
#mainCopy ul {
	margin: 0 0 0 30px;
}
#mainCopy ul li {
	list-style: outside disc;
	margin: 5px 0 5px 0;
}
#mainCopy .floatLeft {
	float: left;
	margin: 20px 20px 20px 0;
}
#mainCopy .floatRight {
	float: right;
	margin: 20px 0 20px 20px;
}
.movie-desc {
    clear: both;
    float: left;
    padding-top: 3px;
    padding-bottom: 5px;
}
#3ColContainer {
	border-style: dotted;
	border-width: thin;
}
.buttons-left {
	float: left;
	width: 150px; 
	padding: 5px;
}
.buttons-center { 
	height: 130px;
	width: 500px; 
	margin: 0 190px;
	padding: 15px;
}
.col-left {
	float: left;
	width: 250px; 
	padding: 15px;
}
.col-center { 
	height: 130px;
	width: 250px; 
	margin: 0 290px;
	padding: 15px;
}
.col-right {
	float: right;
	padding: 15px;
	width: 250px;
}
.right-hand {
	width: 600px;
	margin-left: 280px;
}

#mainCopy div.right-hand div.blockquote.centered {
	padding: 10px;
	margin: 10px;
	border: 2px dotted #009747;
}

/* simply moves close box to right */
.kickRight {
	text-align:right;
}
.memberlink img {
	height: 50px;
	float: left;
	padding-right: 15px;
}
.memberlink {
	height: 55px;
	padding: 5px;
}
