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

/*CCRG Redesign Fall 2009*/
/*Author WEBii.net*/

body {
	background: url(../images/page-bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: top;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: auto;
	width: 770px;
}

#header {
	height: 115px;
	
}

#logo {
	float:left;
	width: 320px;
}

#topright {
	float: right;
	width: 220px;
	color: #666666;
}

#nav {
	height: 20px;
}

#content {
	background: white;
	padding: 5px;
}

#leftcol {
	width: 220px;
	float: left;
	padding-top: 2px;
	
}

#rightcol {
	width: 500px;
	float: right;
	padding-top: 8px;
	padding-right: 13px;
}

#footer {
	height: 30px;
	font-size: 11px;
	padding: 10px 0 0 5px;
}

/*default styles*/

a, a:visited {
	color: #003399;
}

/*top navigation menu styles*/


.nav:link, .nav:visited {
	height: 28px;
	background: url(../images/tab_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding:8px 8px 10px 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing: 1px;
}

.nav:hover {
	background: url(../images/tab_bg_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/*content styles*/

#sideBox {
	background: url(../images/featured-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 20px 2px 20px;
	width: 195px;
	color: #333333;
}

h1 {
	font-size: 18px;
	color: #003366;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
}

ul {
	padding: 0;
	margin: 3px 0;
}

li {
	list-style-image: url(../images/bullet-grey.png);
	padding: 0 0 2px 6px;
	list-style-position: inside;
	
}

#quote {
	width: 200px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-left: 13px;
}

#sidePhoto {
	width: 200px;
	padding-top: 100px;
	vertical-align:bottom;
	margin-left: 20px;
}

#map {
	width: 300px;
	float: right;
}