/* GLOBAL STYLES 
---------------------------------------------------------*/
.alt {
	display: none;
}
a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a.black:link, a.black:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.black:hover {
	text-decoration: underline;
	font-weight: bold;
}
a.black:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bigtext {
	font: 15px/15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
form {
	display:inline; margin:0;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#content {
	position: absolute;
	width: 99%;
	text-align: left;
	border: 0px;
	padding: 0px;
}
#dropdown {
	position: relative;
	text-align: left;
	padding: 0px 0px 10px 0px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	/* font-weight: NORMAL; */
	color: #000000;
}
#dropdownselect {
	position: absolute;
	top: -2px;
	left: 150px;
}
#header {
	width: 100%;
	height: 48px;
	vertical-align: top;
	background-image:url('images/background_contentheader.gif');
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	width: 175px;
	font-weight: normal;
}
.text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.hdrtext {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* HOME STYLES
---------------------------------------------------------*/
#searchshell {
	z-index: 70;
	margin-right: 8px;
	border: 0px none;
	width: 39px;
	height: 31px;
	background: url('images/nav_search.gif') no-repeat;	
}


/* SHELL STYLES
---------------------------------------------------------*/
a.bottomlink:link, a.bottomlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.bottomlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.bottomlink:active {
	color: #FFFFFF;
	text-decoration: none;
}
#outershell {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center; /* IE hack */
}
#innershell {
	position: absolute;
	border: 0px;
	padding: 0px;
	width: 774px;
	height: 562px;
	margin-top: -281px;
	margin-left: -387px;
}
#mainshell {
	position: absolute;
	background-color: #000000;
	top: 0px;
	left: 0px;
	width: 774px;
	height: 610px;
}
.sublinks {
	position: absolute;
	border: 0px;
	padding: 0px;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/* TOP ELEMENTS STYLES
---------------------------------------------------------*/
td.topel { 
	padding-left: 0;
	padding-right: 12;
	border: 0px none;
}
/* MAIN NAV STYLES
---------------------------------------------------------*/
.menuleft {
	position: absolute;
	text-align: left;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=85);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity:0.8;
}
.menuright {
	position: absolute;
	text-align: right;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=85);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity:0.8;
}
.menuoptions {
	z-index: 300;
	width: 150px;
}
.menuoptions a:link, .menuoptions a:visited {
	background: #334F19;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: none;
	text-decoration: none;
	display: block;
	padding: 0 3px;
	line-height: 20px;
	width: 150px;
	voice-family: "\"}\""; /* IE hack */
	voice-family:inherit;  /* IE hack */

}
.menuoptions a:hover {
	text-decoration: none;
	background: #000000;
	color: #FFFFFF;
}
a#mylink:hover, mylink:visited, mylink:link, mylink:active {
	font-weight: none;
}
/*
#act0shell {
	margin-right: 8px;
	margin-left: 8px;
	padding: 0;
	border: 0px none;
	width: 54px;
	height: 31px;
	background: url('images/nav_shopping.gif') no-repeat;
}
#act0 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px none;
	width: 54px;
	height: 31px;
	background: url('images/nav_shopping.gif') no-repeat;
}
a#act0:hover {
	background: url('images/nav_shopping_on.gif') no-repeat;
	z-inde:200
}
#act1shell {
	margin-right: 8px;
	padding: 0;
	border: 0px none;
	width: 37px;
	height: 31px;
	background: url('images/nav_dining.gif') no-repeat;
}
#act1 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px none;
	width: 37px;
	height: 31px;
	background: url('images/nav_dining.gif') no-repeat;
}
a#act1:hover {
	background: url('images/nav_dining_on.gif') no-repeat;
}
#act2shell {
	margin-right: 8px;
	padding: 0;
	border: 0px none;
	width: 46px;
	height: 31px;
	background: url('images/nav_services.gif') no-repeat;
}
#act2 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px none;
	width: 46px;
	height: 31px;
	background: url('images/nav_services.gif') no-repeat;
}
a#act2:hover {
	background: url('images/nav_services_on.gif') no-repeat;
}
#act3shell {
	margin-right: 8px;
	padding: 0;
	border: 0px none;
	width: 77px;
	height: 31px;
	background: url('images/nav_theatre.gif') no-repeat;
}
#act3 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px none;
	width: 77px;
	height: 31px;
	background: url('images/nav_theatre.gif') no-repeat;
}
a#act3:hover {
	background: url('images/nav_theatre_on.gif') no-repeat;
}
#act4shell {
	margin-right: 8px;
	padding: 0;
	border: 0px none;
	width: 55px;
	height: 31px;
	background: url('images/nav_directory.gif') no-repeat;
}
#act4 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px none;
	width: 55px;
	height: 31px;
	background: url('images/nav_directory.gif') no-repeat;
}
a#act4:hover {
	background: url('images/nav_directory_on.gif') no-repeat;
}
#act5shell {
	margin-right: 8px;
	padding: 0;
	border: 0px none;
	width: 30px;
	height: 31px;
	background: url('images/nav_more.gif') no-repeat;
}
#act5 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px none;
	width: 30px;
	height: 31px;
	background: url('images/nav_more.gif') no-repeat;
}
a#act5:hover {
	background: url('images/nav_more_on.gif') no-repeat;
}
*/

/* BOT NAV STYLES
-------------------------*/

#botact0 {
	display: block;
	margin-right: 19px;
	padding: 0;
	border: 0px none;
	width: 29px;
	height: 27px;
	background: url('images/nav_home.gif') no-repeat;
}
a#botact0:hover {
	background: url('images/nav_home_on.gif') no-repeat;
}
/*
  BEGIN CORRECT INFO - NEED TO REMOVE "_a"*/
#botact1 {
	display: block;
	margin-right: 19px;
	padding: 0;
	border: 0px none;
	width: 70px;
	height: 27px;
	background: url('images/nav_employment.gif') no-repeat;
}
a#botact1:hover {
	background: url('images/nav_employment_on.gif') no-repeat;
}
#botact2 {
	display: block;
	margin-right: 19px;
	padding: 0;
	border: 0px none;
	width: 60px;
	height: 27px;
	background: url('images/nav_contactus.gif') no-repeat;
}
a#botact2:hover {
	background: url('images/nav_contactus_on.gif') no-repeat;
}
#botact3 {
	display: block;
	margin-right: 19px;
	padding: 0;
	border: 0px none;
	width: 46px;
	height: 27px;
	background: url('images/nav_sitemap.gif') no-repeat;
}
a#botact3:hover {
	background: url('images/nav_sitemap_on.gif') no-repeat;
}
#botact4 {
	display: block;
	padding: 0;
	border: 0px none;
	width: 46px;
	height: 27px;
	background: url('images/nav_sitehelp.gif') no-repeat;
}
a#botact4:hover {
	background: url('images/nav_sitehelp_on.gif') no-repeat;
}


/* SHOPPING STYLES
---------------------------------------------------------*/

a.alinks:link, a.alinks:visited {
	color: #5C7D95;
	text-decoration: none;
}
a.alinks:hover {
	color: #2B4663;
	text-decoration: underline;
}
a.alinks:active {
	color: #5C7D95;
	text-decoration: none;
}
#alphalinks {
	position: relative;
	text-align: left;
	padding: 0px 0px 10px 0px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #5C7D95;
}
.catgroup {
	position: relative;
	text-align: left;
	padding: 0px 0px 15px 0px;
}
.catrow {
	position: relative;
	text-align: left;
	padding: 0px;
}
.catname {
	position: relative;
	width: 270px;
	text-align: left;
	padding: 4px 0px 6px 4px;
	background-color: #8DA7C2;
	font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.backtotop {
	position: absolute;
	top: 0px;
	left: 275px;
}
.listrow {
	position: relative;
	width: 100%;
	text-align: left;
	padding: 0px;
}
.subtext {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #2B4663;
	padding: 15px;
	border: 1px dashed #7CA7D3;
}
/* VARIOUS NAV STYLES
---------------------------------- */

#bothr {
	position: absolute;
	background:url('images/hr_green.jpg') no-repeat;
	z-index: 30;
	top: 503px;
	left: 10px;
	width: 752px;
	height: 12px
}
#bothr2 {
	position: absolute;
	background:url('images/hr_grey.jpg') no-repeat;
	z-index: 31;
	top: 600px;
	left: 0px;
	width: 774px;
	height: 6px
}
#botnav {
	position: absolute;
	background-color: #000000;
	z-index: 100;
	text-align: left;
	top: 515px;
	left: 425px;
	padding: 0px;
	width: 244px;
	height: 45px;
}



#southlakeheader {
	position: absolute;
	background-color: #000000;
	z-index: 20;
	left: 10px;
	right: 0px;
	padding: 0px;
	width: 752px;
	height: 110px;
}
#southlaketop { 
	position: absolute;
	z-index: 21;
	top: -9px;
	left: 4px;
	right: 0px;
	padding: 0px;
	width: 774px;
	height: 9px;
}
#mainnav {
	position: absolute;
	background-color: #000000;
	text-align: left;
	top: 0px;
	left: 0px;
	padding: 0px;
	width: 356px;
	height: 31px;
	z-index: 45;
}
#weather_temp {
	position: absolute;
	top: 57px;
	left: 13px;
	width: 50px;
	height: 15px;
	z-index: 2324;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
#weather_date {
	position: absolute;
	top: 82px;
	left: 5px;
	width: 100px;
	height: 15px;
	z-index: 2325;
	text-align: center;
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
}
/* TSD


#infotitle {
	position: relative;
	width: 100%;
	font: 15px/15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5C7D95;
}
#infosubtitle {
	position: relative;
	width: 100%;
	font: 10px/10px Verdana, Arial, Helvetica, sans-serif;
	color: #2B4663;
}
#infologo {
	position: relative;
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#infodescription {
	position: relative;
	width: 100%;
	padding: 0px 0px 10px 0px;
}
.infodetails {
	position: relative;
	width: 100%;
	padding: 0px 0px 10px 0px;
}
.infodetailstitle {
	position: relative;
	width: 90px;
	padding: 5px;
	background-color: #2B4663;
	text-align: right;
	font: 10px/10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.infodetailstext {
	padding: 5px 0px 0px 10px;
}
input.inputfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:  #000000;
	background-color: #FFFFFF;
	border-left: #404040 2px solid;
	border-right: #D0D0D0 2px solid;
	border-top: #404040 2px solid;
	border-bottom: #D0D0D0 2px solid;
}
.listitem0 {
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
}
.listitem1 {
	position: relative;
	background-color: #E5E5E5;
	width: 100%;
}
td.listname {
	font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #2B4663;
}
td.listnamenolink {
	font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2B4663;
}
.listsubname {
	font: 10px/10px Verdana, Arial, Helvetica, sans-serif;
	color: #2B4663;
}
*/
