@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF; /* Background color */
	color: #333333;            /* Foreground color used for text */
	font-family: Helvetica;
	font-size: 18px;
	margin: 0;              /* Amount of negative space around the outside of the body */
	padding: 0;             /* Amount of negative space around the inside of the body */
	text-align: left;
	background-position: center top;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


#logo1 {
	background-repeat: no-repeat;
	background-image: url(../images/riverside-logo.png);
	height: 85px;
	width: 300px;
	margin:0 auto;
}
#logo2 {
	background-repeat: no-repeat;
	background-position: left 0px;
	background-image: url(../images/logo.png);
	height: 117px;
}
#header h1 a {
	display: block;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	font-family: "Century Gothic";
	background-repeat: no-repeat;
	background-position: center top;
	height:90px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#header ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#header ul li a {
    background-color: #A1D54C;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
	   -webkit-border-radius: 8px;
	   margin-bottom: 5px;
}

#header ul li a:active,ul li a:hover {
	background-color:#cc6633;
	color:white;
}


#content, #sidebar {
	padding: 10px;
	color:#333333;
	font-weight: bold;

}

#footer {
	color: #FFF;
	text-align: center;
	background-color:#000;
	background-repeat: repeat-x;
	background-position: center bottom;
	clear:both;
	padding: 15px;
}

a {
	color: #55B9E6;
}

.phonenumber {
	color: #cc6633;
	font-size: 36px;
	font-weight: lighter;
	text-decoration: none;

}

#utility a {color: #FFF;}

#utility {
	background-color:#29AFFC;
}
#sidebar {clear:both;}
#nav {clear: both;}

.left {float:left; margin-right: 5px; margin-bottom:5px;}