﻿/* Start of page structure styles */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e0e0e0;
}
#masthead {
	width: 100%;
	text-align: center;
	padding-top: 4px;
}
#navbar {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#container {
	width: 930px;
	margin: 0 auto;
}
#left_col {
	float: left;
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
}
#page_content {
	behavior: url(css/PIE.htc);
	border: 2px solid navy;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 3px 3px 3px navy;
	-moz-box-shadow: 3px 3px 3px navy;
	box-shadow: 3px 3px 3px navy;
	padding: 8px;
	margin-left: 215px;
	margin-right: 135px;
	margin-bottom: 10px;
	background-color: white;
}
#right_col {
	float: right;
	width: 125px;
	text-align: center;
}
#footer {
	clear: both;
	text-align: center;
	line-height: 175%;
}
#job_description {
	width: 800px;
	padding: 10px;
	margin: 0px auto;
}
.docbox	{
	width: 540px;
	margin: 5px 0;
	float: left;
}
/* End of page structure styles */

/* Start of link styles */
a {
	color: navy;
	text-decoration: none;
}
a:hover {
	behavior: url(css/PIE.htc);
	color: red;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px red;
	padding: 3px;
	font-style: italic;
}
a:visited {
	color: teal;
}
/* End of link styles */

/* Start of navigation bar styles */
ul {
	padding: 0px;
	margin: 0px;
}
/* Horizontal top navbar */
#navbar ul li {
	display: inline;
	list-style-type: none;
	padding: 0px 3px 5px 3px;
	text-align: center;
	font-weight: bold;
}
ul li a {
	color: navy;
	text-decoration: none;
}
/* Vertical left navbar */
#left_col ul li	{
	list-style-type: none;
	margin-left:0;
}
#left_col ul li ul li {
	text-indent: 10px;
	list-style-type: none;
}
/* End of navigation bar styles */

/* Start of text styles */
h1 {
	font-family: "Arial Black";
	color: navy;
	font-style: italic;
	margin: 0 auto;
}
h2 {
	font-family: "Arial Black";
	color: navy;
	margin: 0 auto;
}
h3 {
	color: navy;
	font-weight: bold;
	margin: 2px auto 0px auto;
}
h6	{
	margin-bottom: 5px;
	margin-top: 0;
	text-align: left;
}
.bodytext {
	font-size: medium;
	color: black;
	margin: 2px 0 5px 0;
}
.bodycolumns {
	font-size: medium;
	margin: 2px 0 5px 0;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	line-height: 125%;
}
.caption {
	font-size: small;
	margin: 5px 0;
	font-style: italic;
	text-align: right;
}
.left_col_nav {
	font-size: medium;
	line-height: 140%;
}
.vitalinfo {
	behavior: url(css/PIE.htc);
	border: 2px solid navy;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	-webkit-box-shadow: 3px 3px 3px navy;
	-moz-box-shadow: 3px 3px 3px navy;
	box-shadow: 3px 3px 3px navy;
	margin-right: 10px;
	font-family: "Arial Narrow";
	font-size: small;
	color: navy;
	background-color: white;
	font-weight: bold;
	padding: 8px;
}
.breakingnews	{
	color:red;
}
.centered {
	text-align:center;
	line-height: 140%;
}
/* End of text styles */

/* Start of image styles */
img {
	behavior: url(css/PIE.htc);
	border: 2px solid navy;
	margin-bottom: 6px;
	-webkit-box-shadow: 2px 2px 2px navy;
	-moz-box-shadow: 2px 2px 2px navy;
	box-shadow: 2px 2px 2px navy;
}
.docpics {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 3px;
	float: left;
} 
#right_col img {
	width: 112px;
}
#right_col a:hover, .docbox a:hover, #sidebar a:hover{
	border: none;
	padding: 0;
}
.centeredpics {
	text-align:center;
}
.centeredpics a:hover {
	border: none;
	padding: 0;
	font-style: normal;
}
/* End of image styles */