#feature_05 {
	display:none;
}
/* 
Description: CitySpec stylesheet.
Version: 1.0
Released: 06/10/08
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	background: #65655A url(../images/bg_header.gif) repeat-x 0 0;
	color: black;
	font:75%/1.6 Arial, Helvetica, sans-serif;/* Sets default size to 12pt */
	text-align: center;
	position: relative;
	min-width: 901px;
	margin: 0;
	}
	
body.secondary {
	background:	#65655A url(../images/bg_content_header.jpg) no-repeat 50% -30px;
}
		
body * {
	font-size: 100%;
}
	
#header {
	height: 147px;
	position: relative;
/* DAMON: Set a really high z-index for the header div so the positioning 
context of the logo will be higher than content_main. */
	z-index:5000;
}

.secondary #header {
	height: 169px;
}

#alert { color: #FFF; }
#alert a { color: #FFF; font-weight: bold; }

#home #content_main {
	background: #E0DFDD;
	height: 171px;
	padding: 12px 0 5px 0;
/* DAMON: Made content_main position:relative so I could set a z-index for it.
Z-index doesn't really work unless the element is position:relative or absolute. */
	position:relative;
	z-index:10;
}


#home #content_secondary {
	background: #F4F1EA;
	border-bottom: 1px solid #3f3e3a;
}

#footer {
	background: #65655A;
	border-bottom: 1px solid #b2b2ad;
	display: none;  /* temp turn off footer section */
}

#site_info {
	background: #65655a;
	position: relative;
}

#header, #content_main_container, #content_secondary_container, #footer_container, #site_info, #content_container, .secondary #nav {
  width: 901px; 
  margin: 0 auto; 
  text-align: left;
}

.secondary #content_main_container {
	width: 648px;
	float: left;
	margin: 17px 0 40px 0;
}

.secondary #content_secondary_container {
	width: 202px;
	float: right;
	margin: 20px 0 15px 0;	
}

.secondary #body{
	background: url(../images/bg_body_secondary.png) repeat-y 50% 0;
	border-bottom: 1px solid #3f3e3a;
	overflow: hidden;
}

#home #content_secondary, #footer {
	overflow:hidden;
	clear:both;
}

/* =TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

HTML {
	font-size: 100%;
}

h2, h3 {
	color: #65655a;
	font-family: georgia, serif;
}

h2{
	font-size: 1.833em;
	margin-bottom: 15px;
	border-bottom: 1px solid #CDCABF;
}

h3{
	font-size: 1.5em;
	margin-bottom: 4px;
}

h4{
	font-weight: bold;
	color: #f4f1ea;
}

#content_main_container p {
	margin-bottom: 13px;
}

#content_main_container li {
	list-style-type: square;
	margin: 0 0 8px 35px;
}

#site_info p {
	font: 0.916em/1.3 Verdana, sans-serif;
	color: #f4f1ea;
	padding: 10px 0 15px 0;
}

/* =NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	position: absolute;
	top: 77px;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

#nav li {
	position: relative;
	height: 25px;
	float: left;
	text-transform: uppercase;
	text-indent: -9999px;
}

#nav li a {
	display: block;
	height: 25px;
	line-height: 25px;
}

#nav li a:hover {
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	left: -9999px;
	top: 25px;
	border-bottom: 1px solid #CDCABF;
	width: 137px;
}

#nav li:hover ul, #nav li.hover ul {
	left: 0;
}

#nav li ul li {
	float: none;
	display: block;
	border: 1px solid #CDCABF;
	border-bottom: none;
	text-indent: 15px;
	background: #FFF;
}

#nav li ul li a {
}

#nav li ul li a:hover {
	background: #F4F1EA;
}

#nav_about {
	background: url(../images/nav.png) 0 6px no-repeat;
	width: 105px;
}

#nav_about:hover, #nav_about.hover {
	background: url(../images/nav.png) 0 -40px no-repeat;
}

#nav_services {
	background: url(../images/nav.png) -108px 6px no-repeat;
	width: 103px;
}

#nav_services:hover, #nav_services.hover {
	background: url(../images/nav.png) -108px -40px no-repeat;
}

#nav_clients {
	background: url(../images/nav.png) -211px 6px no-repeat;
	width: 93px;
}

#nav_clients:hover, #nav_clients.hover {
	background: url(../images/nav.png) -211px -40px no-repeat;
}

#nav_news {
	background: url(../images/nav.png) -304px 6px no-repeat;
	width: 137px;
}

	#nav_news ul {
		width: 137px;
	}

#nav_news:hover, #nav_news.hover {
	background: url(../images/nav.png) -304px -40px no-repeat;
}

#nav_careers {
	background: url(../images/nav.png) -443px 6px no-repeat;
	width: 101px;
}

#nav_careers:hover, #nav_careers.hover {
	background: url(../images/nav.png) -443px -40px no-repeat;
}

#nav_contact {
	background: url(../images/nav.png) -545px 6px no-repeat;
	width: 100px;
}

#nav_contact:hover, #nav_contact.hover {
	background: url(../images/nav.png) -545px -40px no-repeat;
}



/* =Secondary--  -  */

.secondary #nav_container {
	background: #1F6AAD;
	height: 35px;
	position: relative;
}

.secondary #nav {
	position: relative;
	top: 0px;
	left: 130px;
}

.secondary #nav li {
	height: 35px;
}

.secondary #nav li a {
	height: 35px;
}

.secondary #nav li ul {
	top: 35px;
}

.secondary #nav li ul li, .secondary #nav li ul li a {
	height: 25px;
}

.secondary #nav_about {
	background-position: 0 12px;
}

.secondary #nav_about:hover, .secondary #nav_about.hover {
	background-position: 0 -34px;
}

.secondary #nav_services {
	background-position: -108px 12px;
}

.secondary #nav_services:hover, .secondary #nav_services.hover {
	background-position: -108px -34px;
}

.secondary #nav_clients {
	background-position: -211px 12px;
}

.secondary #nav_clients:hover, .secondary #nav_clients.hover {
	background-position: -211px -34px;
}

.secondary #nav_news {
	background-position: -304px 12px;
}

.secondary #nav_news:hover, .secondary #nav_news.hover {
	background-position: -304px -34px;
}

.secondary #nav_careers {
	background-position: -443px 12px;
}
.secondary #nav_careers:hover, .secondary #nav_careers.hover {
	background-position: -443px -34px;
}

.secondary #nav_contact {
	background-position:-545px 12px;
}

.secondary #nav_contact:hover, .secondary #nav_contact.hover {
	background-position: -545px -34px;
}

/* =Subnav--  -  */
#sub_nav li {
	list-style-type: square;
	margin: 0 0 5px 15px;
}
#sub_nav {
	margin-bottom: 20px;
	display:none;  /* temp turn off sub nav drop down */
}

/* =Site Info Nav --  -  */
#site_info li {
	padding: 0px 14px 0 0;
	display:inline;
}

#site_info ul {
	margin: 20px 0 0 0;
	font: 0.916em Verdana, sans-serif;
}

#site_info a:link, #site_info a:visited {
	color: #f4f1ea;
	text-decoration: underline;
}

#site_info a:hover {
	text-decoration: none;
}


/* = Current page highlight */
#about_us a#nav_about {
	background-position: 0 -34px;
}

#services a#nav_services {
	background-position: -108px -34px;
}

#clients a#nav_clients {
	background-position: -211px -34px;
}

#news a#nav_news {
	background-position: -304px -34px;
}

.secondary.press_releases a#nav_news {
	background-position: -304px -34px;
}

#careers a#nav_careers {
	background-position: -443px -34px;
}

#contact a#nav_contact {
	background-position: -545px -34px;
}



/* =LINKS- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.action_link {
	text-align: left;
	margin-top: 8px;
}

p.action_link a {
  	margin-bottom: 20px;
	padding-right: 17px;
	background: url(../images/bg_arrow.gif) no-repeat 100% 4px ;
}

p.action_link a:hover {
	background: url(../images/bg_arrow.gif) no-repeat 100% 4px ;
}

a:link, a:visited {
	color:#2369AF;
	text-decoration: none;
}

a:hover{
	color:#2369AF;
	text-decoration: underline;
}

.feature h3 a:link, .feature h3 a:visited {
	color: #65655a;
}

.feature h3 a:hover {
	color: #2369AF;
}

#footer a:link, #footer a:visited {
	color: #f1eee2;
}
#footer a:hover {
	color: #bd0001;
}	


/* =HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header h1, #header p {
	text-indent: -9999px;
/* DAMON: The position:absolute actually needs to be put on the h1, not the <a>. */
	position: absolute;
	left: 28px;
	top: 26px;
}

.secondary #header h1 {
	top: 50px;
	left: 0;
}

#logo a {
	display: block;
	background: url(../images/logo.gif) no-repeat 0 0;
	width: 80px;
	height: 112px;
}

.secondary #logo a {
	background: url(../images/logo_content.png) no-repeat 0 0;
	width: 94px;
	height: 139px;
}


#cityspec_logo {
	display:none;
}

#header p#cityspecnet_login {
	text-indent: 766px;
	position: absolute;
	top:40px;
	right:0;
	font-size: .93em;

}

#header p#cityspecnet_login a:link, #header p#cityspecnet_login a:visited {
	color:white;
}


/* =HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#home h2 {
	padding-top: 11px;
	border: none;
	font-size: 1.7em;
}

#home #content_main_container img {
	position: absolute;
/* DAMON: Now that content_main is position:relative, this image needs to 
be given a negative top margin to move it into position. */
	top: -126px;		
}

#home #content_main_container h2, #home #content_main_container p {
	width: 510px;
	position: relative;
	top: 0px;
	left: 370px;
	padding: 0;
	margin: 0 0 5px 0;
}

#home #content_main_container p.action_link {
	text-align: right;
}

.feature, .footer_feature {
	width: 200px;
	float: left;
	padding: 20px 24px 20px 0;
}
.feature {
	line-height: 1.4;
}

	.feature h3 {
		margin-top: -1em;
	}
	
	#home .feature#feature_08 h3 {
		margin-top: 0;
	}

.last {
	margin-right: 0;
}

	.feature li {
		list-style-type: square;
		margin: 0 0 5px 16px;
	}

		.feature img {
			float: left;
			padding: 2px 8px 2px 0;
		}
		
		.feature .banner {
			text-align: center;
		}
		
			.feature .banner img {
				float: none;
			}

.footer_feature {
	padding-bottom: 20px;
	color: #f1eee2;
}

	.footer_feature li {
		margin: 2px 0 2px 0;
	}

.left {
	float: left;
}


/* =SECONDARY */
.secondary .feature {
	padding: 0 0 17px 0;
}
	
.secondary img.left {
	margin: 3px 10px 3px 0;
}

#news #contact {
	width:200px;
	float: right;
	background: #E0DFDD;
	border: 1px solid #CDCABF;
	padding: 15px;
	margin: 0 0 10px 15px;
}
#news #contact p{
	line-height: 1.4;
}

#contact p.last {
	margin-bottom: 0;
}

#contact input, #contact textarea, #contact select {
	margin-bottom: 15px;
}

#contact textarea {
	width: 400px;
	font-size: 135%;
}


.secondary p.previous_link{
	color:#2369AF;
	text-decoration: none;
}
.secondary p.previous_link:hover{
	text-decoration: underline;
	cursor: pointer;
}

#newsletter_signup dt {
	margin-top: 5px;
}

#newsletter_signup dd {
	margin-bottom: 5px;
}

.body_image_left {
	float: left;
	margin: 4px 10px 0 0;
}

.body_image_right {
	float: right;
	margin: 4px 0 0 15px;
}

.fine_print {
	font-size: 90%;
}

blockquote {
	background: #E0DFDD;
	border: 1px solid #CDCABF;
	padding: 15px;
	float: right;
	width: 350px;
}
	
		
#cityspecnet #state_container {
	float:left;
}

#cityspecnet #zip_container {
	float:right;
}	
	
div#cityspecnet {
	width: 250px;
}	
	
	

/* =SITE INFO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#site_info {
	text-align: left;
}
 
#site_info #img1 {
	position:absolute; 
	right:0;
	top:0px;
}

#site_info #img2 {
	position:absolute; 
	right:110px;
	top:0px;
}	
