@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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-image: url(images/bg.jpg);
	background-attachment:fixed;
	margin-top: 8;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 183px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #336699;
}
.oneColFixCtrHdr #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 */
}
#navBar {

}
#navBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	background-color: #336699;
}
#navBar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #508AC5;
}
#navBar a {
	display: block;
	cursor: pointer;
	background-color: #336699;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
#navBar a:hover, #navBar a:focus  {
	background-color: #33C;
	color: #FFF;
}
#navBar {
	background-color: #336699;
	height: 34px;
}
#mainContent a {
	text-decoration: none;
	color: #336699;
}
#mainContent a:hover {
	color: #003366;
}
#mainContent .thumbnail {
	border: 2px solid #336699;
}
#mainContent .thumbnail:hover {
	border: 2px solid #003366;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */
h1 {

}
h1, h2, h3, h4, h5, p {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#footer p {
	color: #FFFFFF;
	padding-top:5px;
	padding-bottom: 10px;
	font-size:12px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #FFFF00;
	text-decoration: underline;
}

