body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial,sans-serif;
	font-size: 1em;
	background: #FFF url(images/body_bg-01.jpg) top center no-repeat;
	color: #000;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%; /* hack for resizing in IE */
}

#container {
	position: relative;
	margin: 0 auto; 
	width: 870px; 
	min-height: 100%;
	text-align: left;
}

/* hack for IE6 */
* html #container {
	height: 100%;
}

#banner {
	font-family: georgia,serif;
	font-size: 36px;
	font-variant: small-caps;
	color: #4682B4;
	padding: 70px 0 77px 0;
}
#banner span {
	font-size: 133%;
	color: #000080;
}
#banner a {
	color: #4682B4;
}
#banner a:hover {
	text-decoration: none;
}

#nav {
	width: 100%;  /* required for IE6  */
	overflow: hidden;
	font-size: 16px;
}
#nav ul {
	float: left;  /* required for IE6  */
	list-style: none;
	padding: 4px 0 0 0;
	margin: 0;
	background: #CFDEFD url(images/nav_bg.jpg) repeat-x;
	_background: none;  /* hack for IE6 */
	*background: none;  /* hack for IE7 */
	background /*\**/: none\9 ;  /* hack for IE8 */
}
#nav li {
	float: left;
	margin: 0 5px 0 0;
}
#nav a {
	float: left;	/* required for IE6  */
	display: block;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
	line-height: 2em;
	margin: 0;
	padding: 0 0.5em;
}
#nav a:hover {
	color:#4682B4;
}
#nav li:hover, #nav li.sfhover, #nav #current {
	background: url(images/nav_bg_left.gif) top left no-repeat; /* sfhover javascript required for IE6 */
}
#nav a:hover {
	background: url(images/nav_bg_right.gif) top right no-repeat;
}
#nav #current a {
	color: #000;
	background: url(images/nav_bg_right.gif) top right no-repeat;
}
#nav #current a:hover {
	color: #4682B4;
}

#search {
	float: right;
	margin-top: 15px;
}
#right_column {
	float: right;
	font-size: 14px;
	width: 190px;
	padding: 0 0 10px 10px;
	border-left: 1px solid #DCDCDC;
}
#right_column ul {
	list-style-type: none;
	font-size: 0.9em;
	font-style: italic;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
}
#right_column li {
	padding: 2px 0;
}
#right_column img {
	margin-bottom: 5px;;
}

#content {
	float: left;
	width: 660px;
	padding: 0 0 20px 0;
}
#fadeshow1 {
	height: 480px; /* set height to image height */
}
#fadeshow1 .gallerylayer {
 background-image: url(fadeslideshow/loading.gif)!important;
 background-position: center!important;
 background-repeat: no-repeat!important;
}

#footer {
	font-size: 0.8em;
	color: #696969;
	text-align: center;
	padding-bottom: 10px;
}
#footer hr{
	color: #DCDCDC;
	background: #DCDCDC;
	border: 0;
	height: 1px;
}
#footer-nav {
	padding: 5px 0 15px 0;
	text-align: center;
}

a { 
	color: #4682B4;
	text-decoration: none;
 }
a:hover { 
	color: #808080;
	text-decoration: underline;
}
ul { 
	list-style-type: square;
	padding: 0;
	margin-left: 15px;
}
ul.sub { 
	list-style-type: circle;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: lower-roman;	
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #E6E6FA;
	background: #E6E6FA;
	border: 0;
	height: 2px;
}
form {
	margin: 0;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #000080;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #000080;
	margin-bottom: -5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #000080;	
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000080;
}
h4 {
	font-weight: normal;
	font-variant: small-caps;
	color: #000080;
	padding: 4px 0;
	border-bottom: 1px solid #000080; border-top: 1px solid #000080;
}
p {
	line-height: 1.3em;
}

.form_box label {
	float: left;
	width: 200px;
	padding-right: 5px;
}
.form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-left: 0; 
	padding-left: 0;
}

.subheader {
	font-size: 1.5em;
	font-family: georgia,serif;
}
.boldtext {
	font-size: 1.2em;	
}
.smalltext {
	font-size: 0.8em;
}

.ss {
	border: 1px solid #DCDCDC;
	padding: 5px 6px 0 6px;
	margin-top: 20px;
}

a.slideshow img {
	border: 6px solid #FFF;
}

a.slideshow:hover img {
	border: 6px solid #B0C4DE;
}

a.slideshow:hover {
	color: #4682B4; /* irrelevant definition to overcome IE bug */
}

