@charset "UTF-8";

#hide {
	display: none;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 860px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #651f76;
	border-bottom-color: #651f76;
	border-left-color: #651f76;
}

#outerWrapper #footer {
	background-color: #abcae6;
	position: relative;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#outerWrapper #header {
	background-image: url(../images/siteWide_CAFR/header_2009_CAFR.jpg);
	height: 140px;
	background-position: top center;
	background-color: #abcae6;
	position: relative;
}

#outerWrapper #header #leftHeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	width: 320px;
	margin-top: 16px;
	float: left;
	font-style: italic;
}
#outerWrapper #header #rightHeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-top: 16px;
	margin-right: 10px;
	margin-left: 200px;
}
#outerWrapper #header #photosLeft {
	height: 80px;
	width: 279px;
	margin-top: 13px;
	float: left;
	position: absolute;
	top: 30px;
}
#outerWrapper #header #photosRight {
	text-align: right;
	float: right;
	height: 80px;
	width: 279px;
	margin-top: 13px;
	margin-left: 300px;
}
#outerWrapper #header #map {
	top: 1px;
	left: 365px;
	position: absolute;
}

#outerWrapper #header #map a {
	height: 135px;
	width: 140px;
	text-decoration: none;
	display: block;
}
#outerWrapper #header #map a i {
 	visibility: hidden; 
}

#outerWrapper #topNavigation  {
	background-color: #abcae6; /* Sets the bottom border properties for an element using shorthand notation */
	height: 24px;
	padding: 0px 0px 0px 15px;
}
#outerWrapper #topNavigation #cse-search-box {
	margin-left: 5px;
	height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 240px;
	background-image: url(../CSSMenuWriter/cssmw_content_images/center.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 5px;
}
#outerWrapper #container
{
	position:relative;
	display:block;
	border-left:170px solid #d2e8c6;
	border-right:215px solid #d2e8c6;
	overflow:visible;
	background-color: #fff;
	background-image: url(../images/siteWide_CAFR/centerShadow_2009_CAFR.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
}

#outerWrapper #containerHome {
	position:relative;
	display:block;
	border-right:215px solid #d2e8c6;
	overflow:visible;
	background-color: #fff;
	background-image: url(../images/siteWide_CAFR/centerShadow_2009_CAFR.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
}
#outerWrapper #containerWide
{
	position:relative;
	display:block;
	border-left:170px solid #d2e8c6;
	overflow:visible;
	background-color: #fff;
	background-image: url(../images/siteWide_CAFR/centerShadow_2009_CAFR.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
}
#outerWrapper #left  {
	float:left;
	position:relative;
	width:150px;
	margin-left:-180px;
	display:inline;
	background-image: url(../images/siteWide_CAFR/sidebarShadow_2009_CAFR.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	margin-top: -10px;
	background-color: #D2E8C6;
}
#outerWrapper #rightColumn1  {
	float:right;
	position:relative;
	width:195px;
	margin-right:-225px;
	display:inline;
	background-color: #D2E8C6;
	background-image: url(../images/siteWide_CAFR/sidebarShadow_2009_CAFR.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	margin-top: -10px;
}

#outerWrapperAdmin {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #651f76;
	border-bottom-color: #651f76;
	border-left-color: #651f76;
}

#outerWrapperAdmin #containerAdmin {
	position:relative;
	display:block;
	overflow:visible;
	background-color: #fff;
	background-image: url(../images/siteWide_CAFR/centerShadow_2009_CAFR.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
	width: 940px;
}

#outerWrapperAdmin #header {
	background-image: url(../images/siteWide_CAFR/headerAdmin_2009_CAFR.jpg);
	height: 140px;
	background-position: top center;
	background-color: #abcae6;
	position: relative;
}

#outerWrapperAdmin #header #leftHeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	width: 320px;
	margin-top: 16px;
	float: left;
	font-style: italic;
}
#outerWrapperAdmin #header #rightHeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-top: 16px;
	margin-right: 10px;
	margin-left: 200px;
}
#outerWrapperAdmin #header #photosLeft {
	height: 80px;
	width: 279px;
	margin-top: 13px;
	float: left;
	position: absolute;
	top: 30px;
}
#outerWrapperAdmin #header #photosRight {
	text-align: right;
	float: right;
	height: 80px;
	width: 279px;
	margin-top: 13px;
	margin-left: 300px;
}

#outerWrapperAdmin #header #map {
	top: 1px;
	left: 410px;
	position: absolute;
}

#outerWrapperAdmin #header #map a {
	height: 135px;
	width: 140px;
	text-decoration: none;
	display: block;
}
#outerWrapperAdmin #header #map a i {
 	visibility: hidden; 
}

.clear {
	clear:both;
	overflow:hidden;
	width: 100%;
	height: 0px;
}

</style>

