/* home page style sheet - base.css */

body {background:#fff url(../img/bcbsnc_home_gradient-green.jpg) repeat-x top left;font-family:Verdana, Arial, Helvetica, sans-serif; }

#nine-sixty {
	margin:auto;
	text-align:left;
	width:73.8461em; /*  NON IE */
	*width:71em;  /* IE */
	min-width:960px; 
	background:#fff;
}

/* fixes width containing modules to 931px */
#contentWidth { 
	width:931px;
	margin-left:15px;
}
#maininfo {width:931px;}
h1 {
	width:960px;
	height:110px;
	position:relative;
}
h1 span { margin-left:5px;
	background:url(../img/back.gif) no-repeat bottom left; 
	position:absolute;
	width:100%;
	height:100%;
}

h2 {
	margin-bottom:10px;
	
}
h2.title {font-size:182%;
	color:#582700; 
	text-decoration:none;
	margin-bottom:10px; width:100%;
	
}
h2 a {
	font-size:182%;
	color:#582700; 
	text-decoration:none;
}
h2 a:hover {text-decoration:underline;}
h2.member a {color:#00aeef;}
h2.member a:hover {text-decoration:underline;}

h3 {
	margin-top:0px;
	width:295px;
	background:url(../img/h3_bg.gif) no-repeat center left;
	background-position:center;
	font-weight:600;
	color:#333;
	padding:5px 0 5px 0px;
}

h3.dots {

	background:url(../img/div-dots.gif) no-repeat center left;
	
}
h3.dotslong {

	background:url(../img/div-dots.gif) repeat-x center left; width:100%;
	
}
h3 a {
	padding-left:8px;
	text-decoration:none;
	color:#333;
}
h3 a:hover {text-decoration:underline}

#module1 {
	/*background:#fff url(../img/mod_bg.jpg) no-repeat top left;*/
	
	margin-left:0px;
	margin-bottom:0px;
	padding:0px;
	
}

/* homepage modules */
#mod1 {
	background:#fff url(../img/mod_bg.jpg) no-repeat top left;
	width:295px;
	margin-left:0px;
	margin-bottom:0px;
	padding:0px;
	height:170px;
}

#mod2 {
	background:#fff url(../img/mod_bg.jpg) no-repeat top left;
	width:295px;
	margin-left:0px;
	padding:0px;
	height:170px;	
}
#modMem {
	background:#fff url(../img/mod_bg.jpg) no-repeat top left;
	width:295px;
	margin-left:0px;
	padding:0px;
	
}

#modMem #login {
	margin-top:15px;
	margin-left:10px;
}

#modMem #register {
	margin-top:15px;
	font-size:100%;font-weight:600;color:#666;
}
#modMem #register a {
	color:#00aeef;
}


#mod1 #register {
	margin-top:15px;
	font-size:100%;font-weight:600;color:#666;
}
#mod1 #register a {
	color:#00aeef;
}
.modContent {
	width:95%;
	padding:8px;
}

a.modContent {margin:0;padding:0;color:#00aeef;text-decoration:underline;}

#mod1 ul, #mod2 ul {margin-top:3px;margin-left:5px}
#mod1 li, #mod2 li {background:url(../img/arrow-link.gif) no-repeat 0 50%;padding-left:25px;}
#mod1 li a, #mod2 li a {font-size:100%;color:#0096ce;text-decoration:none;font-weight:600;line-height:1.8em;}
#mod1 li a:hover, #mod2 li a:hover {text-decoration:underline;}

#modMem ul {margin-top:3px; margin-left:25px}
#modMem li {list-style-type:disc;color:#333;padding-left:10px;line-height:1.5em;}

#const ul {margin:5px 0 0 10px;}
#const li {font-size:108%;font-weight:;background:url(../img/const_arrow.gif) no-repeat 0 50%;line-height:1.8em;padding-left:25px;}
#const li a {text-decoration:none;color:#333;}
#const li a:hover {text-decoration:underline;color:#000;}

.modSoap {
	margin-top:10px;
	background:url(../img/smallsoap.jpg) no-repeat top left;
	height:110px;
	
}
.modNewstwo {
	height:50px;
	font-size:85%;
	color:#666; 
	text-decoration:underline;
}
.modNewstwo a {
	color:#666; 
	text-decoration:underline;
}
.modNews {
	margin-top:10px;
	height:50px;
	font-size:85%;
	color:#666; 
	text-decoration:underline;
	
}
.modNews a {
	color:#666; 
	text-decoration:underline;
}
.indent {margin-left:80px;}
.indentsoap {margin-left:140px;}
.more {margin-top:10px;}

#homeTopNav {
	position:absolute;
	top:9px;
	text-align:center;
	 font-family:Arial, Helvetica, sans-serif;
	height:95px;
	width:655px;
	left: 295px;
}
#homeTopNav ul {margin:0;padding:0;list-style:none;top:10px;}
#homeTopNav li {display:inline;color:#333;font-size:85%;font-weight:600;padding-left:5px;}
#homeTopNav li a {padding-right:7px;text-decoration:none;color:#2b562b;border-right:1px solid #2b562b;}
#homeTopNav li a:hover {text-decoration:underline;color:#2b562b;}
#homeTopNav li a.last {border:none;}
/* hack IE5.x to get the correct the faulty box model and get the width
 right */
#homeTopNav a, * html .menu a:visited {width:11em; w\idth:8em;} 
/* style the sub level list items */
#homeTopNav ul ul li {display:block;width:11em;height:auto;line-height:1em;}
/*style the sub level links */
#homeTopNav ul ul a, #homeTopNav ul ul a:visited {display:block;background:transparent; color:#00000;width:11em;height:100%;line-height:1em; padding:1em 1em; border-bottom:1px solid #2b562b;}
#homeTopNav ul ul a, * html #homeTopNav ul ul a:visited  {width:7em; w\idth:7em;}
/* style the table so that it takes no part in the layout - required
 for IE to work */
#homeTopNav table {border-collapse:collapse; padding:0; margin:-1px; width:0;
 height:0; font-size:1em; z-index:1;}
/*style the sub level 2 background */
#homeTopNav ul ul :hover a.sub2 {background:transparent;}
/*hide the sub levels and give them a positon absolute so that they take up no room */
#homeTopNav ul ul { visibility:hidden; position:absolute;height:0;top:15px; left:127px; width:100px;}
/* make the second level visible when hover on first level list OR link*/
/* style the table so that it takes no part in the layout - required
 for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0;
 height:0; font-size:1em; z-index:1;} 
#homeTopNav ul li:hover ul,
#homeTopNav ul ul li:hover ul,
#homeTopNav ul ul ul li:hover ul { visibility:visible;}



 
#ft {font-size:85%; color:#666; margin:25px 0 15px 15px; padding:15px 0 0 0; border-top:1px solid #ccc; text-align:center;}
#ft p {margin:15px 0 10px 0;}
#ft a {margin:0;padding:0;color:#666;}

/* Banner */




.pics {float:left;height: 249px; width:950px; margin:0;}
#banner {background: url(../img/BANNERback.jpg) no-repeat; width:950px; height:249px; overflow:hidden;zoom:1;margin-left:5px;}


.text{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size:13px;}
.title{ font-family:Verdana, Arial, Helvetica, sans-serif;font-style:normal;color:#00aeef;font-size:28px;width:275px;}
.button{PADDING-BOTTOM: 3px;height:50px; margin-top:35px;}
#thumbsholder{PADDING-BOTTOM: 3px;PADDING-TOP: 3px;top:210px;left: 378px;width: 241px;height: 18px;}

.thumb {background: url(../img/thumb_inactive.gif) no-repeat; width: 17px; height: 17px; float:left; list-style: none;}
.active {background: url(../img/thumb_active.gif) no-repeat !IMPORTANT; width: 17px; height: 17px; float:left; list-style: none;}

/* Cart*/
.checkout {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
.checkoutinput {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}   
.nopcart {background: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; border:solid #000000 1px;}
.nopheader {background: #ffffff;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;border:solid #000000 1px;}
.nopentry {background: #99cc99;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
.noptotal {background: #ffffff;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;border:solid #000000 1px;}
.nopbutton {background: #99cc99;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;} 

.showHideDiv{display:none}
.bold { font-weight:600;}
.pbackground { background:url(../img/minisoap.png) no-repeat top left; padding-left:290px; height:210px;}
.menu-list {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
.menu-list li {
	list-style: none outside none;
  
}
.twitter a {
    background-position: 50% -180px;
    padding-right: 20px;
}
 .facebook a {
    background-position: 50% -240px;
}
.linksList a {
    padding-top: 30px;
}

.linksList a {
    background: url(../img/icons.png) no-repeat scroll -1000px top transparent;
    display: block;
    padding: 35px 0 0;
    text-align: center;
    text-decoration: none;
    width: 35px;
}
