@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #226FA2;
}
.twoColFixLtHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #92C5EB;
	height: 163px;
	padding: 0;
} 

.twoColFixLtHdr #container #header img {
	vertical-align: middle;
}

h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #9E0621;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: -10px;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 0.05em;
	color: #000000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px;
	height: 600px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFCB05;
}

.twoColFixLtHdr #container #sidebar1 ul{
	font-family: "Agency FB", "Arial Narrow", Arial, Helvetica, sans-serif;
	
}




.navSidebar {
	background-color: #FFCB05;
	border: 0px solid #48555E;
}

.navSidebar a {
	text-decoration: none;
	display: block;
	margin: 6px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: "Agency FB", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #9E0621;
	line-height: 110%;
	background-color: #FFD62F;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

/* hack for IE 6 < to make entire block clickable */
* html .navSidebar a {
	height: 1px; 
}

.navSidebar a:hover {
	border: 1px dashed #5DA9DD;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #5DA9DD;
}

.navMes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	border: 1px solid #9E0621;
	line-height: 120%;
	color: #000000;
	text-align: center;
	margin-top: 25px;
}

.navMes a{
	color: #000000;
}

.navMes a:hover{
	color: #9E0621;
	font-weight: normal;
}

#ImageArea {
	margin: 20px 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.primeImage {
	border: 2px solid #9E0621;
}
.twoColFixLtHdr #mainContentHome {
	float: right;
	width: 490px;
	height: 340px;
	overflow: auto;
	margin: 20px 20px 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	BORDER-TOP-WIDTH: 0px;
	SCROLLBAR-FACE-COLOR: #FFD62F;
	BORDER-RIGHT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 4px;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFD62F;
	SCROLLBAR-SHADOW-COLOR: ##F2F0CE;
	SCROLLBAR-3DLIGHT-COLOR: #ccc;
	SCROLLBAR-ARROW-COLOR: #913029;
	SCROLLBAR-DARKSHADOW-COLOR: #FFD62F;
	SCROLLBAR-BASE-COLOR: #FFD62F;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #mainContentHome li{
	list-style-position: outside;
	margin-left: -10px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 110%;
	letter-spacing: 0.05em;
	color: #000000;
	list-style-type: circle;
}

.twoColFixLtHdr #mainContentHomeNoPic {
	float: right;
	width: 490px;
	height: 540px;
	overflow: auto;
	margin: 20px 20px 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	BORDER-TOP-WIDTH: 0px;
	SCROLLBAR-FACE-COLOR: #FFD62F;
	BORDER-RIGHT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 4px;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFD62F;
	SCROLLBAR-SHADOW-COLOR: ##F2F0CE;
	SCROLLBAR-3DLIGHT-COLOR: #ccc;
	SCROLLBAR-ARROW-COLOR: #913029;
	SCROLLBAR-DARKSHADOW-COLOR: #FFD62F;
	SCROLLBAR-BASE-COLOR: #FFD62F;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #mainContentHomeNoPic li{
	list-style-position: outside;
	margin-left: -10px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 110%;
	letter-spacing: 0.05em;
	color: #000000;
	list-style-type: circle;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #9E0621;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent { 
	float: right;
	width: 490px;
	margin: 20px 20px 0 0px;
	padding: 0 20px; 
}



.twoColFixLtHdr #footer {
	background-color: #9E0621;
	border: 0px solid #000000;
	height: 58px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixLtHdr #container #footer img {
	float: left;
	margin: 10px 0 0 10px;

}

.twoColFixLtHdr #footer .text {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 500px;
	margin-left: 200px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

.twoColFixLtHdr #footer .textHome {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 400px;
	margin-left: 140px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

.twoColFixLtHdr #footer .SLH {
	position: relative;
	margin-top: -52px;
	float: right;
	width:160px;
	height:40px;
	text-align: center;
	background-image: url(images/elements/slh-logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.twoColFixLtHdr #footer .SLH .SLHtext  a{
	position: relative;
	top: 14px;
	height:20px;
	color:#663300;
	font-size:10px;
	font-family:Georgia, "Times New Roman";
	color:#000000;
	margin-left: 36px;
	text-decoration: none;
}

.twoColFixLtHdr #footer .SLH .SLHtext  a:hover{
	color: #5DA9DD;
}


.webmaster a{
	float: right;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5EAADD;
	text-decoration: none;
}
.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 */
	float: left;
	margin-right: 8px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
 
[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }

[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
