@charset "utf-8";

/*Positioning and body styles*/

.bodyStyle {
	text-align: center;	
	background-image:url(../images/background.jpg);
	min-width: 1000px;

}

.mainContent {
	width: 920px;
	margin: -130px auto;
	text-align: left;
}

.social {
	margin: 0 0 50px 0;
	position:absolute;
	z-index:5;
}
.welcomeMessage {
	text-align:center;
	margin: 200px 0 50px -160px;
}

.licensePlate {
	margin: -200px 0 0 600px;
	position:absolute;
	z-index:5;
}

.mainContainer {
	background-color:#EEEDDF;
	margin: -50px 0 0 0px;
	height:550px;
	padding:10px;
	border:solid 3px #069;
	position:absolute;
	z-index:-25;
	width:900px;
}

.navBar {
	margin:-10px 0 0 125px;
}

.sideNav {
	height:500px;
	margin:50px 0 0 10px;
}

.scroll-pane-right {
	overflow: auto; 
	padding: 10px; 
	width: 575px;
	margin:-500px 0 0 150px;
	height:400px;
	background-color:#FFF;
	border:solid 1px #069;
}

.scroll-pane-frame {
	padding: 10px; 
	width: 575px;
	margin:-500px 0 0 150px;
	height:380px;
	background-color:#FFF;
	border:solid 1px #069;
}
.scroll-pane-events {
	overflow: auto; 
	padding: 10px; 
	width: 725px;
	margin:-500px 0 0 150px;
	height:380px;
	background-color:#FFF;
	border:solid 1px #069;
}
.jquerySlideShow {
	margin:-418px 0 0 750px;
	width:150px;
	height:400px;
}
	

.footer {
	text-align:center;
	margin:0px 0 0 0;
}


/*text styles------------------------------------------------------------------------*/
h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#069;
}

.whiteTextMed, .whiteTextMed a:link, .whiteTextMed a:visited, .whiteTextMed a:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}

.whiteTextMed a:hover {
	color:#CFC;
}	

.whiteTextMedBold, .whiteTextMedBold a:link, .whiteTextMedBold a:visited, .whiteTextMedBold a:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}

.whiteTextMedBold a:hover {
	color:#CFC;
}

.blackTextMed {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}

.blackTextMed a:link, .blackTextMed a:visited, .blackTextMed a:active {
	text-decoration:underline;
}

.blackTextMed a:hover {
	color:#069;
}

.blackTextLg, .blackTextMed a:link, .blackTextMed a:visited, .blackTextMed a:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000000;
}

.blackTextLg a:hover {
	color:#CFC;
}

.blackTextSmall, .blackTextSmall a:link, .blackTextSmall a:visited, .blackTextSmall a:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#000000;
	text-align:center;
}

.blackTextSmall a:hover {
	color:#CFC;
}

.sideNavText a:link, .sideNavText a:hover, .sideNavText a:active, .sideNavText a:visited{
    color: #069;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

	
/*nav styles*/
/* Begin CSS Drop Down Menu */
/* Begin CSS Drop Down Menu */

#menuh
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	width:95%;
	margin:5px;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0px;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #069;
	background-color: #f7f6e4;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	background-color: #fff;
	text-decoration: none;
	color:#003;
	font-weight:bold;
	}	
	


#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	border-right:1px solid #069;
	border-left:1px solid #069;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:100;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

