/* CFSEMA StyleSheet
	Julian Race
	
	Darkest Blue: 0066BB
	Mid Blue: 0088EE
	Lightest Blue: 99CCFF
	Silver: A2A2A2a
*/

body {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "Palatino Linotype","URW Palladio L","palladio l",palatino,"book antiqua",times,serif;
  /*font-family: arial,tahoma,"Trebuchet MS",verdana,arial,verdana,sans-serif;*/
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 75%;
  line-height: normal;
  /* font-size-adjust: none;
  font-stretch: normal; */
}
#container {
  border: 0px solid #eeeeee;
  padding: 0;
  width: 99%;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.5em;
  position: relative;
}
#banner {
  padding: 0px;
  background: #ffffff url(images/bridge.jpg) no-repeat scroll 0% 50%;
  height: 175px;
  position: relative;
  margin-bottom: 20px;
  color: #333333;
  z-index: 1;
}
#banner a {
  border: 0px;
}

/* Begin CSS Drop Down Menu */
/* Menu Code adapted from http://sperling.com/ */


#menuh-container
	{
	/*position: absolute;		
	top: 1em;
	left: 1em;*/
	top: 1em;
	}

#menuh
	{
	font-family: arial,tahoma,"Trebuchet MS",verdana,arial,verdana,sans-serif;
  	font-style: normal;
  	font-variant: normal;
  	font-weight: bold;
	width:100%;
	float:left;
	/*margin-left:0em;
	margin-right:0em;
	margin-bottom:2em;
	margin-top: 1em;*/
	z-index: 2;
	background-color: #0066BB;
  	margin: -1em 0 0 0;
  	padding: 0px 0.5em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: none;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #0066BB;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-color: #99CCFF;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding-left:5px;
	padding-right:5px;
	float:left;
	width:auto;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */



#content {
  padding: 0px 20px 0px 5px;
  margin-left: 190px;
  margin-right: 5px;
  margin-top:2em;
  padding-top:1em;
  color: #333333;
  background-color: #ffffff;
}
#content_sub {
  border-left: 1px dashed #333333;
  border-right: 1px dashed #333333;
  padding: 0px 20px;
  margin-left: 190px;
  margin-right: 5px;
  margin-top: 2em;
  padding-top: 1em;
  color: #555555;
  background-color: #ffffff;
}
#content_sub_full {
  margin-top: 2em;
  padding-top: 1em;
}
#news_content {
  border-left: 1px dashed #333333;
  border-right: 1px dashed #333333;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
}
.news_story {
  margin: 3px 0px;
  float: left;
  padding-left: 1px;
  padding-right: 1px;
  text-align: left;
  width: 100%;
}
.intro {
  margin: 3px 0 5px;
  padding: 5px;
  float: left;
  width: 25%;
  text-align: left;
}
.intro2 {
  margin: 3px 0 5px 20px;
  padding: 5px;
  float: left;
  width: 25%;
}
.intro3 {
  margin: 3px 0 5px;
  padding: 5px;
  float: right;
  width: 33%;
}
.top_align {
  vertical-align: top;
}
#sidebar-a {
  padding: 0 5px;
  position: absolute;
  float: left;
  width: 180px;
  margin-right: 5px;
  margin-top: 5px;
  color: #666666;
  background-color: #ffffff;
  height: auto;
  top: 230px;
  z-index: 3;
}
#sidebar-b {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  color: #333333;
  /*bfe4ff */
  background-color: #99CCFF;
  z-index:4;
}
#sidebar-b-container {
  margin: 0px 0px 0px 10px;
  padding: 0px 2px 0px 5px;
  position: relative;
  float: right;
  top: -25px;
  width: 280px;
  color: #333333;
  background-color: #ffffff;
}
#footer {
  margin: 0;
  padding: 5px;
  clear: both;
  background-color: #0066BB;
  color: #ffffff;
  height: 30px;
  width: 100%;
  text-align: center;
}
#footer a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0066BB;
}
#footer a:hover {
  text-decoration: none;
  color: #fe3f22;
  background-color: #0066BB;
}
#footer p {
text-align: center;
}
#content a {
  text-decoration: none;
  /*background-color: #ffffff;*/
  color: #0088EE;
}
#content a:hover {
  text-decoration: underline;
  color: #80c9ff;
  /*background-color: #ffffff;*/
}
#content a:visited {
  text-decoration: none;
  /*background-color: #ffffff;*/
  color: #99CCFF;
}
#content a img {
  border:  none;
}
#content_sub a {
  text-decoration: none;
  background-color: #ffffff;
  color: #0088EE;
}
#content_sub a:hover {
  text-decoration: underline;
  color: #80c9ff;
  background-color: #ffffff;
}
#content_sub a:visited {
  text-decoration: none;
  background-color: #ffffff;
  color: #99CCFF;
}
#content_sub a img {
  border:  none;
}
.border {
  border: 1px solid #00497f;
  margin: 10px;
  padding: 10px;
}
.imgleft {
  border: 1px solid #00497f;
  margin: 5px 10px 10px 15px;
  padding: 5px;
  float: left;
}
.imgright {
  border: 1px solid #00497f;
  margin: 5px 10px 10px 15px;
  padding: 5px;
  float: right;
}
.imgborder {
  border: 1px solid #00497f;
  margin: 5px 10px 10px 15px;
  padding: 5px;
}
h1 {
  font-size: 200%;
  font-family: times;
  letter-spacing: 5px;
  color: #00497f;
  margin-bottom: 10px;
}
h2 {
  background: #ffffff none repeat scroll 0% 50%;
  font-size: 130%;
  text-transform: uppercase;
  /* letter-spacing: 10px;*/
  color: #00497f;
  margin-bottom: 3px;
}
h3 {
  padding: 5px;
  background: #0099ff none repeat scroll 0% 50%;
  text-transform: uppercase;
  font-size: 110%;
  color: #ffffff;
  margin-bottom: 2px;
}
h4 {
  padding: 5px;
  font-style: italic;
  margin-top: 2px;
  font-size: 110%;
  color: #000000;
}
#banner h2 {
  font-size: 130%;
  font-family: times;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #00497f;
  margin-top: 0px;
}

#sidebar-a p {
  text-align: center;
}

#sidebar-a p a {
  color: #0088EE;
  font-weight: bold;
}
#sidebar-a p a:hover {
  color: #0068b6;
  font-weight: bold;
}

#sidebar-b h3 {
  padding: 5px;
  background: #0099ff none repeat scroll 0% 50%;
  margin-top: 0px;
}
#sidebar-b a {
  background: #99CCFF none repeat scroll 0% 50%;
  color: #0066BB;
}
#sidebar-b a:hover {
  background: #99CCFF none repeat scroll 0% 50%;
  color: #0068b6;
}
#sidebar-b a:visited {
  background: #99CCFF none repeat scroll 0% 50%;
  color: #0066BB;
}
.sidebar_link
{
  background: #99CCFF none repeat scroll 0% 50%;
}

/**************** menu coding *****************/

.menu a {
color: #0088EE;
font-weight: bold;
}
.menu a:hover {
color: #0068b6;
font-weight: bold;
}
