/* CSS Document */

body,html {
	padding: 0;
	margin: 0;
	background: #91d7ff;
	font-family: Arial, Helvetica, sans-serif;
}
#container
{
	width: 90%;
	background-color: #fff;
	color: #000066;
	line-height: 130%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0em;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BCBCBC;
	border-right-color: #BCBCBC;
	border-left-color: #BCBCBC;
}

#top
{
	padding: 0.5em;
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #B5190E;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
	float: left;
	width: 190px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
}
#quotation {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
}

#sofarmastheadid {
}
#content
{border: 1px solid #FFFFFF;
    margin-left: 250px;
    
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1em;
    padding-left: 2em;
} 

#content p {
	font-size: 0.8em;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 1em;
	background-image: url(../images/gradient.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 4px;
	padding-bottom: 1.5em;
}
#content h2 {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
#content h3 {
	margin: 0 0 .5em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
#content h4 {
	margin: 0 0 .5em 0;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
}
#mission{
	padding: 0px;
	width: 85%;
	margin-left: 50px;
}
#mission p {
	font-weight: bold;
	color: #000066;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 22px;
}
#endorse {
	background-image: url(../images/banners/banner_ped.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 132px;
}
#footer{
	clear: both;
	margin: 0;
	padding: 0em;
	color: #333;
	background-color: #FFFFFF;
	font-size: 0.75em;
	text-transform: lowercase;
	text-align: center;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-color:  #BCBCBC;
}
#footer a:link {
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
}
#footer a:hover{
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #990033;
}

#footer a:visited {
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
}
#leftnav p { margin: 0 0 1em 0; }

.callout {
	font-size: 0.8em;
	border: thin dotted #CC6600;
	font-style: normal;
	text-align: center;
	background-color: #C7ECFF;
	text-transform: none;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000033;
}
.pullquote {
	font-size: 1em;
	border: thin dotted #CC6600;
	font-style: normal;
	text-align: center;
	background-color: #FFFFFF;
	text-transform: none;
	width: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000033;
	display: block;
	padding: 1em;
}
