body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: .90em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.twoColFixRt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border-right: 6px solid #909;
	border-left: 6px solid #909;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.smallprint {
	color: #666666;
	font-style: normal;
	font-size: 0.8em;
}

.twoColFixRt #header {
	background: url(../images/ewpacts-logo.png) no-repeat 20px 20px;
	text-indent: 110px;
	font-size: .8em;
	height: 70px;
	padding-left: 100px;
	margin-right: 220px;
}

.twoColFixRt #header h1 {
	padding-top: 30px;
}

/* @group Profile Content */

#individuals .headshot {
	padding: 2px;
	border: 1px solid gray;
}
#individuals img:hover {
	border: 1px solid yellow;
	background-color: red;
}

.credits {
	font-size: 0.8em;
}

.otherCreditsLabel {
	font-style: italic;
	color: gray;
}

#showPhotos {
	width: 100%;
	height: 120px;
	overflow: auto;
	z-index: -5;
}

#showPhotos img {
	float: left;
	padding: 2px;
	border: 1px solid gray;
	width: 70px;
	height: 100px;
	margin: 4px;
}

#showPhotos img:hover {
	background-color: orange;
}

#indivphoto {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	color: white;
	font-size: 0.7em;
	padding-top: 2px;
	padding-left: 2px;
	text-shadow: black 1px 1px 1px;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    float:  left;
}

#indivphoto:hover {
	border: 1px solid purple;
}

.twoColFixRt #mainContent { 
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
}

#mainContent p {
	padding-left: 40px;
}

#mainContent h2.category {
	color: purple;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 5px;
	padding-left: 20px;
	background: url(../images/smarrow.gif) no-repeat scroll 12px 12px;
}

#mainContent h2.category2 {
	color: green;
	font-size: 1.0em;
	padding: 5px;
	line-height: 1.1em;
}

h1.profileView {
	font-size: 2.2em;
	padding-top: 20px;
}

#showCredits {
	background: url(../images/credits-bkgrd.jpg) no-repeat;
}

.showUnions {
	width: 400px;
	color: navy;
	text-align: left;
}

#stats {
	color: black;
	font-size: 0.9em;
	text-align: left;
}



/* @end */

/* @group Boxed Sidebar */

#topbar {
	height: auto;
}

.Box {
	padding-left: 8px;
	padding-bottom: 15px;
	padding-right: 8px;
	padding-top: 38px;
	font-family: Arial, Helvetica, sans-serif;
	border-style: double;
	border-color: navy;
	font-weight: bold;
	margin-bottom: 10px;
}

.bioline {
	color: maroon;
	background: white url(../images/sb_currentnews.jpg) no-repeat scroll;
}

.representatives {
	background: white url(../images/sb_representatives.jpg) no-repeat scroll;
}
.demos {
	background: white url(../images/sb_demos.jpg) no-repeat scroll;
}
.shareprofile {
	background: white url(../images/sb_shareprofile.jpg) no-repeat scroll;
}
.downloads {
	background: white url(../images/sb_downloads.jpg) no-repeat scroll;
}

ol {
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	list-style-position: outside;
	margin-left: -22px;
}


/* @end */

/* @group Sidebar */

.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 12px 15px 0;
	z-index: 10;
}

#sidebar1 .headshot {
	margin-right: auto;
	margin-left: auto;
	border: 3px solid silver;
	border-bottom-color: #808080;
	border-right-color: #bdbdbd;
	border-top-color: #d4d4d4;
}

#sidebar1 h4 {
	color: purple;
	line-height: .5em;
	margin-bottom: -8px;
	font-size: .8em;
}

#sidebar1 p {
	color: black;
	font: .95em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



/* @end */

/* @group Footer */

.twoColFixRt #footer { 
	padding: 0 10px 0 20px;
	position: relative;
}

.twoColFixRt #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	list-style-image: none;
	text-shadow: white 2px 2px 1px;
	list-style-type: none;
	font: italic .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



/* @end */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#proficiency_bar {
	background-color: white;
	border: 1px solid silver;
	width: 100px;
	height: 14px;
	font: .85em Georgia, "Times New Roman", Times, serif;
	float: none;
	clear: none;
	display: inline-block;
}

/* @group buttons */

.optionButton {
	color: #fc6;
	background-color: #909;
	padding: 1px 3px;
	border-bottom: 2px solid #560056;
	border-right: 2px solid #560056;
	border-top: 2px solid #c400c4;
	border-left: 2px solid #c400c4;
	cursor: pointer;
	font: bold 0.85em Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

.optionButton:hover {
	background-color: #803f80;
	color: white;
	cursor: pointer;
	
}

.optionButton:active {
	color: yellow;
	background-color: green;
	border-top: 2px solid #560056;
	border-left: 2px solid #560056;
	border-bottom: 2px solid #c400c4;
	border-right: 2px solid #c400c4;
	cursor: pointer;
}



/* @end */

