
/*reset code -- clears all browser assumed variables*/
/*@import url("http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css");*/
/*specific clearing code to validate css*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td, img{
margin : 0;
padding : 0;
}

/* removed 'p' from above list */

/*end css clearing*/

/*link information and decorations */
a:link, a:visited, a:active {text-decoration: none; color: #00008B;}
a:hover {text-decoration: underline;}

/*information about subdued links*/
a.subduedlink:link, a.subduedlink:visited, a.subduedlink:active{text-decoration: none; color: #777;}
a.subduedlink:hover {text-decoration: underline; color: #bbb;}

/*information about slogan links*/
a.sloganlink:link, a.sloganlink:visited, a.sloganlink:active{text-decoration: none; color: aqua;}
a.sloganlink:hover {text-decoration: underline;}


html{
	background: #000;
}

body {
	margin:0 auto;
	background: #000;
	font-size: 1em;
	color: #000;
	text-align: center; /*center page in IE -- use text-align: left; in divs to put back to normal*/
	line-height: 1.3em;
	font-family: calibri, arial, sans-serif;
	
}

/*
*headers
*
*h1 will be used for the main page header only
*h2 will be for paragraph headers, should they exist
*/
h1 { 
	font-size: 1.3em;
	letter-spacing: +0.1em;
	font-weight: bold;
	/*font-family: "lucida sans", arial, sans-serif;*/
	font-family: helvetica, arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
	
}
h2{
	font-size: 1em;
	letter-spacing: +0.1em;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	margin-top: 2em;
	margin-bottom: .4em;
}

h3{
	display: inline;
	font-weight: bold;
	/*color: blue;*/
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	margin-top: 20px;
}

/*header substitute*/
.big{
	font-size: 1.5em;
	letter-spacing: +0.1em;
	font-weight: bold;
	font-family: "helvetica", arial, sans-serif;
	line-height: 1.3em;
}


/*
* Navbar info
* from comment on lwis.net
*
*used to make navbar centered -- works wonderfully
*/
#nav {
list-style-type:none;
padding:0; 
margin:0 auto; 
float:left;
position:relative; 
left:50%;
overflow: visible;
}
#nav li {
float:left; position:relative; right:50%;
}
#nav li li{
position: relative; left: 0;
width: 100%;
}
#nav a {
width:auto;
display:block;
text-decoration:none;
}
/*
*end navbar special div info
*/

/*
* lists
*/

ul{
	margin-left: 0em; 
	margin-top: .7em;
	margin-bottom: .5em;
}

li { 
	line-height: 1.3em;
	margin-left: 1.5em; 
	padding: .3em; 
	list-style: square; 
}
.nobullet li{
	list-style: none;
	margin-left: 0em; 
}
.ra{
	list-style-image: url("graphics/ra.gif");
	margin-left: 0em;
}

.customlist li{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: .5em;
	padding-bottom: .5em;
}

li ul li{
	list-style-image: url("graphics/dash.gif");
	margin-left: 1em;
}

/*table formatting*/
.table{
	border-top: 1px solid black;
}

.tablesc{
	width: 830px;
}

.tableonecol{
	width: 99.9%;
	float: left;
	text-align: center;
	font-size: 1em;
}
.tableonecolalt{
	width: 99.9%;
	float: left;
	
}
.tabletwocol{
	width: 49.95%;
	float: left;
	text-align: center;
}
.tablethreecol{
	width: 33.3%;
	float: left;
	text-align: center;
}
.tablethreecolmiddle{
	width: 33.3%;
	float: left;
	text-align: center;
}
.tableclientsmcol{
	width: 20%;
	float: left;
	text-align: center;
}
.tableclientlgcol{
	width: 60%;
	float: left;
	text-align: center;
}

.tablescalt{
	width: 100%;
}

.tablelc{
	float: left;
	width: 400px;
}
.tablelcalt{
	float: left;
	width: 50%;
}

.lcell{
	border: 1px solid black;
	border-top: 0px;
	padding: 10px 0px;
}
	.lcell ul{
		padding: 0px;
		padding-left: 20px;
		padding-right: 10px;
		margin: 0px;
	}
	.lcell li{
		
	}
	.lcell li.nobullet{
		list-style: none;
	}

.tablerc{
	float: left;
	width: 420px;
}
.tablercalt{
	float:left;
	width: 50%;
}
.rcell{
	border: 1px solid black;
	border-top: 0px;
	border-left: 0px;
	padding: 10px 0px;
}

.alt{
	border: 0px;
}

.table li{
	margin-left: .5em;
}
li.round{
	list-style: disc;
	color: blue;
}
/*end table formatting*/

dl{
	margin-left: ; 
}

dt{
	font-size: 1em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .3em;
	letter-spacing: +0.1em;
}

dd{
	font-size: .9em;
	margin-left: 1em;
}

/*
* Div IDs -- used once per page
*/
#container {
	/*position:relative;
	clear:both;*/
	margin:0 auto;
	width:990px;
	width: 850px;
	margin-top: 10px;
	background-color: #FFF;
	/*text-align:left;*/
		
		
}

#pfcontainer {
	margin:0px auto;
	width:640px;
	text-align: left;
	/*this must be 'center' if other divs are to be centered.  adjust text wth classes */
	/*border: black 2px solid;*/
	background-color: white;
	border:0px solid white;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
	}

/*
* Div Classes
*/

.header{
	position: relative;
	border: 5px solid #FFF;
	padding: 0px;
	margin: 0px;
	/*override background and containerback colors*/
	background-color: #FFF; /*to match the graphic*/
}

.header img{
	width: 840px;
}

.audioplayer{
	position: absolute;
	right: 2px;
	bottom: 2px;
	
}

.navbar{
	text-align: center;
	/*position: relative;*/
	height: 35px;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	/*overflow: hidden; /* helps with height calculation discrepancies*/
		
}
.content{
	position: relative;
	border: 5px solid #FFF;
	padding: 7px .25in;
	text-align: left;
}
.lcol{
	/*float: left;*/
	width: 100%;
}
.lcol img{
	border: 0px solid #FFF;
	/*margin: 5px 0px 5px 10px; /*top, right, bottom, left*/
}
.picdiv{
	float:right; 
	border: 1px solid #555; 
	margin: .1in 0in .1in .25in; 
}

.rcol{
	float: right;
	text-align: center;
	/*width: 340px;*/
	background-color: /*#66CCFF -- light blue*/ #000066;
}
.picture{
	margin-top: 15px;
	text-align: center;
}
.footer{
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	background-color: #000;
}

.sumarttitle{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
}

.sumart{
	padding-top: .5em;
	line-height: 1em;
}

.clearer{
	clear:both;
}

/*
* col classes currently used on the index page for specific column formatting only
*/

.nfcol{
	border-left: 1px solid #DDD;
	padding-left: 15px; 
	margin-left: 15px;
}

.col{
	/*border: 1px solid yellow;*/
	/*margin-top: 25px;*/
	float: left;
	width: 270px;
	width:33%;
	
}

.colhead{
	font-size: 110%;
	/*color: blue;*/
	text-align: center;
	margin-bottom: 10px;
}

.colcontent{
	padding: 5px;
	font-size: 80%;
}

/*
* Form classes are used for all forms for a clean display
*/

.form {
	width: 100%;
	/*border: 1px solid purple;*/
}

.form label{
	float: left;
	width: 150px;
	text-align: right;
	padding-right: .5em;
	/*border: 1px solid orange;*/		
}

.form label2{
	position: absolute;
	width: 150px;
	padding-left: .5em;
	font-size: 90%;
	/*border: 1px solid blue;*/
}

.form input{
	width: 450px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.form select{
	width: 450px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.form textarea{
	width: 450px;
	height: 180px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.form sudotext{
	display: inline-block;
	width: 450px;
	/*margin-top: 2px;*/
	margin-bottom: 10px;
}

.form input.submit{
	width: 120px;
	margin-left: 495px;
}

.grantform{
	width: 100%;
	/*border: 1px solid purple;*/
}

.grantform label{
	float: left;
	width: 200px;
	text-align: right;
	padding-right: .5em;
	display: inline;
	/*border: 1px solid orange;*/
}
.grantform labelalt{
	padding-left: 15px;
	/*float: left;*/
	/*width: 200px;*/
	/*text-align: right;*/
	/*margin-right:.5em;*/
	/*border: 1px solid orange;*/
}
.grantform input{
	display: inline;
}
.grantform select{
	display: inline;
}
.grantform input.submit{
	margin-left: 675px;
	width: 120px;
}

/*
*
* Formatting Classes
*
*/

.topspacer{
	margin-top: 15px;
}
.leftspacer{
	padding-left: 15px;
}
.smleftspacer{
	padding-left: 6px;
}

.bottomspacer{
	margin-bottom: 10px;
}

.subdued{
	font-size: .8em;
	color: #555;
}

.small{
	font-size: 80%;
}

.big{
	font-size: 100%;
}

.editarticlelink{
	font-size: 70%; 
	font-weight: none; 
	letter-spacing: 0em;
}

/* text align */
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.center {
	text-align: center;
	}
.justify{
	text-align: justify;
	}
	
/* float */
.floatleft {
	float: left;
}
	
/* text decoration/font style/font weight */
.underline{
	text-decoration: underline;
	}
.italics{
	font-style: italic;
	}
.italic{
	font-style: italic;
	}
.bold{
	font-weight: bold;
}
.red{
	color: red;
}
.blue{
	color: blue;
}

/* bg color classes*/


/* font family classes*/

.tt{
	font: 1.1em/1em consolas, "lucida console", monospace;
	}

/*
* End Formatting Classes
*/