/*
[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-color:#3d9531;
	color: #333;
}
p {
	margin:5px 0 20px;
	line-height:1.5em;
}
ol {
        list-style-type:decimal;
}
li {
	line-height:1.5em;
        margin-left:8px;
}
table th {
	background-color:#dfdfdf;
	text-align:center;
	vertical-align:bottom;
	font-weight:bold;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
img.shadow {
	margin-top:20px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #083661;
	text-decoration: none;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
#resource-center a {display:block;height:1%; color:#333;}
#resource-center a:hover {background-color:#D3D8DB;}
#middle-column a {color:#3d9531;}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	color:#083661;
	font-size:16px;
	font-family:"Lucida Grande", Verdana;
        padding-bottom:15px;
}

h2 {
	color:#083661;
	font-size:14px;
	font-family:"Lucida Grande", Verdana;
        padding-bottom:10px;
}
#left-column h2 {
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/dot-green.gif) bottom left repeat-x;
	padding-bottom:3px;
	text-align: right;
	margin-bottom:5px;
	text-transform: uppercase;
}
h3 {
	font-size:12px;
        font-weight:bold;
        line-height:1.5em;
        font-family:'Lucida Grande', Verdana;
	color:#083661;
}

h4 {
	font-size:11px;
        font-weight:bold;
        line-height:1.5em;
        font-family:'Lucida Grande', Verdana;
	color:#333;
}
#resource-block h4 {
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/min-max-arrows.gif) no-repeat 0 3px;
	line-height:7px;
	padding-left:10px;
	margin-bottom:3px;
	cursor: pointer;
}
#resource-center h3{
	background-image:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/audience-icons.gif);
	background-repeat: no-repeat;
	line-height:20px;
	padding-left:25px;
	font-size:8pt;
	height:20px;
	position:relative;
	color:#003A6D;
}
h3#vol {background-position:0 3px;}
h3#sup {background-position:0 -16px;clear:left;}
h3#fam {background-position:0 -35px;clear:left;}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header {
	height:91px;
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/header-bg.gif) repeat-x;
}
.wrapper {
	width:927px;
	margin:auto;
}
#header .wrapper {
	z-index:99999999;
	position:relative;
}
#logo {
	position:absolute;
	top:12px;
	left:2px;
}
#three-column {
	margin:1px 0 0 1px;
}
#three-column.about {background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/headers/about-header.jpg) no-repeat;}
#three-column.involved {background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/headers/involved-header.jpg) no-repeat;}
#three-column.homeowner {background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/headers/homeowner-header.jpg) no-repeat;}
#three-column.restore {background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/headers/restore-header.jpg) no-repeat;}
#three-column.sponsor {background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/headers/sponsor-header.jpg) no-repeat;}

img#home {
	left:230px;
	position:absolute;
	top:5px;
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#subnav {
	font-family:"Lucida Grande";
	font-weight:bold;
	line-height:1.8em;
	font-size:12px;
}
#subnav ul.subsub {
        list-style-type:none;
}
#subnav ul.subsub li {
        font-weight:normal;
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#middle {
	padding-top:21px;
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/body-bg.jpg) no-repeat center top #D0DDE3;
}
#middle .wrapper {
	background-color:#fff;
	border:solid 1px #a8afb2;
	z-index:888;
	position:relative;
}
	
.tl-c {
	float:left;
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/tl-corner.gif);
	height:2px;
	width:2px;
	margin:-1px 0 0 -1px;
}
.tr-c {
	float:right;
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/tr-corner.gif);
	height:2px;
	width:2px;
	margin:-1px -1px 0 0;
}
#resource-center ul {
	float:left;
	width:140px;
	margin-left:5px;
	margin-bottom:8px;
	display:inline;
}
#left-column {
	float:left;
	display:inline;
	margin:100px 13px 0 10px;
	width:220px;
}
#middle-column {
	float:left;
	display:inline;
	width:440px;
	border-right:solid 1px #c5c9ca;
	margin:155px 0 0 0;
	text-align: justify;
}
#middle-column .padding {
	padding:0 10px 0 8px;
}
#middle-column ul, #middle-column ol {
        margin:-20px 0 20px 10px;
}
#middle-column ul li, ol li {
	line-height:1.5em;
        margin-left:8px;
}
#middle-column ul li {
        list-style-type:disc;
}
#middle-column ul.below-header, #middle-column ol.below-header {
        margin: 0 0 20px 10px;
}
#right-column {
	float:right;
	margin:155px 10px 0 0;
	width:225px;
	color:#777;
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/rightcol-bg.gif) repeat-x;
}
#right-column .padding {
	padding: 8px;
}
#right-column .padding ul.plain li {
	list-style-type:none;
        padding-top:10px;
}
#three-column .clear{
	height:10px;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#search {
	float:right;
	text-align:right;
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/search.gif) no-repeat;
	height:26px;
	width:250px;
	overflow:hidden;
}
#search a {
	float:left;
	padding:0px 6px;
	display:inline;
	margin:8px 0;
	border-right:solid 1px #fff;
	color:#fff;
	font-size:8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#doctextsizer a {
        margin:0px;
        padding:0 4px;
        border:none;
        letter-spacing:0px;
}
#search input.text {
	border:none;
	position:relative;
	cursor: text;
	background:transparent;
	height:14px;
	width:90px;
	margin:6px 4px 0 0;
	font-size:7pt;
	color:#fff;
	padding:0;
	float:right;
}
#iiutud-iiutud {
	height:20px;
	width:219px;
	line-height:20px;
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/email-input.gif) no-repeat;
	border:none;
	padding:0;
	position:relative;
	top:-7px;
	padding:2px;
	color:#666;
	font-size:10px;
}
* html #iiutud-iiutud {top:0;}
 *:first-child+html #iiutud-iiutud{top:0;}
table#speaker-form {width:400px;}
table#speaker-form td {
	padding:3px 6px 3px 0;
}
label {
	display:block;
	color:#666;
	font-size:10px;
}
input.text {
	display:block;
	width:191px;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin:10px 0;
}
.errors {
	background:url("http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/errors-bg.gif") top left repeat-x #d7b2b2;
	padding:5px;
	border:solid 1px #790000;
	line-height:1.7em;
	color:#790000;
	font-weight:bold;
	margin-bottom:10px;
}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
table.border {
	border-collapse:separate;
	border:1px solid #dfdfdf;
}
table.border td {
	padding:5px;
	border:1px solid #dfdfdf;
}

.box1 div.topleft,
.box2 div.topleft,
.box3 div.topleft,
.box4 div.topleft {
	display: block;
	background: url("http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/blue1-bg.gif") top left no-repeat;
	padding: 2px 0 0 2px;
}

.box1 div.topright,
.box2 div.topright,
.box3 div.topright,
.box4 div.topright  {
	display: block;
	background: url("http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/blue1-bg.gif") top right no-repeat;
	padding: 2px;
	margin: -2px 0 0 2px;
}

.box1 div.bottomleft,
.box2 div.bottomleft,
.box3 div.bottomleft,
.box4 div.bottomleft {
	display: block;
	height: 3px;
	margin-top: -2px;
	background: url("http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/blue1-bg.gif") bottom left no-repeat;
}

.box1 div.bottomright,
.box2 div.bottomright,
.box3 div.bottomright,
.box4 div.bottomright {
	display: block;
	background: url("http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/blue1-bg.gif") bottom right no-repeat;
	height: 3px;
	margin-left: 3px;
}
.box2 div.topleft,
.box2 div.topright,
.box2 div.bottomleft,
.box2 div.bottomright {
	background-image:url("http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/blue2-bg.gif");
}
.box3 div.topleft,
.box3 div.topright,
.box3 div.bottomleft,
.box3 div.bottomright {
	background-image:url("http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/blue3-bg.gif");
}
.box4 div.topleft,
.box4 div.topright,
.box4 div.bottomleft,
.box4 div.bottomright {
	background-image:url("http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/green1-bg.gif");
}
.box1 div div div,
.box2 div div div,
.box3 div div div,
.box4 div div div {
	padding:5px;
}
.box1 div div div div,
.box2 div div div div,
.box3 div div div div,
.box4 div div div div {
	padding:0;
}
#buttons {
}
#buttons a {
	display:block;
	height:52px;
	width:224px;
	margin-bottom:5px;
}	
#buttons a img {
	height:52px;
	width:224px;
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/subpage-btns.gif) no-repeat;
	float:left;
	clear:left;
}
#buttons a.one img {background-position:;}
#buttons a.two img {background-position:0 -53px;}
#buttons a.three img {background-position:0 -106px;}

#buttons a:hover.one img {background-position:-225px 0;}
#buttons a:hover.two img {background-position:-225px -53px;}
#buttons a:hover.three img {background-position:-225px -106px;}

.frame1 {
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/frame1.gif)  no-repeat bottom right;
	float:left;
	padding-right:20px;
	padding-bottom:13px;
}
.frame1 img {
	border-top:solid 5px #0e3a67;
	border-left:solid 5px #0e3a67;
	display:block;
	line-height:1px;
}
.frame1.left {
	float:left;
	margin:0 15px 0 0;
}
.frame1.right {
	float:right;
	margin:0 0 0 15px ;
}
.frame1large {
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/frame1large.gif)  no-repeat bottom right;
	float:left;
	padding-right:20px;
	padding-bottom:13px;
}
.frame1large img {
	border-top:solid 5px #0e3a67;
	border-left:solid 5px #0e3a67;
	display:block;
	line-height:1px;
}

.quote {
	color:#555555;
	font-family:georgia;
	font-size:12px;
	line-height:1.5em;
}
		#middle-column .sitemap ul {
			list-style: none;
			margin:5px 0 30px 0;
			font-weight:bold;
		}
		#middle-column .sitemap li {
			list-style: none;
			float:left;
			display:inline;
			width:200px;
		}
		#middle-column .sitemap ul ul {
			font-weight:normal;
		}
		#middle-column .sitemap li li {
			float:none;
			display:block;
		}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#bottom-bar {
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/bottombar-bg.gif) repeat-x;
	height:42px;
}
#footer {
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/footer-bg.gif) repeat-x #3d9531;
	position:relative;
	top:-81px;
	z-index: 555;
	font-size:7pt;
	font-family:Verdana;
}
#footer a {color:#fff;}
#footer a:hover {text-decoration: underline;}
#footer .wrapper {
	background:url(http://bac4c6bbfd61c41d3bd849686fed27c41386f3cb.gripelements.com/img/page-shadow.gif) no-repeat 0 65px;
	width:965px;
}
#footer ul {
	margin-top:75px;
	float:left;
	width:136px;
}
#footer .padding {
	padding:18px 0 0 20px;
}
#footer ul strong {
	text-transform: uppercase;
}
#bbb {
	float:right;
	width:349px;
	margin-right:20px;
	margin-top:65px;
	color:#fff;
}
#bbb a {
	text-decoration: underline;
}
#credit {
	float:left;
	width:250;
	margin:28px 0 0 8px;
	color:#fff;
}
#credit a {
	text-decoration: underline;
}

.photos_div {
       margin-top: 10px;
}

.sets img {
    padding: 1px;
    border: 1px solid #CCC
}
.simg {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
}

.stext {
    padding-top: 20px;
}

.stext a {
    font-weight: normal;
    font-size: 18px;
}

