@charset "UTF-8";
/* CSS Document */

/* Reset to basic values
-------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, img, ul, li,
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
	line-height: 1px;
}
ol, ul, li {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}

/* Outer wrapper styles
-------------------------------------------------------------------------------*/
body {
	background: #F9F4Db;
	font : 12px/1.5 Helvetica, Arial, sans-serif; 
}

#wrapper {
	position:relative;
	width: 808px;
	height: auto;
	margin: 0px auto;
}

/* Styles for the header section
-------------------------------------------------------------------------------*/
#header {
	margin-left: 4px;
}

h1#replaced {
	height: 100px;
	text-indent: -20000px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

/* Styles for the top nav section
-------------------------------------------------------------------------------*/
#nav {
	width: 100%;
	margin: 5px 0px; padding-bottom: 5px;
	font-size: 13px;
}

#nav li {
	float:left; border-left: 1px solid #C60; width: 114px; list-style:none;
}


#nav li a {
	display:block; text-decoration: none; color:#000; height: 28px; padding-top: 8px;
	text-align:center;
	background:#B4D9DD;
}


#nav li a:hover {
	width: 114px;
	background:#6CC;
}

#nav li.thispage {
	width: 114px;
	background-color: #DEF8FB;
	height: 28px;
	padding-top: 8px;
	text-align:center;
}

#nav li#rborder {
	border-right: 1px solid #C60;
}


/* Styles for the general content section
-------------------------------------------------------------------------------*/
.clear {
	clear:both;
}

#content {
	width: 808px; margin-top: 5px;
	position:relative;
}

#content p {
	 padding-bottom: 6px;
	font-size: 14px; color: #009;
}


.rightpic {
	float:right;
	background-color: #FFF;
	padding: 3px;
	margin-left: 6px;
	border: 1px solid #C60;
	color: #009;
	font-weight: bold;
	font-size: 10px;
}

.rightpic p {
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	font-size: 10px;
}

.leftpic {
	float: left;
	padding: 3px;
	border: 1px solid #C60;
	margin-right: 6px;
}

/* Styles for the left and right content sectons
-------------------------------------------------------------------------------*/
#leftContent {
	float: left;
	width: 24%;
}

#leftContent img {
	margin-left: 20px;
	padding: 4px;
	border: 2px solid #009;
}

#leftContent p {
	margin: 5px 20px  0px 20px;font-style:italic; font-weight:bold;
	font-size: 12px;
}

#leftContent ul {
	padding: 10px;
}

#leftContent li {
	height: 24px;
	background-color:#B4D9DD;
	border: 1px solid #6CC;
}

#leftContent li a {
	padding-bottom: 2px;
	padding-left: 4px;
	display:block;
	text-decoration: none;
	height: 24px;
	color:#000;
	padding-top: 4px;
}

#leftContent li a:hover {
	background-color: #6CC;
}

#riteContent {
	position: relative;
	float:right;
	width: 75%;
	border-left: 1px solid #C60;
}

#riteContent h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	padding-top: 6px;
}

#riteContent h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	color:#009;
	padding-top: 10px;
}

#riteContent p {
	font-size: 12px;
	font-style: normal;
	color: #009;
	padding-left: 10px;
}


#riteContent p.pagetop {
	text-align:center;
}

#riteContent p.pagetop a {
	 text-decoration:none;
}

#riteContent a {
	text-decoration:none;
	color: #620;
}

#riteContent a:hover {
	font-weight:bold;
}


#riteContent .main_image {
		height: 280px;
		background-image: url(../images/slidebackground.jpg);
		background-repeat:no-repeat;
		background-position:top left;
		border-bottom: 1px solid #C60;
}
	
#riteContent #picimage {
	position:absolute;
	top:  4px;
	left: 10px;
	width: 584px;
	height: 250px;
}

#riteContent #picimage img {
	position:absolute;
	top:  0;
	left: 0;
	width: 584px;
	height: 250px;
}

#riteContent .main_image .block {
	margin-left: 10px;
	width: 584px;
	height: 40px;
	overflow:hidden;
}
#riteContent .main_image .block p {
	position:absolute;
	top: 260px;
	font-style:oblique;
	font-weight:bold;
}

/* Styles for the footer section
-------------------------------------------------------------------------------*/
#footer {
	width: 800px; margin: 5px 0px;
	border-top: 2px solid #C60; border-bottom: 2px solid #C60;
	font-size: 10px;
}

#footer p {
	clear:both;
	text-align:center;
	padding-top: 2px;
	font-style:italic;
	font-weight:bold;
}

#footer ul {
	margin-top: 6px; margin-left: 166px;
}

#footer li {
	float: left;
}

#footer li a {
	text-decoration:none; color:#000;
}

#footer li a:hover {
	color:#C60;
}
#leftContent a {
	text-decoration: none;
	color: #009;
}
