/* CSS Document */

body {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.glowingtabs{
	width:946px;
	font-size: 11px;
	height: 25px;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
}

.glowingtabs a{
	float:left;
	background:url(images/glowtab-left.gif) no-repeat left top;
	margin-right: 0px;
	text-decoration:none;
	margin-top: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
}

.glowingtabs a span{
	float:left;
	display:block;
	font-weight:bold;
	color:#3B3B3B;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(images/glowtab.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs ul{
	list-style-type: none;
	margin-left: 2em; /*Left offset of entire tab menu relative to page*/
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}


/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #CCCCCC;
	width: auto;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 5px;
	visibility: hidden;
}


.dropmenudiv_d a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
}

#homebackground {
	height: 543px;
	width: 900px;
	visibility: visible;
	left: 52px;
	position: absolute;
}

ul {list-style:none inside; }

p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
#slideshow {
	height: 397px;
	width: 587px;
	background-color: #000000;
	position: absolute;
	top: 81px;
	left: 154px;
}
#slide {
	background-image: url(images/granitelayoutcentered.png);
	background-repeat: no-repeat;
	height: 587px;
	width: 900px;
	float: left;
}
