html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #4491bb;
}
body{
	background: #4491bb url(../images/body-bg.png) top left repeat-x;
	background-color: #4491bb;
	text-align: center;
}

a { text-decoration: none; font-family: Arial}
a:hover { text-decoration: underline; }
img { border: 0 }

p { margin: 10px 0; }
h1 { font-size: 24px; margin: .5em 0; }
h2 { font-size: 20px; margin: .5em 0; }
h3 { font-size: 16px; margin: .5em 0; }

.link-to-home 
{
	position: absolute;
	left: 30px;
	top: 50px;
	width: 400px;
	height: 100px;
}
.blue { color: #336699; }

#main { background-color: none; margin: 0 auto; width: 930px; font-family: Arial}
#header 
{
	position: relative;
	background: url(../images/header.jpg) top left no-repeat; 
	width: 930px; 
	height: 159px; /* width/height minus respective padding */
	text-align: right;
	color: #FFFFFF; 
	font-size: 12px;
}

#header-links { position: relative; top: 45px; right: 50px; }
#header-links a { color: #FFFFFF; margin: 0 5px; }

.nav 
{
	background: url(../images/nav-bg.jpg) top left no-repeat; 
	width: 930px; 
	height: 33px; 
	text-align: center;
	padding: 10px 0;
}
.nav li { display: inline; height: 30px; }
.nav li a { padding: 1em; color: #ffffff; font-size: 14px; font-weight: bold;}
.nav li a:hover { background: url(../images/nav-bg-hl.gif) top left repeat-x; height: 42px; text-decoration: none;}


#content-box 
{
	text-align: left; 
	width: 866px; 
	padding: 10px;
	padding-top: 4px !important;
	margin: 0 auto;
	background: #FFFFFF url(../images/home-main-box-bottom.gif) bottom left no-repeat; 
	color: #717171;
	font-size: 11px;
}

#content-box h1 { margin: 0px; font-family: Trebuchet MS; margin-bottom: 2px;}
#content-box h2 { margin: 0px; font-family: Trebuchet MS; margin-bottom: 2px;}
#content-box .left { float: left; width: 383px; }
#content-box .right { float: right; width: 472px; }

.interior-page { width: 640px; padding-left: 6px; }

.rail {	float: right; width: 195px; }
.rail-box {	background: url(../images/rail-box-bg.gif) top left no-repeat; padding: 7px 15px 25px 15px; font-size: 11px; }



#update 
{
	color: #c1202a; 
	font-family: Trebuchet MS; 
	text-align: center; 
	font-size: 11px; 
	width: 474px; 
	height: 21px; 
	padding-top: 7px;
	background: url(../images/update-bg.gif) top left no-repeat; 
	margin-bottom: 5px;
}

#slideshow { background: url(../images/slideshow-bg.gif) left top no-repeat; width: 472px; height: 290px; position: relative; }
#slideshow-controls { background: url(../images/slideshow-controls-bg.png) left top no-repeat; width: 472px; height: 34px; color: #fff; z-index: 1000; position: absolute; bottom: -1px; left: 0; }
#slideshow-controls .caption { color: #fffcbb; padding: 10px 0 10px 29px; font-size: 12px; font-weight: bold; width: 291px; height: 13px; }
#slideshow-controls .button { width: 20px; height: 20px; position: absolute; right: 0; top: 7px;}

#slideshow-controls .prev { right: 107px; width: 45px; }
#slideshow-controls .prev:hover { background: url(../images/prev-hover.png) left top no-repeat; }
#slideshow-controls .stop { right: 72px; width: 32px; }
#slideshow-controls .stop:hover { background: url(../images/stop-hover.png) left top no-repeat; }
#slideshow-controls .next { right: 23px; width: 45px; }
#slideshow-controls .next:hover { background: url(../images/next-hover.png) left top no-repeat; }
/*
#homepage-icon-links 
{
	background: url(../images/homepage-icon-links-bg.gif) top left no-repeat; 
	width: 443px; 
	height: 189px;
	padding: 15px;

}

.icon-link { height: 65px; clear: both; color: #666666; line-height: 1.3em; }
.icon-link h3 { font-weight: bold; margin: 2px 0 }
.icon-link img { display: block; float: left; width: 86px; height: 60px; margin-right: 5px; }
.icon-link div { float: left; width: 340px; font-size: 12px;}
.icon-link a { font-weight: bold; color: #666666; text-decoration: none; }
*/

#feature-boxes { margin: 10px auto 0 auto; width: 857px; text-align: center; }
#feature-boxes li { float: left; width: 277px; height: 134px; background: url(../images/callout-bg.png) left top no-repeat; }
#feature-boxes li.middle { margin: 0 13px; }

#feature-boxes li .header { text-align: left; padding: 7px 0 14px 16px; color: #336699; font-size: 12px; font-weight: bold; }
#feature-boxes li img { float: left; margin-left: 8px; margin-right: 4px; }
#feature-boxes li p { text-align: left;  padding-right: 10px; line-height: 1.5em; color: #575757; font-size: 11px; }

.gallery li { float: left; margin: 5px; }
#photoAlbum { margin:10px; }
#photoAlbum img { padding: 10px; border: 1px solid #e5e5e5; }

#footer { clear: both; padding-top: 10px; font-size: 12px; color: #FFFFFF; }
#footer a{ color: #FFFFFF; margin: 0 5px; }

