@charset "utf-8";
body  {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
h1{
	font-size: 17px;
	font-weight: normal;
	font-variant: small-caps;
} 
h2{
	font-size: 15px;
	font-weight: normal;
} 
a img { border:none; }
a {
    outline: none;
}
#outer_container {
	width: 1000px;
	margin: 0 auto 20px;
	border: 1px solid #000000;
	text-align: left;
	background-color: #000;
}
#header {
	width: 1000px;
	margin:0px;
	padding:0px;
}
#inner_container {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	float: right;
}
#sidebar {
	width: 240px;
	float: left;
}
#sidebar_nav ul {
	float:left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 212px;
}
#sidebar_nav ul li {
	margin: 17px 0 17px 0;
}
#sidebar_nav {
	width: 215px;
	margin: 30px 0 0 25px;
}
#topnav {	
	float: left;
	width: 760px;
	height: 278px;
}
#topnav1 {
	width: 760px;
	height: 180px;
	background-image: url(../images/top_nav_bg.jpg);
	background-repeat: no-repeat;
}
#topnav2 {
	width: 760px;
	height: 38px;
}
#topnav1 ul {
	float:left;
	margin: 49px 0 0 0;
	padding: 0px;
	width: 760px;
	height: 92px;
	list-style-type: none;
}	
#topnav2 ul {
	float:left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 760px;
	height: 38px;
}
#topnav1 ul li, #topnav2 ul li {
	float: left;
	margin:0px;
	padding:0px;
}
img.nohover {border:0}
img.hover {border:0;display:none}
a:hover img.hover {display:inline}
a:hover img.nohover {display:none}

#margin { 
	margin: 0 0 0 240px;
	background-image: url(../images/sidebar_pic_montage.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1;

} 
#mainContent { 
	padding: 0px 60px 30px 30px;
	float: left;
	margin-bottom: -150px;
} 
#footerContainer {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	height: 100%;
}
#footernav {
	float:left;
	margin-top:60px;
}
#picmontage {
	float:left;
	clear:both;
	margin-bottom:-125px;
}
#footernav ul {
	margin: 0 0 0 275px;
	padding:0;
	list-style-type:none;
}
#footernav ul li {
	float:left;
	margin-right: 10px;
}
#footernav ul li a {
	color: #b2b0b0;
	text-decoration:none;
	font-weight:500;
}
#footernav ul li a:hover {
	text-decoration:underline;
}
#footer_logo {
	float:right;
}
#footer_logo img {
	margin: 30px 0 30px 0;
}
#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 */
}
#form td {
	vertical-align: top;
}
.button {
	color:#fff;
	border: 1px solid #4d4d4d;
    background: #3fa9f5;
}
.error {
	color: #ffd200;
}
.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 {
    outline: none;
	text-decoration: none;
	color: #F5D000;
}

a:hover {
	text-decoration: underline;	
}

a:visited {
	color: #666;
}



/* ************************
 * Collapsible Text CSS
 * ************************ */
/*
.mainExpand {
  cursor:hand;
  cursor:pointer;
}
*/
