﻿/***********************************************/
/*  sas.css   
version: 2                          	  */


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
@media print {
body {
	font-size: 12pt;
	*font-size:10pt;
	
}
#content {
	*width:400px;
}

/*
#leftbar {
	display: none;
	}
#rightbar {
	display:none;
}

#content {
	float: none !important;
	clear:both;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	
}
div#content {
	margin-left: 10%;
}
*/
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
}

body{
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	background: white url("../img/bgd.gif") top left repeat-x;
}

img {border:none;}
#content #mainText img{
 float:left;
 border:1px solid #ccc;
 padding:10px;
 margin:10px;
}
#content #mainText .nofloat {
	clear: right;
	padding: 10px;
	margin: 10px;
}
#content #mainText ul .disc {
	list-style:circle;
}
#content #mainText ul .dash {
	list-style: square;
}
#content #mainText ul .none {
	list-style: none;
}
#content #mainText ol .none {
	list-style: none;
}
.center {
	text-align:center;
}
.nopad {
	padding-left:0;
	margin-left:0;
}
/************ link styles ************/
a:link {
	color: #640002;
	text-decoration: none;
	font-weight:bold;
}
a:visited{
	color: #640002;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #640002;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #640002;
	text-decoration: underline;
	font-weight:bold;
}
.links {
	text-align:center;
}

/************ paragraph styles ************/
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	text-align:justify;
	padding:10px 15px 0px 15px;
}
.align {
	text-align:center;
}
h1{
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 120%;
 	color: #640002;
 	margin: 0px;
 	padding:25px 10px 8px 10px;
	text-align:center;
}
h2{
 font-family: Verdana, Arial, sans-serif;
 font-size: 114%;
 color: #640002;
 margin: 0px;
 padding:20px 10px 0px 10px;
 text-align:center;
}

h3{
 font-family: Verdana, Arial, sans-serif;
 font-size: 105%;
 color: #640002;
 margin: 0px;
 padding:20px 10px 0px 10px;
 text-align:center;
}
h4{
 font-family: Verdana, Arial, sans-serif;
 font-size: 100%;
 color: #333333;
 margin-left: 10px;
 padding:20px 10px 0px 10px;
 text-align:left;
}
table{
	text-align:left;
	border:1px solid #333333;
	padding:10px;
	margin-left:45px;
}
.noborder {
	border: none;
}
.heading {
	font-weight:bold;
	font-size:105%;
	color:#640000;
	text-transform:uppercase;
	padding:10px;
}
td {
	padding:5px;
	text-align:left;
}
tr {
	padding:5px;
	text-align:left;
}
dl {
	margin-left:10px;
	margin-top:20px;
}
dt {
	font-size: 105%;
	font-weight:bold;
	padding:5px 0px 5px 10px;
}
dd {
	padding: 5px 0px 5px 30px;
}
.more {
	padding-left: 75px;
	margin-top: -.8em;
	padding-bottom:5px;
}

#content ul {
	margin: 3px;
	padding: 5px 5px;
	list-style: disc;
	line-height: 1.8em;
}
#content li {
	margin:3px;
	padding:3px;
	line-height:1.8em;
}
ul .nodot {
	list-style:none;
	margin:0;
	padding:15px;
	line-height: 1.8em;
}
.dot {
	list-style-position:inside;
	
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content {
	position:relative; /* Position is declared relative to gain control of stacking order (z-index). */
	width:auto;
	margin:0px 175px 0px 210px; /* must match leftbar/rightbar width */
	*margin:0px 180px 0px 195px; /* IE resize */
	padding-top:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	min-width:350px;
	min-height:700px;
	/* fix min-height in IE */
	height: auto !important;
	height:700px;
	/* end fix */
}
#leftbar {
	position:absolute;
	width:222px; /* incorrect width */
	top:0px;
	left:0px;
	margin-bottom:0px;
	padding-left:5px;
	padding-bottom:0px;
	border:0;
	z-index:2;
	min-height:600px;
	/* fix min-height in IE */
	height: auto !important;
	height:600px;
	/* end fix */
	/* Tantek Celik hack for IE5/Win : correct width below */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;}
	/* hack needs be nice to Opera 5 */
	body>#leftbar {width:200px;}

#rightbar {
	position:absolute;
	width:152px; /* incorrect */
	top:84px;
	right:21px;
	border:0;
	margin-bottom:220px;
	padding:0px 14px 10px 14px;
	line-height: 1.3em;; /* reduced, looks better in small cols */
	z-index:1;
	min-height:635px;
	/* fix min-height in IE */
	height: auto !important;
	height:635px;
	/* end fix */
	/* Again, TC hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:130px;} /* correct */
	/* Again, "be nice to Opera 5". */
	body>#rightbar {width:130px;}
	


	
/* ************* DIV STYLES *******************/

#content .fixHeader {
	margin-left:-16px;
	*margin-left:-1px;
}


#content #mainText {
	background:white url("../img/logo_bgd.gif") no-repeat;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height: 100%;
	margin:0;
	padding:0;
	
}
#content #mainText .bgd {
	
}
#content #mainText ul {
	margin-left:20px;
	line-height:1.8em;
}
#content #mainText ul li {
	padding:5px 0px 5px 10px;
	line-height:1.8em;
	margin-left:15px;
}
#content #mainText ul li ul {
	padding:5px 0px 5px 10px;
	line-height:1.8em;
	margin-left:15px;
}
#formstyle { margin-left:0px;
			margin-top:0px; }
#formstyle form {
	width:450px;
	margin:10px 20px 20px 0px;
	padding:5px 10px 10px 0px;
	
}
#formstyle textarea {font-family: monospace;}
#formstyle input, #formstyle textarea, #formstyle label{
	margin-left:20px;
}
#formstyle table {
	border:none;
	width:auto;
	padding:5px 20px 10px 0px;
	text-align:left;
}
#content #mainText .photos img {
	float:none;
}
#content #mainText .photos a:hover img {
	border:1px solid #640000;
}
#content #mainText .gallery {
	margin-top:30px;
	margin-left:45px;
	
}
#content #mainText .gallery img {
	float:none;
}
#content #mainText .photos a {
	border:none;
}
pre {
	color:#FF9595;
	font-size:12px;
	padding-left:20px;
}
#content #mainText .gallery h3 {
	text-transform:none;
}
#content #mainText img.photobgd {
	float:left;
	border:none;
	padding:0;
	margin:0;
}
/************* NAVIGATION **************/
/* Top Nav */

#topNav{
	margin:0;
	padding: 15px 0px 15px 0px;
	border: 1px solid #CCC;
	border-top-width:0px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}
#topNav a {
	padding: 0 4px 0 0;
	font-size:11px;
	color: #333333;
	letter-spacing:1px;
	
}
#topNav a:visited { color:#333333; }
#topNav a:hover {color:#640000;}

/* Left Nav */
#leftNav{
	position: relative;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom:10px;
	margin-left:0;
	padding: 0;
	padding-bottom:10px;
}
#leftNav ul {
	list-style:none;
	margin:0;
	padding:0px;
}
#leftNav ul ul {
	margin:0px;
	padding:0px;
	
}
#leftNav ul ul li {
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
	padding:2px 0px 2px 0px;
	*margin-left:20px;
}
#leftNav ul ul li a, #leftNav ul ul ul li a {
	margin:0;
	padding:6px 0px 4px 0px;
	font-weight:normal;
	font-size:11px;
}
#leftNav a {
	display: block;
	font-weight:normal;
	margin:8px 0px 0px 8px;
	padding: 6px 0px 4px 10px;
	*padding: 6px 0px 4px 6px;
	color:#640000;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	*margin:2px 0px 0px 2px;
}

#leftNav a:hover{
	background: #640002 url("../img/menu_rnd.gif") bottom right no-repeat;
	color:white;
	text-decoration:none;
	
}

ul#nav li ul {
    padding:0;
    margin:0;
    list-style:none;
}
ul#nav li.over ul, ul#nav li.on ul {
    display:block;
}
/* RIGHT BAR */
/************* #search styles ***************/

#search{
	margin-top:10px;
	padding: 5px 0px 5px 0px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#rightbar img {
	padding:10px 5px 0px 10px;
	
}
#rightbar p {
	font-size:11px;
	text-align:center;
	padding:0px 30px 0px 0px;
}

/************* FOOTER styles ***************/
#siteFooter{
	clear: both;
	width: auto;
	z-index:0;
	margin: 20px auto 0px auto; /* centers footer inline with container, for IE, Moz and at different sizes */
	padding: 10px 0px 0px 0px;
	height: 75px;
	font-size: 75%;
	color: #ccc;
	background: white;
	
}
#siteFooter a {
	color: #CCCCCC;
}
#siteFooter p {
	background: black;
	margin:29px 0px;
	padding: 20px 10px;
}

