/* Start:Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End:Reset */



/* Start:Main Structure */

body {
	background: #686868 url(../images/site/global/bg.jpg) no-repeat center -176px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	padding-top: 25px;
}

#wrapper {
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 997px;
}

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


#header {
	background: #fff;
	height: 390px;
	position: relative;
	width: 997px;
	z-index: 1;
}

#branding {
	background: #fff url(../images/site/global/bgBranding.gif) repeat-x 0 0;
	float: left;
	height: 124px;
	position: relative;
	width: 997px;
}

#footer {
	background: #fff url(../images/site/global/logoFooterBrainmasters.jpg) no-repeat 724px center;
	border-top: 17px solid #9c9871;
	border-bottom: 26px solid #434343;
	clear: both;
	float: left;
	margin-top: 25px;
	position: relative;
	width: 997px;
}


/* End:Main Structure */



/* Start:Layout */

#search {
	background: #37595e;
	float: left;
	height: 35px;
	line-height: 35px;
	position: relative;
	width: 324px;
}

#tfSearch {
	line-height: 12px;
	position: relative;
	width: 170px;
	vertical-align: middle;
}

#btnSearch {
	margin-left: 42px;
	position: relative;
	vertical-align: middle;
}

#branding h1 {
	float: left;
	position: relative;
	text-indent: -9999px;
}

#branding h1 a {
	display: block;
	height: 124px;
	width: 430px;
}

#billboard {
	float: left;
	height: 231px;
	position: relative;
	width: 997px;
}

#content {
	background: #fff;
	color: #525252;
	float: left;
	font-size: 11px;
	line-height: 1.5;
	position: relative;
	width: 789px;
	z-index: 2;
}

#contentMain {
	display: inline;
	float: left;
	margin-left: 25px;
	padding-bottom: 100px;
	position: relative;
	z-index: 3;
	min-height:500px;
	height:auto !important;
	height:500px;
}

body.search #contentMain {
	width: 700px;
}

#contentMain {
	width: 500px;
	padding-top: 12px;
	color: #777777;
}

#contentMain p {
	margin-bottom: .75em;
}

#contentMain p, #contentMain li {
	font-size: 1.2em;
}

#contentMain h2 {
	color: #692d48;
	font-size: 2em;
	font-weight: normal;
	line-height: 1;
	margin: 1em 0 .5em 0;
}

#contentMain h2 span.secondLine {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	font-weight: normal;
	line-height: 1;
	margin: .25em 0 .5em 0;
}

#contentMain h3 {
	color: #3b426b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1;
	margin: 1em 0 .5em 0;
}

#contentMain h4 {
	color: #5A7B80;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	margin: 1em 0 .5em 0;
}

#contentMain h2 span.secondLine {
	color: #5a7c81;
}




#contentSub {
	background: #fff;
	float: right;
	padding-bottom: 50px;
	position: relative;
	text-align: left;
	width: 238px;
}

#contentSub p {
	margin-bottom: 0;
}

#contentSub p {
	font-size: 1em;
	line-height: 1.5;
	padding: 0 16px 16px 16px;
}

#contentSub h3 {
	color: #3b426b;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1;
	padding: 0 16px 0 16px;
	margin: .9em 0 .5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentSub h3.imgHeader {
	line-height: 0;
	text-indent: -9999px;
	margin:0;
	padding:0;
}

#contentSub #emailSignup form {
	font-size: 1em;
	line-height: 1.3;
	padding: 0 16px 16px 16px;
}

#contentSub #emailSignup {
	background: #3b426b;
	padding: 10px 0;
}

#contentSub .tf {
	line-height: 12px;
	width: 170px;
	margin-bottom: 1em;
}

#contentSub #btnSubmit {
}

#contentSub label {
	display: block;
	color: #fff;
}

#contentSub #emailSignup h3 {
	color: #f0f1ac;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1;
	padding: 0 16px 0 16px;
	margin: .9em 0 .9em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.featuredContent {
	border-top: 2px dotted #525252;
	padding: 16px 0 0 0;
	font-size: 85%;
	margin-top: 2em;
}

#contentMain div.featuredContent h3 {
	margin: .35em 0 .35em 0;
}

div.callout:after, div.featuredContent:after, div.listingItem:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.callout {
	padding: 16px;
	background: #5c7e83;
	font-size: 85%;
	color: #fff;
	margin: 2em 0 0 0;
}

div.callout object {
	float: right;
	margin: 0 0 7px 10px;
}

div.featuredContent blockquote {
	padding: 0;
	border-top: none;
	margin: 1em;
  }

div.featuredContent blockquote p {
  font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
color: #692d48;
}

#contentMain div.callout h3 {
	margin: .35em 0 .35em 0;
	color: #f0f1ac;
}

#contentMain div.callout blockquote {
	padding: 0;
	margin: 1em;
  }


#contentMain div.callout blockquote p {
  font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
color: #fff;
}

.byline {
font-style: normal;
font-weight: bold;
}

.quote {
	padding: 10px 10px 10px 10px;
	background-color: #f4eedb;
	border-top: 1px solid #e1cc89;
	border-bottom: 1px solid #e1cc89;
	margin-bottom: 3em;
	background-image: url(../images/site/global/openquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 20px;
	width: 92%;
  }

/* End:Layout */


/* Start:Navigation */

#mainNav {
	background: #5a7b80 url(../images/site/global/bgMainNav.gif) no-repeat 0 0;
	float: left; 
	height: 35px;
	position: relative;
	width: 673px;
}

#mainNav li
{
	padding: 0;
	position: absolute;
	top: 0;
}

#mainNav li, #mainNav a
{
	display: block;
	height: 35px;
}

#mainNav li a
{
	text-decoration: none;
	text-indent: -9999px;
}

#navHome
{
	background: url(../images/site/global/bgMainNav.gif) no-repeat 0 0;
	left: 0;
	width: 125px;
}

#navHome a:hover
{
	background: url(../images/site/global/bgMainNav.gif) 0 -35px;
}

#navAboutBrainmaster
{
	background: url(../images/site/global/bgMainNav.gif) no-repeat -125px 0;
	left: 125px;
	width: 140px;
}

#navAboutBrainmaster a:hover
{
	background: url(../images/site/global/bgMainNav.gif) -125px -35px;
}

#navNews
{
	background: url(../images/site/global/bgMainNav.gif) no-repeat -265px 0;
	left: 265px;
	width: 69px;
}

#navNews a:hover
{
	background: url(../images/site/global/bgMainNav.gif) -265px -35px;
}

#navMyAccount
{
	background: url(../images/site/global/bgMainNav.gif) no-repeat -334px 0;
	left: 334px;
	width: 104px;
}

#navMyAccount a:hover
{
	background: url(../images/site/global/bgMainNav.gif) -334px -35px;
}

#navPrivacyPolicy
{
	background: url(../images/site/global/bgMainNav.gif) no-repeat -438px 0;
	left: 438px;
	width: 110px;
}

#navPrivacyPolicy a:hover
{
	background: url(../images/site/global/bgMainNav.gif) -438px -35px;
}

#navContactUs
{
	background: url(../images/site/global/bgMainNav.gif) no-repeat -548px 0;
	left: 548px;
	width: 125px;
}

#navContactUs a:hover
{
	background: url(../images/site/global/bgMainNav.gif) -548px -35px;
}

#additionalNav {
	background: #fff;
	float: left;
	position: relative;
	width: 208px;
	padding-bottom: 50px;
	z-index: 4;
}

#additionalNav li {
	padding-left: 0;
}

#secondaryNav {
	background: #cecece;
	/*border-bottom: 20px solid #cecece;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
}

#secondaryNav li
{
	background-image: none;
}

#secondaryNav li a
{
	background: url(../images/site/global/bgSecNavOff.gif) no-repeat left center;
	color: #525252;
	display: block;
	font-size: 12px;
	padding: 10px 16px 10px 34px;
	text-decoration: none;
}

#secondaryNav li a:hover
{
	background: #eeeeee url(../images/site/global/bgSecNavOn.gif) no-repeat left center;
	color: #5a7b80;
}

#tertiaryNav {
	background: #3f4462;
	/*border-bottom: 20px solid #cecece;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
}

#tertiaryNav li
{
	background-image: none;
}

#tertiaryNav li a
{
	background: url(../images/site/global/bgTertiaryNavOff.gif) no-repeat left center;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 10px 16px 10px 34px;
	text-decoration: none;
}

#tertiaryNav li a:hover
{
	background: #aeaeae url(../images/site/global/bgTertiaryNavOn.gif) no-repeat left center;
	color: #fff;
}

#tertiaryNav li a.img
{
	display: block;
	padding: 0;
	background: #fff;
}

#tertiaryNav li a.img a:hover
{
	background: transparent;
}

#tertiaryNav li span.text
{
	font-size: 11px;
	display: block;
	padding: 24px;
	background: #cecece;
	color: #525252;
	line-height: 1.25;
}

#tertiaryNav li span.text a
{
	font-size: 11px;
	display: inline;
	padding: 0;
	color: #3b426b;
	background: none;
	text-decoration: underline;
	font-weight: bold;
}

#tertiaryNav li span.text a:hover
{
	color: #fff;
	background: #3b426b;
	text-decoration: none;
}

#footerNav {
	list-style: none;
	margin-bottom: .25em;
	overflow: hidden;
}

#footerNav li {
	background-image: none;
	border-right: 1px solid #9c9871;
	float: left;
	line-height: 1.2em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	white-space: nowrap;
}

#footerNav li a {
	color: #fff;
	text-decoration: none;
}

#siteInfo {
	background: #565656;
	color: #d1d1d1;
	font-size: 9px;
	padding: 27px 36px;
	width: 651px;
	border-right: 1px dotted #333;
}

#siteInfo p {
	line-height: 1.5;
}

.contactNumbers {
	font-size: 11px;
	font-weight: bold;
}

/* End:Navigation */

a:link, a:visited, a:active
{
	color: #3b426b;
}

#branding a:hover
{
	background: none;
}

/* Start:General */
ul li {
	padding-left: 17px;
	background: url(../images/site/global/bullet.gif) 5px 0.66em no-repeat;
}

/* End:General */


/* Start:Misc */

#breadcrumbs {
	background: url(../images/site/global/dividerHorizontal.gif) no-repeat left bottom;
	margin: 16px 0 0 25px;
	padding-bottom: 16px;
}

#categoryOverview {
	background: url(../images/site/global/dividerHorizontal.gif) no-repeat left bottom;
	margin-bottom: 25px;
	padding-bottom: 16px;
	width: 703px;
}

#contentMain div.misc {
	background: url(../images/site/global/dividerHorizontal.gif) no-repeat left top;
	margin-top: .5em;
	padding-top: 1em;
}

#contentMain div.misc p {
	font-size: 1em;
}

#contentMain ul, #contentMain ol {
	margin: 1em 0;
}

#contentMain ul li {
	margin-bottom: 0.66em;
	font-size: .9em;
	font-style: italic;
	line-height: 1.5em;
}

#contentMain #thumbList, #contentMain #optionalList {
	margin: 0;
}

#contentMain #thumbList ul li, #contentMain #optionalList ul li {
	background: none;
	margin-right: 5px;
	padding: 0;
}

.ourForm .LV_validation_message {
	clear: both;
	color: #CC0000;
	float: left;
	font-size: 14px;
	background-color: #fcd4d4;
	padding: 6px;
}

.ourForm .LV_valid {
    color:#00CC00;
}
	
.ourForm .LV_invalid {
    color:#CC0000;
}
    
.ourForm .LV_invalid_field, .ourForm input.LV_invalid_field:hover, .ourForm input.LV_invalid_field:active, .ourForm textarea.LV_invalid_field:hover, .ourForm textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
background-color: #f8cece;
}

#contentMain form.ourForm ul {
	list-style: none;
	padding: 0;
}

#contentMain form.ourForm ul li {
	background-image: none;
}

#contentMain ol {
	padding-left: 24px;
	list-style-type: decimal;
	margin-bottom: 1.75em;
}

#contentMain ol li {
	margin-bottom: 0.66em;
	padding-left: 0;
}

.resultHead {background: #fff; color: #fff;}
.resultRowOne, .resultRowTwo {padding: 2em; background: #f3f3f3;}
.resultRowTwo {background: #fcfcfc;}
.paginate {font-size: 1.2em; margin-top: 1.5em;}

.keywordHighlight {
	color: #692d48;
	font-weight: bold;
}

.separationBorder {
	border-bottom: 2px dotted #525252;
	background-color: #fff;
}

.more {
	background: none;	
	color: #3d3d95;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	padding: 0;
	text-transform: uppercase;
}

#contentMain .more {
	line-height: 1.8;
}

#contentSub .more {
	line-height: .15;
}


#contentMain span.smallIntro {
	color: #692d48;
	font-weight: bold;
}


#contentMain .noBorder {
	border: none;
}

#contentSub .bgBlueGreen {
	background: url(../images/site/global/bgBlueGreen.jpg) repeat-x 0 0;
	padding: 10px 0;
}

#contentSub .bgPurple {
	background: url(../images/site/global/bgPurple.jpg) repeat-x 0 0;
	padding: 10px 0;
}

#contentSub .bgMagenta {
	background: url(../images/site/global/bgMagenta.jpg) repeat-x 0 0;
	padding: 10px 0;
}

#contentSub ul {
	padding: 0 16px;
	margin: -.5em 0 1em 0;
}

#contentSub ul li {
	line-height: 1.9;
	background: url(../images/site/global/bgContentSubList.gif) 5px 0.66em no-repeat;
}

#addThis {
	position: absolute;
	top: 16px;
	left: 848px;
	z-index: 999;
}
#contentMain a, #contentSub a
{
	color: #5a7b80;
	text-decoration: none;
}

#contentMain a:hover, #contentSub a:hover
{
	color: #692C6D;
	text-decoration: none;
}

/* Style for Usual tabs */
#contentMain .usual {
 background:#fff;
  color:#111;
  padding:15px 0;
  width:100%;
}
#contentMain .usual li { list-style:none; float:left; background-image: none; padding-bottom: 0;
margin-bottom: 0;}
#contentMain .usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#3f4462;
border-bottom: 1px solid #000;
margin-bottom: 0;
}
#contentMain .usual ul a:hover {
  color:#FFF;
  background:#aeaeae;
border-bottom:1px solid #a3a3a3;
  }
#contentMain .usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#f4f4f4;
  border-bottom:1px solid #f4f4f4;
  cursor:default;
  }

/*.usual p, .usual li, .usual ul { width:auto; margin:0; padding:0;}*/



/* End:Misc */
