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

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

html{
	scrollbar-base-color: maroon;
	scrollbar-arrow-color: lightgray;
}

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: gray;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

body,td,th {
	font-size: medium;
	color: navy;
}

a {
	font-size: medium;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
  font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	padding: 4px;
	background-color: maroon;
	color: white;
	text-align: center;
	font-weight: bold;
	margin: 4px;
}
h2 {
	font-family: Arial,sans-serif;
	padding: 4px;
	background-color: navy;
	color: white;
	text-align: center;
	font-weight: bold;
	margin: 4px;
}


#mainheading {
  float: left;
}

#subheading {
  font-size: x-small;
  color: lightgrey;
}

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;
}

#warning {
  color: red;
  font-weight: bold;
}

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

#masthead{
	margin: 0;
	width: 100%;
	height: 96px;
	background-color: maroon;
	border-top: maroon 1px solid;
}

#masthead img{
	border: 0px;
}

#leftbanner {
	float: left;
}

#rightbanner{
position: absolute;
right: 1%;
}

#navBar{
	margin: 2px;
	padding: 0px;
	width: 146px;
	float: left;
}

#content{
	margin: 0px;
	margin-left: 146px;
	padding-top: 20px;
	padding: 0px;
	padding-top: 15px;
	background-color: lightgrey;
	border: 0px;
}


.left_curve{
position: absolute;
left: 151px;
background-color: lightgrey;
display: block;
}


.right_curve{
position: absolute;
right: 5px;
background-color: lightgrey;
display: block;
}

#container{
		border-right: maroon 1px solid;
		display: block;
		background-color: lightgrey;
		background-image: url(images/navbar_right_border.gif);
		background-repeat: repeat-y;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

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


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

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


/************* #globalNav styles **************/

#globalNav{
	padding: 10px;
	position: absolute;
	right: 1%;
	top: 85px;
	white-space: nowrap;
	z-index: 10;
}

#globalNav a:link, #globalNav a:visited {
color: navy;
font-weight: bold;
font-size: small;
text-decoration: none;
border: solid 2px white;
padding: 4px;
background-color: lightgrey;
}

#globalNav a:hover {
color: black;
background-color: white;
border-color: gold;
}
/* '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; 
}

#current_section {
  color: lime;
  background-color: white;
  border-color: gold;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* 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{
  clear: both;
	border: 2px solid maroon;
	font-size: 75%;
	width: 100%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	background-color: maroon;
	margin-top: 10px;
}
/* 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 a:link, #siteInfo a:visited{
	color: #FFFFFF;
	
}
#siteInfo img{
	vertical-align: middle;
}

#hosting{
  clear: both;
	border: 0px;
	font-size: 75%;
	width: 100%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	background-color: gray;
}
/************* #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;
}

/*********** #login styles ***********/
#login{
	font-weight: bold;
  padding: 2px 2px 2px 2px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; color: navy; text-align: left;}
#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%;
	font-weight: bold;
}

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

#sectionLinks a:link{
 padding: 2px 0px 2px 10px; 
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

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

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: white;
	padding: 2px 0px 2px 10px; 
}

#submenu div {
  background-color: white;
  border: maroon 2px solid;
}

#submenu a {
  font-size: small;
  padding: 2px;
  padding-top: 4px;
  border-bottom: 0.5px lightgrey solid;
}

/* Forms and inputs */

textarea {
  border: grey 1px dotted;
  background-color: lightgrey;
  color: navy;
  overflow: auto;
}

button {
  background: maroon;
	color: white;
}

input {
  background: maroon;
	color: white;
}

.mainheading_input {
  border: lightbrown 1px dotted;
  background-color: maroon;
  color: white;
  font-weight: bold;
  float: left;
}

.left_form {
  float: left;
}

/* Footer image links */
/*
#left_footer_image {
  position: relative;
  left: -28%;
}

#right_footer_image {
  position: relative;
  left: 28%;
}
*/
