/************ HEADER ************/
#header {
	background-color:#B16C4A; /* Picture Hallway Red */
}
#header-footer {
	background-color: #B16C4A; /* Picture Hallway Red */
}
#searchsite input.submitbutton {
	background-color: #D0A18B; /* Ointment Pink */
	border-top: 1px solid #EBE0CE; /* Lime White */
	border-left: 2px solid #EBE0CE; /* Lime White */
	border-bottom: 1px solid #AAAAAA; /* Gray */
	border-right: 1px solid #AAAAAA; /* Gray */
}
#searchsite input.submitbutton:hover {
	background-color: #B16C4A; /* Picture Hallway Red */
}
.searchtext {
	background-color: #EBE0CE; /* Lime White */
	border: 1px solid #B16C4A; /* Picture Hallway Red */
}
/************ Column 1 ************/
div#column1 {
	background-color:#F0E8D9; /* Clunch */
}
#column1 .titleblock {
	background: #B16C4A; /* Picture Hallway Red */
}
.leftmenuitem a:hover {
	background-color:#B16C4A; /* Picture Hallway Red */
}
.leftmenuitem p {
	background-color:#B16C4A; /* Picture Hallway Red */
	margin:0 3px 0 0;
}
/************ Column 2 ************/
#column2 .image {
	float:right;
	margin: 12px 8px 0 4px; 
	border:4px solid #E2C4A7; /* Dutch Pink */
	padding:2px;
	background-color:#B16C4A; /* Picture Hallway Red */
}
#column2 .logo {
	float:right;
	margin:15px 10px 5px 0;
	border:solid 0px white;
	padding:0;
	background-color:#EBE0CE; /* Lime White */
}
.contentintroblock {
	background-color:#EBE0CE; /* Lime White */
}
SELECT {
	font: normal 9px/9px Arial, Helvetica, sans-serif;	
	/*	width: 146px; */
	padding: 2px 0 0 0;
	margin: 0 0 3px 0;
	background-color:#FFC7C1;/* #E0C9BC; /* Setting Plaster *//* #F3DBD7; /* Calamine */ /* #F0E8D9; Clunch */
	border: 1px solid #D0A18B; /* Ointment Pink */
}

.contentbodyblock {
	background-color:#EBE0CE; /* Lime White */
}
.seekingsubject {
	font-size:1.2em;
	margin:0;
	padding:0.8em 10px 0.2em;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	color: #363C3C; /* Studio Green */
}
/************  DISCOVERING FORM CONTAINER ************/
div#seekingformcontainer {
	border-right: 1px solid #E2C4A7; /* Dutch Pink */
	border-bottom: 2px solid #E2C4A7; /* Dutch Pink */
	background-color:#E2C4A7; /* Dutch Pink */
	padding: 0;
	width:400px;
	margin: 30px auto; /* Needed to get Mozilla Firefox to display site in the centre of the browser */
}
div#seekingformcontainer .header {
	padding:2px;
	background-color: #B16C4A; /* Picture Hallway Red */
	margin:0 0 3px 0;
	color:white;
	font-family:Verdana, sans-serif;
}
div#seekingformcontainer form {
	border-top: 0px solid #E2C4A7; /* Dutch Pink */
	padding:0 0 2px 0;
}
div#seekingformcontainer div.clearfix {
	border-top: 0px solid #CCC;
	padding: 0px 0px;
	vertical-align:top;
}
div#seekingformcontainer form label {
	width:30%; 
	float:left;
	font-size:0.9em;
	margin:0;
	padding:0 0 0 4px;
	font-weight:bold;
}
div#seekingformcontainer div.comment {
	float:left;
	font-size:1.0em;
	margin:0;
	padding:2px 4px 0 4px;
	font-weight:normal;
}
#seekingformcontainer select.full {
	font: normal 0.9em Arial, Helvetica, sans-serif;	
	width:186px;
	padding: 2px 0 0 0;
	margin: 0 0 3px 0;
	background-color:#EBE0CE; /* Lime White */
	border: 1px solid #E2C4A7; /* Dutch Pink */
}
#seekingformcontainer select.half {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	width:28%;
/*	width: 70px; */
	padding: 2px 0 0 0;
	margin: 0 1px 1px 0;
	background-color:#EBE0CE; /* Lime White */ 
	border: 1px solid #E2C4A7; /* Dutch Pink */
}
#seekingformcontainer input.full {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	width: 186px;
	padding: 2px 0 0 0;
	margin: 0 0 3px 0;
	background-color:#EBE0CE; /* Lime White */ 
	border: 1px solid #E2C4A7; /* Dutch Pink */
}
#seekingformcontainer input.half {
	float:right; 
	font: normal 0.9em/0.9em Arial, Helvetica, sans-serif;
	width:26.4%;
	padding: 2px 0 0 0;
	margin: 0 2px 1px 0;
	background-color:#EBE0CE; /* Lime White */ 
	border: 1px solid #E2C4A7; /* Dutch Pink */
}
#seekingformcontainer textarea {
	font: normal 0.9em/0.9em Arial, Helvetica, sans-serif;
	padding: 2px 0 0 0;
	margin: 0 2px 1px 0;
	background-color:#EBE0CE; /* Lime White */ 
	border: 1px solid #E2C4A7; /* Dutch Pink */
}
#seekingformcontainer input.submitbutton {
	float:right; 
	color:white;
	background-color: #D0A18B; /* Ointment Pink */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	margin:0px 5px 0 0;
	border-top: 1px solid #EBE0CE; /* Lime White */
	border-left: 1px solid #EBE0CE; /* Lime White */
	border-bottom: 1px solid #AAAAAA; /* Gray */
	border-right: 1px solid #AAAAAA; /* Gray */
}
#seekingformcontainer input.submitbutton:hover {
	background-color:  #B16C4A; /* Picture Hallway Red */
}
/************ Column 3 ************/
div#column3 {
	background-color:#E2C4A7; /* Dutch Pink */
}
div#column3content {
	background-color: #F0E8D9; /* Clunch */
}
#column3content     .curved .b2, #column3content      .curved .b3 {background:#E2C4A7; /* Dutch Pink */ border-left:1px solid #B16C4A; /* Picture Hallway Red */ border-right:1px solid #B16C4A; /* Picture Hallway Red */ }
#column3content     .curved .b4 {background:#E2C4A7; /* Dutch Pink */ border-left:3px solid #B16C4A; /* Picture Hallway Red */  border-right:3px solid #B16C4A; /* Picture Hallway Red */ }
#column3content     .curved .b1  {margin:0 4px; background:#B16C4A; /* Picture Hallway Red */ }
#column3boxcontent {display:block; background:#E2C4A7; /* Dutch Pink */ border:0 solid #B16C4A; /* Picture Hallway Red */ border-width:0 1px;} 
#column3block {
	margin: 0;
	padding: 1px 0 0 0;
	background-color: #E2C4A7; /* Dutch Pink */
}
#column3boxcontent .titleblock {
	background: #B16C4A; /* Picture Hallway Red */
}
#column3 .image {
	background-color: #E2C4A7; /* Dutch Pink */
	margin-right:0px;
	padding:6px 0 0;
}

/************* FOOTER *************/
#footer {
	background-color: #E2C4A7; /* Dutch Pink */
}
/************ DROP-DOWN MENU ************/
div#listmenu {
	background-color:#E2C4A7; /* Dutch Pink */
}
div#listmenu li:hover {
	background-color:#B16C4A; /* Picture Hallway Red */
}
.listitem ul li{
	background: transparent url(../graphics/seekingspecialists_bullet.gif ) no-repeat; /* transparent  */
}
/* Curved cutout Borders*/
#column1 .curved .b2, #column1 .curved .b3 {background:#E2C4A7; /* Dutch Pink */ border-left:1px solid #B16C4A; /* Picture Hallway Red */ border-right:1px solid #B16C4A; /* Picture Hallway Red */}
#column1 .curved .b4 {background:#E2C4A7; /* Dutch Pink */ border-left:3px solid #B16C4A; /* Picture Hallway Red */ border-right:3px solid #B16C4A; /* Picture Hallway Red */}
#column1 .curved .b1 {margin:0 4px; background:#B16C4A; /* Picture Hallway Red */}
#column1boxcontent     {display:block; background:#E2C4A7; /* Dutch Pink */ border:0 solid #B16C4A; /* Picture Hallway Red */ border-width:0 1px;} 
#footercontainer      .curved .b2, #footercontainer      .curved .b3 {background:#E2C4A7; /* Dutch Pink */ border-left:1px solid #B16C4A; /* Picture Hallway Red */ border-right:1px solid #B16C4A; /* Picture Hallway Red */}
#footercontainer      .curved .b4 {background:#E2C4A7; /* Dutch Pink */ border-left:3px solid #B16C4A; /* Picture Hallway Red */ border-right:3px solid #B16C4A; /* Picture Hallway Red */}
#footercontainer      .curved .b1 {margin:0 4px; background:#B16C4A; /* Picture Hallway Red */}
#footerboxcontent      {display:block; background:#E2C4A7; /* Dutch Pink */ border:0 solid #B16C4A; /* Picture Hallway Red */ border-width:0 1px;} 

.highlight-table,
.highlight-features-table
{ width: 93%; font: normal 8pt Verdana, Arial, Helvetica, sans-serif; margin: 0 auto 20px auto; border: 0; border-collapse: collapse; }

.highlight-table th,
.highlight-features-table th
{vertical-align: middle; padding: 5px; border: 1px solid #DDD; }

.highlight-features-table th
{ width: auto; text-align: left; }

.highlight-features-table td.check-img
{ text-align: center; vertical-align: middle; }

.highlight-table th span,
.highlight-features-table th span
{ font-weight: normal; color: #3B4B5B; }

.highlight-table td,
.highlight-features-table td
{ text-align: left; vertical-align: middle; padding: 5px; border: 1px solid #DDD; }

.highlight-table td.monthly-pricing
{font-weight:bold; color:#0054A8;}

	.highlight-table td.monthly-pricing span
	{color:#FF880F;}

.highlight-table td strong
{ color:#517F1F;}

th.highlight-noborder,
td.highlight-noborder
{ border-top: 0; border-left: 0; text-align:center;}

th.highlight-noborder2,
td.highlight-noborder2
{border:0;}

.highlight-table a:link,
.highlight-table a:active,
.highlight-table a:visited,
.highlight-table a:hover,
.highlight-features-table a:link,
.highlight-features-table a:active,
.highlight-features-table a:visited,
.highlight-features-table a:hover
{font-weight:bold; padding:2px 0 2px 0;}

div.content div.leftside .highlight-table a.highlight-feature-link:link,
div.content div.leftside .highlight-table a.highlight-feature-link:active,
div.content div.leftside .highlight-table a.highlight-feature-link:visited,
div.content div.leftside .highlight-table a.highlight-feature-link:hover
{color:#FF880F; display:block;}

div.content div.leftside .highlight-table a.highlight-order-link:link,
div.content div.leftside .highlight-table a.highlight-order-link:active,
div.content div.leftside .highlight-table a.highlight-order-link:visited,
div.content div.leftside .highlight-table a.highlight-order-link:hover,
div.content div.leftside .highlight-features-table a.highlight-order-link:link,
div.content div.leftside .highlight-features-table a.highlight-order-link:active,
div.content div.leftside .highlight-features-table a.highlight-order-link:visited,
div.content div.leftside .highlight-features-table a.highlight-order-link:hover
{color:#0054A8; display:block;}

div.content div.leftside .highlight-features-table a.highlight-pricing-link:link,
div.content div.leftside .highlight-features-table a.highlight-pricing-link:active,
div.content div.leftside .highlight-features-table a.highlight-pricing-link:visited,
div.content div.leftside .highlight-features-table a.highlight-pricing-link:hover
{color:#517F1F; display:block;}

.highlight-table th.highlight-title,
.highlight-features-table th.highlight-title
{ width: auto; font: bold 10pt Arial, Verdana, Helvetica, sans-serif; text-align: center; color: #FFF; padding: 10px; background: #81BF3F; border: 0; border: 1px solid #73AB38; border-right: 1px solid #58852C; }

.highlight-features-table th.highlight-title
{ text-align: left; }

.highlight-table th.highlight-title2, .highlight-table th.highlight-title3
{ width: auto; font: bold 8pt Verdana, Arial, Helvetica, sans-serif; text-align: center; color: #FFF; padding: 10px; background: #679933; border: 1px solid #58852C;}

.highlight-table th.highlight-title3
{ background:#517F1F;}

.highlight-table th.highlight-subtitle,
.highlight-features-table th.highlight-subtitle
{ text-align: center; padding: 5px; color: #080808; background-color: #CCC; border: 1px solid #E6E6E6; }

.highlight-features-table th.highlight-subtitle
{ width:70px; }

span.highlight-highlight
{ color: #0054A8; }

.highlight-lineGRAY
{ background-color: #FBFBFB; }

.highlight-text a:link, .highlight-text a:active, .highlight-text a:visited, .highlight-text a:hover
{ font: bold 12pt Arial, Verdana, Helvetica, sans-serif; color: #174C7E; text-align: center; }

