/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial,sans-serif;
	color: #222222;
	font-size: 12px;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #312872;
}

a:link, a:visited, a:hover {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

.alt {
	background: #DCEFFF;
}


P {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1, .head {
 font-family: Verdana,Arial,sans-serif;
 font-weight: bold;
 font-size: 16px;
 color: #312872;
}

h2, .head2 {
 font-size: 14px;
 font-weight: bold;
 color: #0099CC;
 border-bottom: 1px solid #555555;
 margin-bottom: 0px;
}

h3, .head3 {
 font-size: 13px;
 font-weight: bold;
 color: #0099CC;
}

h4, .head4 {
 font-size: 13px;
 font-weight: bold;
 color: #336699;
}

h5, .head5 {
 font-size: 13px;
 font-weight: bold;
 color: #312872;
 border-bottom: 1px solid #555555;
 background-color: #DDDDDD;
 margin-top: 0px;
 padding: 2px 0 0 0;
 z-index: 1;
}

h6, .head6 {
 font-size: 13px;
 font-weight: bold;
 color: #000000;
}

h7, .head7 {
 font-size: 15px;
 font-weight: bold;
 color: #000000;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 background-color: #0099CC;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-size: 11px;
 font-family: Arial,sans-serif;
 font-weight: bold;
 color: #312872;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width:790px; 
	border-left:1px solid black; 
	border-right:1px solid black; 
	margin:0 auto; 
	left:50%; 
	background:url(images/bg-span.jpg) #00B3C4 repeat-y;
}

#masthead{
	margin: 0;
	padding: 0px;
	width: 790px;
	background:url(images/transition_header.jpg) #ffffff left no-repeat;
	height:164px;
}

#navBar{
	margin: 0 79% 0 0;
	width: 150px;
	padding: 0px;
	background: url(images/nav_bg.jpg) #00B3C4 top no-repeat;
	border-right: 1px solid #000000;
	height: 100%;
	min-height: 100%;
}

#content{
	position:relative;
	float:right;
	width: 615px;
	margin: 0 0 0 0;
	padding: 0 3% 0 0;
	background: #FFFFFF;
}

#footer{
	margin: 0;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 790px;
	background: #D62676;
	text-align: center;
	clear: both;
}

#footer a{
	color: #D6D334;
	font-weight: bold;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 0px 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: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

.feature h3{
	font-weight: bold;
}

.feature img{
	padding: 0px;
	margin: 0 0 0 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

/************** #sidebar styles ***************/

#sidebar{
	padding: 20px 10px 10px 10px;
	width: 300px;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

#presenter{
	padding: 20px 10px 10px 10px;
	width: 175px;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

#presenter img{
	margin: 5px 0 5px 0;
}

#sidebar img{
	margin: 5px 0 5px 0;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#sidebar li{
	font-size: 11px;
	list-style-image: none;
	list-style-type: none;
}

/************* #siteInfo styles ***************/

#nav-top {
 margin-top: 0px;
 padding-top: 2px;
 margin-bottom: 0px;
 padding-bottom: 2px;
 margin-right: -20px;
 background: #D62676;
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 border-right: 1px solid black;
}

#nav-top a{
	font: 9pt Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	background: url("images/arrow.gif") no-repeat;
	margin-right: 10px;
}

#nav-top-sub a{
	font: 9pt Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
	margin-right: 10px;
}

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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;
	font: 11px Arial, sans-serif;
}

#search form{
 margin: 0px;
 padding: 0px;
 font: 11px Arial, sans-serif;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#search input.btn{
	font: 12px Arial, sans-serif;
	font-weight: bold;
	width: 25px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid black;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#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 #D62676;}

/* 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;
	font-size: 12px;
	border-bottom: 1px solid #312872;
}

#sectionLinks a:link{
	color: #FFFFFF;
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #312872;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	color: #FFFFFF;
	border-top: 1px solid #312872;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	color: #312872;
	border-top: 1px solid #312872;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
}

#sectionLinks .glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#sectionLinks .glossymenu li{
	position: relative;
}

#sectionLinks .glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	background-color: #00B3C4;
	width: 190px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}

#sectionLinks .submenu { /*SUB SUB MENU STYLE*/
	background-color: #D62676;
}

#sectionLinks .glossymenu li a{
	display: block;
	width: auto;
	text-decoration: none;
}

#sectionLinks .glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background: transparent url(arrow.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html #sectionLinks .glossymenu li { float: left; height: 1%; }
* html #sectionLinks .glossymenu li a { height: 1%; }
/* End */


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 11px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 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;
}


/************* #admin styles **************/

#manager {
padding-top: 10px; 
padding-left: 10px;
background-color: #F0FFFF;}

#manager table { 
 font-size: 12px;
 background-color: #F9FBFD; 
 color: #000000;
 border: 1px solid #D7E5F2; 
 width: 650px;} 

#manager td { 
 border: 1px solid #D7E5F2; 
 padding-left: 4px; 
 padding-right: 4px;
 padding-top: 2px;
 padding-bottom: 2px; }

.labelcell { 
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: transparent; 
 color: #3670A7; } 

.fieldcell { 
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #F2F7FB; 
 color: #000000;
 margin-right: 0px; 
 padding-right: 0px; }
 
.labelcellb { 
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: transparent; 
 color: #330066; } 

.fieldcell input {  
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; }
 
.fieldcell select { 
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; }
 
.fieldcell textarea { 
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; }
 
.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132;
 width: 165px; }
	
.sort {
	color: #000000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; }
	
.header  { 
	color: #B41D8D; 
	font-weight: bold; 
	font-size: 14px; 
	line-height: 16px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
