/* Inner CSS defines the specific styles for the inner pages of CityWide */



/* Header */
/* ======================================= */

#inner-image {
	background: url(images/innerheader_bg.png) repeat-x 0 322px;
	padding-bottom: 40px;
}

#sub-nav {
	background: url(images/subnav_bg.png) no-repeat 0 0;
	float: left;
	height: 302px;
	padding: 5px 0 15px;
	width: 334px;
}

#sub-nav li {
	border-bottom: 1px solid #607989;
}

#sub-nav li.first {}

#sub-nav li.last {}

#sub-nav a {
	color: #FFF;
	display: block;
	padding: 15px 15px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#sub-nav a:hover {
	background: #a2bccb;
	color: #344955;
}


#inner-image img {
	border: 1px solid #a5c6d9;
	border-top: none;
	border-bottom: none;
	float: left;
	height: 322px;
	width: 521px;
}


#portal-nav {
	background: url(images/innerPortal_bg.jpg) no-repeat 0 0;
	float: left;
	height: 322px;
	width: 122px;
}

#portal-nav li {margin: 15px 9px 0;}

#portal-nav li.first {}

#portal-nav li.last {}

#portal-nav a {
	background: url(images/innerPortalButton_bg.png) no-repeat 0 0;
	display: block;
	height: 88px;
	width: 105px;
}


#portal-nav a#financial-link {}
#portal-nav a#ed-link {background-position: 0 -102px;}
#portal-nav a#community-link {background-position: 0 -203px;}

#portal-nav a#financial-link:hover {background-position: right 0;}
#portal-nav a#ed-link:hover {background-position: right -102px;}
#portal-nav a#community-link:hover {background-position: right -203px;}

#content {margin-top: 0;}


#body.inner {
	width: 625px;
}

