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

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	background: #689ba5;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* homepage styles */
a {
	color: #000000;
}
#outer {
	background: #689ba5 url("/images/bg.jpg") top center no-repeat;
	width: 100%;
	min-height: 0px;
	margin: 0 auto 0 auto;
}
#contain {
	background: url("/images/bg-paper.jpg") 3px 0 repeat-y;
	margin: 0 auto 0 auto;
	width: 959px;
	min-height: 0px;
	padding: 0
}
#logo {
	float: left;
	width: 125px;
	height: 33px;
	padding: 20px 20px 20px 60px;
}
#nav {
	width: 600px;
	height: -10px;
	float: left;
	margin: 72px 0 0px 60px;
	*margin: 72px 0 0px 60px;
	padding: 0 0 0 20px;
}
#nav ul {
	list-style: none;
	float: left;
	margin: 0; 
	letter-spacing: 0px;
}
#nav li {
	float: left;
	font-family: arial, helvetica, sans-serif;
	padding: 0 20px 0 0;
	text-transform: uppercase;
}
#nav li a {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none;
}
#nav li a:hover {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none;
}
#left {
	float: left;
	width: 640px;
	padding: 12px 0 0 20px;
}
#mainPic {
	background: url("/images/bg-mainPic.png") no-repeat;
	width: 644px;
	height: 381px;
	padding: 13px 0 0 13px;
}
	
#right {
	float: left;
	width: 215px;
	padding: 18px 0 0 30px;
	margin: 0 0 20px 0;
}
#rightTop {
	padding: 0;
}
/*-- slideshow -- */
#slideshow {
    position:relative;
    height:299px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*--       --*/
#banner h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 24px;
	font-weight: normal;
	background-image: url(/images/inner-banner.jpg);
	background-repeat: no-repeat;
	padding: 7px 0px 10px 10px;
	margin-top:8px;
}

#content {
	padding: 10px 0 40px 25px;
}
#content h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	font-weight: normal;
}
#content p {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#content p a {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#content ul {
	font-size: 13px;
	list-style: disc;
	padding: 15px 0 10px 25px;
}
#content ul li {
	padding: 6px 0 3px 0px;
	line-height: 20px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: #16px;
	text-transform: uppercase;
	color: #868235;
	padding: 30px 0 20px 0;
}
#content h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: #16px;
	text-transform: uppercase;
	color: #868235;
	padding: 30px 0 20px 0;
	text-decoration:none;
}

#content input {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#content textarea {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#content table td
{
	padding:5px;
}
#footer {
	clear: both;
	margin: 0 auto 0 auto;
	background: url(/images/footer.jpg) 3px 0 no-repeat;
	width: 959px;
	height: 120px;

}
#foottext {
	width: 700px;
	color: #b4b1a9;
	padding: 20px 0 0 55px;
	font-size: .75em;
	line-height: 1.2em;
}
#foottext p {
	padding: 0 0 5px 0;
}
#foottext .middark {
	font-size: 14px;
}
#foottext a:link {
	color: #b4b1a9;
	text-decoration: none;
}
#foottext a:visited {
	color: #b4b1a9;
	text-decoration: none;
	
}
#foottext a:active {
	color: #b4b1a9;
	text-decoration: none;
}
#footlinks a{
	text-transform: uppercase;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
#nav li a.linkunderline
{
	text-decoration:underline;
}
#nav li a.linkunderlineIE
{
	clear:both;
	border-bottom: solid 1px #a29e95;
}
.validationsummary
{
	border-color:#FF0000;
	background-color: #FFBBD1;
	color: #FF0000;
}