/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #a08f7a url(/Assets/Images/sales_sites/north_carolina/watermark_nc.jpg) no-repeat fixed left center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#globe {
	list-style: url(/Assets/Images/onebookourworld/world_icon.gif) none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
ul ol{
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 771px;
	background: #FFFFFF repeat-y;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 
 color: #334d55;
}

h2{
 color: #A08F7A;
}

h3{
 
 color: #334d55;
}

h4{
 
 font-weight: normal;
 color: #333333;
}

h5{
 
 color: #334d55;
}


label{
 font: bold 12px Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	
}

#navBar{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 190px;
	background: #EEF7EF;
}

#content{
	float:right;
	width: 570px;
	margin: 0;
	padding: 0 3px 0 0;
}

.clear20{height:20px;clear:both;overflow:hidden;}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 11px;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: right;
	color: #000000;
	margin-top: 0px;
	text-align: center;
	height: 150px;
	background: #ffffff;
	border-top: 1px solid #A4C0DC;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 6px 0px 6px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 6px 0px 6px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #EDAD43;
	padding: 6px 0px 6px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 10px;
	background: #FFD99F;
	border: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/***********#home ******************************/
#teachers{
	float: none;
	border: 1px solid #FDB53C;
*/
	margin-right: 8px;
	width: 245px;
	padding-top: 15px;
	padding-left: 5px;
}

#students{
	float: none;
	width: 245px;
	border: 1px solid #FDB53C;
*/
; 	margin-top: 15px;
	padding-top: 15px;
	padding-left: 5px;
}

#teachers img{
	vertical-align: middle;
}
.smallfont{
	font-size: 10px;
}
#salesrep{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 3px;
	vertical-align: top;
}
#contact{
	text-align: center;
	background: #FFFFFF;
}
.line{
	border-bottom: 1px solid #AA7D3A;
	border-left: 1px solid #AA7D3A;
}
#quote{
	font-style: italic;
	color: #0B4FA4;
	padding: 5px;
	border: 1px solid #A7D6AB;
	background: #F0F9F0;
	float: left;
	font-size: 10px;
	margin-bottom: 12px;
	height: 100px;
}
.quote-name{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
}
.date{
	background-color: #42AE4A;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

