@charset "utf-8";
/* CSS Document */

/*SITEWIDE TAGS*/
body {
	background-color:#999;
	background-image:url(/events/servicetoamerica/2010/images/bg_sitewide.jpg);
	backgroud-repeat:repeat-x;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
}
#header {
	width:760px;
	margin-top:10px;
}
#navbar {
	width:760px;
	height:33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(/events/servicetoamerica/2010/images/navBG.png);
	background-repeat:no-repeat;
}
#breadCrumb {
	margin-bottom:29px;
	border-bottom:solid 1px #f4f4f4;
}
#footer {
	clear: both;
	background:#3e3e3e;
	height:40px;
	padding-top:5px;
	padding-left:5px;
}
#copyright {
	clear: both;
	background:#fff;
	border-top:solid 1px #999;
	height:20px;
	padding-top:5px;
}
#closer {
	background:#fff;
	height:92px;
	background-image:url(../images/bottombg.jpg);
}

/* TWO-COLUMN DIV TAGS */
#content {
	float:left;
	background-color:#fff;
	width:760px;
	background-image:url(/events/servicetoamerica/2010/images/bg_internal.jpg);
}
#contenthomepage {
	float:left;
	background-color:#fff;
	width:760px;
}
#contentInner {
	width:520px;
	margin:20px;
	float:left;
}
#leftSidebar {
float:left;
width:200px;
}
#headerLabel {
	height:25px;
	width:100%;
	visibility:visible;
	float:left;
	padding:0;
	background-image: url(/images/sitewide/pageHeaderLabel.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-weight:bold;
	line-height:25px;
	font-size:1.3em;
	margin:10px 0 10px 0;
}
#listLabel2col {
	height:25px;
	width:670px;
	visibility:visible;
	float:left;
	padding:0;
	background-image: url(/images/sitewide/boxLabel.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-weight:bold;
	line-height:25px;
	font-size:1.2em;
}


/* RELATED LINKS BOX - WIDE */
#relatedLinksBoxWide {
	margin:10px 0;
	padding:0;
	width:250px;
	float:left;
}
#relatedLinksContentWide {
	width:230px;
	margin:0;
	padding:10px;
	float:left;
	background:#f4f4f4;
	background-position:top;
	background-repeat:repeat-x;
	font-size:.9em;
}
#relatedLinksLabelWide {
	height:25px;
	width:250px;
	visibility:visible;
	float:left;
	padding:0;
	background-image: url(/images/sitewide/boxLabel.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-weight:bold;
	line-height:25px;
	font-size:1.2em;
}


/* RELATED LINKS BOX - NARROW */
#relatedLinksBoxNarrow {
	margin:10px;
	padding:0;
	width:180px;
}
#relatedLinksContentNarrow {
	width:160px;
	margin:0;
	padding:10px;
	float:left;
	background:#f4f4f4;
	background-position:top;
	background-repeat:repeat-x;
	font-size:.9em;
}
#relatedLinksLabelNarrow {
	height:25px;
	width:180px;
	visibility:visible;
	float:left;
	padding:0;
	background-image: url(/images/sitewide/boxLabel.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-weight:bold;
	line-height:25px;
	font-size:1.2em;
}



/* THREE-COLUMN DIV TAGS */
#wrapper3 {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	background-color:#fff;
	background-image: url(/images/sitewide/bg_3column1.jpg);
}
#leftSidebar3 {
	float: left;
	width: 220px;
}
#rightSidebar3 {
	float: right;
	width: 200px;
}
#content3 {
	float:left;
	background-color:#fff;
	padding:20px;
	width:520px;
}



/* PRESS RELEASE CONTACT BOXES */
#pressRelease1 {
float:left;
width:280px;
margin:20px 0 20px 0;
}
#pressRelease2 {
float:right;
text-align:right;
width:280px;
margin:20px 0 20px 0;
}


/* MISCELLANEOUS TAGS */
.indented1 {
   padding-left: 50pt;
   padding-right: 50pt;
   }



