body {
	font-family: "Arial", sans-serif;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 90px;
	float: left;
}

#sidebar {
	width: 230px;
	/*float: right;*/
	float:left;
	/*margin-right: 20px;*/
}

#content {
	width: 710px;
	/*float: right;*/
	margin-right: 20px;
	float:left;
	clear: both;
}

#footer {
	margin-top: 40px;
	border-top: 1px solid #c0c0c0;
	padding-top: 10px;
	margin-bottom: 0px;
}

#menu {
	
	width: 960px;
	float: left;
	clear: left;
}

#menu ul {
	margin: 10px 0px;
	padding: 4px 0px;
	background: #cc0000;
}

#menu li {
	display: inline;
	padding: 5px 0px;
	border-right: 1px solid #ffffff;
}

#menu li a {
	padding: 10px 10px;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: top;
}

#menu li a:hover {
	background: #404040;
}

.email-address {
	margin-top: 40px;
	background: transparent url(/images/email-background.gif) repeat-x scroll 0 0;
	font-weight: bold;
	font-size: 1em;
	padding: 10px;
	text-align: center;
}

.email-address-sidebar {
	background: transparent url(/images/email-background.gif) repeat-x scroll 0 0;
	font-weight: bold;
	font-size: 1em;
	padding: 10px;
	text-align: center;
}

.site-list {
	border-top: 1px dashed #c0c0c0;
	padding: 10px;
}

.offer-list {
	border-top: 1px dashed #c0c0c0;
	padding: 10px;
}

.even {
	background: #ffffff;
}

.odd {
	background: #eeeeee;
}

.site-logo {
	float: right;
	margin-left: 20px;
	border: 3px solid #c0c0c0;
}

.site-box {
	background: #53a9e3 url(/images/splash-background.gif) repeat-x scroll 0 0;
	padding: 15px;
}

.site-box a {
	color: #ffffff;
}

.site-info-logo {
	float: right;
	border: 3px solid #70bef2;
}

.center {
	text-align: center;
}

.event-box {
	border: 2px dashed #006699;
	padding: 10px;
	margin-bottom: 15px;
}

.event-cats td {
	width: 50%;
	vertical-align: top;
	padding: 0px 15px;
}

.event-cats td.left {
	border-right: 1px dashed #c0c0c0;
}

.clear {
	clear: both;
}

.offer-box {
	background: #53a9e3 url(/images/splash-background.gif) repeat-x scroll 0 0;
	padding: 15px;
}

.offer-box a {
	color: #ffffff;
}

.admin-site-list {
	padding: 5px 0px;
	border-top: 1px dashed #c0c0c0;
}

.login-box {
	border: 2px dashed #006699;
	padding: 10px;
	margin-bottom: 15px;
}

.footer-item {
	clear: both;
	border-top: 1px solid green;
	padding: 0;
	margin: 0; 
}

div.sitemap-html-row-1 {

	color: #006699;
	font-size: 18px;
	font-weight:bold;
	text-decoration : underline;
}


div.sitemap-html-row-2 {

	color: #000000;
	font-size: 16px;
	margin-left : 30px;
	text-decoration : underline;

}

div.sitemap-html-row-3 {

	color: #006699;
	font-size: 14px;
	margin-left : 60px;
	text-decoration : underline;

}

div.sitemap-html-row-4 {

	color: #006699;
	font-size: 14px;
	margin-left : 90px;
	text-decoration : underline;

}

div.sitemap-html-row-5 {

	color: #006699;
	font-size: 14px;
	margin-left : 120px;
	text-decoration : underline;

}
