/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	color: #334d55;
	background-position: left;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: thin solid #006699;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #e6e6ff;
	border-right: thin solid #006699;
	border-bottom: thin solid #006699;
}

#content{
 	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: x-large;
}


/*************** #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: 90%;
	padding: 0px 4px 0px 0px; 
	font-weight: bold;
}

#globalNav a:hover {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	font-weight: bold;	
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
}


/************** .feature styles ***************/
div.show {
	margin-right:210px;
	margin-left:0px;
	padding:2em;
	background-color: #e6e6ff;
	border: thin solid #006699;
	margin-top: 0px;
	margin-bottom: 0px;
	
} 

div.showBiz {
	margin-right:210px;
	margin-left:0px;
	clear: left;
	padding:2em;
	background-color: #e6e6ff;
	border: thin solid #006699;
	margin-top: 0px;
	margin-bottom: 0px;
	
} 

div.showBiz h2 {
	font-size: medium;
} 

div.showWide {
	margin-right:0px;
	margin-left:0px;
	padding:2em;
	background-color: #e6e6ff;
	border: thin solid #006699;
	margin-top: 0px;
	margin-bottom: 0px;
	
} 
div.picColumn  {
	float: right;
	margin: 0em 0px 0em 20px;
	width: 150px;
	background-color: #ffffcc;
	border: thin solid #006699;
	padding: 9px 14px 15px 16px;
}

div.picColumn2  {
	float: right;
	margin: 0em 8px 0em 5px;
	width: 150px;
	background-color: #ffffcc;
	border: thin solid #006699;
	padding: 15px 12px 15px 14px;
}

div.picColumn3  {
	float: right;
	margin: 1em 0px 0em 14px;
	width: 150px;
	background-color: #FFFFCC;
	border: thin solid #006699;
	padding: 15px 12px 15px 14px;
	clear: right;
}
div.sideBar  {
	float: right;
	margin: 0em 0px 0em 20px;
	background-color: #ffffcc;
	border: thin solid #006699;
	padding: 1em;
	clear: none;
	width: 150px;
}

div.pwac  {
	float: right;
	margin: 1em 0px 0em 14px;
	background-color: #e6e6ff;
	padding: 15px 12px 15px 14px;
	width: 151px;
	clear: none;
	border-top: thin solid #006699;
	border-right: thin solid #006699;
	border-bottom: thin solid #006699;
	border-left: thin solid #006699;
}

div.rightpic  { float: right; margin: 2em 0px 4px 10px;  }

div.rightpic2  {
	float: right;
	margin: 0em 0px 4px 10px;
	clear: right;
}

div.leftpic  { float: left; margin: 0em 3px 0em 0px;  }


.topPic  { float: left; margin: 20px 3px 0em 0px;  }

.topPic2  {
	float: left;
	margin: 10px 15px 4px 0px;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h2{
	padding: 10px 0px 5px 0px;
	text-align: left;
	
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.mainfeature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.mainfeature h2{
	padding: 30px 0px 5px 0px;
	text-align: left;
	display: inline;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: none;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#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 0px 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;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar ul 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 #ffffcc;}

/* 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 0px 0px 6px;
	font-size: 90%;
	background-color: #e6e6ff;
	font-weight: bold;
	list-style-type: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #006699;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	line-height: 250% !important;	
}

#sectionLinks a:hover{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	background-color: #ffffcc;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6ff;
		
}



#sectionLinks a:link{
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6ff;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-bottom-style: none;
}

#sectionLinks a:visited{
	border-top: 1px solid #e6e6ff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6ff;
}

#sectionLinks h3{
	padding: 10px 0px 2px 6px;
	margin: 0px 0px 0px 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {border-bottom: 1px solid #e6e6ff;}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 20px 10px;
	font-size: 90%;
	border: none;
	background-color: #ffffcc;
}

.relatedLinks a:hover{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	border: none;
	background-color: #ffffcc;
	background-color: #e6e6ff;
	font-weight: bold;
}
.relatedLinks2{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	border: none;
	background-color: #e6e6ff;
}

.relatedLinks h3{
	padding: 10px 0px 8px;
	font-size: 110%;
}
.relatedLinks2 h3{
	padding: 10px 0px 8px;
	font-size: 110%;
}

/************** #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%;
	background-color: #E6E6FF;
	border-top: 2px solid #006699;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


.style5 {
	font-size: 80%;
	font-style: italic;
	line-height: 110%;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 6px;
}

.spacer {
	font-size: 80%;
	font-style: italic;
	line-height: 150%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	font-weight: bold;
	padding: 0px;
	
}
.style3 {
	font-size: 80%;
	font-style: italic;
	line-height: 150%;
	margin-top: 6px;
	width=142px;
	margin-right: auto;
	margin-bottom: 6px;
}
.style2 {
	font-size: 75%;
	font-style: italic;
	line-height: 150%;
	width=142px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 6px;
}


.style2bold {
	color: #006699;
	font-weight: bold;
	font-size: 100%;
}



.tighthead {
	line-height: normal;
	font-weight: bold;
	color: #006699;
}
.warning {
	font-weight: bold;
	border: medium solid #006699;
	background-color: #E6E6FF;
	padding: 12px;
	margin-right: 210px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}


.single {
	margin-bottom: 16px;
	list-style-type: disc;
}
.list {
	margin-bottom: 0px;
	list-style-type: disc;
}
.tiny {
	line-height: 150%;	
	padding-left: 6px;
	margin: 0px 0px 0px 40px;
	list-style-type: disc;
	font-weight: normal;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.textsm {
	FONT-SIZE: small; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif
}
.textbg {
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: medium;
	padding: 0px 0px 0px;
}
.textreg {
	FONT-SIZE: medium;
	COLOR: #979797;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	margin-top: 8px;
	margin-bottom: 18px;
	font-weight: bold;
}


.photoLayout{
	line-height: normal;
			
}

.photoLayout img{
	line-height: normal;
	margin-bottom: 10px;
	display: inline;
	float: none!important;
	clear: both !important;
}
.hrspace {
	margin-top: 8px;
	margin-bottom: 8px;
}
.copyright {
	font-style: italic;
	color: #939393;
}
.archives {
	background-color: #FFFFFF;
	line-height: normal;
	
}
.archives h2 {
	display: block;
	clear: both;
	float: none;
	margin-bottom: 12px;
	padding-top: 4px;
}
.twoCol {
	display: block;
	position: relative;
	width: 55%;
}
.leftCol {
	float: left;
	width: 45%;
	margin-left: 0px;
	
	
}
.rightCol {
	float: right;
	width: 45%;
	margin-left: 0px;
	
}
