/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.16;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
}

a{
	color: #CCCCCC;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

a:link{
	color: #003399;
	text-decoration: underline;
}

a:visited{
	color: #003399;
	text-decoration: underline;
}

a:hover{
	color: #003399;
	text-decoration: underline;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2{
 font-family: "Times New Roman", Times, serif;
 font-size: 114%;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #003399;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 15%;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#headlines{
	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	padding-right: 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
}

#content{
	float: left;
  width: 60%;
}

#careercontent{
	float: left;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 0px;
}


/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 15px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: right;
	padding: 10px 0px 0px 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/*********** #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 #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 p {
	font-family: "Times New Roman", Times, serif;
	margin-right: 5px;
	margin-left: 10px;
	font-size: 90%;
}


#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

/*********** #sectionLinks styles ***********/

#email{
	position: relative;
	margin: 20px, 0px, 20px,10px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}
#email p {
	font-family: "Times New Roman", Times, serif;
	margin-right: 5px;
	margin-left: 10px;
	font-size: 90%;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 0px 10px 15px 0px;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 90%;
}
#tagline p {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	text-indent: 19px;
	padding: 0px;
	margin: 0px;
}
#headlines img{
	float: left;
	padding: 0px 10px 0px 0px;
}
