body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#cdcdcd;
}
p {
	margin:0;
}
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#AA1224;
	margin:0;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
a:link, a:visited {
	color: #AA1224;
	text-decoration: none;
}
a:hover, a:active, a:visited:hover {
	color: #000;
	text-decoration: underline;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333;
}
ul {
	margin-top:0;
	margin-bottom:0;
	list-style-image:url(../images/interior/bullet.gif);
}
ul li {
	margin-left:15px;
}
hr {
	margin:16px 24px 16px 24px;
	border:solid 2px #666;
}
blockquote {
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:25px;
}

/*** CONTAINERS ***/
#main_top {
	width:100%;
	min-height:251px;
	background:url(../images/home/repeat_top.jpg) repeat-x #fff;
}
#main_btm {
	width:100%;
	background:url(../images/home/repeat_bottom.jpg) repeat-x;
	clear:both;
	
}
#container_top {
	position:relative;
	width:925px;
	margin:auto;
	padding-top:42px;
}
#footer {
	position:relative;
	width:890px;
	margin:auto;
	padding:18px 0 20px 35px;
	overflow:hidden;
}

/*** MAIN NAV ***/
#logo {
	position:absolute;
	top:42px;
	left:0;
	width:304px;
	height:57px;
	background:url(../images/home/logo.jpg);
}
#logo a {
	width:304px;
	height:57px;
	text-indent:-9999px;
	display:block;
}
#logo a:hover {
	width:304px;
	height:57px;
}
#flash_nav {
	position:absolute;
	top:42px;
	left:308px;
	width:611px;
	height:71px;
	z-index:10;
}
#top_nav {
	position:absolute;
	width:500px;
	top:24px;
	right:12px;
	text-align:right;
	font-size:10px;
}
#top_nav ul {
	margin:0;
	padding:0;
	list-style-image:url(../images/home/bullet_nav.gif);
	list-style:url(../images/home/bullet_nav.gif);
}
#top_nav ul li {
	float:right;
	padding:0 12px 0 0;
	line-height:14px;
	list-style-image:url(../images/home/bullet_nav.gif);
	list-style:url(../images/home/bullet_nav.gif);
}
#top_nav ul li a:link, #top_nav ul li a:visited {
	color: #000;
	text-decoration: none;
}
#top_nav ul li a:hover, #top_nav ul li a:active, #top_nav ul li a:visited:hover {
	color: #AA1224;
	text-decoration: none;
}
#sub_nav {
	position:absolute;
	top:104px;
	left:0;
	width:908px;
	height:9px;
	background:#AA1224;
	overflow:hidden;
	z-index:1
}

/*** CONTENT ***/
#content_container {
	width:925px;
	padding-top:76px;
	background:url(../images/home/banner_right.jpg) no-repeat top right;
}
#banner_container {
	position:relative;
	width:908px;
	height:355px;
	margin-bottom:17px;
	overflow:hidden;
}

/*** BANNER ACCORDIAN ***/
.accordion {
	position:absolute;
	top:0;
	left:-7px;
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}
.accordion li {
	cursor:pointer;
	margin:0;
	padding:0;
}
.accordion .active_click {
	cursor:default;
}
.window {
	background:url(../images/home/banner_divider.jpg) repeat-x #fff;
}
.one {
	margin:0 0 0 7px;
	background:url(../images/home/panel_1_over.jpg) no-repeat;
}
.two {
	margin:0 0 0 7px;
	background:url(../images/home/panel_2_over.jpg) no-repeat;
}
.three {
	margin:0 0 0 7px;
	background:url(../images/home/panel_3_over.jpg) no-repeat;
}
.four {
	margin:0 0 0 7px;
	background:url(../images/home/panel_4_over.jpg) no-repeat;
}
.five {
	margin:0 0 0 7px;
	background:url(../images/home/panel_5_over.jpg) no-repeat;
}

/*** HOME CONTENT ***/
#home_content_container1 {
	width:919px;
	background:url(../images/home/home_content_middle.jpg) repeat-y top right;
}
#home_content_container2 {
	width:919px;
	background:url(../images/home/home_content_top.jpg) no-repeat top right;
}
#home_content_container3 {
	width:919px;
	min-height:75px;
	background:url(../images/home/home_content_btm.jpg) no-repeat bottom right;
}
#content_left {
	width:656px;
	float:left;
}
#content_left h1 {
	width:618px;
	height:25px;
	line-height:26px;
	padding-left:38px;
	padding-bottom:5px;
	background:url(../images/home/header_lg.jpg) no-repeat;
	color:#fff;
}
#intro {
	width:625px;
	height:169px;
	padding:13px 13px 0 13px;
	background:#dedede;
	overflow:hidden;
}
#content_right {
	width:235px;
	float:left;
	margin-left:22px;
}
#content_right h1 {
	width:197px;
	height:25px;
	line-height:26px;
	padding-left:38px;
	padding-bottom:5px;
	background:url(../images/home/header_sm.jpg) no-repeat;
	color:#fff;
}
#projects_callout {
	width:212px;
	height:173px;
	padding:9px 9px 0 9px;
	background:#1e1e1e;
	overflow:hidden;
	text-align:center;
}
#projects_callout h2 {
	color:#fff;
}
#projects_callout h2 a:link, #projects_callout h2 a:visited {
	color: #fff;
	text-decoration: none;
}
#projects_callout h2 a:hover, #projects_callout h2 a:active, #projects_callout h2 a:visited:hover {
	color: #AA1224;
	text-decoration: none;
}
#project_photo {
	width:212px;
	height:125px;
	padding-bottom:7px;
	background:url(../images/home/project_photo.jpg) no-repeat;
}
#project_photo a {
	width:212px;
	height:125px;
	text-indent:-9999px;
	display:block;
}
#project_photo a:hover {
	width:212px;
	height:125px;
}
#bottom_cap {
	width:919px;
	height:31px;
	background:url(../images/home/bottom_cap.jpg) no-repeat;
	clear:both;
}

/*** FOOTER ***/
#footer h1 {
	line-height:22px;
	margin-left:30px;
	color:#333;
}
#prof_assoc {
	width:231px;
	background:url(../images/home/footer_title.png) no-repeat;
	float:left;
}
#mcaa {
	width:113px;
	height:63px;
	margin-left:64px;
	clear:right;
	background:url(../images/home/mcaa.png);
}
#mcaa a {
	width:113px;
	height:63px;
	text-indent:-9999px;
	display:block;
}
#mcaa a:hover {
	width:113px;
	height:63px;
}
#msca {
	width:113px;
	height:55px;
	margin-left:64px;
	clear:right;
	background:url(../images/home/msca.png);
}
#msca a {
	width:113px;
	height:55px;
	text-indent:-9999px;
	display:block;
}
#msca a:hover {
	width:113px;
	height:55px;
}
#usgbc {
	width:113px;
	height:64px;
	margin-left:64px;
	clear:right;
	background:url(../images/home/usgbc.png);
}
#usgbc a {
	width:113px;
	height:64px;
	text-indent:-9999px;
	display:block;
}
#usgbc a:hover {
	width:113px;
	height:64px;
}
#agc {
	width:52px;
	height:52px;
	margin-left:93px;
	clear:right;
	background:url(../images/home/agc.png);
}
#agc a {
	width:52px;
	height:52px;
	text-indent:-9999px;
	display:block;
}
#agc a:hover {
	width:52px;
	height:52px;
}
#site_links {
	width:231px;
	background:url(../images/home/footer_title.png) no-repeat;
	margin-left:81px;
	float:left;
}
#site_links ul {
	margin:0;
	padding:0;
	list-style-image:url(../images/home/bullet_footer.gif);
}
#info {
	width:231px;
	background:url(../images/home/footer_title.png) no-repeat;
	margin-left:81px;
	float:left;
}
.footer_text {
	padding:6px 0 0 29px;
}
#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:visited:hover {
	color: #AA1224;
	text-decoration: none;
}

/*** INTERIOR ***/
#content_container_int1 {
	width:925px;
	background:url(../images/interior/side_repeat.jpg) repeat-y top right;
}
#content_container_int2 {
	width:925px;
	background:url(../images/interior/side_top.jpg) no-repeat top right;
}
#content_container_int3 {
	width:925px;
	padding-top:76px;
	padding-bottom:31px;
	min-height:175px;
	background:url(../images/interior/side_btm_bar.jpg) no-repeat bottom right;
}
#page_title {
	width:908px;
	height:25px;
	overflow:hidden;
	background:url(../images/interior/title_bars.jpg) no-repeat 5px top #000;
	margin-bottom:17px;
}
#page_title h1 {
	height:25px;
	line-height:26px;
	
	color:#fff;
	padding-left:40px;
}
#content_block {
	width:908px;
	min-height:150px;
	background:url(../images/interior/content_block_repeat.jpg) repeat-y top right;
}
#int_content_right {
	width:230px;
	float:right;
	padding-bottom:10px;
	color:#333;
}
#int_content_right blockquote {
	padding:0;
	margin:5px 0 5px 15px;
}
#int_content_right h1 {
	width:208px;
	height:25px;
	padding-left:22px;
	font-size:18px;
	line-height:26px;
	color:#fff;
	background:url(../images/interior/side_title_bullet.jpg) no-repeat 7px 7px #AA1224;
	overflow:hidden;
}
#int_content_right h3 {
	font-size:14px;
	color:#000;
}
#int_content_right ul {
	margin-left:10px;
	padding-left:0;
}#int_content_right ul li {
	margin-left:0;
	padding-left:0;
}
#side_content {
	padding:15px;
}
#int_content_left {
	width:625px;
	float:left;
	margin-left:10px;
}
#int_content_left h1 {
	width:100%;
	border-bottom:solid 1px #000;
	margin-bottom:10px;
	clear:both;
}
#int_content_left h1.green {
	width:590px;
	border-bottom:solid 1px #000;
	margin-bottom:10px;
	clear:both;
	padding-left:35px;
	background:url(../images/interior/leaf.gif) no-repeat;
}
#int_content_left h1.green a:link, #int_content_left h1.green a:visited {
	color: #006600;
	text-decoration: none;
}
#int_content_left h1.green a:hover, #int_content_left h1.green a:active, #int_content_left h1.green a:visited:hover {
	color: #006600;
	text-decoration: none;
}
#int_content_left h2 {
	width:603px;
	height:25px;
	padding-left:22px;
	font-size:18px;
	line-height:26px;
	color:#fff;
	background:url(../images/interior/side_title_bullet.jpg) no-repeat 7px 7px #AA1224;
	margin-bottom:12px;
	overflow:hidden;
	clear:both;
}
#int_content_left h3 {
	width:585px;
	height:25px;
	overflow:hidden;
	background:url(../images/interior/title_bars_red.jpg) no-repeat 5px top #AA1224;
	font-size:18px;
	line-height:26px;
	color:#fff;
	padding-left:40px;
	clear:both;
}
#int_content_left h3 a:link, #int_content_left h3 a:visited {
	color: #fff;
	text-decoration: none;
}
#int_content_left h3 a:hover, #int_content_left h3 a:active, #int_content_left h3 a:visited:hover {
	color: #000;
	text-decoration: none;
}

.spaced_text {
	line-height:18px;
}
.frame {
	border:solid 6px #000;
}
.indent {
	margin-left:12px;
}

/*** CONTACT US ***/
select.fancy {
	width:150px;
	margin-right:5px;
	outline: 0;
	background:#E1E1E1;
	border:solid 4px #000;
	outline: 0;
}
input.fancy {
	width:280px;
	padding:8px 0;
	background:#E1E1E1;
	border:solid 4px #000;
	outline: 0;
}
input.fancy:focus {
	border:solid 4px #AA1224;
	background:#fff;
}
input.fancy_zip {
	width:100px;
	padding:8px 0;
	background:#E1E1E1;
	border:solid 4px #000;
	outline: 0;
}
input.fancy_zip:focus {
	border:solid 4px #AA1224;
	background:#fff;
}
textarea.fancy {
	width:600px;
	height:150px;
	background:#E1E1E1;
	border:solid 4px #000;
	outline: 0;
}
textarea.fancy:focus {
	border:solid 4px #AA1224;
	background:#fff;
}
