/* CSS Document */
body {
	background-color:#EBE3DE;
	background-position:center;
	background-repeat:repeat-y;
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	background-image: url(/images/bg-with-shadow.gif);
}


.redtext {
	color:#FF0000;
}

/* HEADER - logo & menu */
.header {
	background-image:url(/images/bgd.gif);
	background-repeat:repeat-x;
	position:absolute;
	z-index:5;
	top:0px;
	left:0px;
	width:100%;
	height:114px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.95em;
}

.header a:link {
	color:#ffffff;
	text-decoration:none;
}
.header a:active {
	color:#ffffff;
	text-decoration:underline;
}
.header a:visited {
	color:#ffffff;
	text-decoration:none;
}
.header a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* MENU - dropdown properties */
.menu {
	position:absolute;
	visibility:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
	background-color:#4E813A;
	text-align:left;
	width:165px;
}
.menu a {
	width:100%;
	display:block;
	padding:0;
	text-decoration:none;
	text-indent:5px;
	color:#ffffff;
}
.menu a:hover {
	width:100%;
	display:block;
	padding:0;
	text-decoration:underline;
	text-indent:5px;
	color:#ffffff;
	background-color:#64A54B;
}
.menu1 {
	position:absolute;
	color:#000000;
	z-index:6;
}
.menu2 {
	position:absolute;
	color:#000000;
	z-index:6;
}
.menu3 {
	position:absolute;
	color:#000000;
	z-index:6;
}
.menu4 {
	position:absolute;
	color:#000000;
	z-index:6;
}
.menu5 {
	position:absolute;
	color:#000000;
	z-index:6;
}

/* IMAGE - yes, that's what it's called. or we could say.... main_image_with_white_bgd if that's more understandable :) */
.image {
	background-color:#ffffff;
	position:absolute;
	z-index:3;
	top:114px;
	left:0px;
	width:100%;
	height:175px;
}

/* CONTENT - container div for submenu & text */
.content {
	position:absolute;
	top:289px;
	left:0px;
	width:100%;
	height:auto;
	z-index:1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000033;	
}
.mainTable {
	width:780px;
}
.leftNav {
	width:185px;
	vertical-align:top;
	
}
.middleContent {
	width:393px;
	text-align:left;
	vertical-align:top;
}
.rightNav {
	width:186px;
	vertical-align:top;

}
.Line {
	width:2px;
	background-color:#ffffff;
}

/* FOOTER - stuff */
#footer {
	background-color:#4E813A;
	height:40px;
	width:100%;
	margin-bottom:-50px;
	font-size:0.8em;
	color:#FFFFFF;
}
#footer a:link {
	color:#ffffff;
	text-decoration:none;
}
#footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* FONT - styles */
.headmajor {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#EBE3DE;
	background-position:center;
	background-color:#4E813A;
	font-weight:bold;
}
.headminor {
	font-size:1.25em;
	font-weight:bold;
	color:#000033;
}

/* LINKS - styles */
a:link {
	color:#7393A0;
	text-decoration:underline;
}
a:active {
	color:#4E813A;
	text-decoration:underline;
}
a:visited {
	color:#7393A0;
	text-decoration:underline;
}
a:hover {
	color:#4E813A;
	text-decoration:underline;
}

/* body font in white */
.reverse {
	color:#ffffff;
}

/* table no repeat background */
.norepeat { 
	background-image: url("/images/pizza_bg.jpg"); 
	background-repeat: no-repeat; 
} 
.HeadingText {
	font-size: 1.2em;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
