body 
{
	font-size: .8em;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(images/tile.jpg);
	margin: 0;
	padding: 0;
}

#hdr 
{
	background-color: #2709ed;
	background-image: url(images/header_image.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-color: #cfcf1b;
	border-bottom-style: ridge;
	border-bottom-width: 3px;
	color: #000000;
	height: 94px;
}

#container
{
	position: relative;
	width: 950px;
	margin: 0 auto;
	background-color: #2709ed;
	border-color: #cfcf1b;
	border-style: ridge;
	border-width: 3px;
}

#hold 
{
	background-color: #e1ecee;
	padding: 5px;
}

#menu 
{
	float: left;
	background-color: #e1ecee;
	width: 150px;
}

#content 
{
	background-color: #e1ecee;
	color: #333333;
	margin-bottom: 0px;
	margin-left: 150px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 20px;
	background-image: url(images/eagle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	left: +150px;
}

#column
{
	float: left;
	width: 45%;
	padding-left: 5%;
	padding-bottom: 20px;
}

#footer 
{
	background-color: #000d9a;
	border-top-color: #cfcf1b;
	border-top-style: ridge;
	border-top-width: 3px;
	height: 20px;
	font-size: .7em;
	text-align: right;
	line-height: 20px;
	padding-right: 5px;
}

#spacer 
{
	background-color: #000d9a;
	color: #FFFFFF;
	height: 20px;
	border-bottom-color: #cfcf1b;
	border-bottom-style: ridge;
	border-bottom-width: 3px;
}

a:link, a:visited {
	color: #908aff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
padding-bottom: 3px;
color: #000000;
border-bottom: 1px #000000 solid;
font-weight: bold;
font-size: 1.2em;
margin-top: 0;
padding-top: 20px;
}

h2 {
padding-bottom: 3px;
color: #000000;
font-weight: bold;
font-size: 1.2em;
margin-top: 0;
padding-top: 20px;
}

/*Form Validation text*/
.info   { color: black; background-color: transparent; font-weight: normal; font-size: 0.8em;}
.warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; font-size: 0.8em;}
.error  { color: red; background-color: transparent; font-weight: bold; font-size: 0.8em;}



/**************** left menu *****************/
#left_nav 
{
	width: 150px;
	background: #000d9a;
	border-color: #cfcf1b;
	border-style: ridge;
	border-width: 3px;
	margin-bottom: 30px;
}

#left_nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#left_nav a, #left_nav h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
padding: 2px 3px;
}

#left_nav a {
color: #FFFFFF;
background: #000d9a;
text-decoration: none;
}

#left_nav a:hover {
color: #a00;
background: #D5D5AF;
}

#left_nav li {
position: relative;
}

#left_nav ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#left_nav ul ul,
div#nav ul li:hover ul
{display: none;}

div#left_nav ul li:hover ul,
div#left_nav ul ul li:hover ul
{display: block;}

/**************** buttons *****************/
#buttons 
{
margin-left: 180px;
float: right;
}

#buttons a
{
	display: block;
	float: right;
	background: #2709ed;
	color: #FFFFFF;
	font: bold 11px/16px arial, helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	border-left: 3px #cfcf1b ridge;
	border-right: 3px #cfcf1b ridge;
	margin-right: 5px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	height: 18px;
}

#buttons a:hover, a#current
{
	color: #a00;
	background: #D5D5AF;
}



/**************** thumbnail gallery *****************/


.thumbnails {
margin:10px 0;
padding:0;
list-style:none;
float:left;
width:100%;
}

.thumbnails li {
margin:0;
padding-left:30px;
width:24%;
display:block;
float:left;
}

.thumbnails li a img {
border:0;
margin:0;
padding:2px;
width:96%;
display:block;
}