/* Eric Meyer reset */ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Start it up */
	
body {
	background-color: #e9e3dc;
	font-family: Arial, Helvetica, sans-serif;
	color: #6d6255;
	margin: 0;
}

div.clear, hr {
	clear: both;
	height: 1px;
}

hr {
	margin: 15px 0;
  border: 0;
	background: 0;
	border-top:1px solid #EDE9E3;
}

.wrap { width: 100%; clear:both; }

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Self-clear floates */
.ie6 .group {
	height: 1%;
}

/* Self-clear floates */
.ie7 .group,
.ie7 #contact_form p {
	min-height: 1px;
}

h1 {
	color: #6d6255;
	margin-top: 10px;
	font-weight:normal;
}

h1.indent {
	margin-left: 40px;
	margin-top: 20px;
}

h2 {
	color: #6d6255;
	font-weight: normal;
	margin: 40px 0 15px;
}

h3, h5 {
	color: #6d6255;
	margin-bottom: 4px;
}

h4 {
	text-transform: uppercase;
	color: #6d6255;
	margin-bottom: 10px;
}

h5 {
	color: #551563;
	text-transform: uppercase;
	font-weight: normal;
}

p {
	color: #6d6255;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* links */

a, a:link, a:visited {
	text-decoration: none;
	color: #00658f;
}                  

a:hover {
	color: #0089c2;
}


/* sitewide classes */

.float_left {
	float: left;
	margin: 0 8px 15px 0px;
}

div.float_left {
	margin: 0 20px 10px 0;
}

div.float_left img {
	margin-bottom: 5px;
}

div.button-link a {
	background-color: #A49F95;
	color: #E3DED6;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	padding: 5px 8px;
	font-size: 14px;
	border: 1px solid #e9e3dc;
}

div.button-link a:hover {
	background-color: #f6f3f0;
	color:  #A49F95;
}

.min-height {
	height: 400px;
}


/* ------------------------------ initial structure ---------------------------------------- */

div#outer_container {
	width:1000px;
	margin: 0 auto;
	position: relative;
}

div#container {
	width: 980px;
	padding: 0 10px 0;
	background-color: #fff;
	background: transparent url(/images/interface/content-slice.gif) repeat-y 0 0;
	position:		relative;
}

div#content_container {
	padding: 15px 0 0 20px;
	background:url("/images/interface/sidebar-bk3.gif") repeat-y scroll 75px 0 transparent;
} 


div#main_content {
	padding: 0 20px 20px 0;
	float: left;
	display: inline;
	width: 700px;
}

.body-wrap {
	padding: 0 40px;
}

.tool-wrap {
	padding: 20px 40px 0;
} 

/* ------------------------------ Site switch and quicknav ---------------------------------------- */

.site-switch {
	margin-left: 30px;
}

.site-switch li {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}
	
.site-switch a {
	display: block;
	text-indent: -99999px;
}

.site-switch #to-pma {
	background: transparent url(/images/interface/switch-to-pma.gif) no-repeat 0 0;
	width: 99px;
	height: 35px;
}

.site-switch #to-discovery {
	background: transparent url(/images/interface/switch-to-discovery.gif) no-repeat 0 0;
	width: 227px;
	height: 35px;
}


div#utility_nav_container {
	width:1000px;
	margin: 20px auto 0;
}

ul#utility_nav {
	width:980px;
	margin: 0 20px 10px 0;
}

ul#utility_nav li {
	float: right;
	display: inline;
}

ul#utility_nav li a { 
	height: 11px;
	margin-right: 20px;
	font-size: 12px;
	color: #a49f95;
	line-height: 14px;
	float: left;
	display: inline;
}

ul#utility_nav li a:hover { 
	color:#43392e;
}
			
div#logo_container {
	width: 1000px;
	height: 145px;
	background: url(/images/interface/sarnoff_veritext_header.gif) no-repeat;
	position: relative;
}

/* Logo h1 on home and span on all other pages */ 
div#logo_container h1#sarnoff_logo {
	margin: 0;
}
	
div#logo_container #sarnoff_logo {
	position: absolute;
	width: 242px;
	height: 88px;
	top: 27px;
	left: 34px;
	text-indent: -99999px;
}

div#logo_container #sarnoff_logo a {
	display: block;
	width: 242px;
	height: 88px;
	text-indent: -99999px;
}


/* ------------------------------ main nav ---------------------------------------- */

div#nav_container {
	height: 44px;
	background: transparent url(/images/interface/sarnoff-nav-bk.gif) repeat-x 0 0;
	position: relative;
	width: 980px;
	z-index:99;
}

#nav_container ul#nav {
	width: 940px;
	height: 44px;
}

ul#nav li {
	text-indent: -9999px;
	margin-right: 10px;
}

ul#nav li a,
ul#nav li a:hover {
	height: 38px;      
	margin: 6px 0 0;
	z-index: 98;
	display: block;
}

ul#nav li ul {
	background: transparent url(/images/interface/sarnoff-nav-top.gif) no-repeat 0 0;
	padding: 16px 0 0 0;	
	width: 209px;
	margin: 0;
}

ul#nav li ul li {
	background-color: #e9e3dc;
}

ul#nav li#nav_home a {
	background: transparent url(/images/interface/sarnoff-nav-all.gif) no-repeat 0 0;
	width: 68px;
}

ul#nav li#nav_home a:hover, body#home li#nav_home a {
	background: transparent url(/images/interface/sarnoff-nav-all.gif) no-repeat 0 -76px;
}
	
ul#nav li#nav_about_us a {
	background: transparent url(/images/interface/sarnoff-nav-all.gif) no-repeat -68px 0;
	width: 85px;
}

ul#nav li#nav_about_us a:hover, 
ul#nav li#nav_about_us a.current-a {
	background-position: -68px -38px;
}

body#about li#nav_about_us a {
	background-position: -68px -76px;
}

ul#nav li#nav_products_and_services a {
	background: transparent url(/images/interface/sarnoff-nav-all.gif) no-repeat -153px 0;
	width: 158px;
}

ul#nav li#nav_products_and_services a:hover, 
ul#nav li#nav_products_and_services a.current-a {
	background-position: -153px -38px;
}

body#products li#nav_products_and_services a {
	background-position: -153px -76px;
}


ul#nav li#nav_schedule_services a {
	background: transparent url(/images/interface/sarnoff-nav-all.gif) no-repeat -311px 0;
	width: 145px;
}

ul#nav li#nav_schedule_services a:hover, 
ul#nav li#nav_schedule_services a.current-a {
	background-position: -311px -38px;
}
body#schedule li#nav_schedule_services a {
	background-position: -311px -76px;
}


ul#nav li#nav_reporter_resources a {
	background: transparent url(/images/interface/sarnoff-nav-all.gif) no-repeat -456px 0;
	width: 157px;
}

ul#nav li#nav_reporter_resources a:hover, 
ul#nav li#nav_reporter_resources a.current-a {
	background-position: -456px -38px;
}

body#reporter li#nav_reporter_resources a {
	background-position: -456px -76px;
}

ul#nav li#nav_contact_us a {
	background: transparent url(/images/interface/sarnoff-nav-all.gif) no-repeat -613px 0;
	width: 96px;
}	

ul#nav li#nav_contact_us a:hover,
ul#nav li#nav_contact_us a.current-a {
	background-position: -613px -38px;
}

body#contact li#nav_contact_us a {
	background-position: -613px -76px;
}


ul#nav li#nav_about_us ul li, ul#nav li#nav_products_and_services ul li, 
ul#nav li#nav_schedule_services ul li, ul#nav li#nav_reporter_resources ul li, 
ul#nav li#nav_contact_us ul li {
	height: auto;
	padding: 0;
	width: 209px;
	background: transparent url(/images/interface/sarnoff-nav-slice.gif) repeat-y 0 0;
}

ul#nav li#nav_about_us li.last-nav,
ul#nav li#nav_products_and_services li.last-nav,
ul#nav li#nav_schedule_services li.last-nav,
ul#nav li#nav_reporter_resources li.last-nav,
ul#nav li#nav_contact_us li.last-nav {
	background: transparent url(/images/interface/sarnoff-nav-bottom.png) no-repeat 0 bottom;
	padding-bottom: 6px;
}
	
	
ul#nav li#nav_home a:hover,
ul#nav li#nav_about_us a:hover, body#about li#nav_about_us a,
ul#nav li#nav_about_us a.current-a,
ul#nav li#nav_products_and_services a:hover, body#products li#nav_products_and_services a,
ul#nav li#nav_products_and_services a.current-a,
ul#nav li#nav_schedule_services a:hover, body#schedule li#nav_schedule_services a,
ul#nav li#nav_reporter_resources a:hover, body#reporter li#nav_reporter_resources a,
ul#nav li#nav_contact_us a:hover, body#contact li#nav_contact_us a {
}

ul#nav li#nav_products_and_services a {
	z-index: 98;
}

ul#nav li#nav_products_and_services ul {
	z-index: 99;
}

/* put the hovered and current-a in front of dropdown ul to hide top of ul graphic */
ul#nav li#nav_home a:hover,
ul#nav li#nav_about_us a:hover, ul#nav li#nav_about_us a.current-a, body#about li#nav_about_us a,
ul#nav li#nav_products_and_services a:hover, ul#nav li#nav_products_and_services a.current-a,
ul#nav li#nav_schedule_services a:hover,  ul#nav li#nav_schedule_services a.current-a,
ul#nav li#nav_reporter_resources a:hover,  ul#nav li#nav_reporter_resources a.current-a,
ul#nav li#nav_contact_us a:hover,  ul#nav li#nav_contact_us a.current-a {
	z-index: 100;
}




ul#nav, ul#nav li#nav_about_us, ul#nav li#nav_about_us a, ul#nav li#nav_about_us a:hover, ul#nav li#nav_about_us ul, ul#nav li#nav_about_us ul li, ul#nav li#nav_about_us ul li a {
}

ul#nav li#nav_about_us ul li a, ul#nav li#nav_products_and_services ul li a, 
ul#nav li#nav_schedule_services ul li a, ul#nav li#nav_reporter_resources ul li a, 
ul#nav li#nav_contact_us ul li a {
	background-image: none; /* needed to overwrite the parent UL specificity */
	text-indent: 0;
	color: #6d6255;
	font-size: 12px;
	padding: 8px 15px;
	height: auto;
	width: 178px;
	margin: 0;
	line-height: 16px;
} 

ul#nav li#nav_about_us ul li a:hover, ul#nav li#nav_products_and_services ul li a:hover, 
ul#nav li#nav_schedule_services ul li a:hover, ul#nav li#nav_reporter_resources ul li a:hover, 
ul#nav li#nav_contact_us ul li a:hover {
	text-decoration:none;
	background-color: #a49f95;
	background-image: none;
	color: #e9e3dc; /* needed to overwrite the parent UL specificity */
}
		
	
/* Text size changer */

#nav_container ul#textchange_nav {
	position: absolute;
	top: 16px;
	right: 20px;
	margin: 0;
	padding: 0;
}

ul#textchange_nav li {
	float: left;
}

ul#textchange_nav li a { 
	display: block;
	text-indent: -99999px;
}	

ul#textchange_nav li#normal a {
	background: url(/images/interface/text-links.gif) no-repeat 0 0;
	height: 12px;                        
	width: 14px;
}

ul#textchange_nav li#large a {
	background: url(/images/interface/text-links.gif) no-repeat -14px 0 ;
	height: 12px;                        
	width: 25px;
}

ul#textchange_nav li#normal a:hover, ul#textchange_nav li#normal a#active { background-position: 0 -12px; }
ul#textchange_nav li#large a:hover, ul#textchange_nav li#large a#active { background-position: -14px -12px; }


/* ------------------------------ sidebar ---------------------------------------- */
	
div#content_nav_container {
	float: left;
	display: inline;
	width: 240px;
	margin-top: 40px;
}

.sidebar-wrap {
	padding: 0 20px;
}

div#content_nav_container h4 {
	margin-bottom: 4px;
}

ul.blog-nav {
	margin-bottom:10px;
}

ul.blog-nav li {
	padding: 0;
	color: #a49f95;
	font-size: 12px;
	line-height: 15px;
}

ul.blog-nav li a span {
	display: block;
	font-style: italic;
}

ul.blog-nav li a {
	line-height: 15px;
	display: block;
	color: #a49f95;
	padding: 5px 0 0 0;
	font-size: 12px;
}

 ul.blog-nav li a:hover {
	color: #69645a;
}

ul.blog-nav li.current a {
	color: #69645a;
	background: transparent url(/images/interface/arrow-purple.gif) no-repeat 0 9px;
	padding-left: 8px;
}

div.recent-news-wrap {
	margin-bottom: 30px;
}

div.recent-news-wrap ul li a {
	padding: 5px 0;
}

div.recent-news-wrap ul li.current a , div.recent-news-wrap ul li a:hover {
	padding-left: 0;
	background: none;
	color: #69645a;
}


ul.blog-archives li {
	padding: 0;
}

ul.blog-archives li a {
	padding-bottom: 0;
}

ul#content_nav li.subnav-first {
/* 	background: #e9e3dc url(/images/interface/subnav-top.gif) no-repeat right 0; */
/* 	padding-top: 20px; */
}

ul#content_nav li.subnav-last {
/* 	background: #e9e3dc url(/images/interface/subnav-btm.gif) no-repeat left bottom; */

}

ul#content_nav li {
/* 	background-color: #e9e3dc; */
	padding: 5px 10px;

}

ul#content_nav li a {
	line-height: 15px;
	display: block;
	color: #918694;
	background-color: #fff;
	
	border-top: 1px solid #e1d6e4;
	border-left: 1px solid #e1d6e4;
	border-bottom: 1px solid #f2ebf4;
	border-right: 1px solid #f2ebf4;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	padding: 5px 8px;
	
}
	
ul#content_nav li a:hover, 
ul#content_nav li.current a	 {
	border-top: 1px solid #d6cad9;
	border-left: 1px solid #d6cad9;
	border-bottom: 1px solid #e9dfec;
	border-right: 1px solid #e9dfec;

	color: #736377;
	padding-left: 8px;
	background-color: #f2ede9 /* #fbfaf9 */;
}


/* ------------------------------ Specialty template? ---------------------------------------- */
	
div#message {
	border: 2px solid #006b3a;
	padding: 30px;
	padding-bottom: 20px;
	margin: 0 auto;
	margin-top: 65px;
	width: 260px;
	height: 200px;
	background: #fff url(../images/interface/sarnoff_logo_header.gif) right bottom no-repeat;
}
	
	div#message a img {
		border: 0;
		margin: 0 auto;
		margin-top: 5px;
	}
	
	div#message h2 {
		margin-bottom: 5px;
	}
	
	div#message p {
		font-size: 11px;
	}
	
	
/* ------------------------------ Home page ---------------------------------------- */

.slideshow {
	width: 940px;
	height: 280px;
	margin:20px 20px 40px;
	z-index: 98;
}
.slideshow img {
	display: none;
}

.slideshow img.show {
	display: block;
}


#container .slideshow img {
	border:none;
}

div#slide-nav {
	display: none;
}

div#home_content .col {
	display: inline;
	float: left;
	width: 330px;
}

div#home_content h3 {
	text-indent: -99999px;
	height: 17px;
	margin-bottom: 15px;
}

div#home_content #latest-news {
	width: 250px;
	margin: 0 40px;
}

div#home_content #latest-news h3 {
	background: transparent url(/images/interface/latest-news.gif) no-repeat 0 0;
}

div#home_content #latest-news ul li {
	background: transparent url(/images/interface/arrow-brown.gif) no-repeat 0 2px;
	padding-left: 11px;
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 16px;
}
div#home_content #latest-news ul li a {
	color: #6d6255
}

div#home_content #latest-news ul li a:hover {
	color: #43392e;
}

div#home_content #latest-news ul li span {
	display: block;
	font-style: italic;
	margin-top: 3px;
	font-size: 12px;
	color: #a49f95;
}

div#home_content #services {
	width: 258px;
	padding: 0 30px 0 30px;
	border-left: 1px solid #d5d1c8;
	border-right: 1px solid #d5d1c8;
}

div#home_content #services h3 {
	background: transparent url(/images/interface/our-services.gif) no-repeat 0 0;
}

div#home_content #mission {
	width: 255px;
	margin: 0 40px 0 25px;
}

div#home_content #mission h3 {
	background: transparent url(/images/interface/mission-statement.gif) no-repeat 0 0;
}

div.home_content_block_content a {
	color: #5c176b;
	text-decoration: none;
	font-weight: bold;
}	

/* ------------------------------ all pages ---------------------------------------- */
img.banner_image {
	border: 1px solid #6d6255;
	margin: 5px 0 10px;
}


/* ------------------------------ About ---------------------------------------- */

/* ------------------------------ About - Management Team---------------------------------------- */

.team-wrap {
	margin-top: 20px;
}

.team-wrap h1 {
	margin-bottom: 20px;
}

.mgmt-team {
	background: transparent url(/images/interface/team-bk-slice.gif) repeat-y 0 0;
	width: 220px;
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
}

.three-team {
	margin-right: 0;

}

.mgmt-team img {
	border: none;
	padding: 20px 20px 10px;
	background: transparent url(/images/interface/team-bk-topcorner.gif) no-repeat right top;
	
}

.mgmt-team h4 {
	color: #a49f95;
	font-size: 16px;
	text-align: right;
	margin: 0 20px 3px;
	text-transform: none;
}

.mgmt-team p {
	text-align: right;
	text-transform: uppercase;
	padding: 0 20px 12px 20px;
	color: #a49f95;
	font-size: 10px;
	background: transparent url(/images/interface/team-bk-btm.gif) no-repeat left bottom;
	margin-bottom: 0;
	line-height: 16px;
}

.mgmt-team p em {
	display: block;
	font-style: italic;
}

.mgmt-team p a {
	display: block;
	text-transform: none;
	font-size: 11px;
	color: #a49f95;
}

.mgmt-team p a:hover {
	color: #43392e;
}

.team-member-wrap-bus h2 {
	border-top: 1px solid #ede9e3;
	padding-top: 20px;
	margin: 10px 0;
}

.single_team_wrap {
	float: left;
}

.single_team_wrap .third {
	margin-right: 0;
}

/* ------------------------------ About - Locations---------------------------------------- */

h1.locations-header {
	margin-bottom: 0;
	margin-top: 20px;
	border-top: 1px solid #ede9e3;
	padding-top: 20px;
}

.about-locations-wrap {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ede9e3;
	position: relative;
}

.about-locations-wrap h2 {
	margin: 10px 0 15px;
}

.about-locations-wrap .col {
	float: left;
	display: inline;
}

.about-locations-wrap .col img {
	float: left;
	margin:0 15px 20px 0;
	padding: 2px;
	border: 1px solid #ede9e3;
}


div#main_content .about-locations-wrap .col2 ul li {
	background: none;
	padding-left: 0;
	margin-bottom: 10px;
	float: left;
	display: inline;
	margin-right: 15px; 
}

.about-locations-wrap .col1 {
	width: 380px;
	margin-right: 20px;
}

.about-locations-wrap .col2 {
	width: 280px;
	margin: 0 20px 0 0;
}

div#main_content .about-locations-wrap .col2 ul.slideshow, .about-locations-wrap .map-wrap {
	display: inline;
	float: left;
	width:130px;
	margin: 0;
}

div#main_content .about-locations-wrap .col2 ul li {
	display: none;
}

.about-locations-wrap a.office_tour, .about-locations-wrap a.google-link {
	background-color: #f6f3f0;
	border: 1px solid #e9e3dc;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	padding: 4px 6px;
	font-size: 12px;
	line-height: 20px;
	display: block;
	text-align: center;
}

.about-locations-wrap h3 {
}

.about-locations-wrap h5 {
	text-transform: none;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0;
}

.about-locations-wrap em {
	font-style: italic;
}

.accommodations-wrap {
	position: relative;
	padding-top: 30px;
}

.local_accommodations {
	display: none:
}

.about-locations-wrap a.local_accommodations_link {
	background: transparent url(/images/interface/accomodations-tab.gif) no-repeat 0 0;
	width: 231px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.local_accommodations_content {
	border-top: 1px solid #ede9e3;
	background-color: #f6f3f0;
	border-right: 1px solid #e9e3dc;
	border-left: 1px solid #e9e3dc;
	padding: 20px 40px;
	margin-top: -1px;
	z-index: 1;
}

.local_accommodations_content h4 {
	font-size: 14px;
}

div#main_content .local_accommodations_content ul li {
	background-image: none;
	padding-left: 0;
	margin-bottom: 0;
}

/* ------------------------------ About - References---------------------------------------- */

.references-wrap {
	margin: 20px 40px 0;
}

.reference-single {
	border-bottom: 1px solid #EDE9E3;
	margin-bottom: 20px;
}

.reference-single span {
	display: block;
}
		
/* ------------------------------ News ---------------------------------------- */
	
#news_heading {
	margin: 20px 0 20px 20px;
}

#news-pages-heading {
	font-style: italic;
	font-size: 16px;
	margin: 20px 0 20px 20px;
}

h2.title {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.2;
}

h4.date {
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
	color:#A49F95;
	font-style: italic;
}

.entry {
	padding: 0 0 10px 0;
	margin: 0 20px 20px 20px;
	border-bottom: 1px solid #e9e3dc;
}

.entry ul li {
	background:url("/images/interface/arrow-brown.gif") no-repeat scroll 0 2px transparent;
	padding-left:11px;
}

.entry strong {
	font-weight: bold;
}

.more {
	font-size: 12px;
	margin:0;
	padding:0;
}

.filed_under {
	font-size: 12px;
	margin:0;
	padding:0;
	font-style: italic;
	color: #333333;
	text-transform: none;
}

.filed_under a {
	font-style: normal;
}

.paginate {
	margin-left: 20px;
}

.paginate strong {
	border: 1px solid #e9e3dc;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	padding: 5px 8px;
}

.paginate a, .main_back a  {
	background-color: #f6f3f0;
	border: 1px solid #e9e3dc;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	padding: 5px 8px;
	color: #A49F95;
}

.paginate a:hover, .main_back a:hover {
	background-color: #8d8980;
	color: #f6f3f0;
}

.news-view {
	padding-top: 30px;
}

.blog_nav p {
	margin:0;
}

.blog_nav {
	margin-left: 20px;
}

.blog_nav a {
	font-weight: bold;
}

.blog_nav .main_back {
	margin-bottom: 10px;
}
.main_back a{
	font-weight: normal;
}



/* ------------------------------ Events ---------------------------------------- */

h1#event-heading {
	margin-bottom: 20px;
}
.event-entry {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #E9E3DC;
}

.event-entry img {
	border: none;
}

.blog-nav .date {
	font-style:italic;
	padding: 15px 0 0 0;
	display: block;
	text-transform:uppercase;
	font-size: 10px;
}

.event_video {
	margin: 20px 0 0 0;
}

	
/* ------------------------------ Contact ---------------------------------------- */
	
/*  Contact Form */

form.standard {
	margin-top: 25px;
}

form.standard p label {
	float: left;
	width: 110px;
	position: relative;
	top: 1px;
}

form table {
	font-size:12px;
	line-height:20px;
}

form table td {
	padding: 5px;
}

form td.form_label {
	width: 120px;
}

form table input[type=checkbox] {
	width: auto;
} 


form.standard p label span {
	font-size: 20px;
	margin-top: -11px;
	float: right;
	color: #B92A2A;
	margin-right: 5px;
}

form.standard p input,
form.standard p textarea {
	border: 1px solid #cac5cb;
	background-color: #fbfaf9;
	padding: 5px 8px;
}

form.standard p input {
	width: 300px;
}

form.standard p select {
	width: 315px;
}

form.standard p textarea {
	width: 300px;
	height: 150px;
}

form.standard p input#submit,
.submit_btn {
	width: 100px;
	background-color: #6c217f;
	color: #faf8f7;
	text-transform: uppercase;
	border-top: 1px solid #6c217f;
	border-left: 1px solid #6c217f;
	border-bottom: 1px solid #3a1244;
	border-right: 1px solid #3a1244;
	cursor: pointer;
	letter-spacing: .1em;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

.submit_btn {
	padding: 3px 7px;
}

.message {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	background-color:#F6F3F0;
	border:1px solid #E9E3DC;
	padding: 10px 20px;
	margin-bottom: 20px;
}

form.standard label.error {
	color:red;
	font-size:12px;
	font-style:italic;
	margin:7px 10px;
	float: none;
	width: 200px;
}

/*  Employement Opportunities */

div#main_content ul.current-openings {
	margin-left: 20px;
}

div#main_content ul.current-openings li {
	background:url("/images/interface/arrow-brown.gif") no-repeat scroll 0 2px transparent;
	font-size:14px;
	line-height:16px;
	padding-bottom:10px;
	padding-left:11px;
}	

/*  FAQs */

.faq-wrap h2 {
	margin:20px 0;
}

.faq-wrap hr {
	margin:20px 0;
}

/* ------------------------------ Tools - Date Calc ---------------------------------------- */


.date_calc_page #content_container {
	background-image: none;
}

.date_calc_page #main_content {
	float: none;
	width: auto;
}

.calc_instructions {
	width: 490px;
	margin: 0 0 40px 0;
}

.date_calc_warp {
	float: left;
	display: inline;
	width: 530px;
	margin: 0 40px 0 0;
}

.date_outline {
	border: 1px solid #D5D1C8;
	padding: 0 20px;
}

.holiday_wrap {
	float: left;
	display: inline;
	width: 300px;
}

form#date_calc {
	padding: 20px 0 40px;
}

.date_calc_warp form#date_calc input[type=text] {
	width: 200px;
}

.date_calc_warp form#date_calc .submit_btn {
	width: auto;
}

.date_answer {
	padding: 0 0 20px 0;
}

.date_answer span {
	font-weight: bold;
}

.date_answer .result {
	font-size: 16px;
}

.date_answer strong {
	font-size: 18px;
}

.calc_note {
	padding-top: 20px;
	font-style: italic;
}

/* ------------------------------ Misc pages ---------------------------------------- */

div#main_content .site-map-wrap ul li {
	background-image: none;
	padding-left: 0;
}
	
/* ------------------------------ Footer ---------------------------------------- */
	
div#footer_container {
	width:1000px;
	margin: 0 auto;
	background: url(/images/interface/bottom-cap-sidebar.gif) center top no-repeat; 
	padding: 20px 0;
}	

div#footer_containernoside {
	width:1000px;
	margin: 0 auto;
	background: url(/images/interface/bottom-cap.gif) center top no-repeat; 
	padding: 20px 0;
}	


div#footer_content {
 	text-align: center;
	padding-top: 25px;
}

div#footer_content img {
	margin: 0 auto;
}

div#footer_content p {
	color: #a49f95;
	padding-top: 5px;
}

div#footer_content li,
div#footer_content a {
	color: #a49f95;
}
		
.footer_nav { margin-bottom: 15px;}

.footer_nav li {
	display: inline;
	font-size: 12px;
	margin-right: 8px;
	padding-right: 13px;
	border-right: 1px solid #a3a3a3;
}

/* second line of footer */
#footer_content .noborder li.last {
	margin-left: 20px
}


.footer_nav li.last { border: none }

/* ------------------------------ TEMP MESSAGE ---------------------------------------- */

.temp_message_wrap {
	margin: 0 auto;
	width: 980px;
}

.temp_message {
	background-color:#fffabd;
	padding: 10px 20px;
}
.temp_message h2 {
	margin-top: 0;
}

.temp_message p {
/* 	text-align: center; */
	margin-bottom: 3px;
}




.noborder,
.noborder li {
	border: none;
}

.nobullet {
	background: none;
	padding-left: 0;
}

	
	
	/* safari only hack for form asterisks */
	
	/*\*/
	 html>body*#contact_form p label span { margin-top: 5px;}
	 /**/
	
	
		
		

		
		
		
		
   
   

		

	
	
