@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #10232E url(images/pageback.gif) repeat-x;
	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;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #133d54;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 30px 20px;
} 
.twoColFixLtHdr #header {
	background: url(images/header.jpg) no-repeat;
	padding: 10px 0 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. */
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 197px;
	color: #FFF;
	text-align: right;
	font-size: 0.9em;
} 
.twoColFixLtHdr #header 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 */
}


.twoColFixLtHdr #header #topmenu {width:920px; height:40px; padding:10px 0px 0px 40px; margin-top:25px;}
.twoColFixLtHdr #header #topmenu ul  {list-style:none; list-style-image: none; padding:0px; margin:0px;}
.twoColFixLtHdr #header #topmenu li {display:inline;}
.twoColFixLtHdr #header #topmenu ul li img {float:left;}
.twoColFixLtHdr #header #topmenu ul li a {
	color:#133d54;
	float:left;
	padding:25px 8px 0px;
	font-weight:normal;
	text-decoration:none;
}
.twoColFixLtHdr #header #topmenu ul li a:hover {color:#C8192C;}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB url(images/sidebarback.gif) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0px 200px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


.twoColFixLtHdr #sidebar1 #menu {
	width:150px;
	height:368px;
	background: url(images/menuback.gif) no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
.twoColFixLtHdr #sidebar1 #menu ul  {list-style:none; list-style-image: none; padding:0px; margin:0px;}
.twoColFixLtHdr #sidebar1 #menu ul li a {
	color:#11374b;
	display:block;
	padding:7px 0px 6px 2px;
	text-decoration:none;
	font-size: 0.7em;
	border-bottom: 1px solid #11374b;
	width: 148px;
}
.twoColFixLtHdr #sidebar1 #menu ul li a:hover {
	color:#FFF;
	background: #133D54;
}


.twoColFixLtHdr #mainContent, .twoColFixLtHdr #homegallery {
	margin: 0 0 0 217px; /* 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: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #F6F7F8 url(images/contentback.gif) repeat-x bottom;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size: 0.9em;
} 

.twoColFixLtHdr #homegallery {
	margin-bottom:10px;
}

#flash{
display: block;
}
.twoColFixLtHdr #footer {
	padding: 20px;
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
a {
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #header a {
	color: #c8192c;
}
.red {
	color: #c8192c;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 #menu h1 {
	font-size: 1em;
	color: #FFF;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 1.3em;
	padding: 0px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 1.5em;
}
.twoColFixLtHdr #footer a {
	color: #C8192C;
}
.twoColFixLtHdr #mainContent img {
	float: left;
	margin-right: 10px;
}
