body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* HEADER */
	#header-bar {
	background-color: #003C5D;
	}
		
	#header-image {
	width: 750px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	}
	
	
	#spacer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 800px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	}
	
	.spaceline {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #C1D2DD;
	}
	
.small {	font-size: 11px;
	color: #666666;
}

h1 {
font-size: 22px;
font-weight: normal;
color: #CC0000;
}

h2 {
font-size: 16px;
font-weight: bold;
color: #006A9D;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	vertical-align:text-bottom;
	padding: 0 0 0 0;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	left: 0px;
	top: 0px;
	right: 0px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	background: #666666;
	color: #FFFFFF;
	vertical-align: middle;
}

/* start fieldset info */

fieldset
{
	border: 2px solid #006A9D;
	width: 640px;
}

legend
{
	color: #F5F9FA;
	border: 1px solid #006A9D;
	padding: 2px 6px;
	background-color: #006A9D;
	font-weight: bold;
} 

/* end fieldset info */

.table
{
	border: black 1px solid;
	background-color: #E4EDF1;
}

.maintable
{
	border: 0px;
	margin: 5px;
	padding: 10px;
	width: 100%;
}

.mid
{
	border: 1px solid #6193AD;
	color: #333333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	line-height: 1.2em;
	background-color: #F5F9FA;
}

tr
{
	border: black 1px solid;
	color: #333333;
	text-align: left;
	font-family: arial, verdana, ms sans serif;
}

.red
{
	border: 1px solid #990000;
}

a:link, a:visited{
	color: #006A9D;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#splash {
	width: 750px;
	height: 100px;
	margin: 0 auto;
/*	background: url(/templates/1/splash.jpg) no-repeat; */
}

#page {
	width: 750px;
	margin: 0 auto;
}

#content {
	text-align: left;
	float: left;
	width: 480px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#sidebar {
	text-align: left;
	float: right;
	width: 200px;
	font-size: 11px;
	color: #666666;
	padding-top: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	text-align: middle;
	clear: both;
	width: 750px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #666666;
	background-color: #E4EDF1;
}

.footer {
	text-align: center;
	clear: both;
	height: 30px;
	padding-top: 10px;
	background-color: #DEF4FE;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006A9D;
}

/* admin menu options */
#adminmenu{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 95%;
	border-bottom-width: 0;
}

#adminmenu li a{
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #84AABF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	border: 1px solid #ECF5FF;
}

* html #adminmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 95%;
}

#adminmenu li a:visited, #adminmenu li a:active{
color: ;
}

#adminmenu li a:hover{
	background-image: none;
	background-color: #B3D9FF;
}

/* FADE */

.fade:hover img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; }
.fade img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; }



/*css popup*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 0px;
	left: 10px;
	border: 1px solid #333333;
	visibility: hidden;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 11px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -50px; /*position where enlarged image should offset horizontally */
}

/*THUMNAIL SMALL*/
.thumbnailsmall{
position: relative;
z-index: 0;
}

.thumbnailsmall:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailsmall span{ 
	position: absolute;
	background-color: white;
	padding: 0px;
	border: 1px solid #333333;
	visibility: hidden;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 11px;
}

.thumbnailsmall span img{ 
border-width: 0;
padding: 2px;
}

.thumbnailsmall:hover span{ 
visibility: visible;
top: -50px;
left: 20px; 
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* FORM FIELDS */
input, textarea, select {
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* SECTION AREAS */

.section-title {
	font-size: 16px;
	color: #006A9D;
	text-align: left;
	background-color: #DEF4FE;
	padding: 3px;
	border-top: 5px solid #006A9D;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

.section-description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	background-color: #FFE9E9;
	margin-bottom: 20px;
	padding: 3px;
		}
	
	.section-help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006A9D;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: left;
}

	.section-quickhelp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006A9D;
	padding-bottom: 20px;
	padding-top: 0px;
	text-align: left;
}

.section-divide {
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #006A9D;
	margin-top: 30px;	
}

.section-divide-image {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #006A9D;
	margin-top: 5px;	
}

.section-end {
	padding-top: 50px;
}

.backtotop {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* LEFT MENU */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-right: 50px;
}

#vertmenu h6 {
	display: block;
	font-size: 12px;
	color: #006A9D;
	margin: 0px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006A9D;
	border-right-color: #006A9D;
	border-bottom-color: #006A9D;
	border-left-color: #006A9D;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #006A9D;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006A9D;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
background-color: #DFF4FF;
}

.spacer-menu {
	padding-bottom: 15px;
}

.spacer30 {
	padding-bottom: 30px;
}

#wrapper-pop {
	padding: 10px;
}

.displayimages {
	width: 48%;
	float: left;
	padding-top: 20px;
}

.displaycats {
	width: 100%;
	float: left;
	padding-top: 5px;
}
