@charset "utf-8";
body {
	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: #006;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	background-color: #FFF;
	background-image: url(../images/edge-texture3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
img
{  border-style: none;
}
a.nav:link {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

a.nav:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
a.nav:hover {
	text-decoration: none;
	color: #00C;
}
a.nav:active {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}


a.whitenav:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

a.whitenav:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a.whitenav:hover {
	text-decoration: none;
	color: #00C;
}
a.whitenav:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}


a.u2r:link {
	text-decoration: none;
	color: #999;
}

a.u2r:visited {
	text-decoration: none;
	color: #999;
}
a.u2r:hover {
	text-decoration: none;
	color: #00C;
}
a.u2r:active {
	text-decoration: none;
	color: #999;
}


p {
	margin-top: 0px;
	font-size: 0.8em;
	color: #666;
	margin-bottom: 0.5em;
}
.twoColFixLtHdr #container {
	width: 820px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 20px 0px 20px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	width: 820px;
	margin-bottom: 5px;
	float: left;
}
.twoColFixLtHdr #header-nav {
	float: left;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
	width: 820px;
	margin-bottom: 10px;
}
#top-nav-buttons {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	background-color: #B0B0B0;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	width: 100px;
	text-align: center;
	float: right;
	margin-left: 1px;
}
.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 */
}
#sidebar1 {
	width: 150px;
	background-color: #99F;
	display: inline;
	float: left;
}
#navbox {
	width: 150px;
	float: left;
}
#navigation {
	padding-left: 15px;
	font-weight: bold;
	background-color: #999;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-image: url(../images/button-background.jpg);
	width: 135px;
	float: left;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#navigation-visuals {
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #999;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-image: url(../images/button-background.jpg);
	margin-top: 15px;
	width: 135px;
	float: left;
}
#navigation-top {
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 5px;
	background-color: #999;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-image: url(../images/button-background-faded.jpg);
	height: 103px;
}
.twoColFixLtHdr #mainContent {
	width: 820px;
	float: left;

}
#flashbox {
	width: 660px;
	height: 240px;
	float: right;
	margin-bottom: 10px;

}
.twoColFixLtHdr #footer {
	padding: 0 0px 0 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
	color: #666;
	background-image: url(../images/footer-background.jpg);
	height: 25px;
}
#bottom-nav {
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;
	width: 820px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	float: left;
} 
.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 */
}
#footer-cont-left{
	width: 500px;
	float: left;
	padding-top: 5px;
}
#footer-cont-right{
	width: 90px;
	float: right;
	text-align: right;
}
.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;
	width: 820px;
}
#title {
	background-color: #999;
	width: 800px;
	color: #FFF;
	margin-top: 3px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	
}
#content-body {
	width: 820px;
	color: #FFF;
	float: left;
	border-right-color: #CCC;
	margin-bottom: 20px;
	
}
#content-text {
	width: 469px;
	color: #FFF;
	border-right-color: #CCC;
	margin-bottom: 20px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 20px;
	padding-left: 20px;
	
}
#gallery-container {
	float: right;
	overflow: hidden;
	width: 300px;
}
#gallery-thumb {
	color: #FFF;
	margin-bottom: 20px;
	height: 80px;
	float: left;
	width: 80px;
	margin-left: 20px;
	overflow: hidden;
}
#clearfloat {
	width: 820px;
	clear: both;
}
#U2Rdesign {
	text-align: right;
	font-size: 8px;
	padding-top: 8px;
	color: #999;
	width: 200px;
	float: left;
	font-weight: normal;
}
#formbox {
	margin-bottom: 10px;
}
#formtext {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
