/**
 * $Id: style.css,v 1.1.2.22 2009/05/13 10:47:13 jwolf Exp $
 * Recipe
 */
/******************************************/
/*  TopNotchThemes CSS Stylesheet         */
/*  by Chris Fassnacht & Stephanie Pakrul */
/*  copyright 2008 Collective Mind        */
/******************************************/
/***************************/
/* RESET MARGINS & PADDING */
/***************************/
html, body, div, span, p, br, blockquote, pre, code, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, label, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
/**************/
/* TYPOGRAPHY */
/**************/
body {
	background: #FFF;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h1 {
	font-size: 2.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.75em;
	font-weight: normal;
}
h3 {
	font-size: 1.25em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	font-weight: bold;
}
/*****************/
/* DEFAULT LINKS */
/*****************/
a {
	color: #FF0000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a:link, a:visited {
	color: #FF0000;
}
a:hover, a:active {
	text-decoration: underline;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}
/**********/
/* LAYOUT */
/**********/
html {
	background: #fff;
	color: #666;
}
#page {
	margin: 0 auto;
	width: 960px;
	padding-bottom: 10px;
}
p {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
/*********/
/* LISTS */
/*********/
ul {
	margin: 0.5em 0 1em;
	padding: 0;
}
li.expanded, li.collapsed {
	background: none;
}
ol {
	margin: 0.75em 0 1.25em;
	padding: 0;
}
ol li, ul li {
	margin: 0.4em 0 0.4em .5em;
}
.item-list ul li {
	margin: 0.15em 0 0.15em 0.5em;
}
.item-list ul ul {
	margin-left: 0;
}
ol li, ul li, .item-list ul li, li.leaf {
	margin: 0.15em 0 0.15em 0;
	padding: 0.2em 0 0 1.333em;
}
ul li, .item-list ul li, li.leaf {
	background: url('images/raquo.png') no-repeat left 0.833em;
	list-style-image: none;
	list-style-type: none;
}
ol li {
	padding: 0 0 .3em;
	margin-left: 2em;
}
div.block ul {
	padding: 0 0 3px;
}
ul.links li, ul.links.inline {
	background: transparent;
}
/* remove list styling on login block and taxonomy */
#user-login-form div.item-list ul li, div.terms ul li {
	list-style-type: none;
	margin: 0;
}
/* adjust openid link */
html.js #user-login-form li.openid-processed, html.js #user-login li.openid-processed {
	font-weight: bold;
	list-style-type: none;
	margin: 10px 0 0 -6px;
	padding-left: 20px;
	padding-top: 0.2em
}
#preface-wrapper div.block ul li {
	background: url('images/green-checkmark.png') no-repeat 0 0.222em;
	list-style-image: none;
	list-style-type: none;
	padding: 1em 0 0 2.222em;
}
#preface-wrapper div.block ol li {
	list-style-image: none;
	padding: 2px 0;
}
body.layout-main-last #sidebar-last li.leaf, body.layout-main-last #sidebar-last ul.menu li, body.layout-main-last #sidebar-last .item-list ul li, #content-content .node ul li, #content-bottom ul li {
	background: url('images/green-bullet.png') no-repeat left center;
	list-style-image: none;
	list-style-type: none;
	padding-left: 1.666em;
}
/********/
/* MISC */
/********/
hr {
	border: 1px solid #D6DDB9;
}
div.content a.feed-icon img, div.content th img {
	border: 0;
}
/* format initial startup page list nicely */
#first-time p {
	clear: both;
}
#first-time ol {
	list-style-position: outside;
	margin-left: 2em;
}
a.graylink {
	color: #666;
	text-decoration: none;
}
a.graylink:hover {
	color: #F00;
	text-decoration: none;
}
/******************/
/* HEADER REGIONS */
/******************/
#header-wrapper {
	background-color: #fff;
	position: relative;
}
#header {
	background-color: inherit;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	min-height: 120px;
}
#search-box {
	background-color: #E1E1E1;
	border: 1px solid #CCCCCC;
	float: right;
	padding: 8px;
	position: relative;
	top: 0;
	width: 20em;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#search-box input#edit-search-theme-form-1 {
	width: 170px;
}

.block-search{
	position: absolute !important;
	right: 0px;
	bottom: 6px;
	width: 300px;
}
/* theming for header search box */
#search-box input.form-submit {
	background: #EFEBE7;
	border: 1px solid #ccc;
	color: #194765;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 3px 3px 2px;
	outline: none;
	text-transform: none;
	-moz-border-radius: 0;
	-moz-outline-radius: 0;
	-webkit-border-radius: 0;
}
#search-box label, #search-box a.advanced-search-link {
	display: none;
}
#header-first {
	float: left;
	margin: 0px 10px 0 0;
}
#header-first #logo {
	float: left;
	margin: 0 14px 0px 0;
	padding-bottom: 1px;
}
#header-first img {
	display: block;
}
#header-first h1 {
	font-size: 3em;
	line-height: 80%;
	margin: 10px 0 15px 0;
}
#header-first h1 a {
	text-decoration: none;
}
#header-first #slogan {
	display: block;
	font-size: 1.166em;
	margin: 4px 0;
}
#header-middle {
	margin: 0;
	text-align: right;
}
#header-last {
	position: absolute;
	bottom: 25px;
	right: 0;
}
/***** header notification block *****/
#header-first .block-wrapper {
	float: left;
}
#header-first .header-notification {
	margin-top: 5px;
	padding: 7px;
	max-width: 490px;
}
#header-first .header-notification.rounded-corner-border {
	border: solid 1px #bfbfbf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
/***** header contact area block - contains phone number, and fb like button
 * *****/
.header-contact {
	text-align: right;
	font-weight: normal;
}
.header-contact > div.content {
	margin-top: 10px !important;
	font-size: 11px;
	line-height: 11px;
	width: 275px;
}
.header-contact .phone, .header-contact .email, .header-contact .fblike {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.header-contact .phone {
	font-weight: bold;
}
.header-contact .email a {
	color: #585858;
	text-transform: uppercase;
	display: block;
	padding: 0px 10px;
	margin-left: 10px;
	border-left: solid 1px #585858;
}
.header-contact .email a:hover {
	color: #ff0000;
}
.header-contact p {
	margin-bottom: 0px;
	margin-top: 0px;
}
/********************************/
/* PREFACE REGIONS */
/********************************/
#preface {
	background: #144A6E url('images/preface-wrapper-bg.png') repeat-x top;
	min-height: 24px;
	padding-left: 15px;
}
#preface-wrapper {
	color: #fff;
	font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
	font-size: 1.5em;
	margin: 0 auto;
	padding: 10px 0 8px 0;
	width: 960px;
}
/* correct button font size */
#preface-wrapper .form-submit {
	font-size: 0.6em;
}
#preface-wrapper #preface-first {
}
#preface-wrapper #preface-middle {
}
#preface-wrapper #preface-last {
}
#preface-wrapper.prefaces-1 div.column {
	float: left;
	width: 100%;
}
#preface-wrapper.prefaces-2 div.column {
	display: inline;
	float: left;
	margin: 0 14px;
	width: 47%;
}
#preface-wrapper.prefaces-3 div.column {
	display: inline;
	float: left;
	margin: 0 14px;
	width: 30%;
}
#preface-wrapper a:link, #preface-wrapper a:visited {
	color: #fff;
	text-decoration: underline;
}
#preface-wrapper a:link:hover, #preface-wrapper a:visited:hover {
	border-bottom: none;
	text-decoration: none;
}
div.content > a:link img {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/
#main-wrapper {
	background: #fff;
	padding-left: 0px;
}
#main {
	margin: 0 auto;
	width: 960px;
}
#main-wrapper a.active {
	color: #ccc;
	text-decoration: underline;
}
/*******************/
/* SIDEBAR REGIONS */
/*******************/
#sidebar-first {
	float: left;
}
#sidebar-last {
	background: transparent;
	float: right;
	margin: 10px 0 10px 15px;
}
/*******************/
/* CONTENT REGIONS */
/*******************/
#content-wrapper {
	float: left;
}
#content-top {
	margin: 0px;
}
#content {
	margin: 10px 15px 0px;
}
#content p {
	margin-bottom: 8px;
}
#content-inner {
	clear: left;
}
#content-bottom {
	clear: both;
	margin: 10px 0 0;
	width: 100%;
	float: left;
}
/**********************************/
/* POSTSCRIPT REGIONS  */
/**********************************/
#postscript-wrapper {
	clear: both;
	margin: 0 auto;
	width: auto;
}
#postscript-wrapper table.postscript-blocks {
	margin: 0;
	width: 100%;
}
#postscript-wrapper table.postscript-blocks tbody {
	border-top-width: 0px;
}
#postscript-wrapper table.postscript-blocks tbody td {
	padding: 0;
	margin: 0;
	width: 32%;
}
#postscript-wrapper table.postscript-blocks tbody td.first {
	height: 100%;
	border-right: 1px solid #CCC;
	padding-right: 5px;
}
#postscript-wrapper table.postscript-blocks tbody td.middle {
	height: 100%;
	border-right: 1px solid #CCC;
	padding-right: 5px;
	padding-left: 5px;
}
#postscript-wrapper table.postscript-blocks tbody td.last {
	height: 100%;
	padding-left: 5px;
}
#postscript-wrapper table.postscript-blocks tbody td .content {
	padding: 1px;
}
/*****************/
/* FOOTER REGION */
/*****************/
#footer {
	clear: both;
	display: block;
	font-size: 0.9em;
	margin: auto 0;
	padding: 10px 0;
	text-align: center;
	width: 960px;
	position: relative;
}
#footer ul {
	display: inline;
	margin: 0;
	padding: 0px;
}
#footer ul li {
	background: transparent none repeat;
	border-left: 1px solid #999;
	display: inline;
	padding: 0 15px;
}
#footer ul li.first {
	border: none;
}
#legal-notice {
	background: #F4F7E7;
	clear: both;
	color: #AAA;
	display: block;
	font-size: 0.9em;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
#legal-notice a {
	color: #6699CC;
}
/****************************************/
/*          COLUMN LAYOUTS              */
/*                                      */
/* Classes for different column layouts */
/* that are applied to the <body> tag.  */
/****************************************/
/************************/
/* SINGLE COLUMN LAYOUT */
/* (Main Content)       */
/************************/
body.layout-main #content-wrapper {
	margin: 15px 0 0 0;
	width: 960px;
}
body.layout-main .content-without-sidebar-last {
	width: 912px;
}
/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/
body.layout-first-main #sidebar-first {
	margin: 24px 14px 0 0;
	width: 200px;
}
body #sidebar-first div.rounded-inside {
	padding: 10px 0 20px 20px;
}
body.layout-first-main #content-wrapper {
	margin: 24px 0 0 0;
	width: 745px;
}
/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Main Content:Sidebar) */
/**************************/
body.layout-main-last #content-wrapper {
	margin: 24px 20px 0 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
body.layout-main-last #sidebar-last {
	background-color: transparent;
	width: 200px;
	clear: both;
	float: left;
}
body.layout-main-last .content-with-sidebar-last {
	width: 699px;
}
/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/
body.layout-first-main-last #sidebar-first {
	margin: 24px 15px 0 0;
	width: 200px;
}
#sidebar-first div.rounded-block-top-left, #sidebar-first div.rounded-block-bottom-left {
	margin-right: 0;
}
body.layout-first-main-last #content-wrapper {
	margin: 24px 0 0;
	width: 745px;
}
body.layout-first-main-last #content-wrapper #content-inner {
}
body.layout-first-main-last #content-wrapper #sidebar-last {
	padding: 0;
	width: 200px;
	float: left;
	clear: left;
	margin: 15px 0px 0px 15px;
}
body.full-node.layout-first-main-last #sidebar-last {
	margin: 0;
}
/******************/
/* HELPER CLASSES */
/******************/
.hide {
	display: none;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
div.clear {
	clear: both;
	height: 1px;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/************/
/* HEADINGS */
/************/
h1.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	color: #FF0000;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.272em;
	margin: 0 0 15px;
}
h2.title {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}
h2.title a:link, h2.title a:visited {
	color: #666;
}
h2.title a:hover, h2.title a:active {
	color: #F00;
	text-decoration: none;
}
div.node h2.title {
	font-size: 12px;
}
/*********/
/* NODES */
/*********/
div.node {
	margin: 0px;
}
div.node.sticky.teaser {
	background-color: #EFF2E2;
	border: 1px solid #E0E3D4;
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#content-content .node ul.links li, #content-content .node ul.inline li, #content-content .node .links a {
	background: transparent;
	margin: 0;
	padding: 0 14px 0 0;
}
div.node .more-link a, div.node .links a {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}
.read-more a {
	font-size: 11px;
}
#content-content .node ul.links li.comment_forbidden a {
	padding-right: 4px;
}
.submitted, .terms {
	font-size: 0.9em;
}
.vocab-name {
	font-weight: bold;
}
.terms {
	line-height: 130%;
}
#content-content .terms ul.taxonomy li {
	background: transparent;
	margin: 10px 0 5px;
	padding: 0;
}
#content-content .terms ul.taxonomy ul.vocab-list, #content-content .terms ul.taxonomy li.vocab-term {
	background: transparent;
	display: inline;
	padding: 0 0 0 2px;
}
.submitted a:link {
}
.submitted a:visited, .submitted a:hover, .submitted a:active {
}
div.node.full-node div.content {
	border-bottom: 0;
}
.node-form .standard {
	clear: none;
}
.picture {
	float: right;
	margin: 0 0 2px 4px;
	padding: 2px;
}
/**********/
/* BLOCKS */
/**********/
div.block {
	position: relative;
}
div.block-region {
	background-color: #FFFF66;
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 3px;
	text-align: center;
}
div.block .title {
}
div.block .submitted {
}
div.block .submitted a:link {
}
div.block .submitted a:visited, div.block .submitted a:hover, div.block .submitted a:active {
}
div.block-wrapper {
}
div.block div.content {
	margin-top: -4px;
}
#user-login-form .item-list ul li, div.terms ul li {
	list-style-type: none;
	margin: 2px 0 0 16px;
}
#header-middle h2.block-title, #header-last h2.block-title {
	color: #51748C;
	font-size: 1.833em;
	margin: 0;
	padding: 0px;
}
#preface-wrapper h2.block-title {
	background-color: transparent;
	color: #94CE18;
	font-size: 1em;
	padding: 0;
}
#preface-wrapper .block .content {
	margin: 10px 0 0;
}
#sidebar-first .block-wrapper, #sidebar-last .block-wrapper {
	margin: 0px;
}
h2.block-title {
	color: #666666;
	padding: 5px;
	background-color: #eeeeee;
	text-align: center;
	margin-bottom: 7px;
}
#sidebar-first div.block div.content, #sidebar-last div.block div.content, #postscript-wrapper div.block div.content {
}
#preface-wrapper div.block div.content, body.layout-main-last #sidebar-last div.block div.content {
	border: none;
}
#preface-wrapper div.block div.content, body.layout-main-last #sidebar-last div.block div.content, #footer div.block div.content {
	background: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
body.layout-main-last #sidebar-last div.block div.content {
	padding: 10px;
}
#footer h2.block-title {
	background: transparent;
	color: #666;
}
#sidebar-first #block-search-0 .form-item label, #sidebar-last #block-search-0 .form-item label {
	display: none;
}
/***************/
/* BLOCK MENUS */
/***************/
div.block ul li a, div.block ul.menu li a {
	font-size: 1em;
	font-weight: bold;
}
div.block ul.menu li, div.block .item-list ul li {
	margin: 0;
}
div.block ul.menu li a:link, div.block ul.menu li a:visited {
}
div.block ul.menu li a:hover, div.block ul.menu li a:active {
}
#footer div.block ul li a, #footer div.block ul.menu li a {
	font-weight: normal;
	color: #999;
}
/*****************************************/
/* ROUNDED CORNERS FOR BLOCKS (optional) */
/*****************************************/
div.rounded-block {
	margin-top: -1px;
}
p.rounded-topspace {
	margin-top: -14px;
}
p.rounded-bottomspace {
	margin-bottom: -10px;
}
div.rounded-block-top-left, div.rounded-block-top-right, div.rounded-block-bottom-left, div.rounded-block-bottom-right {
	background: transparent url('images/rounded-block.png') no-repeat;
	font-size: 2px;
	height: 11px;
}
div.rounded-block-top-left, div.rounded-block-bottom-left {
	margin-right: 11px;
}
div.rounded-block-top-right {
	background-position: 100% 0;
}
div.rounded-block-top-right, div.rounded-block-bottom-right {
	margin-left: 11px;
	margin-top: -11px;
}
div.rounded-block-bottom-left {
	background-position: 0 -11px;
}
div.rounded-block-bottom-right {
	background-position: 100% -11px;
}
div.rounded-outside, div.rounded-inside {
	background: transparent url('images/rounded-block-inner.png') repeat-y right;
	padding-right: 8px;
}
div.rounded-inside {
	background-position: left;
	padding: 0 0 0 8px;
}
div.rounded-block div.content {
	padding: 1px;
}
#content-top .block-wrapper {
	padding: 15px 15px 0;
}

/*remove rounded corners on homepage */
.front div.rounded-block-top-left, 
.front div.rounded-block-top-right, 
.front div.rounded-block-bottom-left, 
.front div.rounded-block-bottom-right,
.front div.rounded-outside, 
.front div.rounded-inside {
	background: none;
	margin: 0px; 
	padding: 0px;
}


/*******************/
/* Menu Navigation */
/*******************/
/***** menu global styles *****/
ul.menu {
	padding: 0px;
	margin: 0px;
}
ul.menu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	background: none;
}
ul.menu li.last {
	border-right: none;
}
/***** primany menu styles *****/
#primary-menu-wrapper {
	margin: 0 auto;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	position: relative;
	width: 960px;
	text-align: center;
	z-index: 100;
}
#primary-menu {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	padding: 5px 0px;
	position: relative;
	text-transform: none;
}
/***** Top level links (primary) *****/
#primary-menu ul.menu li {
	background: transparent no-repeat left 0;
	padding: 0px 15px;
	height: 25px;
	line-height: 25px;
	position: relative;
	border-right: solid 1px #bfbfbf;
}
#primary-menu ul.menu li:hover, #primary-menu ul.menu li.hover, #primary-menu ul.menu li.active-trail {
	background-position: left -29px;
}
#primary-menu ul.menu li.last {
	border-right: none;
}
#primary-menu ul.menu li a {
	background: transparent no-repeat right 0;
	color: #585858;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#primary-menu ul.menu li a:hover, #primary-menu ul.menu li.active-trail a {
	background-position: right -29px;
	color: #FF0000;
}
/***** Various Color Schemes for the top level menu links *****/
/*off states*/
#primary-menu ul.menu li a.off-000000 {
	color: #000000;
}
#primary-menu ul.menu li a.off-A40505 {
	color: #A40505;
}
#primary-menu ul.menu li a.off-740818 {
	color: #740818;
}
#primary-menu ul.menu li a.off-FF0000 {
	color: #FF0000;
}
#primary-menu ul.menu li a.off-6E1A7D {
	color: #6E1A7D;
}
#primary-menu ul.menu li a.off-C22EA7 {
	color: #C22EA7;
}
#primary-menu ul.menu li a.off-F20B7F {
	color: #F20B7F;
}
#primary-menu ul.menu li a.off-101656 {
	color: #101656;
}
#primary-menu ul.menu li a.off-236194 {
	color: #236194;
}
#primary-menu ul.menu li a.off-1E4A59 {
	color: #1E4A59;
}
#primary-menu ul.menu li a.off-24B1C4 {
	color: #24B1C4;
}
#primary-menu ul.menu li a.off-FC4907 {
	color: #FC4907;
}
#primary-menu ul.menu li a.off-CBA914 {
	color: #CBA914;
}
#primary-menu ul.menu li a.off-E68D17 {
	color: #E68D17;
}
#primary-menu ul.menu li a.off-216A3F {
	color: #216A3F;
}
#primary-menu ul.menu li a.off-3B9F13 {
	color: #3B9F13;
}
#primary-menu ul.menu li a.off-250730 {
	color: #250730;
}
#primary-menu ul.menu li a.off-2A2B2A {
	color: #2A2B2A;
}
#primary-menu ul.menu li a.off-585858 {
	color: #585858;
}
#primary-menu ul.menu li a.off-7D7E7D {
	color: #7D7E7D;
}
#primary-menu ul.menu li a.off-AFB1B1 {
	color: #AFB1B1;
}
#primary-menu ul.menu li a.off-79A34D {
	color: #79A34D;
}
/*on states*/
#primary-menu ul.menu li a.on-000000:hover {
	color: #000000;
}
#primary-menu ul.menu li a.on-A40505:hover {
	color: #A40505;
}
#primary-menu ul.menu li a.on-740818:hover {
	color: #740818;
}
#primary-menu ul.menu li a.on-FF0000:hover {
	color: #FF0000;
}
#primary-menu ul.menu li a.on-6E1A7D:hover {
	color: #6E1A7D;
}
#primary-menu ul.menu li a.on-C22EA7:hover {
	color: #C22EA7;
}
#primary-menu ul.menu li a.on-F20B7F:hover {
	color: #F20B7F;
}
#primary-menu ul.menu li a.on-101656:hover {
	color: #101656;
}
#primary-menu ul.menu li a.on-236194:hover {
	color: #236194;
}
#primary-menu ul.menu li a.on-1E4A59:hover {
	color: #1E4A59;
}
#primary-menu ul.menu li a.on-24B1C4:hover {
	color: #24B1C4;
}
#primary-menu ul.menu li a.on-FC4907:hover {
	color: #FC4907;
}
#primary-menu ul.menu li a.on-CBA914:hover {
	color: #CBA914;
}
#primary-menu ul.menu li a.on-E68D17:hover {
	color: #E68D17;
}
#primary-menu ul.menu li a.on-216A3F:hover {
	color: #216A3F;
}
#primary-menu ul.menu li a.on-3B9F13:hover {
	color: #3B9F13;
}
#primary-menu ul.menu li a.on-250730:hover {
	color: #250730;
}
#primary-menu ul.menu li a.on-2A2B2A:hover {
	color: #2A2B2A;
}
#primary-menu ul.menu li a.on-585858:hover {
	color: #585858;
}
#primary-menu ul.menu li a.on-7D7E7D:hover {
	color: #7D7E7D;
}
#primary-menu ul.menu li a.on-AFB1B1:hover {
	color: #AFB1B1;
}
#primary-menu ul.menu li a.on-79A34D:hover {
	color: #79A34D;
}
/***** Second level links (dropdown) *****/
#primary-menu ul.menu li ul {
	left: -999em;
	opacity: 0.95;
	margin: 0px;
	margin-top: -7px;
	padding: 7px 0px;
	position: absolute;
	width: 144px;
	z-index: 2;
}
#primary-menu ul.menu li:hover ul, #primary-menu ul.menu li.hover ul {
	display: block;
	left: 0px;
}
#primary-menu ul.menu li ul li {
	background: #fff;
	border-bottom: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	float: left;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 142px;
	height: 20px;
	line-height: 20px;
}
#primary-menu ul.menu li ul li.first {
	border-right: none;
	border-left: none;
	background-image: url(images/drop-top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 20px;
	height: 20px;
	width: 144px;
}
#primary-menu ul.menu li ul li.first:hover {
	background-position: 0px -20px;
}
#primary-menu ul.menu li ul li.last {
	border: none;
	background-image: url(images/drop-bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 144px;
	padding-left: 0;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 20px;
	background-color: transparent;
}
#primary-menu ul.menu li ul li.last:hover {
	background-position: 0px -20px;
	background-color: transparent;
}
#primary-menu ul.menu li ul li.single {
	border: none;
	background-image: url(images/drop-single.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 144px;
}
#primary-menu ul.menu li ul li.single:hover {
	background-position: 0px -20px;
}
#primary-menu ul.menu li ul li a, #primary-menu ul.menu li ul li a:link, #primary-menu ul.menu li ul li a:visited {
	background: transparent;
	color: #666;
	display: block;
	margin: 0;
	text-transform: none;
	padding: 0 0 0 15px;
	font-weight: normal;
}
#primary-menu ul.menu li ul li a:hover {
	color: #FF0000;
	display: block;
	margin: 0;
	text-decoration: none;
}
#primary-menu ul.menu li ul li:hover {
	background-color: #eeeeee;
}
#primary-menu ul.menu li ul li ul.menu {
	left: -999em;
	margin: 0 0 0 -14px;
	padding: 6px 0 4px;
}
#primary-menu ul.menu li ul li:hover ul.menu, #primary-menu ul.menu li ul li.hover ul.menu {
	display: block;
	left: 154px;
	top: -6px;
}
#primary-menu ul.menu li ul li ul.menu li a {
	width: 128px;
	font-weight: normal;
}
/***** secondary menu styles *****/
div.block.secondary-menu {
	position: absolute;
	right: 240px;
	bottom: 29px;
}
div.block.secondary-menu ul.menu li a {
	font-weight: normal;
	color: #585858;
	text-transform: uppercase;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	padding: 0px 10px;
	border-right: solid 1px #bfbfbf;
}
div.block.secondary-menu ul.menu li.last a {
	border-right: none;
}
div.block.secondary-menu ul.menu li a:hover {
	color: #ff0000;
}
/******************/
/* Left Tab Menu  */
/******************/
#block-menu-secondary-links {
	line-height: 160%;
}
#block-menu-secondary-links h2 {
	display: none;
}
#block-menu-secondary-links ul {
	border-bottom: 1px solid #CCCCCC;
	height: 25px;
	left: -10px;
	margin: 0;
	padding: 0 0 10px;
	position: relative;
	width: 188px;
}
#block-menu-secondary-links ul li.leaf {
	display: inline;
	background: none;
	padding: 0px;
	margin: 0;
}
#block-menu-secondary-links ul li.leaf a {
	color: #666666;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	padding: 0 4px;
	text-align: center;
	text-decoration: none;
	width: 52px;
}
#block-menu-secondary-links ul li.leaf a:hover {
	color: #FF0000;
}
#block-menu-secondary-links ul li.first {
	margin-right: 0px;
}
#block-menu-secondary-links ul li.last {
	margin-left: 0px;
	position: absolute;
	right: 0px;
}
#block-menu-secondary-links ul li.second {
	margin-left: 0px;
	position: absolute;
	right: 62px;
}
#block-menu-secondary-links ul li.active-trail a {
	background-image: url(images/leftnav_tab.png);
	background-repeat: no-repeat;
	color: #FF0000;
	background-position: center;
}
/***********/
/* MISSION */
/***********/
#mission {
	padding: 8px 0;
}
/***************/
/* BREADCRUMBS */
/***************/
#breadcrumb {
	font-size: 1em;
	line-height: 100%;
	left: 21.654em;
	position: relative;
	top: 1.333em;
	width: 700px;
}
body.layout-main-last #breadcrumb {
	left: 0;
}
.breadcrumb {
	margin: 0;
	padding: 0;
}
/********/
/* TABS */
/********/
/* styling for node tabs (e.g., View, Edit) */
#content-tabs {
	background-color: transparent;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
#content-tabs ul.primary, #content-tabs ul.secondary {
	border-bottom: 1px solid #bbb;
	clear: left;
	float: left;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
}
#content-tabs ul.secondary {
	border-bottom: 1px solid #bbb;
	margin-top: 10px;
	text-transform: lowercase;
}
#content-tabs ul.primary li, #content-tabs ul.secondary li {
	background: transparent;
	border-style: none;
	display: inline;
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
#content-tabs ul.primary li a:link, #content-tabs ul.primary li a:visited, #content-tabs ul.secondary li a:link, #content-tabs ul.secondary li a:visited {
	background-color: transparent;
	border: none;
	color: #27638C;
	float: left;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
	text-decoration: none;
}
#content-tabs ul.secondary li a:link, #content-tabs ul.secondary li a:visited {
	color: #27638C;
	font-size: 1em;
	line-height: 1.1em;
}
#content-tabs ul.primary li a.active:link, #content-tabs ul.primary li a.active:visited {
	border-bottom: 4px solid #94CE18;
	color: #27638C;
	padding-bottom: 2px;
}
#content-tabs ul.secondary li a.active:link, #content-tabs ul.secondary li a.active:visited {
	border-bottom: 4px solid #94CE18;
	color: #27638C;
	padding-bottom: 2px;
}
#content-tabs ul.primary li a:hover, #content-tabs ul.secondary li a:hover {
	border-bottom: 4px solid #94CE18;
	color: #4A95C8;
	padding-bottom: 2px;
}
/*********/
/* FORMS */
/*********/
form {
	margin: 0;
	padding: 0;
}
select.form-select, input.form-text, textarea.form-textarea {
	color: #666666;
	padding: 2px 0;
	font-size: 11px;
	border: solid 1px #8c8c8c;
}
body.layout-first-main-last select.form-select, body.layout-first-main-last input.form-text, body.layout-first-main-last textarea.form-textarea, body.layout-first-main-last div.resizable-textarea, body.layout-first-main-last div.resizable-textarea .grippie {
	max-width: 325px;
}
#search-block-form{
	position: relative;
} 
#search-block-form .form-text{
	width: 173px;
	padding: 0 0 0 5px;
	height: 20px;
}
#search-block-form label{
	display: inline !important;
}
#search-block-form input.form-submit{
	position: absolute;
}
input.form-submit, input.teaser-button {
	background: #595959;
	border: 1px solid #595959;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	height: 22px;
	width: 60px;
	text-transform: uppercase;
}
input.form-submit:hover, input.teaser-button:hover {
	background-position: right center;
	cursor: pointer;
}
fieldset {
	border: 1px solid #D6DDB9;
	margin: 15px 0;
	padding: 10px;
}
fieldset.collapsed {
}
fieldset legend {
	font-weight: bold;
}
html.js fieldset.collapsible legend a {
	font-weight: bold;
}
form#system-theme-settings select, form#system-theme-settings input.form-text {
	width: 95%;
}
#user-login-form {
	text-align: left;
}
div.form-item label {
	font-weight: normal;
}
html.js input.form-autocomplete {
	background-position: 100% 5px;
}
body.layout-main-last input.form-text {
	width: 150px;
}
/**********/
/* PAGERS */
/**********/
#main-wrapper .item-list .pager {
	clear: both;
	margin: 0 0 20px;
	text-align: center;
}
#preface-wrapper .item-list .pager li, #main-wrapper .item-list .pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	margin: 0;
}
#main-wrapper .item-list .pager a.active {
	color: #666;
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	text-decoration: none;
}
#main-wrapper .item-list .pager a.active:hover {
	color: #f00;
}
#main-wrapper .pager li.pager-current {
	border: 0px solid #266996;
	color: #f00;
	margin: 0 4px;
	padding: 4px;
}
#main-wrapper .pager-first, #main-wrapper .pager-next, #main-wrapper .pager-previous, #main-wrapper .pager-item, #main-wrapper .pager-last {
	background-color: #fff;
	border: 0px solid #266996;
}
#main-wrapper .pager-first:hover, #main-wrapper .pager-next:hover, #main-wrapper .pager-previous:hover, #main-wrapper .pager-item:hover, #main-wrapper .pager-previous:hover, #main-wrapper .pager-last:hover {
	color: #f00;
	text-decoration: underline;
}
.views_slideshow_singleframe_pager .pager-item {
	border: none !important;
	height: 50px;
}
/**********/
/* TABLES */
/**********/
table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
.layout-first-main-last table {
	border-collapse: collapse;
	margin: 0px;
	width: 100%;
}
th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #CCC;
}
tr {
	padding: 0.1em 0.6em;
}
td {
	padding: 0px;
}
th.active img {
	display: inline;
}
tr.even td {
	background-color: #E3ECC0;
	border-bottom: 1px solid #CCC;
}
tr.odd td {
	background-color: #FDFFEF;
	border-bottom: 1px solid #CCC;
}
td.active {
}
tbody {
	border: none;
}
tbody th {
	border-bottom: 1px solid #CCC;
}
thead th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #CCC;
}
/*******************/
/* DRUPAL MESSAGES */
/*******************/
.node-unpublished {
	background-color: #FFF4F4;
}
.preview {
	background-color: #FFFFEA;
	padding: 10px;
}
.description {
}
div.messages {
	background: #FFFCE3;
	border: 2px solid #EED300;
	color: #C28E00;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.messages ul {
	list-style-position: inside;
}
div.messages em {
	color: #656C9B;
}
div.error {
	background-color: #FFF2F2;
	border-color: #FF0000;
	color: #B20000;
}
.status {
}
.help {
}
.help .more-help-link {
}
.marker {
}
.tips {
}
#help {
	clear: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
/*******************/
/* BOOK NAVIGATION */
/*******************/
.book-navigation .menu {
	border-top: 1px solid #CCC;
	padding: 1em 0 0 3em;
}
.book-navigation .page-links {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 0.5em;
}
/********/
/* BLOG */
/********/
/************/
/* COMMENTS */
/************/
#comments {
	clear: both;
}
#comments h2.comments {
	background-color: #94CE18;
	color: #fff;
	font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
	font-size: 1.333em;
	font-weight: 600;
	padding: 6px 14px 6px 52px;
	text-shadow: #545454 1px 1px;
	text-transform: uppercase;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
#comments .content {
	background: transparent;
	border: none;
}
#main-wrapper #comments a.active {
	color: #27638C;
	text-decoration: none;
}
.box {
	padding: 10px;
}
#comment-form {
	margin: 0 0 20px;
	padding: 0 20px;
}
.comment {
	border: none;
	margin: 6px 0 0;
	padding: 10px;
}
.comment h3.title {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.comment .links a {
	font-size: 0.9em;
	text-align: right;
}
#comments .odd {
	background-color: #F4F7E7;
	border: 1px solid #ddd;
}
#comments .even {
	background-color: #fff;
}
#comments .comment-by-author {
	background-color: #FFFFEA;
}
.comment ul.links {
	text-align: right;
	clear: right;
}
#content-content .comment ul.links li {
	background: transparent;
	margin: 0 10px 0 0;
	padding: 0;
}
.signature p {
	border-top: 1px solid #d6ddb9;
	font-family: serif;
	font-size: 0.916em;
	margin: 10px 0;
	padding: 0;
}
.content blockquote p {
	font-style: italic;
	margin: 0;
	padding: 0 20px 8px;
}
blockquote {
	background: url('images/close-quote.gif') no-repeat right bottom;
	color: #5A6A78;
	margin: 10px 0;
}
blockquote :first-child {
	background: url('images/open-quote.gif') no-repeat left top;
	padding: 10px 0 0 20px;
}
blockquote * > :first-child {
	background: transparent;
	padding: 0;
}
blockquote a:link {
	text-decoration: underline;
}
/**********/
/* FORUMS */
/**********/
#forum .description {
	font-size: 0.9em;
	margin: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
	white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
	text-align: center;
}
.forum-topic-navigation {
	padding: 1em 0 0 3em;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	text-align: center;
	padding: 0.5em;
}
.forum-topic-navigation .topic-previous {
	text-align: right;
	float: left;
	width: 46%;
}
.forum-topic-navigation .topic-next {
	text-align: left;
	float: right;
	width: 46%;
}
/*********/
/* POLLS */
/*********/
.poll .bar {
	background-color: #DDD;
}
.poll .bar .foreground {
	background-color: #999;
	float: none;
}
/************/
/* PROFILES */
/************/
.profile {
	clear: none;
	margin: 12px 0;
}
.profile h2.title {
	margin-top: 15px;
	border-bottom: 1px solid;
}
.profile dt {
	float: left;
	margin-bottom: -10px;
	padding: 0 5px;
	text-align: left;
	width: 185px;
}
.layout-first-main-last .profile dd {
	margin: 15px 5px 0 120px;
}
.layout-first-main-last .profile dt {
	width: 100px;
}
/******************/
/* SEARCH RESULTS */
/******************/
/*********/
/* VIEWS */
/*********/
.view .view-comments-recent .views-field-subject {
	font-weight: bold;
}
.view .view-style-node {
}
.view .view-style-teaser {
}
.view .view-style-list {
}
.view .view-style-table {
}
.view .views-admin-links li {
	background: transparent !important;
}
/* VIEWS Styles for Service listing page*/
/* Added by Abu/
 /****************************************/
.view-service-sub-pages p {
	padding: 0px;
	margin: 0px;
}
.view-service-sub-pages .view-content {
	padding-top: 0px;
}
.view-service-sub-pages .views-row {
	border-top: solid 1px #cccccc;
	position: relative;
	padding: 10px 0px
}
.view-service-sub-pages .views-row-first {
	border: none;
}
.view-service-sub-pages div.node {
	padding-left: 120px;
	min-height: 100px;
}
.view-service-sub-pages .field-field-thumbnail-image {
	position: absolute;
	left: 0px;
	top: 15px;
}
.view-service-sub-pages .views-field-title {
}
.view-service-sub-pages .views-field-field-short-description-value {
}
.view-service-sub-pages .views-field-view-node {
}
/*************************************/
/* additional styles added By Jhalak */
/*************************************/
.header-middle-last {
	float: right;
}
.sidebar-last-content-container {
}
.ps-cont-bottom-container {
	clear: both;
	width: 100%;
}
.content-with-sidebar-last {
	width: 473px;
	float: left;
}
.float-container {
	margin-bottom: 25px;
	position: relative;
}
.float-container .float-content {
	position: relative;
	height: 90px;
}
.float-container .floated {
	position: absolute;
	background-color: #fff;
	width: 360px;
	height: 111px;
	bottom: -30px;
	right: -40px;
	border: 0px solid #ccc;
}
.float-container .floated .block {
	height: 100px;
}
.float-container .floated .rounded-inside {
	padding-bottom: 0px;
}
.float-container .sidebar-last-content-container {
	padding-bottom: 0px;
	position: relative;
}
.float-container .floated table {
	vertical-align: middle;
	height: 100px;
}
.button-quote {
	display: block;
	float: right;
	line-height: 100%;
	padding-top: 5px;
}
/* Service teaser listing */
#content-content table.service-teaser-listing {
	padding: 0;
	margin: 0;
}
.service-teaser-listing .service-content {
	position: relative;
	padding-top: 20px;
}
.service-teaser-listing .thumbnail {
	width: 120px;
}
.service-teaser-listing .service-content .service-title {
	position: absolute;
	top: 0;
	left: 0;
}
/*************************************/
/* web form forms                     */
/*************************************/
.node-type-webform {
}
.webform-client-form {
	margin-top: 30px;
	position: relative;
	line-height: 100%;
}
.form-file {
	width: 230px;
	font-size: 11px;
	padding: 2px 0;
}
.node-type-webform .node-type-webform .webform-component-textfield, .node-type-webform .node-type-webform .webform-component-email {
	width: 300px;
	text-align: right;
	line-height: 100%;
	padding: 0;
	margin: 0 0 7px 0;
}
.node-type-webform .node-type-webform .webform-component-textfield .form-item, .node-type-webform .node-type-webform .webform-component-email .form-item {
	padding: 3px 0;
	margin: 0;
}
.node-type-webform .node-type-webform .webform-component-select {
	clear: both;
	padding-top: 10px;
}
.node-type-webform .node-type-webform .webform-component-textfield label, .node-type-webform .node-type-webform .webform-component-email label, .node-type-webform .node-type-webform .webform-component-select label, .node-type-webform .node-type-webform .webform-component-textarea label {
	display: inline;
	text-align: left;
	float: left;
	padding-top: 3px;
}
.node-type-webform .node-type-webform .webform-component-textarea label {
	padding-top: 0px;
	margin-top: -2px;
}
.node-type-webform .node-type-webform .webform-component-textfield input, .node-type-webform .node-type-webform .webform-component-email input {
	margin-left: 10px;
}
.node-type-webform .node-type-webform .webform-component-select select.form-select {
	width: 100px;
	margin-left: 10px;
}
#webform-component-photo-container {
	border: 0;
	margin: 0;
	padding: 0;
	/*position: absolute;
	 top: 0;
	 right: 50px;*/
}
#webform-component-photo-container .form-item {
	padding: 0;
	margin: 0;
}
#webform-component-photo-container legend {
	visibility: hidden;
	display: none;
	color: #fff;
}
#webform-component-photo-container label {
	display: block;
	float: left;
	line-height: 23px;
	width: 95px;
}
#webform-component-photo-container .webform-component-file {
	margin: 3px 0;
}
/* Sample news Block*/
.block-simplenews h2, .block-simplenews .form-radios, .block-simplenews label {
	display: none;
}
.block-simplenews p, .block-simplenews .form-item {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: left;
}
.block-simplenews p {
}
.block-simplenews .form-item, .block-simplenews .form-submit {
	display: inline;
}
.block-simplenews input, body.layout-main-last .block-simplenews input.form-text {
	height: 20px;
	margin: 0;
	padding: 0 0 0 5px;
	border: solid 1px #8c8c8c;
	width: 200px;
}
.block-simplenews input.form-submit.go {
	height: 22px;
	width: 32px;
	padding: 0;
	margin: 0;
	background: url('images/button_go.png') no-repeat;
	border: 0;
	outline-width: 0;
	color: #666;
	font-size: 10px;
	padding-left: 0px;
	font-weight: normal;
}
.mailing {
	height: 22px;
	width: 40px;
	padding: 0;
	margin: 0;
	background: url('images/button_go.png') no-repeat;
	border: 0;
	outline-width: 0;
	color: #666;
	font-size: 10px;
	padding-left: 0px;
	font-weight: normal;
}
.block-simplenews input.subscribe {
	margin-left: 10px;
	height: 22px;
	width: 100px;
	background: url('images/button_subscribe.png') no-repeat;
	background-position: 0 2px;
	color: #666;
	font-size: 10px;
	border: 0;
	outline-width: 0;
}
.node-type-webform .node-type-webform .webform-component-textarea {
	clear: both;
}
.node-type-webform .node-type-webform select.form-select, .node-type-webform .node-type-webform input.form-text {
	width: 200px;
}
.node-type-webform .node-type-webform .resizable-textarea {
	width: 86.5%;
	float: right;
}
.captcha {
	padding-top: 20px;
	clear: both;
}
.captcha img {
	float: left;
	margin-right: 20px;
}
.captcha-label {
	float: left;
	clear: both;
	margin-right: 20px;
	float: left;
	margin-top: 28px;
}
.captcha .form-item .form-required {
	display: none;
}
.node-type-webform .node-type-webform input.form-submit {
	float: right;
	margin-right: 30px;
	margin-top: -32px;
	background: url('images/submit.gif') no-repeat;
	background-position: 0 0;
	width: 102px;
	height: 20px;
	border: 0;
	outline: 0;
	color: #f00;
	text-transform: none;
	padding-bottom: 5px;
}
/*****************************************/
/* ROUNDED CORNERS FOR COOLMENU (optional) */
/*****************************************/
div.rounded-block-top-left-coolmenu, div.rounded-block-top-right-coolmenu, div.rounded-block-bottom-left-coolmenu, div.rounded-block-bottom-right-coolmenu {
	background: transparent url('images/rounded-block.png') no-repeat; /* combined
	 * rounded corner image */
	font-size: 2px; /* IE div correction */
	height: 11px; /* height of an image corner */
}
div.rounded-block-top-left-coolmenu, div.rounded-block-bottom-left-coolmenu {
	margin-right: 11px;
}
div.rounded-block-top-right-coolmenu {
	background-position: 100% 0;
}
div.rounded-block-top-right-coolmenu, div.rounded-block-bottom-right-coolmenu {
	margin-left: 11px;
	margin-top: -11px;
}
div.rounded-block-bottom-left-coolmenu {
	background-position: 0 -11px;
}
div.rounded-block-bottom-right-coolmenu {
	background-position: 100% -11px;
}
div.rounded-outside-coolmenu, div.rounded-inside-coolmenu {
	background: transparent url('images/rounded-block-inner.png') repeat-y right;
	padding-right: 8px;
}
body #sidebar-first div.rounded-inside-coolmenu {
	padding: 0px;
}
div.rounded-inside-coolmenu {
	background-position: left;
	padding: 0 0 0 8px;
}
.float-container .floated .rounded-inside-coolmenu {
	padding-bottom: 0px;
}
/*****************************/
/* Left Nav Coolmenu Styles  */
/*****************************/
.coolmenu {
	text-align: center;
	line-height: 160%;
}
.coolmenu_item {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 125px;
}
.coolmenu_a {
	display: block;
}
.coolmenu_a:hover {
	text-decoration: none;
}
.content-coolmenu {
	padding: 0px;
	margin: 0px;
	width: 127px;
}
.content-coolmenu tbody {
	border: none;
}
.content-coolmenu td {
	padding: 0px;
	height: 110px;
}
.coolmenu .without_rounded {
	margin-top: 10px;
}
.coolmenu .with_rounded {
	margin-bottom: -11px;
}
.with_rounded .coolmenu_a {
	color: #F00;
}
.without_rounded .coolmenu_a {
	color: #666;
}
.without_rounded .coolmenu_a:hover {
	color: #F00;
}
.coolmenu_wrapper {
	border-bottom: 1px solid #CCC;
}
.coolmenu_item_service {
	margin: 0px;
	width: 100%;
	text-align: left;
}
.coolmenu_item_service img {
	display: block;
}
.coolmenu_item_service .active_link td a, .coolmenu_item_service .active_link td a:hover {
	color: #666;
	font-weight: bold;
}
.coolmenu_item_service tbody {
	border: none;
}
.coolmenu_item_service .col1 {
	height: 70px;
	width: 60px;
	vertical-align: middle;
	text-align: center;
	border: none;
	padding: 0px 10px 0px 0px;
}
.coolmenu_item_service tr td a {
	color: #666;
	text-decoration: none;
	display: block;
}
.coolmenu_item_service tr td a:hover {
	color: #ff0000;
}
.coolmenu_service_a {
	padding-left: 15px;
}
.coolmenu_item_service tr td a.active_link {
	background-color: #EEEEEE;
	color: #666;
	font-weight: bold;
}
.coolmenu_item_service .td_align_left a {
	padding: 2px 5px 0px 10px;
	font-size: 11px;
}
a.coolmenu_a_all {
	display: block;
}
/*****************************/
/* News and Care tips View   */
/*****************************/
/* general */
#content-content {
}
#content-content .view-style-normal {
	position: relative;
}
#content-content .view-style-normal .item-list {
	position: absolute;
	right: 0;
	top: -35px;
}
#content-content #block-views-strut_stuff-block_1 .view-style-normal .item-list {
	position: static;
}
/* Page view of news */
.node-type-news .date-display-single {
	font-weight: bold;
}
.teaser.node-type-news .field-field-date, .teaser.node-type-news .date-display-single {
	padding: 0px;
	font-weight: normal;
	font-size: 9px;
}
.teaser.node-type-news {
	margin-top: 0px;
	margin-bottom: 5px;
}
/* Page view of care tips */
.care-tips-table {
	margin-bottom: 5px;
}
.care-tips-table .thumb-image {
	width: 110px;
}
.care-tips-table .desc {
	font-weight: bold;
}
.view-care-tips .views-field-title {
	float: left;
	clear: right;
	font-weight: bold;
	line-height: 100%;
}
.view-care-tips .views-field-body {
}
.view-care-tips .views-field-body .field-content p {
	margin: 5px 0 10px 0;
	font-size: 11px;
}
.care-tips-table li, .view-id-care_tips li {
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	background-position: 0px 7px;
}
.view-care-tips table .col-1 {
	padding-bottom: 7px;
}
/* block view of care tips */
.block-views .view-care-tips .views-field-body {
	width: auto;
}
#block-views-care_tips-block_1 h2 {
	background-color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
}
.block-views .view-care-tips table .col-1 {
	padding: 0;
}
.block-views .view-care-tips .views-field-field-care-tips-thumb-fid {
	width: auto;
	float: none;
}
/* -/eof News and Care tips View   */
a.coolmenu_a_all {
	display: block;
}
#block-menu-secondary-links div.content {
	padding: 0px;
}
.form-text-zip-code {
	width: 100px;
	font-size: 11px;
	height: 15px;
}
.body-zip-code-search {
	border-top: #ccc 1px solid;
	padding-top: 15px;
}
.bold-text {
	font-weight: bold;
}
.view-content-zip-code-search {
	margin-top: 30px;
}
.alternate-contact-wrapper {
	text-align: center;
}
.alternate-contact-content {
	width: 160px;
	margin: 30px auto;
	text-align: left;
}
.alternate-contact-form {
	width: 90px;
	float: left;
}
.contact-form-button {
	width: 90px;
	height: 25px;
	background: url('images/button-contactform.png') no-repeat;
}
.alternate-contact-email {
	width: 70px;
	float: right;
}
.email-form-button {
	width: 70px;
	height: 25px;
	background: url('images/button-emailus.png') no-repeat;
}
.clear_div {
	clear: both;
}
.red-text {
	color: #ff0000;
}
.block-get-quote {
	width: 340px;
	float: right;
}
.block-get-quote .content {
	padding-left: 5px !important;
}
.block-get-quote .resizable-textarea {
	width: 98%;
}
.block-get-quote .webform-component-textfield, .block-get-quote .webform-component-email, .block-get-quote .webform-component-select {
	clear: both;
	padding-bottom: 7px;
	display: block;
	height: 20px;
}
.block-get-quote .webform-component-textfield label, .block-get-quote .webform-component-email label, .block-get-quote .webform-component-select label {
	display: inline;
	float: left;
	margin-top: 5px;
}
.block-get-quote .webform-component-select label {
	margin-right: 5px;
	position: absolute;
	top: 5px;
}
.block-get-quote .webform-component-file label {
	margin-right: 3px;
	width: 90px;
	display: block !important;
	float: left;
	line-height: 23px;
}
.block-get-quote #webform-component-repair_quote_file_2 label {
	margin-right: 20px;
}
.block-get-quote .webform-component-textfield input, .block-get-quote .webform-component-email input {
	width: 215px;
	float: right;
	margin-right: 5px;
}
.block-get-quote .webform-component-file input {
	width: 220px;
}
.block-get-quote .webform-component-textarea label {
	margin-bottom: 3px;
}
.block-get-quote #webform-component-photo-container {
	border: 0;
	margin: -3px 0px 3px 0px;
	padding: 5px 0px;
	position: relative;
	right: 0px;
	margin-top: -3px;
}
.block-get-quote #edit-actions {
	clear: both;
	margin: 0px 0px 35px;
}
.block-get-quote .form-submit {
	width: 105px;
	height: 22px;
	background: url('images/submit.gif') no-repeat right center;
	border: #fff 0px solid;
	outline: #fff 0px solid;
	color: #ff0000;
	padding-bottom: 5px;
	float: right;
	margin-bottom: 5px;
	margin-top: 10px;
}
.block-get-quote .form-item {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	position: relative;
}
.block-get-quote select.form-select {
	position: absolute;
	right: 7px;
	top: 5px;
}
.block-get-quote .captcha{
	padding-top:35px;
	position: relative;
}
.block-get-quote #edit-captcha-response-wrapper label{
	position: absolute;
	top: -20px;
}
#our-service-areas .block-get-quote {
	display: none;
	margin-top: 68px;
}
#our-service-areas .get-a-qoute-block-zip-code-search {
	width: 325px;
	float: right;
	padding-top: 78px;
}
#our-service-areas .node.node-type-page{
	width:auto !important;
}
#our-service-areas #block-views-zip_code_search-block_1 {
	width: 351px;
	float: left;
}
#our-service-areas #node-47 {
	padding-left: 3px;
}
#edit-submit-zip-code-search {
	outline: #fff 0px solid;
	border: #fff 0px solid;
	background: url('images/button_go.png') no-repeat;
	width: 45px;
	color: #666;
	font-size: 11px;
	padding-bottom: 3px;
	height: 22px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
#quote_form_error {
	display: none;
}
#name_error {
	display: none;
}
#email_error {
	display: none;
}
#phone_error {
	display: none;
}
.sitemap-menu h2.title {
	display: none;
}
.sitemap-menu a {
	color: #666;
}
.sitemap-menu a:hover {
	text-decoration: none;
	color: #F00;
}
/**************************/
/* Home page Content area */
/**************************/
body.layout-main #content.content-without-sidebar-last.front {
	width: 100%;
	margin: 0px;
}
/******************************/
/* Home page Content area end */
/******************************/
.linkwhite {
	font-size: 16px;
	font-family: "Century Gothic";
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: normal;
	padding-left: 15px;
}
.linkred {
	font-size: 16px;
	font-family: "Century Gothic";
	color: #FF0000;
	vertical-align: middle;
	font-weight: normal;
	padding-left: 15px;
}
.linkblack {
	font-size: 16px;
	font-family: "Century Gothic";
	color: #000000;
	font-weight: normal;
	padding-left: 15px;
}
a.linkwhite {
	background-image: url("/sites/default/files/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px -20px;
	display: block;
	height: 22px;
	text-decoration: none;
	vertical-align: middle;
	width: 103px;
	color: #FFF;
}
a.linkwhite:hover {
	background-position: 0px 0px;
	text-decoration: none;
}
a.linkblack {
	background-image: url("/sites/default/files/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px -20px;
	display: block;
	height: 20px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
	width: 103px;
	border: 0;
	color: #000;
}
a.linkblack:hover {
	background-position: 0px 0px;
	text-decoration: none;
	border: 0;
}
/***************/
/* PRINT STYLE */
/***************/
@media print {
	body {
		background: white;
		font-size: 10pt;
	}
	#header, #header-top, #header-wrapper, #primary-menu-wrapper, #sidebar-first, #sidebar-last, #preface-wrapper, #content-tabs, #mission, #slogan, #postscript-wrapper, #footer-top, #footer, #primary-menu, #search-box, #logo {
		display: none;
	}
	#page, #main-wrapper, #content-wrapper, #content-top, #content, #content-bottom {
		background: transparent none;
		border: 0;
		color: black;
		float: none !important;
		margin: 0;
		padding: 0;
		width: auto;
	}
	#content-wrapper {
		margin: 0 3%;
	}
}
/* For Home page Added on 15/09/2010 */
.cnt_tile01 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/sites/default/files/images/bg.gif) repeat-y;
	width: 960px;
}
img {
	padding: 0;
	margin: 0;
}
label {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
.toptext {
	text-align: center;
	vertical-align: top;
}
a.toptextdetails {
	color: #666666;
	font-size: 12.5pt;
	font: Century Gothic;
}
a.toptextdetails:hover {
	color: #FF0000;
	cursor: pointer;
	text-decoration: none;
}
.flt {
	float: right;
}
a.colorblue {
	color: #43AACD;
	text-decoration: underline;
}
.yelp {
	padding-top: 7px;
	text-align: center;
}
.zipCodeText {
	padding-left: 15px;
	font: Century Gothic;
	font-size: 8.5pt;
}
.reupholster {
	border-right: 1px solid #E6E6E6;
}
.orangePillow {
	border-right: 1px solid #E6E6E6;
	background: url(images/orange_pillow.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.pillowText {
	font: Century Gothic;
	font-size: 16pt;
	color: #5C3E26;
	font-weight: bold;
}
.pillowSpecialText {
	font: SF New Republic;
	font-size: 18pt;
	color: #FFFFFF;
}
.maintananceBg {
	background: url(/sites/default/files/images/maintanance_fur_bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
a#tab_maintanance:hover {
	cursor: pointer;
	text-decoration: none;
}
.bottomRightBox {
	padding-right: 18px;
	vertical-align: top;
	font-weight: bold;
}
.bottomRightBoxTextSmall {
	font: Arial;
	font-size: 11pt;
	color: #666666;
	cursor: pointer;
}
.bottomRightBoxTextBig {
	font: Arial;
	font-size: 18pt;
	color: #43AACD;
	cursor: pointer;
	line-height: 18pt;
}
.bottomRightBoxBg {
	background: url(/sites/default/files/images/maintanance_round_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 143px;
	height: 53px;
	color: #666666;
	font-size: 7.5pt;
	text-align: left;
	padding-top: 13px;
}
.blueText {
	color: #43AACD;
}
.bottomTable {
	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
}
.bottomText {
	padding-top: 10px;
	padding-bottom: 10px;
	font: Arial;
	font-size: 11px;
}
.outterDiv {
	position: relative;
	height: 140px;
}
.innerDiv {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 180px;
	top: 55px;
}
.cnt_tile02 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	background: url(/sites/default/files/images/home/bg1_2.gif) repeat-y;
	background-position: top;
	background-repeat: no-repeat;
	height: 243px;
	width: 312px;
}
.cnt_tile01_mailchimp {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/sites/default/files/images/bg.gif) repeat-y;
	width: 960px;
}
.bottom_text {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
}
.bottom_main_text {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
a.bottom_link {
	color: #666666;
	font-size: 11px;
	line-height: 18px;
}
a.bottom_link:hover {
	color: #FF0000;
	text-decoration: none;
}
a.step {
	color: #666666;
}
a.step:hover {
	color: #FF0000;
	text-decoration: none;
}
img {
	padding: 0;
	margin: 0;
}
label {
	padding: 0;
	margin: 0;
}
.footer_text {
	color: #666666;
	font-size: 11px;
}
#fooetr-last {
	position: absolute;
	bottom: 15px;
	left: 693px;
}
.node-type-blog {
	padding-bottom: 30px;
}
.node-type-blog .meta, .node-type-blog .title {
	padding-bottom: 8px;
}
.sidebar-last-content-container #content {
	margin: 10px 5px 0;
}
.sidebar-last-content-container #block-views-strut_stuff-block_1, #node-1168 {
	width: 932px;
	overflow: visible;
}
#block-views-strut_stuff-block_1 {
	padding-top: 10px;
	overflow: hidden;
	width: 100%;
}
#block-views-strut_stuff-block_1 .views-row-odd, #block-views-strut_stuff-block_1 .views-row-even {
	float: right;
	width: 445px;
	padding: 5px;
	margin-bottom: 11px;
	border: 2px solid #231f20;
}
#block-views-strut_stuff-block_1 .views-row-odd {
	float: left;
	clear: both;
}
#block-views-strut_stuff-block_1 .body_img_wrapper {
	width: 432px;
	padding: 3px;
	border: 1px solid #231f20;
}
#block-views-strut_stuff-block_1 .body_img_wrapper img {
	width: 100% !important;
}
#block-views-strut_stuff-block_1 .stuff_list_body {
	border: 1px solid #231f20;
	padding: 3px;
	margin: 5px 0;
	min-height: 44px;
	text-align: left;
	color: #231f20;
}
#block-views-strut_stuff-block_1 .stuff_list_body p {
	margin: 4px 0;
	text-align: left;
	color: #231f20;
}
#block-views-strut_stuff-block_1 .share_wrapper {
	width: 432px;
	padding: 3px;
	border: 1px solid #231f20; /* overflow: hidden; */
	height: 21px;
}
#block-views-strut_stuff-block_1 .views-field-field-stuff-photo-fid {
	width: 455px;
	height: 375px;
	padding-bottom: 10px;
	float: left;
}
#block-views-strut_stuff-block_1 .views-field-field-stuff-photo-fid img {
	width: 100%;
	height: 100%;
}
#block-views-strut_stuff-block_1 .col-2 .views-field-field-stuff-photo-fid {
	float: right;
	clear: both;
}
#block-views-strut_stuff-block_1 .views-field-body {
	padding: 0 12px 0 0;
	margin: 5px 0 0;
	float: left;
}
#block-views-strut_stuff-block_1 .col-2 .views-field-body {
	padding: 0 0 0 12px;
}
#block-views-strut_stuff-block_1 .views-field-field-stuff-city-value {
	padding: 0px 18px 10px 0;
	margin: 0 auto;
	text-align: right;
	line-height: 12px;
	clear: both;
}
#block-views-strut_stuff-block_1 .col-2 .views-field-field-stuff-city-value {
	padding: 0px 0 10px 12px;
}
#block-views-strut_stuff-block_1 .social-icon-details, .node-type-strut_stuff .view-strut-stuff .social-icon-details {
	float: left;
	width: 380px;
	height: 20px;/*	overflow: hidden; */
}
#block-views-strut_stuff-block_1 .social-icon-details .social-icon, .node-type-strut_stuff .view-strut-stuff .social-icon-details .social-icon {
	padding: 0 0 10px 5px;
	float: left;
	position: relative;
	z-index: 9;
}
#block-views-strut_stuff-block_1 .social-icon-details .icon-1, .node-type-strut_stuff .view-strut-stuff .social-icon-details .icon-1 {
	width: 77px;/*	overflow: hidden; */
}
#block-views-strut_stuff-block_1 .comments, .node-type-strut_stuff .view-strut-stuff .comments {
	padding: 4px;
	margin: 0 0 0 -30px;
	color: #fff;
	font-size: 11px;
	float: right;
	background: #46494b;
}
#block-views-strut_stuff-block_1 .col-2 .comments, .node-type-strut_stuff .view-strut-stuff .comments {
	margin-right: 0;
}
.node-type-strut_stuff .view-strut-stuff .comments {
	padding: 5px;
}
.node-type-strut_stuff .view-strut-stuff {/*	overflow: hidden; */
}
.node-type-strut_stuff .views-field-field-stuff-photo-fid {
	width: 100%;
	padding-bottom: 10px;
}
.node-type-strut_stuff .view-strut-stuff .views-field-body p {
	line-height: 16px;
	margin-bottom: 7px;
}
.node-type-strut_stuff .view-strut-stuff .views-field-field-stuff-city-value {
	clear: both;
	padding: 0 0 10px;
	text-align: right;
}
.node-type-strut_stuff h1.title {
	display: none;
}
.submit_btn:link, .submit_btn:visited {
	float: right;
	background-color: #35383a;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	margin-left: 20px;
}
.submit_btn:hover {
	text-decoration: none;
}
.strut_stuff_banner {
	padding: 0 0 20px;
}
.node-type-strut_stuff #node-1088 .content {
	display: none;
}
.view-id-strut_stuff table.views-view-grid tr td.col-1, .view-id-strut_stuff table.views-view-grid tr td.col-2 {
	vertical-align: top;
}
.view-id-strut_stuff .views-view-grid .views-field-body {
	min-height: 35px;
}
.view-id-strut_stuff table.views-view-grid tr td {
	padding-bottom: 20px;
}
.stuff-datail-page-block {
	border: 1px solid #ccc;
}
/*---------
 pop up form
 ----------*/
#modal-content {
	width: 446px !important;
	height: auto !important;
}
#modal-content .ctools-use-modal-processed .form-item label, #modal-content .ctools-use-modal-processed .teaser-checkbox .form-item {
	display: block;
	float: none;
	font-size: 14px;
	font-weight: 600;
}
#modal-content .ctools-use-modal-processed .form-item input[type="text"] {
	width: 320px;
	height: 18px;
	margin-bottom: 11px;
}
#modal-content .ctools-use-modal-processed .form-item textarea {
	width: 440px;
	height: 106px;
}
#modal-content .ctools-use-modal-processed .teaser-checkbox {
	overflow: hidden;
	display: none;
	width: 446px !important;
	height: auto !important;
}
#modal-content .ctools-use-modal-processed .form-item input[type="text"] {
	width: 320px;
	height: 18px;
	margin-bottom: 11px;
	border: 1px solid #ccc;
}
#modal-content .ctools-use-modal-processed .form-item textarea {
	width: 440px;
	height: 106px;
	border: 1px solid #ccc;
}
#modal-content .ctools-use-modal-processed .teaser-checkbox {
	overflow: hidden;
	display: none;
}
#modal-content .ctools-use-modal-processed .body-field-wrapper {
	position: relative;
	height: 180px;
}
#modal-content .ctools-use-modal-processed .resizable-textarea {
	margin-top: 24px;
}
#modal-content .ctools-use-modal-processed .example_text {
	position: absolute;
	left: 0px;
	top: 20px;
	*top: 30px;
}
#modal-content .ctools-use-modal-processed .filefield-element {
	margin: 0;
}
#modal-content .ctools-use-modal-processed .wysiwyg-toggle-wrapper, #modal-content .ctools-use-modal-processed #edit-preview, #modal-content .ctools-use-modal-processed .filefield-element .description {
	display: none;
}
#modal-content .ctools-use-modal-processed .upload_photo_desc {
	top: -11px;
	position: relative;
}
#modal-content .ctools-use-modal-processed #edit-submit {
	width: 131px;
	height: 28px;
	background: url(images/strut_btn.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	text-transform: uppercase;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	outline: none;
}
#modal-content .ctools-use-modal-processed .required_all_text {
	float: left;
	padding: 5px 0 0 10px;
}
#modal-content .congrtas-message {
	font-size: 24px;
	font-style: italic;
	text-align: center;
	line-height: 28px;
	width: 448px;
}
#modal-content .congrtas-message .body-message {
	font-size: 14px;
	font-style: normal;
	width: 448px;
	line-height: 22px;
}
#modal-content .congrtas-message {
	font-size: 24px;
	font-style: italic;
	text-align: center;
	line-height: 28px;
	width: 448px;
	padding-bottom: 25px;
}
#modal-content .congrtas-message .body-message {
	font-size: 14px;
	font-style: normal;
	width: 361px;
	margin: 0 auto;
	line-height: 22px;
}
.node-type-strut_stuff .sidebar-last-content-container .content p {
	display: none;
}
#content-content #disqus_thread {
	width: 480px
}
.node-type-strut_stuff #content-top {
	width: 503px;
}
.node-type-strut_stuff #content-top div.rounded-block-top-left, .node-type-strut_stuff #content-top div.rounded-block-top-right, .node-type-strut_stuff #content-top div.rounded-block-bottom-left, .node-type-strut_stuff #content-top div.rounded-block-bottom-right, .node-type-strut_stuff #content-top div.rounded-outside, .node-type-strut_stuff #content-top div.rounded-inside {
	background: none;
}
#content #content-inner h1.title {
	display: none;
}
.node-type-strut_stuff .sidebar-last-content-container #content {
	width: auto;
}
.stuff-info {
	font-size: 15px;
}
span.stuff_name {
	color: #231f20;
}
a.return-to-all {
	position: absolute;
	left: 0;
	top: 0;
	color: #f00;
}
a.return-to-all:hover {
	color: #f00;
}
#modal-content .body-field-wrapper .form-item {
	margin-bottom: 0px;
}
#modal-content #edit-field-stuff-photo-0-ahah-wrapper .filefield-element .widget-edit {
	max-width: 90%;
}
#modal-content #edit-field-stuff-photo-0-ahah-wrapper .filefield-upload #edit-field-stuff-photo-0-filefield-upload, #modal-content #edit-field-stuff-photo-0-ahah-wrapper #edit-field-stuff-photo-0-filefield-remove {
	width: 66px;
	height: 22px;
	margin-left: 0px;
	padding: 0 5px;
	background-color: #474a4c;
	background-image: none;
	outline: none;
	font-weight: normal;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	webkit-border-radius: 0;
	moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	margin-left: 25px;
}
#modal-content #edit-field-stuff-photo-0-ahah-wrapper #edit-field-stuff-photo-0-filefield-remove {
	margin: 0;
	position: relative;
	top: 24px;
}
#edit-field-stuff-photo-0-ahah-wrapper .filefield-element .widget-preview {
	display: none;
}
#modalBackdrop {
	background-color: #231f20 !important;
}
#modal-content, div.login-pop-modal div.popups-title {
	background-color: #fff;
}
div.ctools-modal-content .resizable-textarea {
	margin-left: 0px;
	margin-right: 0px;
}
.resizable-textarea .grippie {
	margin-right: -2px !important;
}
.page-node-47 .messages.status, .page-node-47 #webform-component-your_preferred_method {
	display: none;
}
/*override contextual admin link styles*/
div.admin-links {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	top: auto;
}