/* RESET ---------------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	height:100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin: 13px 0 13px 0;
}
::selection {
 background: #f4f4f4; /* Safari */
 color: #000000;
}
::-moz-selection {
 background: #f4f4f4; /* Firefox */
 color: #000000;
}
#ccm-block-fields a {
	color: #000000 !important;
}
/* TYPE ---------------------------------------------------------------------- */
 /*@font-face {
 font-family: 'Gara';
 src: url('../fonts/g.eot');
 src: local('ò'), url('../fonts/g.woff') format('woff'), url('../fonts/g.ttf') format('truetype'), url('../fonts/g.otf') format('opentype'), url('../fonts/g.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'GaraBold';
 src: url('../fonts/gBold.eot');
 src: local('ò'), url('../fonts/gBold.woff') format('woff'), url('../fonts/gBold.ttf') format('truetype'), url('../fonts/gBold.otf') format('opentype'), url('../fonts/gBold.svg') format('svg');
 font-weight: bold;
 font-style: normal;
}
@font-face {
 font-family: 'GaraItalic';
 src: url('../fonts/gItalic.eot');
 src: local('ò'), url('../fonts/gItalic.woff') format('woff'), url('../fonts/gItalic.ttf') format('truetype'), url('../fonts/gItalic.otf') format('opentype'), url('../fonts/gItalic.svg') format('svg');
 font-weight: normal;
 font-style: italic;
} */
/* BASICS ---------------------------------------------------------------------- */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #444;
	min-width: 1200px;
}
body {
	font: 1.0em Garamond, "Century Schoolbook", Georgia, "Times New Roman", Times, serif; /*letter-spacing: 1.0px;*/ /* 1em is now 12px at 96ppi. *//* height:100%; */
}
/* BACKGROUND --------------------------------------------------------------- */

#bg {
	position: fixed;
	top: 0;
	left: 0;
}
.bgwidth {
	width: 100%;
}
.bgheight {
	height: 100%;
}
/* MORE BASICS --------------------------------------------------------------- */
table, form, select, input, textarea {
	font-family: Garamond, "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */
}
/* default heading sizes */	
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
	color: #666;
}
h5, h6 {
	font-size: 1.1em;
}
/* default link formatting */			
a, a:link {
	/*color: #7698c7;*/
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #c0c0c0;
}
a:hover {
}
a:active {
	color: #000000;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.skip {
	display: none;
}
em, em a {
	font-family: Garamond, "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
sup { 
	vertical-align: top; 
	font-size: 0.6em; 
}

strong, strong a {
	font-family: Garamond, "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#page {
	position:relative;
	z-index:1;
	padding-top: 15px;
	width:100%;
}
/*#home #bg {
	width:100%;
	height:100%;
	bottom:35px;
}*/
#main {
	/*overflow:hidden;*/
	height: 160px;
	width: 100%;
}
#horiz {
	height: 150px;
	width: 100%;
	position:fixed;
	z-index:1;
}
#content {
	position: relative;
	margin: 30px 0 30px 100px;
	width: 900px;
}
#content p a:hover, .contentText a:hover, .contentTextLight a:hover, .leftNav a:hover, #footer a:hover, #footerSm a:hover, .ccm-page-list a:hover, .ccm-jereme-tweetcrete-timeline a:hover {
	border-bottom: #b50919 solid 2px;
}
.leftNav {
	float: left;
	width: 200px;
	min-width: 200px;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-right: 40px;
	text-align: right;
	font-weight: normal;
}
.leftNav a {
	color: #ffffff;
}
.contentText {
	float: left;
	width: 620px;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 12px;
}

.contentTextHome {
	float: left;
	width: 620px;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-top: 12px;
}

.contentTextLight {
	float: left;
	width: 620px;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 12px;
}
.contentText a, .contentTextLight a {
	color: #ffffff;
}
.contentText img {
	background: none;
}
.contentText h4, .contentTextLight h4 {
	margin-top: 12px;
	color: #7698c7;
}
.topBackHome, .topBackHome a {
	position: fixed;
	top: 10px;
	left: 10px;
	font-size: 1.3em;
	z-index: 3;
	color: #000000;
	width: 260px;
}
.topBackHome a {
	background-color: #c0c0c0;
	padding: 5px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.topBackHome a:hover {
	color: #333333;
}
#contentLeft {
	position: relative;
	/*margin: -60px 0 30px 100px;*/
	margin: -115px 0px 30px 100px;

	width: 400px;
	color: #ccc;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
	background-color: #000000;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	float: left;
}
#contentRight {
	position: fixed;
	/*margin: -610px 200px 30px auto;
	margin: -60px 200px 30px 700px;*/
	margin: -115px 300px 30px 600px;
	width: 400px;
	color: #ccc;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
	background-color: #000000;
	zoom: 1;
	float: right;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/
}
#contentMiddle {
	position: relative;
	/*margin: -60px 0 30px 100px;*/
	margin: -100px -0px 20px 10px;

	width: 600px;
	color: #ccc;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
	background-color: #000000;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	float: left;
}

#contentIndex {
	position: relative;
	/*margin: -60px 0 30px 100px;*/
	margin: 0px -0px 20px 10px;
	border: solid #b50919 2px;
	width: 625px;
	height: 375px;
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
	background-color: #EBEBEB;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
	float: left;
}

#contentResources {
	position: relative;
	/*margin: -60px 0 30px 100px;*/
	margin: 0px -0px 20px 10px;

	width: 500px;
	color: #ccc;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
	background-color: #000000;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	float: left;
}


#contentContact {
	position: relative;
	/*margin: -60px 0 30px 100px;*/
	margin: -100px -0px 20px 10px;

	width: 600px;
	color: #ccc;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
	background-color: #000000;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	float: left;
}

table.TableContact tr td p{
      vertical-align: top;
      line-height: 1em;
      margin: 0;
      padding: 0;
}

#contentRight h3, #contentLeft h3 {
	font-variant: small-caps;
}
#content-body {
	width: 392px;
	float: left;
}
#nav-sub {
	width: 202px;
	float: right;
}
#quick {
	text-indent: -5000px;
}
/* MAIN ---------------------------------------------------------------------- */

#main #horiz {
	background: transparent url('../images/navBG.png') repeat;
		/*background-color: #36485e; 
        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;*/
}
#main h1 {
	position: relative;
	width: 300px;
	height: 150px;
	overflow: hidden;
	text-indent: -5000px;
	float: left;/*border-right: #596576 solid 2px;*/
}
#main h1 a {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 300px;
	height: 150px;
	background: transparent url('../images/logo.png') no-repeat 0 0;
	padding-right: 20px;
	border-right: #2d374e solid 3px;

}
#main h1 a:hover {
	background-position: 0 -149px;
	border-right: #252525 solid 3px;
}
.smallcaps {
	font-variant: small-caps;
}
#main ul {
	width: 700px;
	height: 115px;
	line-height: 1.1em;
	font-weight: normal;
	margin-left: 340px;
	padding-top: 20px;
}
#main ul li {
	display: inline;
}
#main ul a {
	position: relative;
	display: block;
	font-size: 1.4em;
	width: 100px;
	height: 40px;
	float: left;
	padding: 15px 80px 0px 20px;
	margin-right: 20px;
	color: #f4f4f4;
	cursor:pointer;
}
#main ul a.navAboutTheFirm {
	background: transparent url('../images/nav/aboutTheFirm.png') no-repeat 10px 20px;
	/*border-bottom: solid #677cac 2px;*/
	border-bottom: solid #b50919 2px;
}
#main ul a.navAboutTheFirmActive {
	background: #3f3541 url('../images/nav/aboutTheFirm.png') no-repeat 10px 20px;
	border-bottom: solid #b50919 2px;
}
#main ul a.navAttorneys {
	background: transparent url('../images/nav/attorneys.png') no-repeat 10px 20px;
}
#main ul a.navAttorneysActive {
	background: #3f3541 url('../images/nav/attorneys.png') no-repeat 10px 20px;
}
#main ul a.navPracticeAreas {
	background: transparent url('../images/nav/practiceAreas.png') no-repeat 10px 20px;
	border-bottom: solid #b50919 2px;
}
#main ul a.navPracticeAreasActive {
	background: #3f3541 url('../images/nav/practiceAreas.png') no-repeat 10px 20px;
	border-bottom: solid #b50919 2px;
}
#main ul a.navLocation {
	background: transparent url('../images/nav/location.png') no-repeat 10px 20px;
	border-bottom: solid #b50919 2px;
}
#main ul a.navLocationActive {
	background: #b50919 url('../images/nav/location.png') no-repeat 10px 20px;
	border-bottom: solid #b50919 2px;
}
#main ul a.navHome {
	background: transparent url('../images/nav/home.png') no-repeat 10px 20px;
	border-bottom: solid #b50919 2px;
}
#main ul a.navHomeActive {
	background: #b50919 url('../images/nav/home.png') no-repeat 10px 20px;
	border-bottom: solid #b50919 2px;
}
#main ul a.navResources {
	background: transparent url('../images/nav/resources.png') no-repeat 10px 20px;
}
#main ul a.navResourcesActive {
	background: #b50919 url('../images/nav/resources.png') no-repeat 10px 20px;
}
#main ul a.navContactUs {
	background: transparent url('../images/nav/contactUs.png') no-repeat 10px 20px;
}
#main ul a.navContactUsActive {
	background: #b50919 url('../images/nav/contactUs.png') no-repeat 10px 20px;
}
#main ul a.navAboutTheFirm:hover, #main ul a.navAttorneys:hover, #main ul a.navPracticeAreas:hover, #main ul a.navLocation:hover, #main ul a.navBlog:hover, #main ul a.navContactUs:hover {
	/*background-color: #2d374e;*/
	background-color: #b50919;
	/*background: #b50919 url('../images/nav/location-selected.png') no-repeat 10px 20px;*/
}

#main ul a.navAboutTheFirmActive, #main ul a.navAttorneysActive, #main ul a.navPracticeAreasActive, #main ul a.navLocationActive, #main ul a.navBlogActive, #main ul a.navContactUsActive {
	background-color: #b50919;
	/*background: #b50919 url('../images/nav/location-selected.png') no-repeat 10px 20px;*/
}
#main ul a.navHome:hover, #main ul a.navAttorneysActive:hover, #main ul a.navPracticeAreasActive:hover, #main ul a.navLocationActive:hover, #main ul a.navResources:hover, #main ul a.navContactUsActive:hover {
	background-color: #b50919;
	/*background: #b50919 url('../images/nav/location-selected.png') no-repeat 10px 20px;*/
}

/*Practice Areas*/







/*span.desc {
	position: relative;
	font-family: Garamond, "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #c0c0c0;
}*/

#main ul a:focus, #main ul a:hover, #main ul a:focus strong, #main ul a:hover strong {
	color: white;
	text-decoration: none;
}
#home #main ul a:focus, #home #main ul a:hover, #home #main ul .active a:hover, #home #main ul .active a {
	background: #5C95E5;
}
/* PAGES ---------------------------------------------------------------------- */


/* Attorneys -------------- */

li.attName a {
	border-bottom: #7698c7 solid 2px;
	font-variant: small-caps;
}
h4.attTitle {
	font-variant: small-caps;
}
#contentRight h3, #contentLeft h3 {
	font-size: 1.6em;
	color: #ffffff;
	margin: 0px !important;
	padding: 0px !important;
}
#contentRight h3, #contentLeft h3 {
	margin: 0px !important;
}
#contentRight p, #contentLeft p {
	margin-top: 0px !important;
}
#contentRight p.attorneyEmail a, #contentLeft p.attorneyEmail a {
	font-size: 0.9em;
}
#contentRight p.attorneyEmail a:hover, #contentLeft p.attorneyEmail a:hover {
	border-bottom: #7698c7 solid 2px;
}
.justified {
	text-align: justify !important;
}
.center {
	text-align: center !important;
	margin: auto: !important;
	width: 100%;
}

.oneColumn {
	width: 650px;
}
.oneColumn1box {
	float: left;
	width: 570px;
	font-size:32px;
	margin-right: 30px;
	padding: 10px;
	background-color: #000000;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.oneColumn1box h4 {
	font-variant: small-caps;
}

.oneColumn1 {
	float: left;
	width: 290px;
	margin-right: 40px;
}

.oneColumn1 h4 {
	color: #7698c7;
}




/* Attorney Disclaimer -------------- */
.agree {
	width: 80px;
	background-color: #ebebeb;
	text-transform: uppercase;
	border: 1px #666 solid;
	padding: 10px;
	text-align: center;
	margin: auto;
}
.agree a {
	color: #000000;
	font-size: 1.0em;
}

/* Practice Areas -------------- */

.twoColumns {
	width: 650px;
}
.twoColumn1box {
	float: left;
	width: 270px;
	margin-right: 30px;
	padding: 10px;
	background-color: #000000;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.twoColumn1box h4, .twoColumn2box h4 {
	font-variant: small-caps;
}
.twoColumn2box {
	float: left;
	width: 270px;
	padding: 10px;
	background-color: #000000;
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.twoColumn1 {
	float: left;
	width: 290px;
	margin-right: 40px;
}
.twoColumn2 {
	float: left;
	width: 290px;
}
.twoColumn1 h4, .twoColumn2 h4 {
	color: #7698c7;
}
/* Location --------------- */

.AmiantImageGalleryBlock57 AmiantImageGallery57 {
	position: relative;
}
/* Resources --------------- */

.accordion {
	margin-top: 15px;
}
.accordion dt, dd {
	padding: 5px;
}
.accordion dt {
	background-color: #41506e;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	margin-bottom: 5px;
}
.accordion dt a {
	color: #ffffff;
	padding: 5px;
}
.accordion a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
.accordion a:hover {
	border: none;
	cursor: pointer;
	color: #ffffff;
}
.accordion dd {
	border-bottom: 1px solid #ccc;
	position: relative;
	top: -1px;
}
.accordion dd a {
	display: inherit;
}
.accordion dd h5 {
	color: #ffffff;
}
.accordion dd ul li {
	margin-left: 20px;
}
.accordion dd ul li a {
	color: #ffffff;
	font-weight: normal;
}
.accordion dd ul li a:hover {
	border-bottom: #7698c7 solid 2px;
}
/* Blog ------------------------- */

.ccm-jereme-tweetcrete-timeline {
	color: #888;
}
.ccm-jereme-tweet-username {
	font-size: 1.0em;
	color: #c0c0c0;
}
.ccm-jereme-tweet-time {
	font-size: 0.9em;
	color: #ccc;
}
.ccm-page-list-title {
	font-size: 1.0em;
}
.ccm-page-list-description {
	margin-bottom: 15px;
	color: #ebebeb;
}
.columnLeft {
	position: relative;
	margin: 30px 0px 40px 10px;
	float: left;
	width: 230px;
}
.columnRight {
	position: relative;
	margin: 30px 0 40px 60px;
	float: left;
	width: 330px;
}
.tweetTitle h4 {
	font-size: 1.5em;
	color: #7698c7;
	margin-bottom: 20px;
}
.tweetContent {
	position: relative;
	color: #ebebeb;
	font-size: 1.1em;
	line-height: 1.5em;
}
.ccm-jereme-tweet-text {
	color: #ebebeb;
}
.tweetContent a {
	border-bottom: 1px #888888 solid;
}
.blogTitle h4 {
	font-size: 1.5em;
	color: #7698c7;
	margin-bottom: 20px;
}
.blogContent {
	position: relative;
	color: #888888;
	font-size: 1.1em;
	line-height: 1.5em;
}
.blogContent a {
	border-bottom: 1px #888888 solid;
}
/* Blog Entry -------------------- */

#blogEntry {
	margin-left: 250px;
}
.blogEntryContent {
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 20px 0 20px 0;
}
.blogEntryTitle, .blogEntryTitle h4 {
	color: #ebebeb;
}
.ccm-tags-display {
	margin-top: 20px;
	font-size: 0.9em;
	color: #c0c0c0;
}
.ccm-tags-display h3 {
	color: #ebebeb;
}
.ccm-tags-display ul.ccm-tag-list li {
	color: #c0c0c0;
	margin: 0px;
	padding: 0px 15px 0 0;
}
/* Decisions -------------------- */
.tabular {
	width: 630px;
	border-collapse: collapse;
	text-align: left;
	margin-top: 6px;
}
.tabular tr {
	border-bottom: 1px #888888 solid;
}
.tabular td {
	color: #fff;
	padding: 10px;
}
#tabular tbody tr:hover td {
	color: #fff;
}
td.tabularColumnOne {
	width: 40%;
}
td.tabularColumnTwo {
	width: 60%;
}
/* Contact -------------------- */

.fourColumns {
	width: 650px;
}
.fourColumn1 {
	float: left;
	width: 160px;
	margin-bottom: 20px;
}
.fourColumn2 {
	float: left;
	width: 165px;
}
.fourColumn3 {
	float: left;
	width: 120px;
}
.fourColumn4 {
	float: left;
	width: 140px;
}
/* Subway icons ------------- */

.subwayColumns {
	width: 600px;
}
.subwayColumn1 {
	float: left;
	width: 160px;
	margin-right: 40px;
}
.subwayColumn2 {
	float: left;
	width: 320px;
	margin-bottom: 20px;
}
/* FOOTER ---------------------------------------------------------------------- */

.footerLine {
	padding: 0;
	border-bottom: 2px #2d374e solid;
}
/* Only for home page ------------------- */
#footerHome {
	height: 234px;
	width: 303px;
	min-width: 303px;
	position: fixed;
	bottom: 0px;
	background: transparent url('../images/footerBG.png') repeat;
	/*top: auto;*/
	z-index: 4;
}
#footerHomeBottom {
	height: 100px;
	width: 100%;
	min-width: 100%;
	position: fixed;
	margin-left: 303px;
	bottom: 0;
	background: transparent url('../images/footerBG.png') repeat;
	/*top: auto;*/
	z-index: 3;
}
#footerHomeBottom .footerInfo {
	font-family: Garamond, "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #BDEDFF;
	margin-left: 50px;
	width: 620px;
}
/* Most pages --------------------- */
#footerSN {
	height: 230px;
	width: 303px;
	min-width: 303px;
	position: fixed;
	bottom: 0;
	background: transparent url('../images/footerBG.png') repeat;
	/*top: auto;*/
	z-index: 4;
}
#footerSm {
	height: 370px;
	width: 303px;
	min-width: 303px;
	position: fixed;
	bottom: 0;
	background: transparent url('../images/footerBG.png') repeat;
	/*top: auto;*/
	z-index: 4;
}
#footerSN .footerWrapper, #footerSm .footerWrapper, #footerHome .footerWrapper {
	width: 280px;
	padding: 10px;
}
#footerSN .footerWrapper .footerColumnOne, #footerSm .footerWrapper .footerColumnOne, #footerHome .footerWrapper .footerColumnOne {
	float: left;
	width: 275px;
	margin-bottom: 5px;
}
#footerSN .footerWrapper .footerColumnTwo, #footerSm .footerWrapper .footerColumnTwo, #footerHome .footerWrapper .footerColumnTwo {
	float: right;
	width: 100px;
	margin-bottom: 5px;
}
#footerSN .footerWrapper .footerHeader, #footerSm .footerWrapper .footerHeader, #footerHome .footerWrapper .footerHeader {
	font-family: Garamond, "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #000000;
	padding: 253px 0 0px 0;
	margin: 0px;
	font-variant: small-caps;
}
#footerSN .footerWrapper .footerConnect, #footerSm .footerWrapper .footerConnect, #footerHome .footerWrapper .footerConnect {
	color: #000000;
	margin-top: 13px;
}
#footerSN .footerWrapper .footerConnect ul, #footerSm .footerWrapper .footerConnect ul, #footerHome .footerWrapper .footerConnect ul {
}
#footerSN .footerWrapper .footerConnect ul li, #footerSm .footerWrapper .footerConnect ul li, #footerHome .footerWrapper .footerConnect ul li {
	list-style-type:none;
	margin:0 5px 0 0;
	padding:0;
	float: left;
	display: inline;
}
#footerSN .footerWrapper .footerConnect ul li a, #footerSm .footerWrapper .footerConnect ul li a, #footerHome .footerWrapper .footerConnect ul li a {
	display: block;
	width: 25px;
}
#footerSN .footerWrapper .footerLocation, #footerSm .footerWrapper .footerLocation, #footerHome .footerWrapper .footerLocation {
	font-family: Garamond, "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #000000;
}
#footerSN .footerWrapper .footerInfo, #footerSm .footerWrapper .footerInfo, #footerHome .footerWrapper .footerInfo {
	font-family: Garamond, "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #BDEDFF;
}
#footerSN .copyright, #footerSm .copyright, #footerHome .copyright {
	font-size: 1.0em;
	color: #888888;
	padding: 3px 0px 10px 10px;
	width: 265px;
}
#footerSN .copyright a, #footerSm .copyright a, #footerHome .copyright a {
	color: #c0c0c0;
}
#footerSN .disclaimer a, #footerSm .disclaimer a, #footerHome .disclaimer a {
	color: #c0c0c0;
}
.bottomTitle {
	font-size: 26px; 
	color: #000000; 
	font-variant: small-caps;
	margin-top: 20px;
}


/* form
------------------------------------------------------------------------- */
#formblock306 {
	margin-top: 30px;
}
#success {
	color: #09ac44;
	background-color: #000000;
	padding: 10px;
}
#errors {
	color: #ff0505;
	background-color: #ffffff;
	padding: 10px;
}
.fields {
	margin-top: 20px;
}
.field {
	margin-top: 5px;
}
.field.field-text label, .field.field-telephone label, .field.field-email label {
	width: 180px;
	margin-right: 20px;
	float: left;
	clear: both;
}
.required {
	color: #ff0505;
}
.field.field-textarea {
	margin-top: 10px;
}
.submit {
    /*border: 1px solid #006;
    background: #9cf;*/
    float: right;
    margin-top: 10px;
    margin-right: 30px;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer !important;
}
.formBlockSurveyTable {
	width: 600px;
}
td.question {
	float: left;
}
input#Question12 {
	
}

/* misc
------------------------------------------------------------------------- */

/* float clear */
#content:after, #blogContent:after, .profile:after, .profile a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
