/* =OVERRIDES and SITEWIDE
===================================================== */
* {
	padding:0;
	margin:0;
	box-sizing:content-box; -moz-box-sizing:content-box; /* Opera8 */
}
body {
	text-align:center;
	background:#fff url(/assets/templates/crosstown/slices/bg.png) repeat-x top center;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	line-height:1;
}
.clear {
	height:0px; overflow:hidden;
	display:block; clear:both !important;
	float:none !important;
	position:relative; /* for IE6, peekaboo */
}

::-moz-selection {
	background: #111;
	color: #eee;
}
::selection {
	background: #111;
	color: #eee;
}
iframe {
	border:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size:60%;
}
sup {
	bottom: 1.5ex;
}
sub {
	top: .5ex;
}

.replaced_img {
	display:none;
}



/* =LAYOUT
===================================================== */
#container {
	width:950px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
#logo {
	width:194px;
	height:0px; overflow:hidden;
	padding-top:220px;
	position:absolute; top:0; left:20px;
	background:url(/assets/templates/crosstown/slices/logo.png) no-repeat top left;
}
#logo a {
	height:0px; overflow:hidden;
	padding-top:130px;
	position:absolute; top:0; left:0;
	display:block;
}

/*=CONTACT FORM
=============================================================*/
#contact_form {
	padding: 25px;
	color: #333333;
	background-color: #E5E5E5;
}

#cfName, #cfEmail, #cfMessage {
	border: 1px solid #999999;
	font-size: 12px;
	line-height: 12px;
	color: #444444;
	padding: 3px 2px 3px 2px;
	width:200px;
}

#cfMessage {
width:300px;
height:100px;
padding:3px;
}

.input:focus {
	border: 1px solid #9AD1FF;
}

.contact_form_boxes {
padding:0 0 10px 0;
}

/* =FOOTER
===================================================== */
#foot {
	margin:30px 0;
	padding:20px 0 0;
	border-top:1px solid #d5d5d5;
}
#foot ul {
	float:right;
	position:relative;
	list-style:none outside;
}
#foot ul li {
	float:left;
	background:none;
	font-size:11px;
	letter-spacing:-.05em;
}
#foot ul li a {
	padding:0px 13px;
	border-right:1px solid #d5d5d5;
	float:left;
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
}
#foot ul li.last a {
	border:none;
}


/* =NAV ACCOUNT
===================================================== */
#nav_account {
	height:36px;
	background:url(/assets/templates/crosstown/slices/nav.super.bg.png) no-repeat top right;
	text-align:right;
}
#nav_account ul {
	width:355px;
	padding:0;
	float:right;
	list-style:none outside;
	font-size:15px;
	letter-spacing:-1px;
}
#nav_account ul li {
	padding:10px 10px 0 0;
	float:left;
}
#nav_account ul li a {
	padding-left:16px;
	display:block;
	background:url(/assets/templates/crosstown/slices/arrow.small.blue.blue.gif) no-repeat 0px 0px;
	color:#fff;
	text-decoration:none;
}
#nav_account ul li a:hover {
	text-decoration:underline;
}


/* =NAV PRIMARY
==================================================*/
#nav_primary {
	height:85px;
}
#nav_primary ul {
	float:right;
	position:relative;
	list-style:none outside;
}
#nav_primary ul li {
	float:left;
	background:none;
	font-size:11px;
	letter-spacing:-.05em;
	*letter-spacing:0px;
}
#nav_primary ul li a {
	height:57px;
	padding:0px 8px;
	border-right:1px solid #d5d5d5;
	float:left;
	color:#666;
	line-height:61px;
	text-decoration:none;
	text-transform:uppercase;
}
#nav_primary a, #nav_primary li {
	cursor:pointer !important;
}
#nav_primary li.active a {
	text-decoration:none;
}
#nav_primary li.active ul a {
	text-decoration:none;
}
#nav_primary li.active ul li.active a {
	text-decoration:underline;
}

#nav_primary ul li.hover a,
#nav_primary ul li a:hover {
	background:#017EDB url(/assets/templates/crosstown/slices/nav.primary.bg.png) repeat-x top left;
	color:#fff;
}
#nav_primary ul li.last a {
	border-right:none;
}
#nav_primary ul li ul {
	height:28px;
	width:940px;
	display:none;
	position:absolute; top:57px; left:0px;
}
#nav_primary ul li.active ul{
	display:block;
}

#nav_primary ul li ul li {
	padding:0;
	float:left;
	border-bottom:none;
}
#nav_primary ul li ul li a,
#nav_primary ul li.hover ul li a {
	height:28px; overflow:hidden;
	border-color:#58AEED;
	border-bottom:none;
	background:#3EBCEF url(/assets/templates/crosstown/slices/nav.primary.bg.png) repeat-x 0px -56px;;
	line-height:30px;
	color:#fff;
}
#nav_primary ul li ul li a:hover,
#nav_primary ul li.hover ul li a:hover {
	background:#003F6F;
}



/* =HOMEPAGE
==================================================*/
#home_content {
	padding:30px 0;
	background:#fff url(/assets/templates/crosstown/slices/bg.png) repeat-x 0px -118px;
	zoom:1; /* wow IE6... wow */
}
#actions ul {
	width:100%;
	margin:0; padding:0;
	float:left;
	background:url(/assets/templates/crosstown/slices/home.actions.gif) no-repeat top left;
	list-style:none outside;
}
#actions li {
	float:left;
	width:20%;
}
#actions ul li a {
	height:0px; overflow:hidden;
	padding-top:120px;
	display:block;
}
#actions ul li a:hover {
	background:url(/assets/templates/crosstown/slices/home.actions.gif);
	cursor:pointer;
}
#actions #action_13 a:hover {
	background-position:0px -121px
}
#actions #action_14 a:hover {
	background-position:-190px -121px
}
#actions #action_15 a:hover {
	background-position:-380px -121px
}
#actions #action_16 a:hover {
	background-position:-570px -121px
}
#actions #action_17 a:hover {
	background-position:-760px -121px
}



#home_content_1 {
	width:530px;
	padding:0 20px;
	float:left;
	display:inline-block;
}
#home_content_2 {
	width:340px;
	padding:0 20px;
	float:left;
	display:inline-block;
}

#newsletter_signup {
	padding:15px 20px;
	background:#004986 url(/assets/templates/crosstown/slices/logo.blue.blue.cropped.gif) no-repeat top right;
}
#newsletter_signup fieldset {
	border:none;
}
#newsletter_signup h3,
#newsletter_signup label {
	color:#fff;
}

#home_news_container {
	padding:0 0 40px;
}



/* =CONTENT
==================================================*/
#content {
	padding:30px 25px;
}
img.content_image {
	margin:0 0 8px 15px;
	padding:3px;
	border:1px solid #d5d5d5;
	float:right;
}



/* =TESTIMONIALS
==================================================*/
div.testimonial_container {
	margin-bottom:20px;
	zoom:1;
}
div.testimonial_container p {
	padding:5px 10px;
}
div.testimonial {
	margin-bottom:3px;
	background:#E8E7E6;
}
div.testimonial_container div.byline {
	background:#D3D0CD;
}
div.testimonial_container div.byline p {
	padding:2px 10px 0px;
	font-weight:bold;
}

div.testimonial_small * {
	font-size:10px;
	line-height:1.3;
}

img.testimonial {
	margin:5px 10px;
	float:right;
}



/* =NEWS
==================================================*/
div.news_container {
	font-size:12px;
}
div.news_small {
	border-bottom:1px solid #d5d5d5;
}
div.news_container span.date {
	width:21%;
	float:left;
	color:#0056AB;
	padding-right:3px;
}
div.news_container span.news_title {
	width:78%;
	float:left;
}
div.news_small a {
	padding:15px 0 10px;
	display:block; zoom:1;
	text-decoration:none;
	color:#000;
}
div.news_small a:hover {
	color:#0056AB;
	background:#efefef;
}

div.news_medium {
	padding:15px 0 15px;
	border-bottom:2px solid #d5d5d5;
}
div.news_medium h2 {
	margin-top:0;
}
p.date {
	padding:0;
	margin:0;
	font-size:10px;
	color:#0056AB;
	font-weight:bold;
}

div.blog_pagination {
	margin:20px 0 0;
	padding:10px 0 30px;

	font-size:10px;
	color:#666;
}
div.blog_pagination strong {
	color:#000;
}
div.blog_pagination a {
	color:#0298e9;
	text-decoration:none;
}
div.blog_pagination_numbers {
	width:90%;
	margin:5px 0 0;
	float:left; clear:both;
}
div.blog_pagination_numbers span,
div.blog_pagination_numbers a {
	margin:0 3px 0 0;
	padding:3px 3px 1px;;
	border:1px solid #d5d5d5;
	float:left;
	line-height:12px;
}
div.blog_pagination_numbers a {
	border-color:#0298e9;
}
div.blog_pagination_numbers a:hover {
	border-color:#fff;
	background:#0298e9;
	color:#fff;
}




/* =LOCATIONS
==================================================*/
div.location_container {
	padding:0 0 30px;
}
div.location_address,
div.location_photo,
div.location_description {
	width:300px;
	float:left;
	display:inline-block;
}

div.location_address h2 {
	margin:0 0 -5px -4px;
}
div.location_address p {
	padding:0px 0 10px;
	font-style:normal;
	font-size:15px;
	line-height:1.2
}
div.location_address p strong {
	color:#0056AB;
}

div.location_photo {
	width:235px;
	margin-right:25px;
}
div.location_photo img {
	padding:0 4px;
	border:1px solid #0056AB;
	border-width:0px 1px;
}

div.location_description p {
	padding-top:0;
	line-height:1.2;
}



/* =TEXT
==================================================*/
h1 {
	margin:15px 0;
	padding:0 0 0 38px;
	border-bottom:1px solid #d5d5d5;
	background:url(/assets/templates/crosstown/slices/logo.small.png) no-repeat top left;
	font-size:36px;
	color:#333;
}
h2 {
	margin-top:15px;
	font-size:28px;
	font-weight:normal;
	color:#003578;
}
h3 {
	margin:0 0 10px;
	font-size:21px;
	font-weight:normal;
	text-transform:uppercase;
}
h4 {
	color:#0056AB;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
}

p {
	padding:5px 0 15px;
	font-size:12px;
	line-height:1.6;
}
p.footnote {
	padding:0 0 5px;
	color:#889;
	line-height:1;
}
p img {
	padding:3px;
	border:1px solid #d5d5d5;
}

label {
	font-size:12px;
}

a.more {
	padding:0px 0 0 15px;
	float:right;
	background:url(/assets/templates/crosstown/slices/arrow.small.more.gif) no-repeat 0px 2px;
	color:#000;
	font-size:10px;
	text-decoration:none;
}
a.more:hover {
	text-decoration:underline;
}

blockquote.pullquote {
	padding:12px 5px;
	margin: 5px 0 8px 15px;
	float:right;
	width:220px;
	text-align: center;
	border-top:5px double #d5d5d5;
	border-bottom:5px double #d5d5d5;
}
blockquote.pullquote p {
	xfont-family:Garamond, serif;
	margin:0 !important;
	padding:0;
	font-size:22px;
	color:#003578;
	font-weight:normal;
	line-height:1;
	letter-spacing:-1px;
	text-transform:lowercase;
}
blockquote.pullquote_left {
	float:left;
	margin:5px 15px 8px 0;
}



/* =sIFR
==================================================*/
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}



/* =FORMS
==================================================*/
label.block {
	display:block;
}
input.text {
	width:80%;
	padding:2px 5px;
	border:#80B4DC 1px solid;
	font-size:12px;
}
input.submit {
	padding:2px 5px;
	border:#80B4DC 1px solid;
	background:#80b4dc;
	color:#fff;
	font-size:12px;
}

/*=CONTACT FORM
=============================================================*/
#contact_form {
	padding: 25px;
	color: #333333;
	background-color: #E5E5E5;
}

fieldset {
border:0px;
}

.contact_form_input_box, .contact_form_input_box_reference {
	border: 1px solid #999999;
	font-size: 12px;
	line-height: 12px;
	color: #444444;
	padding: 3px 2px 3px 2px;
	width:200px;
}

.contact_form_input_box_reference {
width:700px;
}

#cfMessage {
width:300px;
height:100px;
padding:3px;
}

.contact_form_boxes {
padding:0 0 10px 0;
}