 /* Being used by everything on the main site */

a 			{color:#000000; text-decoration:none; font-weight:bold;}
a:link		{color:#000000; text-decoration:none; font-weight:bold;}
a:visited	{color:#000000; text-decoration:none; font-weight:bold;}
a:active	{color:#990000; text-decoration:none; font-weight:bold;}
a:hover		{color:#990000; cursor:pointer;} 

.bluelink a, .bluelink a:link, .bluelink a:visited {
	color:#000099; text-decoration:none; font-weight:normal;
}

.bluelink a:active, .bluelink a:hover {
	color:#990000; text-decoration:none; font-weight:normal;
}

body { /* Being used by everything on the main site */
	background-color:#666666;
	margin:0;
	padding:0;
}

blockquote {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
}

#container { /* Being used by everything on the main site */
	width:760px;
	margin:0 auto;
	padding:0;
	margin-top:10px;
	border:1px solid black;
	background:#990000;
}

#fullbox { /* Being used by everything in the Control Panel */
	width:760px;
	margin:0;
	padding:0;
	border:none;
	background-color:#990000;
}

#paddedbox { /* Being used by everything in the Control Panel */
	width:738px;
	margin:0 10px 0 10px;
	padding:0;
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:none;
	border-bottom:none;
	background:#E2DEC3;
}

.full { /* Being used by everything in the Control Panel */
	padding:0 15px 0 15px;
	clear:both;
}

.fullnav { /* Being used by everything in the Control Panel */
	padding:0;
	vertical-align:middle;
	font-weight:bold;
}

.topnavbutton { /* Being used by everything in the Control Panel */
	height:30px;
	display:block;
	float:left;
	padding:4px 5px 0 5px;
	margin:0;
}

.topnavspacer { /* Being used by everything in the Control Panel */
	height:30px;
	display:block;
	float:left;
	padding:0 5px 0 5px;
	margin:0;
}

/*- Submenu Buttons--------------------------- */
.topsubnav {
	width:500px;
	padding:4px 0 4px 0;
	margin-top:6px;
	margin-left:11px;
	background:#666666;
}

.topsubnav a {
	padding:4px 8px 4px 8px;
	color:#CCCCCC;
}

.topsubnav a:hover {
	color:#FFFFFF;
	background:#000000;
	-moz-opacity:.5;
	/*opacity:0.4*/;
	filter:alpha(opacity=50);
}

.lefttwothirds { /* Being used by everything in the Control Panel */
	width:475px;
	padding-left:15px;
	padding-right:10px;
}

.rightonethird { /* Being used by everything in the Control Panel */
	width:205px;
	padding-left:10px;
	padding-right:15px;
}

h1, h2, h3 { /* Being used by everything in the Control Panel */
	margin:0;
	display:inline;
}

.visitorsDataContainer { /* Being used by the Visitors Page */
	width: 100%; 
	!important
}
.visitorsDataHeader { /* Being used by the Visitors Page */
	width: 726px;
	border: 1px solid #000000;
	padding: 3px;
	margin: 2px 2px 0px 2px;
	background-color: #003399;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	!important
}
.visitorsDataDetails { /* Being used by the Visitors Page */
	width: 726px;
	border: 1px solid #000000;
	padding: 3px;
	margin: -1px 2px 2px 2px; /* the -1 make it look more like a sub menu for the header */
	background-color:#EBEBEB; 
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	!important
}

.visitorsDivMenu { /* Being used by the Visitors Page */
	width: 726px;
	border: 1px solid #000000;
	padding: 3px;
	margin: 2px 2px 0px 2px; 
	background-color:#8CC6FF;
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	!important
}

.visitorsMenuButton { /* Being used by the Visitors Page */
	border: 1px solid #000000;
	padding: 3px;
	margin: 2px 2px 2px 2px; /* the -1 make it look more like a sub menu for the header */
	background-color:#DFEFFF;
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	!important
}

.heavytext {
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.foodmenusection {
	font-size:2em;font-weight:bold;
	color:#000000;
}