@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #f7f1db;
}

#container {
	width:798px;
	margin:0 auto;
}

#outer {
	width:798px;
	margin:0 auto;
	background: url('BoxBackground.jpg') repeat-y;
	float:left;
}

#header {
	margin-left:20px;	
}

#primaryNav {
	height:41px;
	float:left;
	width:776px;
	background: url('nav_left_spacer.jpg') repeat-x;
	margin:0 10px 0 11px;
	font-size:15px;
	padding:10px 0 0 0;
}

#primaryNav a:link, #primaryNav a:visited {
	color:#fff;
	display:block;
	padding:5px 19px;
	float:left;
}

#primaryNav a:hover {
	background: url('nav_over.jpg') repeat-x 0 -10px;	
}

#primaryNav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#primaryNav li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}

#primaryNav li.sep {
	width:1px;
	background: url('nav_sep.jpg') no-repeat;
	height:31px;
}

#leftNavContainer {
	width:150px;
	float:left;
	margin-left:20px;
	padding-right:10px;
}

#webFeature {
	float:left;
	width:770px;
	margin:10px 0;
}

#home #webFeature {
	margin:10px 0 100px 0;	
}

#default #table {
	width:570px;	
}

#rightCol #table {
	width:374px;
	float:left;
}

#rightColContainer {
	float:right;
	width:186px;
	margin-left:10px;
}

#webFeature #homeLeft {
	width:529px;
	margin:0 10px 0 35px;
	float:left;
}

#webFeature #homeRight {
	width:186px;
	float:left;
}

#footer {
	width:760px;
	float:left;
	background: url('bg_footer3.gif') repeat-x;
	height:58px;
	padding:0 0 0 15px;
	color: #000;
	font-family: Verdana;
	font-size:10px;
	margin-left: 11px;
}

#footerLinks {
	width:500px;
	float:left;
	padding-top: 10px;
	height:23px;
}

#footerLogo {
	width:245px;
	float:right;
	text-align:right;
	padding: 6px 10px 0 0;
	height:27px;
}

#footer a:link, #footer a:visited {
	color:#000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration:underline;
}
#footerAddress {
	width:745px;
	float:left;
	padding-top: 0px;
}

a.navSide:link, a.navSide:visited {	
	color: #666;
	text-decoration: none;
}

a.navLink:hover {
	color: #ec151d;
}

a.navLinkOn:link, a.navLinkOn:visited {	
	text-decoration:underline;
}

a.navLinkOn:hover {
	color: #ec151d;
}

a.navSide:hover {
	color: #ec1f26;	
}

a.navSideSelected:link, a.navSideSelected:visited {
	color: #ec1f26;
}

a.navSideSelected:hover {
	color: #ec1f26;
	text-decoration: underline;
}