﻿body
{
	background-repeat:no-repeat;
	background-color:Gray;
	font-family:Trebuchet MS;
}
.ahem {display:none;}
/*a.homebutton:hover { background-image:url(/images/homeactive.png)}
a.aboutusbutton:hover { background-image:url(/images/aboutusactive.png) }
a.contactusbutton:hover { background-image:url(/images/contactusactive.png) }
.homebuttonsel { margin: 0px 0px -4px 0px;  height: 20px; width: 100px; display:inline-block; background-image: url(/images/homeactive.png); background-repeat: no-repeat;}
.homebutton { margin: 0px 0px -4px 0px;  height: 20px; width: 100px; display:inline-block; background-image: url(/images/home.png); background-repeat: no-repeat;}
.aboutusbuttonsel { margin: 0px 0px -4px -5px; height: 20px; width: 100px; display:inline-block; background-image: url(/images/aboutusactive.png); background-repeat: no-repeat;}
.aboutusbutton { margin: 0px 0px -4px -5px; height: 20px; width: 100px; display:inline-block; background-image: url(/images/aboutus.png); background-repeat: no-repeat;}
.contactusbuttonsel { margin: 0px 0px -4px -5px; height: 20px; width: 100px; display:inline-block; background-image: url(/images/contactusactive.png); background-repeat: no-repeat;}
.contactusbutton { margin: 0px 0px -4px -5px; height: 20px; width: 100px; display:inline-block; background-image: url(/images/contactus.png); background-repeat: no-repeat;}
*/
p {font-size:small;}
h1,h2,h3 {color:#686868;font-weight:lighter}

.navbar{background:#28538c url(../images/bg-nav.gif) right top repeat-x;}
.navigation li{background:transparent url(/images/bg-nav.gif) left center repeat-x;float:left;height:25px;padding:0;margin:0;list-style-type:none;}
.navigation li a{display:block;height:25px;padding-top:2px; padding-left:5px;padding-right:5px; font-weight:bold;color:White;float:left;text-decoration:none;}
.navigation li a:hover, .navigation li.selected a{background:transparent url(/images/bg-nav-selected.gif) center top repeat-x;color:Black;text-decoration:'underline'}
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
clear{display:inline-table;}
