body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif; /* font-size 100.01% for MAC bug */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background: #D1D5E0 url(../images/background/bg-scsa092109.png) repeat-x;
	}
#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 10px auto 0;
	font-size: 0.9em;
	padding: 0;

}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	margin: 0;
	width: 960px;
	position:relative;
}
#header h1 {
	margin: 0px; /* This puts TEXT of h1 Header tag off the screen.  A text H1 Header is important for screen readers and Search Engines.  */
	padding: 0px;
	position: absolute;
	top: -900px;
}
#header img {
	margin:0;/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0px/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header p {
	margin:0;
	padding:0;
	color: #FFFFFF;
}
#header a:link {
	color:#fff;
	text-decoration:underline;
}
#header a:visited {
	color:#fff;
	/*text-decoration:none;*/
}
#header a:hover {
	color:#F00;
	text-decoration:underline;
}

#hours { /* absolute positioned box to put text in the header area and position it where we want it */
	padding: 0;
	margin: 0;
	text-align: right;
	position: absolute;
	height: 90px;
	width: 185px;
	right: 0px;
	top: 5px;
}
#hours p {
	font-weight:bold;
	font-style: italic;
	font-size: 12px;
	color:#FFF;
	margin:7px 0;
	padding:0 10px 0 0;
}

#viewMap { /*absolute positioned box to put text in the header area and position it where we want it */
	padding: 0px;
	margin: 0;
	text-align: left;
	position: absolute;
	height: 30px;
	width: 120px;
	left: 468px;
	bottom: 8px;
}
#viewMap p {
	font-weight:bold;
	font-style: italic;
	font-size: 12px;
	color:#FFF;
	margin:7px 0;
	padding:0px;
}
#navbar{
	padding: 3px 0 0 2px;
	margin: 2px 0;
	height: 35px;
	width: 958px;
	background: #B2040E;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#mainContent { /* section below header and above footer */
	margin: 5px 0 0 0;
	padding: 0;
	color: #222;
	width: 960px;
}
#mainContent .weatherBox { /* section for weather */
	margin: 0;
	padding: 0;
	width: 960px;
}
.column {
	float: left;
	width: 284px;
	padding: 0;
	margin: 0 10px;
	border: 1px solid #999;
	height: 350px;
	background: #CFECF8;
}
.column h1 {
	font-size:1.7em;
	margin:0 10px;
	line-height:1.5;
}
.column h2 {
	font-size:1.5em;
	margin:0 10px;
	line-height:1.5;
}
.column h3 {
	font-size:1.3em;
	margin:5px;
	line-height:1.5;
}
.column p{
	font-size: 0.9em;
	line-height: 1.3;
	margin:0;
	padding:5px  10px;
}
.column ul {
	padding: 5px;
	margin:0;
}
.column li {
	padding:0;
	margin: 5px;
	line-height:1.2;
	font-size:0.9em;
}
/* === Left column on secondary pages - this narrow column is for page name, navigation, and other items  */
#column-left {
	float: left;
	width: 245px;/* this width must be set in conjunction with column-right to fit mainContent and container width */
	padding: 10px 0 0 0;
	margin: 0;
}
#column-left h1{
	font-size:1.7em;
	margin:10px 10px 10px 0;
	line-height:1.5;
}
#column-left h2 {
	font-size:20px;
	margin:10px;
}
#column-left h3{
	margin:10px;
	line-height:1.3;
}
#column-left h4{
	margin:10px;
	line-height:1.5;
}
#column-left h5{
	margin:8px 10px;
	padding:0;
	line-height:1.3;
}
#column-left p{
	font-size: 0.8em;
	line-height: 1.3;
	margin: 5px 10px;
}
#column-left li {
	font-size: .9em;
	line-height: 1.5;
}
#column-left li li li{
	font-size: 1em;
	line-height: 1.5;
}

#column-left .jumpmenu {/* this puts a box around the Navigation Menu list on each secondary page, not home page */
	padding: 0 10px 0 0;
	margin: 0;
	text-align: right;
}
#column-left .jumpmenu h1{
	font-size:1.7em;
	margin:10px 0px 10px 0;
	line-height:1.5;
}

#column-left .jumpmenu ul{
	margin:0 0 0 10px;
	padding:0;
	list-style-type:none;
}
#column-left .jumpmenu li {
	font-size:16px;
	line-height: 1.7;
	font-family: Arial, Helvetica, sans-serif;
}

#column-left .jumpmenu a:link {
	color:#036;
	text-decoration:none;
	font-weight: bold;
}
#column-left .jumpmenu a:visited {
	color:#036;
	text-decoration:none;
	font-weight: bold;
}
#column-left .jumpmenu a:hover {
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
}
/* === Large right column on secondary pages, for most of the content === */
#column-right {/* large right column on secondary pages, not home page */
	float: right;
	width: 695px;/* this width must be set in conjunction with column-left to fit mainContent and container width */
	padding: 20px 0;
	margin: 0px;
}
#column-right p{
	font-size: 0.9em;
	line-height: 1.4;
	margin: 10px;
	padding: 0px;
}

#column-right h1 {
	margin:0 10px 10px 10px;
	line-height:1.5;
	font-size: 1.7em;
}
#column-right h2 {
	margin:10px;
	line-height:1.5;
	font-size: 1.6em;}

#column-right h3 {
	margin:8px;
	line-height:1.5;
	font-size: 1.4em;
}

#column-right h4{
	margin:10px;
	line-height:1.4;
	font-size: 1.2em;
}
#column-right h5{
	margin:10px;
	padding:0;
	line-height:1.5;
}

#column-right ul {
	font-size:0.9em;
	margin: 10px 30px;
	padding: 0 0 0 30px;
	list-style-position:outside;
}
#column-right ol {
	font-size:0.9em;
	margin: 10px 30px;
	padding: 0 0 0 30px;
	list-style-position:outside;

}
#column-right ol li {
	list-style-type: decimal;
	line-height: 1.4;
}
#column-right ul li {
	list-style-type: disc;
	line-height: 1.4;
}
#column-right .staff-photo-title {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	width: 185px;
}


/* this class is for lists next to float left images so numbers and dots shift further right */
#column-right .list-fix-box {
	padding: 0;
	margin:0;
}

#column-right .list-fix-box ol {
	font-size:0.9em;
	margin: 10px 30px;
	padding: 0;
	list-style-position: inside;
}
#column-right .list-fix-box ul {
	font-size:0.9em;
	margin: 10px 30px;
	padding: 0;
	list-style-position: inside;
}

/* this class is for lists next to float left images so numbers and dots shift further right */
#column-right .list-fix-box ol li {
	list-style-type: decimal;
	line-height: 1.4;
	padding: 0 0 0 10px;
	text-indent:30px;
}
/* this class is for lists next to float left images so numbers and dots shift further right */
#column-right .list-fix-box ul li {
	list-style-type: disc;
	line-height: 1.4;
		padding: 0 0 0 10px;
	text-indent:30px;
}


#column-right .services {
	margin:0;
	padding:0;
}
#column-right .services hr {
	margin: 0 0 0 10px;
	height:2px;
	border-width:0;
	color:#444;
	background-color:#444;
}

#column-right .services table {
	margin:10px 30px;
	border:1px solid #222;
	padding:0px;
	width: 610px;
}
#column-right .services table th {
	text-align:left;
	font-weight:bold;
	font-size: 1.1em;
}
#column-right .services table td {
	text-align:left;
	font-size:0.9em;
}
#column-right .contactus {
	margin:0;
	padding:0;
}
#column-right .contactus p {
	line-height: 1.4;
	margin: 10px;
	padding: 0px;}

#column-right .contactus hr {
	margin: 0 0 0 10px;
	height:2px;
	border-width:0;
	color:#444;
	background-color:#444;
}

#column-right .contactus table {
	margin:10px 30px;
	border:1px solid #222;
	padding:0px;
	width: 610px;
}
#column-right .contactus table th {
	text-align:left;
	font-weight:bold;
	font-size: 1.1em;
}
#column-right .contactus table td {
	text-align:left;
	font-size:1.0em;
}
	
.map-largebox {/* === for Location page map alignment === */
	width: 705px;
	padding: 0;
	z-index: 1000;
	position: relative;
	margin: 0 -10px 0 0;
	float: right;
}
.map-largebox .innerBox {/* === for Location page map area, absolute positioned box to fit on top map which has invisible background in all but MSIE v6 === */
	position:absolute;
	top:9px;
	left:17px;
	width:278px;
	color:#006;
	font-size:16px;
	z-index: 1005;
	height: 235px;
	padding: 8px 0 0 0;
}
/* === Footer area   === */
#footer {
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	font-size: 0.7em;
}
#footer a:link,#footer a:visited {
	color:#03C;
	text-decoration:none;
}

#footer a:hover {
	color:#F00;
	text-decoration:underline;
}

.topofpage {/* === for top of page text sizing and color and link colors === */
	color:#003399;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.topofpage a:link{/* === for top of page text sizing and color and link colors === */
	color:#0033CC;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
	}
.topofpage a:visited {/* === for top of page text sizing and color and link colors keeps it blue === */
	color:#0033CC;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.topofpage a:hover {/* === for top of page text sizing and color and link colors, turns red when moused over === */
	color:#F00;
}
a:link {
	color:#00F;
	text-decoration:underline;
}
a:visited {
	color:#603;
	text-decoration:none;
}
a:hover {
	color:#D20000;
	text-decoration:underline;
}


/* === Miscellaneous classes for reuse === */
img {
	border:0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page and adds a small margin */
	float: left;
	margin-right: 8px;
}
.img-rt {
	float:right;
	border:0;
	padding:0;
	margin:5px 0 10px 10px;
	text-align: left;
}
.img-lft {
	float:left;
	border:0;
	padding:0;
	margin:5px 10px 10px 0;
	text-align: right;
}
.img-lft-wborder{
	float:left;
	border:1px solid #000;
	padding:0;
	margin:5px 10px 10px 0;
	text-align: right;
}
.img-rt-wborder{
	float:right;
	padding:0;
	margin:5px 0 10px 10px;
	text-align: left;
	border: 1px solid #000;
}
.img-lft-wTitle{
	float:left;
	border:1px solid #000;
	padding:0;
	margin:5px 10px 10px 0;
	text-align:justify;
}
.border-all{/* === adds a border on 4 sides to an element */
	border: 1px solid #000; 
}

.borderLeftDashed{
	border-left: 1px dashed #666;
	}
.clearboth {
	clear:both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.center {
	text-align:center;
}

.red-text { color:#CE0A04; }
.redBrick-text { color:#B00; }
.green-text {color:#090;}
.grey-text {color:#999;}
.blue-text {color:#039;}
