/* base styles
------------------------------------------------*/
body {
	text-align:left;
	margin:0px;
	padding:0px;
	font-family:verdana,helvetica,sans-serif;
	font-size:12px;
	background-color:#BFBFDC;
	background-image: url("images/pattern_01.gif");
	background-repeat :repeat-y;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#6A9045;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}


/* links
----------------------------------*/
a:link {
	color:#333300;
}

a:visited {
	color:#6a9045;
	text-decoration:none;
}

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

li {
	margin-bottom:1em;
}




/* header
--------------------------------------------------------*/
#header {
	width:750px;
	height: 130px;
	background-color:#336666;
	background-image: url("images/banner2.jpg");
	background-repeat:no-repeat;	
}

#header h1 {
	padding-top: 65px;
	padding-left: 10px;
	margin:0px;
	font-size:36px;
	font-weight:normal;
	color:#eed;
}




/*main layout
-----------------------------------------------*/
#main {
	background-color:#eee;
	/*border-left:1px dashed #ccc;*/
	width:550px;
	height:80%;
	line-height:20px;
	position:relative;
	float:left;
	margin-top:0px;
}

body>#main {
	width: 549px;
}

#main h2 {
	margin-top:10px;
}

#main h2, #main h3, #main h4 {
	margin-left:10px;
	margin-bottom:0px;
}

#main p, #main ul {
	margin-top:0.5em;
	margin-left:10px;
	margin-right:10px;
}

#main li {
	margin-left:20px;
	margin-right:1em;
}

#main ul>li {
	margin-left:0px;
}

#main td {
	font-size: 12px;
	background-color:#FFFFFF;
}

#main th {
	font-size: 12px;
	background-color:#CCCCFF;
}

/* side nav bar
----------------------------------------------------------------------------------------------------*/
#navSide {
	float:left;
	width:200px;
	background-color:#323232;
}

#navSide ul {
	margin:0px;
	margin-top:0px;
	padding:0px;
}

#navSide li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 0px;
	border-bottom: solid 1px #ddd;
	border-left: 0px;
	text-align:left;
	font-weight:bold;
}

#navSide li.first {
	border-top: solid 1px #ddd;
	
}

#navSide li.sub {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left:12px;
	margin-top: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	text-align:left;
}

#navSide li a {
	text-decoration:none;
	display: block;
	padding: 6px 4px;
	margin: 0px;
	border: 0px;
	color:#FFFFFF;
}

#navSide li a:hover {
	background: #6a9045;
	color: #fff;
	border: 0px;
}

#navSide li a:active {
	background: #eee;
	color: #000;
	border: 0px;
}

#navSide li a.current {
	background: #B1CD98;
	font-weight:bold;
	color: #000;
	padding-left:2px;
}




/* other styles
---------------------------------------------------------------------------*/
div.hr {
	height: 19px;
	background: #efefef url("images/hr1.gif") no-repeat scroll center;
	margin:0px auto;
	margin-top:2em;
	margin-bottom:2em;
}

div.hr hr {
	display: none;
}

div.backTop {
	float:right;
	font-size:10px;
	font-weight:bold;
	margin-right:2em;
	margin-top:1em;
	margin-bottom:0.5em;
}

div.smallText {
	font-size:0.8em;
	margin-bottom:3em;
}

div.copyright {
	margin-top:1em;
	text-align:center; 
	font-size:10px; 
}

#logo1 {
	text-align:center; 
	margin-top:130px;
	width:199px;
}

#logo2 {
	text-align:center;
	margin-top:20px;
	width:199px;
}

div.pic {
	margin-top:2em;
	float:right;
	margin-bottom:3em;
	margin-right:2em;
}

*.picRight {
	float:right;
	padding:10px;
}

*.picLeft {
	float:left;
}

*.noWrap {
	 white-space:nowrap;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid gray;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


*.frontbg{
background-color:#323232;
}