/* CSS Document */
* { 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
}
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000; 
	background-color: #ffffff;
	background-image: url(../../images/page-bg.jpg);
	background-repeat: repeat;
	min-width: 950px; 
}
#wrapper {
	width: 800px;
	margin: 20px auto;
}
#header {
	position: relative;
	width: 800px;
	height: 138px;
	background-image: url(../../images/header-bg.jpg);
	background-repeat: no-repeat;
}
#header h1, #nav-skipnav { 
	position: absolute; 
	left: -9999px; 
	overflow: hidden; 
}
/* top nav */
#top-nav { 
	position: absolute;
	top: 117px;
	right: 44px;
	list-style-type: none;
	font-size: 10px;
}
#top-nav li {
	display: inline;
	margin-right: 4px;
	color: #FFFFFF;
	font-weight: bold;
}
#top-nav a { 
	color: #FFFFFF;
	text-decoration: none;
}
#top-nav a:hover, top-nav a:focus, #top-nav a:active{ 
	text-decoration: underline;
}
#content-wrapper {
	width: 800px;
	padding: 10px 0;
	background-image: url(../../images/content-bg.jpg);
	background-repeat: repeat-y;
}
#left-column {
	width: 259px;
	float: left;
}
#left-column-content {
	padding: 0 10px 10px 10px;
}
#left-column-content img {
	padding: 10px 0 0 0;
	border: 0;
}
#right-column {
	width: 541px;
	float: left;
}
#right-column-content {
	padding-right: 15px;
}
#main-pic {
	width: 526px;
	height: 359px;
	background-image: url(../../images/home-page.jpg);
	background-repeat: no-repeat;
	margin: 0 0 24px 0;
}
#intro-text {
	width: 300px;
	padding: 235px 15px 15px 225px;
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#intro-text h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#footer {
	width: 800px;
	height: 54px;
	background-image: url(../../images/footer-bg.jpg);
	background-repeat: no-repeat;
}
#footer p {
	color: #ffffff;
	padding: 13px 0 0 30px;
	font-size: 10px;
}
/* nav menu */
#nav-container {
	width: 229px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 0 5px 0;
}
#nav-main { 
	list-style-type: none; 
}
#nav-main-li { 
	background: #FFFFFF; 
	margin: 0; 
}
#nav-main li a { 
	width: 229px; 
	display: block; 
	padding: 4px 0; 
	border-bottom: 1px dashed #808080; 
	text-decoration: none; 
}
#nav-main-on a { 
	background-color: #00005a;
	background-image: url(../../images/nav-on-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}
#nav-main-on a:hover, #nav-main-on a:focus, #nav-main-on a:active { 
	background-color: #00005a;
	background-image: url(../../images/nav-on-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff; 
	font-weight: bold; 
}
#nav-main-off a { 
	background-color: #fbf8ef;
	background-image: url(../../images/nav-off-bg.jpg);
	background-repeat: no-repeat;
	color: #000000;
	font-weight: normal;
}
#nav-main-off a:hover, #nav-main-off a:focus, #nav-main-off a:active { 
	background-color: #00005a;
	background-image: url(../../images/nav-off-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff; 
	font-weight: bold; 
}

#nav-main li a span {
	padding: 0 0 0 45px;
	margin: 0;
}
	
/* footer nav */
#footer-nav { 
	list-style-type: none;
	font-size: 10px;
	text-align: right; 
	padding: 5px 0;
}
#footer-nav li {
	display: inline;
	margin-right: 4px;
	color: #FFFFFF;
	font-weight: bold;
}
#footer-nav a { 
	color: #FFFFFF;
	text-decoration: none;
}
#footer-nav a:hover, footer-nav a:focus, #footer-nav a:active{ 
	text-decoration: underline;
}

/* general */
.clear-content {
	clear: both;
	padding: 0;
	margin: 0;
}