/*-----------------------------------------------------------------------------
Superior Grant Writers Style Sheet

version:   2.0
author:    tom heffron	
email:     h3@heffrons.net
website:   http://h3.heffrons.net/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}
body {text-align: center; /*background-color:#A4A1A1;*/
	background: #fff url(../images/button1.gif) repeat-y left top ;
	font-family: Arial, sans-serif;
 }

form {margin-left: 2em; 
font-size: 110%;
text-align: left;
max-width:720px;
min-width:180px;
}
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 3px 3px;
}
textarea {
	wrap="virtual";
	text-indent:0;
	width: 80%
}

#box1
{
background-color:#FFFFFF;
margin:0 15%;

margin-right: auto;
float:left;
width: 90%;
/* border:thin solid red; */
padding:0 ;
min-height: 100px; 
text-align: left;
}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}
legend { margin: 0 }
/* Clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}
#branding {
	background-color: #017EB5;
	width: 100%;
	height:86px;
	border-bottom: thin solid red;
/* 	margin-top:-32px; */
	}
#branding img {
	float: left;
	border-right: thin solid red;
	
}
#branding h1 {
padding-top:10px;
text-align: center;
	}
.address{
float: left;
width:30%;
text-align:left;
padding-left:1em;
color:#2B2422;
}
.address img {
	vertical-align:middle;
}

#content {
	float:left; 
	width: 39%;
	margin-left: 2em;
/*	margin-top: 1em; */ 
	padding: 0 2em 0 3em;
	text-indent: -2em;
	text-align: left;
	min-height: 400px;
	background: #eeeeee; url(../images/button1.gif) repeat-y left top ;

	}
#content	li {margin-left: 3em;
			padding-top: 1.25em;
}
#bio1 p, #bio2 p {text-align: justify;
	font-size: 110%;
	padding-right:0;
}
#aside {
	float: left;
	text-align: left;
	width: 35%;
	background: #fefefe url(../images/button1.gif) repeat-y left top;
	font-family: arial;
	margin-right: 2em;
/*	margin-top: 1em; */
	padding-left: 1em;
	min-height: 400px;
}
#aside ul {
	text-align:left;
	padding-left:2em;
}
#aside li {
	display: block;
	
}

dt {
	
	display: list-item;
	margin-left: 1em;
	padding-top: 1em;
	font-size: 125%;
	text-decoration: none;
	list-style-type: circle;  
	list-style-image: url(../images/bullet.gif);
	text-align:left;
}
dd { display: list-item;
	margin-left:4em;
	list-style-type: square;
	text-indent: 1em;
	visibility: hidden; 
}
#bio1 {float:left;
	padding:0;
	width: 55%;
		
	}
#bio2 {float:right;
	padding:0;
	width: 55%;	
		
	}
/*-----------------------------------------------------------------------------

 =Navigation
-----------------------------------------------------------------------------*/
#nav {
	/*
	float:left; padding: 3em 0;
	*/	
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%; 
	float: left;

	}

#nav ul a {
	display: block;
	padding: 0 2em;
	line-height: 2.1em;
	text-decoration: none;
	color: #017EB5; 
	}
#nav li {
	float:left;
	background: #fefefe url(../images/button1.gif) repeat-y left top;
	width: 33%;
}



#message p{
	font-size:125%;
	font-weight: 700;	
	color: #E94460;
	
}
#footer {float:left;width:30%; text-align: center;}

