/* body elements
------------------------------------- */

body {
	background: url(img/testback.gif) no-repeat;
	margin-top: 20px;
	background-color: #095D8D;
    text-align: center;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
	
p {
	font-size:12px;
	color:#000000;
}

.nav {
	margin: 0 auto;
	width: 800px;
	background: url(img/nav_back.gif) no-repeat;
}

/* gallery
------------------------------------- */

.imagebox {
	float: left;
	width: 80px;
  	height: 60px;
  	text-align: center;
  	margin-right: 25px;
  	margin-bottom: 25px;
}

.imagebox img {
	border: 3px solid #242424;
}

.imagebox img:hover {
	border: 3px solid #85C3D3;
}

.container {
	margin: 0 auto;
	text-align: center;
	overflow: visable;
}


/* links
------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	text-decoration: none;
	color: #669966;
}

a:hover {
	color: #3399CC;
	text-decoration: underline;
}

.crumbs a:link {
	text-decoration: none;
	color: #669966;
}

.crumbs a:visited {
	text-decoration: none;
	color: #669966;
}
	
.crumbs a:hover {
	color: #3399CC;
}


.footer a:link, .footer a:visited {
	padding: 0 0 1px 0;
	text-decoration: none;
	color: #AEDAF9;
}
	
.footer a:hover {
	color: #CCFFCC;
}

/* type
------------------------------------- */
	
h1 {
	font-size: 20px;
	color: #339933;
	font-weight: bold;
	margin: 15px 15px 15px 0;
}
	
h2 {
	font-size: 15px;
	color: #339933;
	font-weight: bold;
}
	
.featured {
	margin-bottom: 10px;
	padding: 5px;
	background-color:#262626;
}
	
.featured:hover {
	background-color:#202020;
}

hr {
	border: 0;

	background-color: #E3E3E3;
	height: 1px;
}

/* Lists
------------------------------------- */

ul.lilist {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
li {
	font-size: 11px;
	background-image: url(img/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0 0 2em;
	color:#000000;
}
	
li:hover {
	background-image: url(img/list_bullet2.gif);
}

/* Yucky Tables
------------------------------------- */

.crumbs {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	font-size: 10px;
	color: #CCCCCC;
	padding: 8px;	
}

.menutable {
	font-size:12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.menutr {
	background-color: #E3E3E3;
	color: #095D8D;
	font-weight: bold;	
}

/* Main content
------------------------------------- */

.center {
	margin: 0 auto;	
}

.sitemain {
	margin: 0 auto;
	background-image: url(img/mainbackg.gif);
    width: 800px;
    text-align: left;
}

.homeintro {
	background-image: url(img/home_intro.gif);
    width: 395px;
    height: 312px;
    text-align: left;
}
	
.sitepad {
	margin: 0 10px 0 10px;
}

.sitepadmore {
	margin: 0 20px 0 20px;
}
	
#left {
	width: 176px;
	float: left;
}
	
.footer {
	font-size:12px;
	color:#615285;
}

.footer p {
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
}

.footb {
	color: #04476E;		
}




#imghead {
	margin-bottom: -1%;
}
	
.imgfloat {
	float: right;
	padding: 5px;
	margin: 10px;
	background-color: #4B85AE;
}

