/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: underline;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active{
	background-color: #ffffff;
}

/* overrides decoration from previous rule for hovered links */

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;	
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content{
	float: left;
	width: 57%;
	margin: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 0 10px;
color: #cccccc;
margin: 15px 0;
}

* html #globalNav{
margin: -8px 0 -2px 0;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: none;
	padding: 4px 0 0 10px;
	font-size: 85%;
	line-height: 1.3em;
}

* html .story{
	margin-top: -20px;
}

.story p{
	padding: 0px 0px 5px 0px;
}

.story h4{
	padding: 0px 0px 10px 0px;
	font-size: 110%;
	font-weight: 600;
	color: #333333;
}

.story h3{
	padding-bottom: 1px;
}

.story li{
	padding: 8px 0 5px;
}

/************** .product styles *****************/

.product{
	clear: both;
	padding: 5px 0px 0px 10px;
	font-size: 80%;
}

.product h3{
	padding: 5px 0px 2px 0px;
}

.product p{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 3px 0px 0px;
}

.product h4{
	padding: 2px 2px 2px 5px;
	font-weight: 600;
	font-style: oblique;
	margin-top: 4px;
	text-transform: capitalize;
	font-variant: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 90%;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	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 a:hover {background:#ddd; }

#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: 90%;
}

#sectionLinks h3{
	padding: 5px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background:#fff;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 10px 10px;
	font-weight: 600;

}

#advert img{
	display: block;
}


/************** #headlines styles **************/

.rightFloat	{
	float: right;
	width: 200px;
	margin: 15px 0 20px 20px;
	}

.innerBox	{
	background: rgb(237,237,237);
	border: 1px solid #ddd;
	padding: 10px;
	}

.innerBoxSubsequent	{
	background: rgb(237,237,237);
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 20px;
	}
	
#skip	{
	position : absolute;
	left : -999px;
	width : 990px;
	}

#headlines{
	float:right;
	width: 20%;
	margin: 0px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.projectlink {
	text-decoration: underline;
	margin-top: 4px;
	font-size: 100%;
}
.unlink {
	width: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	background-color: #FFFFFF;
	font-weight: bold;
}
.pic-right {
	float: right;
	z-index: 2;
	margin-top: 3px;
	margin-right: 4px;
	margin-left: 3px;
}
.staffpic {
	text-align: center;
	float: left;
	clear: both;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	z-index: auto;
}
#content .story table {
	margin-top: 16px;
}
.img-center {
	text-align: center;
	text-indent: 20px;
	margin-right: 30px;
}
.img-center-shaded {
	text-align: center;
	background: rgb(237,237,237);
	text-indent: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.blulist {
	list-style-image: url(images/0198_blue-box.png);
	line-height: 1.1em;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#content .story .blulist li ul {
	margin-left: 25px;
	list-style-type: disc;
}
#content .story ul {
	margin-left: 20px;
}
#content .story ol {
	margin-left: 20px;
}

