/* WHEN CENTERING A SITE, PUT CENTER TAGS IN THE BODY OF THE DOCUMENT - TEXT-ALIGN: CENTER IN THE BODY STYLE DOESN'T WORK IN THE OPERA BROWSER */

body {
	margin: 50px 0px 0px 100px;
background: url(../../files/CityOfCenterpoint/Theme/bg-redvines.gif);
	}
	
body, td {
	font-family: "arial";
	font-size: 12pt;
	
	}

/* -------------------------------------------- TEXT & LINK STYLES -------------------------------------------- */
td {
	font-size: 10pt;
	color: #232323;	
	}
	
	
h1, h2 {line-height: 20pt;}

h3, h4 {line-height: 15pt;}

h5, h6 {line-height: 10pt;}

h1, h2, h3, h4, h5, h6 {
	font-family: "georgia";
	margin-bottom: 0px;
	font-weight: normal;
	}
	
a {
	text-decoration: underline;
	font-weight: bold;
	}

a:link:hover {text-decoration: none;}
	
a, h1, h2, h3, h4, h5, h6 {color: #730006;}

#copyright {
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #232323;}

#copyright a {
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #E9D86E;
	text-decoration: none;
	}
	
#copyright a:link:hover {color: #232323;}

/* -------------------------------------------- MENU STYLES -------------------------------------------- */

.MenuItem{
	font-size: 8pt;
	line-height: 20px;
	color: #4d4d0c;
	font-family: georgia;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	cursor: hand;
	display: block;
	border-bottom: 1px solid #fff;
	}

.MenuItemHover {
cursor: hand;
font-size: 8pt;
	line-height: 20px;
	color: #4d4d0c;
	font-family: georgia;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	cursor: hand;
	display: block;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	padding-left: 40px;
	border-bottom: 1px solid #aeaeae;
	font-weight: normal;
	}

/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 150px;
	background-color: #ffffff;
	border: solid 1px #232323;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 90%;
	visibility: hidden;
	}

.SubMenuItem {
	font-size: 7pt;
	line-height: 10pt;
	color: #232323;	
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 2px 0px 2px 0px;
	cursor: hand
	}

.SubMenuItemHover {
font-size: 7pt;
	line-height: 10pt;
	color: #232323;	
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 2px 0px 2px 0px;
	cursor: hand
	text-decoration: none;
	font-weight: bold;
	}

.submenu {margin-left: 0px;}

.submenu2 {margin-left: 10px;}

.submenu3 {margin-left: 20px;}

.submenu4 {margin-left: 30px;}

/* -------------------------------------------- HOME AND SECONDARY STYLES -------------------------------------------- */

.Content, .RadEContent, .RadEContentBordered {
	font-size: 75%;
	width: 404px;
	color: #232323;
	font-family: "arial";
	background-color: #fff;
	padding: 10px 10px 10px 0px;
	}
	
#bg-redplus {
	background: url(../../files/CityOfCenterpoint/Theme/bg-redplus.gif) repeat-x;
	}
	
#white-leftside {
	background: url(../../files/CityOfCenterpoint/Theme/white-leftside.gif) top no-repeat;
	width: 32px;
	height: 479px;
	vertical-align: top;
	}
	
#white-rightside {
	background: url(../../files/CityOfCenterpoint/Theme/white-rightside.gif) top no-repeat;
	width: 27px;
	height: 479px;
	vertical-align: top;
	}
	
#logo-photo {padding: 0px 27px 0px 32px;}
	
#logo-photo, #menu-content {width: 746px;}

#logo, #photo, #menu, #content {
	background-color: #fff;
	vertical-align: top;
	}

#menu {width: 200px;}

#content-padding, #menu-padding {padding: 0px 10px 10px 10px;}

#content-overflow {
	width: 556px;
	height: 207px;
	overflow: auto;
	}
	
#menu-overflow {
	width: 170px;
	height: 212px;
	overflow: hidden;
	}