/*	
	this file is for color and style
*/

/* move or remove these for production 
#head {
	border: 1px solid #999;
}
#main {
	border: 1px solid #999;
}
#foot {
	border: 1px solid #999;
}
*/

/* general tags ============================================================ */
body,
table,
td {
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #000099 url(../images/frame/bkgd_stripes.gif) repeat;
	color: black;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}


a {
	color: #0066CC;
}

a:link,
a:visited {
	text-decoration: none;
	}
	
a:hover,
a:active {
	color: #0099FF;
}

ul {
	padding: 0;
	margin: 0 0 1em 0;
	list-style-type: none;
}

ul ul {
	margin: 0 0 0 10px;
	font-size: 95%;
}

/* main styles ============================================================ */

#main {
	background: white url(../images/frame/bkgd_main.gif) repeat-y;
}

#main h1 {
	clear: both;
	margin: 0px 0px .2em 0px;
	font-size: 150%;
	padding: 0;
	color: #000066;
}

#main h2 {
	clear: both;
	margin: .75em 0px .2em 0px;
	font-size: 120%;
	padding: 0;
	color: #000099;

}

#main h3 {
	margin: 1em 0px .2em 0px;
	font-size: 100%;
}

.hometd {
	border-top: 1px solid #009;
	padding-bottom: 20px;
	vertical-align: top;
	width:230px;
}

.hometd img {
	border-right: 1px solid #009;
	border-bottom: 1px solid #009;
	border-left: 1px solid #009;
	margin-right: 7px;
	margin-top: 0px;
	float: left;
}

#main td.hometd h3 {
	margin-top: 4px;
}

#main-2 p {
	margin: 0px 0px 1em 1em;
	line-height: 1.5em;
}

#main-2 ul {
	margin-left: 1em;
}

#home p {
	margin-left: 0;
}


#main-2 p.testimonial {
	margin-top: 0.5em;
        margin-bottom: 0;	
	padding-top: 0px;
	padding-bottom: 0px;
}

#main-2 p.testimonial-giver {
	text-align: right;
	margin-top: 0;
	padding-top: 0px;
}

#sidebar a {
	padding: 6px 20px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	text-decoration: none;
}

#sidebar a:link,
#sidebar a:visited {
	color: white;
}

#sidebar a:hover,
#sidebar a:active {
	text-decoration: underline;
}

#mission {
	font-size: 11px;
}

/* foot styles ============================================================ */
#foot a:link,
#foot a:visited {
	color: yellow;
}

#foot a:hover,
#foot a:active {
	text-decoration: underline;
}

/* utility classes ============================================================ */
div.clearFloats {
	clear: both;
	line-height: 0px; 
	height: 0px;
	visibility: hidden;
}

div.noCollapse { /* keep divs from collapsing into contained elements */
	padding: 1px 0px;
} 

/* form classes ============================================================ */
.form {
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	text-align: left;
}

input,
select,
textarea{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 3px;
	background-color: #FFF;
}


