/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-align:center;
}

a:link, a:visited, a:hover {
	color: #008b98; 
	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-size: 180%;
	color: #334d55;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 120%;
 color: #334d55;
}

h4{
 font-size: 110%;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	height: 160px;
}

#navBar{
	margin: 0 800px 40px 0;
	padding: 0px;
	background-color: #FFFFFF;
}

#content{
	width: 780px;
	margin: 0;
	padding: 0;
	float: right;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	margin-top: 170px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: -7000px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	position: relative;
	top: 140px;
}
#footer {
	clear: both;
	width: 100%;
}

/* '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;
	font-size: 90%;
}

.feature h3{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature img{
}
/* 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{
	font-size: 75%;
	color: #999999;
	padding: 10px;
	margin-top: 30px;
	text-align: center;
	clear: both;
}
/* 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;}
#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 {
	font-weight: bold;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 6px 0px 8px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	display: block;
}

#sectionLinks a:visited{
	padding: 6px 0px 8px 10px;
	display: block;

}

#sectionLinks a:hover{
	padding: 6px 0px 8px 10px;
	display: block;

}
#wrapper #navBar #sectionLinks a {
	display: block;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a {
	display: block;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #333;
	text-transform: capitalize;
	padding-left: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/************** #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;
}
#wrapper #masthead #strapline {
	float: right;
	margin-top: 170px;
	margin-right: 40px;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 140%;
}
.floatright {
	float: right;
	margin-left: 8px;
}
#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.border0 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ResultsTable {
	width: 780px;
}
.ResultsTable td {
}

.sublinks a {
	padding-left: 6px;
	border-bottom-style: none;
	border-top-style: none;
}
#wrapper #navBar h3 {
	margin-top: 20px;
	padding-left: 10px;
}
#wrapper #content .feature .ResultsTable .img {
	margin: 0px;
	padding: 0px;
	width: 160px;
}
#wrapper #content .feature .ResultsTable .img .border0 img {
	margin: 0px;
	padding: 0px;
}
#wrapper #content .feature .links {
	margin-bottom: 40px;
}
#wrapper #content .feature .links img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}
.subsublinks {
}
#wrapper #content .feature .ResultsTable td {
	padding: 2px;
	border: 1px solid #FFFFFF;
}
#wrapper #siteInfo .name {
	font-size: 160%;
	color: #008596;
}
.centre {
	text-align: center;
}
#wrapper #content .feature #serviceContacts {
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 35%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#wrapper #content .feature #serviceContacts hr {
	color: #666666;
	background-color: #666666;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#headeraddress {
	color: #069;
	text-align: right;
	margin: 20px;
	float: right;
	width: 300px;
}
#wrapper #masthead #headeraddress p a {
	color: #069;
}
#siteFeatures {
	clear: both;
	width: 980px;
	margin-right: 0px;
	margin-left: 0px;
	height: 220px;
	background-image: url(../images/arrowMiddle2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 36px;
}
#siteFeatures .siteFeatureBubble {
	float: left;
	height: 200px;
	width: 270px;
	margin-right: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #069;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFF;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#wrapper #content .feature map {
	float: none;
	clear: none;
	display: inline; 
}

