@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;
	background-image: url(../images/backgrounds/body.jpg);
	font-family: "urbana-1", "urbana-2", sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-style: normal;
	line-height: 1.4em;
	;
}

#behindnav {
	background-image: url(../images/backgrounds/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	z-index: 0;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: -250;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
} 
#nav {
	height: 180px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#nav ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 60px;
}
#nav li {
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 15px;
	text-transform: uppercase;
	list-style-type: none;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#nav li a:hover {
	color: #CC0000;
	text-decoration: none;
}
#subnav {
	margin-top: -20px;
} 
#subnav ul {
	padding-top: 0px;
}
#subnav li {
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 20px;
	text-transform: uppercase;
	list-style-type: none;
	font-size: 12px;
	letter-spacing: 0.1em;
}
#subnav a:link {
	color: #999999;
	text-decoration: none;
}

#subnav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#subnav li a:hover {
	color: #CC0000;
	text-decoration: none;
}
#sidebar {
	float: right;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 230px;
	font-size: 13px;
	color: #666;
	line-height: 1.2em;
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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 */
} 
#footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666600;
	color: #996600;
	font-size: 12px;
} 
#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: 10px;
	width: 250px;
}
.fltrt-thumb {
	float: right;
	margin-left: 10px;
	width: 200px;
	text-align: right;
}
.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;
}
h1 {
	font-family: "urbana-1","urbana-2",sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #000000;
}
h2 {
	font-family: "urbana-1","urbana-2",sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #666633;
	text-transform: uppercase;
	margin-bottom: -2px;
}
h3 {
	font-family: "urbana-1","urbana-2",sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	margin-bottom: -2px;
}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
td {
	vertical-align: top;
}
td.description {
	padding-top: 10px;
}
td.description2 {
	padding-top: 10px;
	padding-left: 10px;
}
.notes {
	color: #333300;
}
.h2sub {
	color: #996600;
	font-weight: normal;
}
.h3sub {
	color: #996600;
	font-weight: normal;
}
a img {border: none; } 

.pageon {
	font-weight: normal;
	color: #CC0000;
}

