body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center; 
	background-color: #CCCCCC;
	
}

/* ------------------ layout --------------- */
#wrapper {
	text-align:left;
	width: 980px;
	margin: 0 auto;
}
#header {
	background-color: #FFFFFF;
}
#graphicHeader img {
	display: block;
}
#centerc {
	display: inline;
	float: left;
	width: 980px;
	height: 176px;
	border-top: 10px solid #3773bd;
	margin-top: 1px;
	background-color: #FFFFFF;
}
#footer {
	background-image:url(../images/footer-filler.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 980px;
}


/* ----------------- navigation ------------ */
#navigation {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	width: 980px;
	float: left;
	
}
#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 40px;
}
#navigation ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#navigation ul li a, #navigation ul li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	height: 26px;
	padding-top: 5px;
	font-size: 1.4em;
}
#navigation ul li a:hover, #navigation ul li a:active {
	background-color: #FeFFFF;
	color: #3773bd;
}
#banner {
	background-image: url(../images/slideshow/welcome.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #FFFFFF;
	float: left;
	width: 980px;
	height: 230px;
}

/* -------------- menu ---------------- */
#menu {
}

/* ----------- footer elements ------- */

#footerLeft {
	float: left;
	margin-top: 2px;
}
#footerLeft ul {
	list-style: none;
}
#footerLeft ul li {
	color: #FFFFFF;
	float: left;
	margin-right: 10px;
}
#footerLeft ul li a, #footerLeft ul li a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
#footerLeft ul li a:hover, #footerLeft ul li a:active {
	color:#0066FF;
}

/* --------- element styles ---------- */
.clearBoth {
	clear:both;
	height: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #3773bd;
	font-weight: bold;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #3773bd;
	margin-bottom: 10px;
}
p {
	margin: 0px;
}

img.imgFloatLeft {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}
img.imgFloatRight {
	float: right;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #3773bd;
	text-decoration: none;
	font-weight: bold; 
}
a:hover, a:active {
	color: #000000;
}


/* ------------- custom -------------------*/

.twitterLayout {
	width: 350px;
	float: left;
	padding-left: 56px;
	padding-top: 15px;
	color: #3773bd;
}
* html .twitterLayout {
	width: 406px; 
	w\idth: 350px;
}
.twitterLayout div {
	margin-bottom: 10px;
}
.twitterLayout h2 {
	margin: 0px;
	padding: 0px;
}
.twitterLayout div ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.twitterLayout div ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.quickLinks {
	float: left;
	width: 340px;
	padding-top: 15px;
	padding-left: 10px;
	color: #3773bd;
}
* html .quickLinks {
	width: 350px; 
	w\idth: 340px;
}
.quickLinks h2 {
	margin: 0px;
	padding: 0px;
}
.followLayout {
	position: relative;
	width: 224px;
	float: left;
}
.followLayout .buttons {
	position: absolute;
	height: 176px;
	top: 110px;
	right: 10px; 
}
.followLayout .buttons img {
	margin-right: 5px;
}

#content {
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 880px;
}
* html #content {
	width: 980px; 
	w\idth: 880px;
}
#content p {
	text-shadow: #6374AB 1px 1px 3px;
}
#content p span {
	font-size: 1.4em;
}
.projectLayout {
	float: left;
	width: 880px;
	margin-bottom: 20px;
}
.projectLayout div.container {
	float: left;
	width: 286px;
}
.projectLayout div.title {
	float: left;
        background-color: #3773bd;
        width: 286px;
        height: 25px;
}
.projectLayout div.title p {
	text-shadow: none !important;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
    padding-left: 10px;
    padding-right:10px;
    padding-top: 2px;
}
.projectLayout div.title p a, .projectLayout div.title p a:visited {
	text-shadow: none;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	width: 286px;
	float: left;
	text-decoration: underline;
}
.projectLayout div.title p a:hover, .projectLayout div.title p a:active {
	color: #000000;
}
.projectLayout div.image {
	float: left;
	border-bottom: 2px solid #999999;
	border-top: 2px solid #999999;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top:  2px;
    padding-bottom: 2px;
}
.projectLayout div.image img {
	display: block;
}
.projectLayout div.address {
	background-color: #3773bd;
	width: 286px;
	float: left;
}
.projectLayout div.address p {
	margin: 0px;
	padding: 0px;
	text-shadow: none !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
.projectLayout div.address p a, .projectLayout div.address p a:visited {
	text-shadow: none;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-weight: normal;
}
.projectLayout div.address p a:hover, .projectLayout div.address p a:active {
	color: #000000;
}