@charset "UTF-8";

html, body,  h1, h2, h3, h4, h5, h6, p
{
margin:0;
padding:0;
}
a, a:visited, a:hover {text-decoration:none; color:#330033;}
a:hover {text-decoration:underline;}
img { border:none;}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../images/bg_main_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#surrounds { /* major container */
	width: 1008px;
	margin: 0 auto;
	text-align: left;
} 

#main { /* holds body background image */
	background-image: url(../images/bg_main_body.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	clear: both;
}
#header { /* adds space between global nav and search bar */
	height: 183px;
}

#globalNav { /* SBS main navigation */
	height: 28px;
	background-image: url(../images/globalNav.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* SEARCH BAR */
#searchBar {
	height: 28px;
	width: 328px;
	margin-left: 679px;
	color: #FFF;
	float: left;
}
#searchInput {
	height: 22px;
	width: 226px;
	font-size: 11px;
	margin-top: 3px;
	margin-left: 4px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/bg_searchInput.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#popular {
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 2px;
	padding-top:8px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: right;
	position:relative;
}

#popular > a:link {
	text-decoration: none;
	color: #FFF;
}

#popular > a:visited {
	text-decoration: none;
	color: #FFF;
}
#searchButton {
	margin-top: 3px;
	/*background: transparent url('../images/but_search.jpg') no-repeat 0 0;*/
}

#searchButton:hover {
	margin-top: 3px;
	/*background: transparent url('../images/but_search_hover.jpg') no-repeat 0 0;*/ 
}


/* NAVIGATION */
#navcontainer {
	clear: left;
	display: block;
	height:40px;
	position: relative;
	z-index:999;
	}
	
.menu {z-index:99;padding:1px 0 0 9px; margin:0; list-style:none; height:40px; position:relative; background:transparent url() repeat-x left bottom; font-size:12px;float:left;}
.menu li {float:left; height:39px;}
.menu li a {display:block;float:left;height:39px;line-height:39px;color:#FFF;text-decoration:none;font-weight:bold;text-align:center;padding:0 0 0 3px;	cursor:pointer;	background:url(../images/pro_five_0a.gif) no-repeat;text-transform: uppercase;}
.menu li a b {float:left; display:block; padding:0 8px 0px 6px; background:url(../images/pro_five_0b.gif) no-repeat right top;font-weight:bold;}
.menu li.current a {color:#000; background:url(../images/pro_five_2a.gif) no-repeat;}
.menu li.current a b {background:url(../images/pro_five_2b.gif) no-repeat right top;}
.menu li.active a,.menu li a:hover {color:#000; background: url(../images/pro_five_1a.gif) no-repeat;}
.menu li.active a b, .menu li a:hover b {background:url(../images/pro_five_1b.gif) no-repeat right top;}
.menu li.current a:hover {color:#000; background: url(../images/pro_five_2a.gif) no-repeat; cursor:default;}
.menu li.current a:hover b {background:url(../images/pro_five_2b.gif) no-repeat right top;}


/* RIGHT BAR */
#rightBar {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	margin-right: 9px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	height: 100%;
	clear: none;
}
#rightBar img {
	border: none;	
}

/* RIGHT BAR HIGHLIGHTS */
#highlight {
	height: 82px;
	width: 145px;
	float: left;
	background-color: #000;
	margin-bottom: 10px;
	position: relative;
	}
	
#highlight img {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

#highlight img:hover {
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}


#highlight #floater {
	background-color: #333;
	height: 20px;
	width: 145px;	
	position: absolute;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	bottom: 0px;
	left:0px;
}

#highlight .floaterTxt {
	height: 20px;
	position: absolute;
	bottom: -1px;
	left:0px;
	z-index:1;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	text-indent: 5px;	
}

#highlight #floater p {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	text-indent: 5px;
}

#highlight  #floater:hover {
	background-color: #c229d5;
}

/* RIGHT BAR ADVERT */
#rightBar #advert {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* RIGHT BAR PANELS */
#rightBar #panel {
	background-image: url(../images/bg_rightBar_panel.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;	
	
	padding-left: 0px;
	clear: left;
	width: 300px;
}

#rightBar #panel h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/bg_rightBar_h3.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 30px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
}
#rightBar #panel #seeAll {
	float: right;
	width: 70px;
	position: relative;
	top: 2px;
	right: 0px;
	z-index: 300;
	font-size: 12px;
	color: #330033;
	display: inline;
	text-align: left;
}
#rightBar #panel #seeAll a:link {
	text-decoration: none;
	color:#330033;
}
#rightBar #panel #seeAll a:hover {
	text-decoration: underline;	
}
#panel ul {
	margin: 0px;
	padding:0px;
	padding-bottom:5px;
	padding-top:10px;
	}
#panel li {
	list-style-image: url(../images/bullet_pink.png);
	margin: 0px;
	padding:0px;
	line-height: 16px;
	padding-left:0px;
	margin-left:23px;
	margin-right:15px;
	padding-bottom:8px;
}
#panel li a {
	font-size: 12px;
	color: #330033;
	text-decoration: none;
	margin-left: 0px;
}

#panel li a:hover {
	text-decoration: underline;
	}
#panel p.socialMedia {
	margin-top: 10px;
	padding-bottom: 10px;
}

/* MAIN CONTENT */
#mainContent {
	margin-right: 325px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 10px;
	height: 100%;
} 

#mainContent h1 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	background-repeat: no-repeat;
	text-indent: 8px;
	height: 30px;
	margin-bottom: 10px;
	width: 100%;
}
#mainContent h1 a, #mainContent h1 a:visited, #mainContent h1 a:hover {text-decoration: none;color:#fff;}
#mainContent p {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	margin-bottom: 20px;
}
#mainContent p a {
	color: #330033;
	text-decoration: none;
}
#mainContent #gallery p a {
	color: #fff;
}
#mainContent p a:hover {
	color: #330033;
	text-decoration: underline;
}
#mainContent #column1 {
	float: left;
	width: 305px;
	margin-right: 20px;
}
#mainContent #column2 {
	float: left;
	width: 305px;
}
#mainContent #columnCallout {
	background-color: #fbf0fb;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660066;
	border-left-color: #660066;
	width: 275px;
	padding: 12px;
	margin-bottom: 20px;
}
#mainContent p #thumbnailLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-top: 5px;
}
#mainContent #callout {
	background-color: #fbf0fb;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660066;
	border-left-color: #660066;
	width: 292px;
	float: right;
	padding: 12px;
	margin-bottom: 20px;
	margin-right: 5px;
}
#mainContent #callout p {
	margin: 0px;
	font-size: 14px;
	color: #666;
	line-height: 16px;
}
#callout p .calloutStrong {
	font-weight: bold;
	color: #000;
}
/* HOME PAGE */
#mainContent #featureHead {
	width:640px;
	background-color: #e5e5e5;
	height: 45px;
	padding-top: 15px;
}
#mainContent #featureHead a {
	color: #333;
	text-decoration: none;
}
#mainContent #featureHead a:hover {
	color: #330033;
	text-decoration: underline;
}
#mainContent #featureColumn {
	float: left;
	width: 198px;
	padding-right: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 16px;
}
#mainContent #featureColumnRight {	
	float: left;
	width: 198px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 16px;
}
/* HOME PAGE HIGHLIGHTS */
#homeHighlight {
	/*height: 113px;*/
	width: 200px;
	float: left;
	/*background-color: #000;*/
	margin-bottom: 10px;
	position: relative;
}
.homeHighlightPadding {
	margin-right: 20px;
}

#homeHighlight #floater {
	background-color: #000;
	width: 200px;
	height: 24px;
	/*position: absolute;*/
	bottom: 0px;
	left:0px;
	margin-bottom:5px;
}

#homeHighlight #floater p {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	text-indent: 5px;
}

#homeHighlight #floater p a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	text-indent: 5px;
}

#homeHighlight #floater:hover {
	background-color: #c229d5;
}

/* HOME PAGE FAQS */
#column1 ul {
	margin: 0px;
	padding:0px;
	padding-bottom:5px;
	padding-top:10px;
	}
#column1 li {
	list-style-image: url(../images/bullet_grey.png);
	margin: 0px;
	padding:0px;
	line-height: 16px;
	padding-left:0px;
	margin-left:23px;
	margin-right:15px;
	padding-bottom:8px;
}
#column1 li a {
	font-size: 12px;
	color: #330033;
	text-decoration: none;
	margin-left: 0px;
}

#column1 li a:hover {
	text-decoration: underline;
	}
	
#column2 ul {
	margin: 0px;
	padding:0px;
	padding-bottom:5px;
	padding-top:10px;
	}
#column2 li {
	list-style-image: url(../images/bullet_grey.png);
	margin: 0px;
	padding:0px;
	line-height: 16px;
	padding-left:0px;
	margin-left:23px;
	margin-right:15px;
	padding-bottom:8px;
}
#column2 li a {
	font-size: 12px;
	color: #330033;
	text-decoration: none;
	margin-left: 0px;
}

#column2 li a:hover {
	text-decoration: underline;
	}

/* BOARD OF DIRECTORS */
#mainContent  .bodThumb {
	padding-right: 5px;
	clear: left;
}
#mainContent  .bodThumbRight {
	padding-left: 5px;
	float:right;
}
#mainContent .bodTitles {
	padding-top: 5px;
}
#mainContent .bodTitles a {
	font-size: 12px;
	color: #006699;
}
#mainContent p.title {
	font-style: italic;
	margin-top: 5px;
}
#mainContent #moreDirectors {
	width: 180px;
	border: 1px solid #330033;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	/*margin-top:5px;*/
	margin-top:0;
}

#mainContent #moreDirectors h3 {
	font-size: 14px;
	color: #000;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330033;
	text-align: center;
	height:24px;
	padding-top:4px;
}

#mainContent #moreDirectors ul {
	margin: 0px;
	padding:0px;
	padding-bottom:5px;
	padding-top:10px;
	}
#mainContent #moreDirectors li {
	list-style-image: url(../images/bullet_pink.png);
	margin: 0px;
	padding:0px;
	line-height: 16px;
	padding-left:0px;
	margin-left:23px;
	margin-right:15px;
	padding-bottom:8px;
}
#mainContent #moreDirectors li a {
	font-size: 12px;
	color: #330033;
	text-decoration: none;
	margin-left: 0px;
}

#mainContent #moreDirectors li a:hover {
	text-decoration: underline;
	}

/* FOOTER */
#footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/bg_dropShadow_btm.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#box_50_fullborder {
float:left;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:10px;
padding-left:10px;
padding-right:0;
padding-top:0;
width:295px;
}
#box_25_noborder {
float:left;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:17px;
padding-top:0;
width:145px;
}
#box_25_noborder p, a.additional_option, a.additional_option:visited{font-size:12px;}
#box_25_noborder p {margin-bottom:10px;}
h4.bottom_smallpad {padding:5px 0;}
.caption {font-size:10px; color:#777;text-align:right;}
.cust_dd, .pop_dd {-moz-box-shadow: 3px 3px 3px #000;-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);display:none;position:absolute; top:40px; padding: 5px 0; background:#fff; left:0; border:1px solid #000; border-top:0 none; min-width:170px;}
.cust_dd p { float:none; height:auto;line-height:18px;background: #fff none ;}
.pop_dd p a,.pop_dd p a:visited, .cust_dd p a,.cust_dd p a:visited ,.cust_dd p a:hover, .menu li.current .cust_dd p a:hover {border-top:1px solid #e5e5e5;display:block;text-transform:none;cursor:pointer;float:none;text-align:left;white-space:nowrap;height:auto;line-height:18px;color:#000;text-decoration:none;font-weight:bold;padding:1px 10px;background-image:none !important ;}
.pop_dd p a:hover, .cust_dd p a:hover, .menu li.current .cust_dd p a:hover {background:#c229d5/*9a019a*/; color:#fff; -moz-border-radius: 1px ;}
.menu li {position:relative;}
.pop_dd p:first-child a,.pop_dd p:first-child a:visited, .cust_dd p:first-child a,.cust_dd p:first-child a:visited {border-top:none !important;}
#popular {display:block; float:right; z-index:9991;}
#popular a.pop {padding-right:4px;}
.pop_dd {display:none;position:absolute; top:27px; left:auto;right:7px; background:#fff;color:#333; text-align:right; border-top:1px solid #000;}

.ntmenu {width:450px !important; float:left;}