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

/* Pretty Stuff 
================================== */

body {
	background-image: url(../img/bkgd.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-size: 16px;  
 	line-height: 20px;
	color: #444;
}

.clear {
	clear: both;
}



/*Typography
================================== */

h1 {  
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 32px;
	line-height: 24px;
	letter-spacing: -1px;
	color: #5e6b82;
    font-weight: 100;
	margin-bottom: 15px;
}

p {
	font-size:0.75em;  /* 16x0.75=12 */
	margin-bottom: 15px;
	padding-right: 20px;
} 

h2 { font-family: times, Times New Roman, times-roman, georgia, serif;
font-size:1.125em;  /* 16x1.125=18 */
		line-height: 24px;
		letter-spacing: -1px;
	color: #5e6b82;
		margin-bottom: 15px;
}
h3 { font-family: times, Times New Roman, times-roman, georgia, serif;
font-size:1em; /* 16x1.125=18 */
	line-height: 24px;
	margin-bottom: 15px;
	color: #5e6b82;
}
h4 { font-family: times, Times New Roman, times-roman, georgia, serif;
font-size:0.875em; /* 16x0.875=14 */
color: #5e6b82;
	line-height: 24px;
	margin-bottom: 15px;
}

ul {
	margin-bottom: 15px;
}

li {
	font-size: 0.75em;  /* 16x0.75=12 */
}


/* Tables
================================== */

td {
	font-size: 0.75em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
} 

.odd {
	background-color: #EFEFEF;
}

/* Top Nav
================================== */


#topnav ul {
	width: 940px;
	float: left;
	text-decoration: none;
}

#topnav li {
	float: left;
}

#topnav li {
	float: left;
}

#topnav li a {
	float: left;
	display: block;
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 40px;
	padding-right: 1.277em;
	padding-left: 1.278em;
	text-decoration: none;
	}
#topnav a:hover {
	background-image: url(../img/hover_slice.jpg);
	background-repeat: repeat-x;
	color: #000000;
}
	

/* Side Nav
================================== */

#sidebar ul a {
	display: block;
	margin-bottom: 15px;
	color: #5e6b82;
	font-size:1.125em; /* 16x1.125=18 */
	text-decoration: none;
}

.sublist {
	display: block;
	margin-bottom: 15px;
	color: #5e6b82;
	font-size:1.125em; /* 16x1.125=18 */
	padding-left: 20px;
}

#sidebar ul a:hover {
	color: #000000;	
}


/* Footer Nav
================================== */
	
#footer ul {
	float: left;
	margin-bottom: 10px;
}

	
#footer ul {
	float: left;
}

#footer ul li {
	float: left;
}


#footer ul a {
	display: block;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #5e6b82;
	font-weight: bold;
	margin-right: 15px;
}

#footer ul a:hover {
	color: #000000;
}

/* Main Divs
================================== */

#wrapper {
	position: relative;
	background-image: url(../img/bkgd.jpg);
	background-repeat: repeat-x;
}

#header {
	height: 200px;
	background-repeat: repeat-x;
}

#header h1 {
	height: 200px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;	
}

#topnav {
	height: 40px;
}

#picture {
	height: 270px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.slideshow {
	height: 270px;
}

#maincontent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	margin-bottom: 15px;
}

#sidebar2 {
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
}

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 22px;
	position: relative;
}

#footer p {
	margin-bottom: 10px;
}



a:link {
	color: #5e6b82;
	text-decoration: underline;
}
a:hover {
	color: #7B282E;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

