* {
	margin: 0px auto;
	padding: 0px;		
}

body {
	font-family: lucida-grande, trebuchet ms, arial;
	font-size: 12px;
	background: url(../images/bg_footer.gif);
	color: #4b4b4b;
}

#wrapper {
	background: url(../images/bg.gif) #BBD2D9;
}

#header {
	background: url(../images/bg_header.gif) repeat-x;
	height: 107px;
	margin-bottom: 10px;
}

#header_content {
	position: relative;
	width: 877px;	
}

#logo {
	width: 184px;
	height: 130px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url( "../images/logo.png" );
	_background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/logo.png",sizingMethod="scale"); 
}

#menu {
	position: absolute;
	top: 35px;
	right: 0px;
	font-size: 14px;
	width: 696px;
	text-align: right;
}

#menu li {
	display: inline;
	margin-left: 18px;
}

#menu a, a.visited {
	color: #4c4c4c;
}

#menu a:active {
	color: #DB6F17;	
}

#menu a:hover {
	color: #DB6F17;
}

#gum_wrapper {
	width: 855px;
	padding-bottom: 15px;
}

#container {
	float: left;
	width: 855px;
}

#content {
	float: left;
	width: 833px;
	padding: 15px; 
	border: 5px solid #fff; 
	background: url(../images/bg_box.gif) top repeat-x #fffbec;
}

#content ul {
	margin-left: 25px;	
}

#marquee {
	width: 603px;
	height: 216px;
	float: left;	
}

#marquee img {
	border: 5px solid #fff;	
}

#content_home {
	width: 205px;
	height: 216px;
	float: right;
	border: 5px solid #fff;
	background: url(../images/bg_box.gif) top repeat-x #fffbec;
	padding: 5px;
	margin-bottom: 9px;
	overflow: hidden;
	color: #4b4b4b;
	font-size: 11px;
	text-align: left;

}

#news_home {
	width: 383px;
	height: 149px;
	float: left;
	background: url(../images/bg_box.gif) top repeat-x #fffbec;
	border: 5px solid #fff;
	padding: 5px;
	margin-right: 5px;
	overflow: hidden;
}

.menutable th {
	font-size: 16px;
	text-align: left;
	color: #fff;
	background: #EA8627;
}

.menutable td {
	text-align: left;
	color: #4b4b4b;
	font-size: 12px;
	line-height: 16px;
}

#footer {
	border-top: 5px solid #a4bfc7;
	color: #686868;
	padding: 10px 0;
}

#footer li {
	display: inline;
	margin-right: 20px;
}

#footer_content {
	width: 857px;	
}

#footer a, a.visited, a.active {
	color: #5b7077;	
}

#footer a:hover {
	color: #DB6F17;	
}

/* LINK STYLES */

a, a.visited, a.active {
	color: #DB6F17;
	text-decoration: none;	
}

a:hover {
	color: #4c4c4c;
}

img {
	border: none;	
}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #BAD1D8;
	margin: 5px 0;	
}

h1 {
	text-transform: uppercase;
	color: #F3872F;
	border-bottom: 1px dotted #BBD2D9;
	margin-bottom: 15px;	
}

/* MULTI BLOG */

#addblogpost {
    border-color: #cccccc;
    width: 500px;
    background-color: #333333;
    padding: 10px;
}

#addblogpost:hover {
    border-color: #333333;
    width: 500px;
    background-color: #cccccc;
    padding: 10px;
}

#blogpostverify {
    border-color: #cccccc;
    width: 500px;
    background-color: #333333;
    padding: 10px;
}

#blogpostverify:hover {
    border-color: #333333;
    width: 500px;
    background-color: #cccccc;
    padding: 10px;
}

#blogpostverify {
    border-color: #cccccc;
    width: 500px;
    background-color: #333333;
    padding: 10px;
}

#blogpostverify:hover {
    border-color: #333333;
    width: 500px;
    background-color: #cccccc;
    padding: 10px;
}

/* CALENDAR */

table {
	width: 100%; 
	border-collapse:seperate; 
	margin:1em 0;
}

th, td {
	text-align:left;
	padding:.5em;
}

th {
	background:#A4BFC7;
	color:#4b4b4b; 
	text-transform: capitalize; 
	text-align: center;
}

th a, a.visited, a.active {
	color: #4b4b4b;
}

td {
	text-align: right;
	color:#5b7077;
	font-size: 11px;
}

/* tablecloth styles */

tr.even td {
	background: #dbe9ed;
}

tr.odd td {
	background:#BBD2D9;
}

th.over, tr.even th.over, tr.odd th.over {
	background:#e3eef2;
}

th.down, tr.even th.down, tr.odd th.down {
	background:#bce774;
}

th.selected, tr.even th.selected, tr.odd th.selected{
}

td.over, tr.even td.over, tr.odd td.over{
	background:#fff;
}

td.down, tr.even td.down, tr.odd td.down{
	background:#e3eef2;
}

td.selected, tr.even td.selected, tr.odd td.selected{
	background:#bce774;
	color:#555;
}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{
	background:#fff;
}

