/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* this adds a vertical scrollbar to all pages in non IE browsers, stopping the jumping as page lengths vary and scroll bars come and go */
html{
	height: 100%;
	margin-bottom: 1px;
}

/* finish undo html */


/*this controls the menu function*/


#mainMenu {
   position: absolute;
	top: 117px;
	text-align: left;
	width: 669px;
	background-color: #00015E;
	color: #ffffff;
	margin-left: 0px;
	font-size: 75%;
	padding: 4px 0px 4px 6px;
	border-top: 1px solid #fff;
   z-index: 12;
}

#menuList {
	margin: 0px;
	padding: 0px;
   font-size: 75%; 

}

#menuList ul {
	margin: 0px;
	padding: 0px;
}

#menuList li {
	display:inline;
	list-style: none;
	
}

a.starter {
	background-color: #00015E;
	color: #ffffff;
	font-weight: bolder;
	font-size: 1.2em;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
}

a.starter:hover, a.starter:active {
	background-color: #FFD700;
	color: #00015E;
}

.menu {
	text-align: left;
	color: #ffffff;
	background-color: #00015E;
	position: absolute;
	width: 160px;
	visibility: hidden;
}

.menu li a {
	background-color: transparent;
	color: #fff;
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active {
	background-color: #FFD700;
	color: #00015E;
}

#menu1, #menu2, #menu3, #menu4, #menu5 { 
	width: 160px; 
	z-index:100; 
}
/* end menu funtions */


/* main standards for site */

body {
   text-align: center;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 100%;
}



#wrapper {
	background-color: #fff;
	width: 675px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
	margin-bottom: 10px;
	border: 1px solid #767676;
	background-image: url(leftcol_bg.png);
	background-repeat: repeat-y;
	background-position: left;
	}
	
	#header {
		width: 675px;
		height: 101px;
	}
	
	#content {
		width: 675px;
		margin-top: 24px;
	}
	
	#maincontent{
float: right;
width: 455px;
padding-right: 10px;
padding-left: 5px;
font-size: 70%;
line-height: 150%;
clear: right;
 }
 
 #maincontent p {
 	margin-bottom: 3%;
 }
 
 #maincontent h1 {
 	font-size: 160%;
	padding-bottom: 5px;
 }
 
  #maincontent h2 {
 	font-size: 140%;
	padding-bottom: 5px;
 }
 
  #maincontent h3 {
 	font-size: 120%;
	padding-bottom: 5px;
 }
 
   #leftcol h3 {
 	font-size: 130%;
 }
	
	#leftcol {
	float: left;
   width: 185px;
	font-size: 70%;
	padding-left: 7px;
	padding-right: 10px;
	clear: left;
   }
	
	#grafixwire {
		color: #fff;
	}
	
	#footer {
 width:675px;
 color: #ffffff;
 text-align: center;
border-top: 1px solid #fff;
 height:31px;
 padding: 3px 0 0 0;
 font-size: 70%;
 background:#4B7B8E;
 margin:0;
 clear: both;

	}
	
	#footer a {
		color: #ffffff;
	}
	
	
	 /* the next part is for the pictures */
 .leftpic{
 	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
 }
 
#leftcol  .leftpic{
 	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 100%;
 }
 .rightpic{
 	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: auto;
 }
 
 #validpage {
 	width: 675px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0;
	height: 20px;
 }
 
 #pullquote {
  font-size: 120%;
  color: #767676;
  width: 200px;
  border-left: 1px solid #767676;
  padding-left: 7px;
  margin-left: 5px;
  margin-bottom: 5px;
  float: right;
}

.openquote {
	 float: left;
	 padding-right: 3px;
}

.closequote {
	 float: right;
	 padding-left: 3px;
	 margin: 0px;
}

/* news feed controls */
.newsAlt {
 	padding-bottom: 15px;
 }
 .news {
 	padding-bottom: 15px;
 }
 
 .channel {	
	padding-bottom: 15px;
 }
 
 .newsLink {
font-weight: bold;
}

.newsLinkAlt {
font-weight: bold;
}

#leftcol a {
color: #ffffff;
}

#company {
	
}

#company h3{
	font-size: 120%;
	padding-bottom: 5px;
	padding-top:10px;
	border-top: 1px dashed #000;
}
