@import url('layout.css');
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif; ;
	font-size: 0.8em;
	background-image: url('../images/Site-Images/front-page/background.JPG');
	background-attachment: fixed;
}
#container {
	width: 820px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
#content {
	margin: 0px;
	float: none;
	width: 820px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#footer {
	text-align: center;
	clear: both;
	width: 805px;
	border: 1px inset #d8bfd8;
	margin-top: 2px;
}
.head1 {
	font-size: large;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.head2 {
	font-size: medium;
}
.head3 {
	font-size: small;
}
#content h1 {
	color: #000000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
	border-color: hsla(180, 0%, 0%, 1.0);
}
a {
	color: blue;
	color: hsl(236, 81%, 49%);
	text-decoration: underline;
}
a:hover {
	color: blue;
	color: hsl(236,44%,76%);
	text-decoration: underline;
}
a:visited {
	color: hsl(236, 81%, 49%);
}
*/
.style_bold {
	font-weight: bold;
}

/* Table and cell styles *\
\*-----------------------*/

.firefoxfix {
	clear: left;
	width: 810px;
	
}
.adcell {
	border-width: thin;
	border-radius: 5px;
	border-style: inset;
	padding: 5px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	clear:both
}

.basiccell {
	border-width: thin;
	border-radius: 5px;
	border-style: inset;
	padding: 5px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 1.0em;
	clear:both
}
.cellcent {
	border-radius: 5px;
	padding: 5px;
	border-width: thin;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: white;
	border-style: inset;
	empty-cells: hide;
	text-align: center;
	font-size: 1.0em;
}
.bodytext {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	text-align: left;
	color: #000000;
}
.imgcell {
	background-size: 400px;
	border-width: thin;
	border-radius: 5px;
	border-style: inset;
	padding: 5px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #808080;
	text-align: left;
	font-size: 1.0em;
	clear: both;
	width: 202px;
	background-image: none;
	background-repeat: space;
}
.imgcellimg {
	width:200px;
	height:auto;
    border:thin black solid
}
.imgcell img {
	border-radius: 5px;
	width: 200px;
	height: auto;
	border: medium groove black;
}

/*------------------------------------*\
   NAV
\*------------------------------------*/
#nav{
	list-style: none;
   /*font-weight:bold;     */
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	margin-bottom: 10px; /* Clear floats */;
	float: left;
	width: 100%; /* Bring the nav above everything else--uncomment if needed.*/;
	position: relative;
	z-index: 5;
}
#nav li{
   float:left;
   margin-right:10px;
   position:relative;
}
#nav a{
	border-radius: 5px;
	display: block;
	padding: 5px;
	color: #000000;
	background: #C0C0C0;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#nav a:hover{
	border-radius: 5px;
	color: #000000;
	background: #C0C0C0;
	text-decoration: underline;
	list-style-type: disc;
}

/*--- DROPDOWN ---*/
#nav ul{
	background: #fff;
/* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */background: rgb(192, 192, 192); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style: disc;
	position: absolute;
	left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
   padding-top:2px; /* Introducing a padding between the li and the a give the illusion spaced items */
   float:none;
   	list-style: disc;

}
#nav ul a{
   white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
   left:0; /* Bring back on-screen when needed */
   	list-style: disc;

}
#nav li:hover a{
	/* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
   background: #C0C0C0;
	text-decoration: underline;
		list-style: disc;

}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
   text-decoration:none;
   	list-style: disc;

}
#nav li:hover ul li a:hover{
	/* Here we define the most explicit hover states--what happens when you hover each individual link. */
   background: white;
   list-style:disc
}
#nav ul{
	background: white;*/
	hsl(white, 5%, 50%)
	
/* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */background: rgb(192, 192, 192); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	
	list-style: disc;
	position: absolute;
	left: -9999px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#nav ul li{
   padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
   float:none;
   	list-style: disc;

}
#nav ul a{
   white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
   	list-style: disc;

}
#nav li:hover ul{ /* Display the dropdown on hover */
   left:0; /* Bring back on-screen when needed */
   	list-style: disc;

}
#nav li:hover a{
	/* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
   background: white;
	text-decoration: underline;
		list-style: disc;

}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
   text-decoration:none;
   	list-style: disc;

}
#nav li:hover ul li a:hover{
	/* Here we define the most explicit hover states--what happens when you hover each individual link. */
   background: white;
   	list-style: disc;

}

/*google ad hack for position*/
#googlead {
	margin-left: 40px;
	clear: both;
}

.divholder {
	/*white-space: nowrap;
	overflow: auto;
	position: relative;*/
}
.maindivholder {
	/*white-space: nowrap;
	overflow: auto;*/
}
.block {
	border-radius: 5px;
	background-color: #FFFFFF;
	display: inline-block;
	width: 674px;
	height: 130px;
	padding: .10em;
	border: thin inset #000000;
	vertical-align: top;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif; /*font-size: 95%; /*was1.0em;*/;
	float: left;
	margin-left: 3px;
	line-height: normal;
}

.frontpageimageleft {
	border-radius: 5px;
	display: inline-block;
	width: 130px;
	height: 130px;
	margin-top: 0px;
	float: left;
}
.topdiv {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #FFFFFF;
	border: thin inset #000000;
	border-radius: 5px;
	text-align: center;
	width: 808px;
	font-size: 12px;
	float: left;
	margin-bottom: 2px;
	height: auto;
}

