#Content {
	padding-top: 0px;
}
#SubpageWrapper {
	display: block;
	margin: 0px;
	background: #fff url('../_images/content_bg.gif') repeat-y;
	min-height: 300px;
}
#MainContent {
	display: block;
	float:left;
	width: 590px;
	margin:0 30px;
	padding:30px 0;
	zoom: 1;
	clear: none;
}
#MainContent h2.PageTitle {
	display:block;
	width:590px;
	margin:0 0 10px 0;
	padding:0 0 8px 0;
	color:#404040;
	font:bold 1.5em Arial,sans-serif;
	text-transform:uppercase;
	border-bottom:2px solid #d4a965;
	}

#Gutter {
	display: block;
	float: left;
	width: 200px;
	margin:0 25px;
	padding:30px 0;
	background: #f0ebe4;
}
#Gutter h2 {
	margin: 0;
	padding: 0 0 8px 0;
	color:#404040;
}
#Gutter ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background:#f0ebe4 url(../_images/relatedlinks_bg.gif) repeat-x top;
	border-top:2px solid #d4a965;
	min-height:151px;
}
#Gutter li {
	display: block;
	line-height:25px;
}
#Gutter li a {
	display: block;
	width: auto;
	height: auto;
	padding-left: 20px;
	background: url('../_images/bullet_arrow.gif') 10px 9px no-repeat;
	color: #406a8a !important;
	font-style:italic;
	font-weight: bold;
	text-decoration:none;
}
#Gutter li a:hover {
	text-decoration:underline;
}
/* ****************************** subsection headers ****************************************** */
#MainContent h2.AboutCommittee {
	background-image: url('../_images/headers/header_aboutthecommittee.gif');
}
#MainContent h2.CommitteeMembers {
	background-image: url('../_images/headers/header_committeemembers.gif');
}
#MainContent h2.CommitteeSchedule {
	background-image: url('../_images/headers/header_committeeschedule.gif');
}
#MainContent h2.InNews {
	background-image: url('../_images/headers/header_inthenews.gif');
}
#MainContent h2.PrivacyPolicy {
	background-image: url('../_images/headers/header_privacypolicy.gif');
}
#MainContent h2.RulesOfSenate {
	background-image: url('../_images/headers/header_rulesofthesenate.gif');
}
#MainContent h2.HowCongressWorks {
	background-image: url('../_images/headers/header_howcongressworks.gif');
}
#MainContent h3.PageSubtitle {
	text-transform: uppercase;
	color: #345479;
	font-size: 14px;
	margin: 0px 0px 15px;
}
h1.Title {
	display: block;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 16px;
	line-height: 24px;
	color: #406a8a;
	/* border-bottom: 1px #ccc solid; */
	font-weight: bold;
	text-transform:uppercase;
}
h2.SubTitle {
	font-size: 16px;
	color: #b10106;
	font-weight: normal;
}
p.DateTime {
	margin: 0px;
	padding: 0px;
	color: #807d79;
	font-weight: bold;
}
p#PrintEmail {
	/*position: relative;*/
	height: 17px;
	margin-top: -30px;
}
#printLink {
	display: block;
	float: right;
	/*
	position: absolute;
	top: 0px;
	right: 60px;
	*/
	width:59px;
	height:22px;
	background:url(../_images/printlink.gif) no-repeat;
	line-height: 17px;
	text-indent: -10000px !important;
}
#printLink:hover {
	/* background-position: 0px -17px; */
}
#emailLink {
	display: block;
	float: right;
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	width:59px;
	height:22px;
	background:url(../_images/emaillink.gif) no-repeat;
	line-height: 17px;
	text-indent: -10000px !important;
	margin-right: 10px;
}
#emailLink:hover {
	/* background-position: 0px -17px; */
}
#TextRecord {
	display: block;
	padding: 0px;
	margin-bottom: 15px;
}
/* ************************************ Embedded Images *********************************** */
.RelatedImage {
	display: block;
	position: relative;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 5px;
	border: 1px #ccc solid;
}
.RelatedImage a {
	display: block;
	margin: 0px;
	padding: 0px;
}
.RelatedImage img {
	display: block;
	border: 0px;
}
/* ***************************** Generic Forms ****************************************** */
.Required {
	color: red;
	font-weight: bold;
}
.error input, .error select, .error textarea {
	outline: 1px red;
}
.inputSelect, 
.inputText, 
.inputCheckbox, 
.inputTextarea, 
.inputSubmit {
	display: block;
	margin-bottom: 15px;
	clear: left;
}
.inputSelect label, 
.inputText label, 
.inputCheckbox label, 
.inputTextarea label, 
.inputSubmit label {
	float: left;
	width: 100px;
	font-weight: bold;
}
/* ******************************** Previous/Next Nav ************************************ */
#PrevNext {
	display: block;
	height: 30px;
}
* html #PrevNext {
	width: 668px;
}
#PreviousForm {
	float: left;
	border: 1px solid #ccc;
}
#NextForm {
	float: right;
	border: 1px solid #ccc;
	text-align: right;
}
#PreviousForm .Button,
#NextForm .Button {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #888;
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: 0px;
	border: 2px solid white;
}
/* ****************************** Content Grid *************************************** */
.ContentGrid {
	display: block;
	margin: 0px 0px 10px;
	border: 1px solid #ccc;
	padding: 2px 2px 2px 2px;
	position: relative;
	zoom: 1;
}
/* header is always present */
.ContentGrid .ContentGridHeader {
	font-size: 16px;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	color: white;
	height: 26px;
	background-color: #888;
}
/* navigation form, etc. */
.ContentGrid .NavBar {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	text-align: right;
	height: 26px;
	color: white;
	padding-top: 4px;
	padding-right: 4px;
	margin: 0px;
}
.ContentGrid .NavBar a {
	color: white !important;
}
.ContentGrid label {
	font-weight: bold;
}
.ContentGrid select {
	height: 20px;
}
.ContentGrid p {
	text-align: center;
}
.ContentGrid .Button {
	background-color: white;
	text-transform: uppercase;
	color: #666;
	border: 2px #ccc solid;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
.ContentGrid .ContentGridSubHeader {
	font-size: 16px;
	margin: 10px 10px 5px;
	padding: 0px 0px 5px;
	border-bottom: 2px #d4a965 solid;
	color: #404040;
}
.ContentGrid table {
	display: block;
	margin: 10px 20px 10px;
	padding: 0px;
	width: 95%;
}
.ContentGrid td {
	margin: 0px;
	padding: 5px 0px;
	vertical-align: top;
	text-align: left;
}
.ContentGrid td.DateTime {
	font-weight: bold;
	padding-right: 10px;
	width: 20%;
}
.ContentGrid td.Description {
	border-top: 1px solid #ccc;
	width: 85%;
}
.ContentGrid tr.FirstChild td.Description {
	border-top: 0px;
}
.ContentGrid td.Description a{
	color: #345479 !important;
	font-weight: bold;
}
/* footer */
.ContentGrid .Note {
	text-align: left;
	background-color: #888;
	margin: 0px;
	padding: 4px;
	color: white;
	font-size: 10px;
}
* html .ContentGrid .Note {
	width: 654px;
}
/* ***************************************** Photo Gallery **************************************** */
.PhotoGalleryContainer {
	border: 1px #ccc solid;
	background: #f1f1f1 url('../_images/template/photogallerycontainer_back.png') top left repeat-y;
	padding: 20px;
}
* html .PhotoGalleryContainer {
	zoom: 1;
	width: 626px;
}
*+html .PhotoGalleryContainer {
	background-position: 1px 0px;
}
.PhotoGalleryContainerHeader {
	position: relative;
	margin: -20px -20px 0px;
	padding: 0px 20px;
	border-top: 2px white solid;
}
.PhotoGalleryContainerHeader h3 {
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
	color: #b10106;
	font-size: 14px;
}
.PhotoGalleryContainerNavBar {
	position: absolute;
	top: 10px;
	right: 20px;
}
.PhotoGalleryContainerNavBar select {
	width: 150px;
}
.PhotoGalleryBrowse {
	border: 1px solid #ccc;
	background: white;
	padding: 2px;
}
.PhotoGalleryBrowse .PhotoGalleryBrowseHeader {
	background: #666;
	color: white;
	padding: 5px;
	margin-bottom: 2px;
}
.PhotoGalleryBrowse .PhotoGalleryBrowseHeader h1 {
	float: left;
	font-size: 14px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.PhotoGalleryBrowse .PhotoGalleryBrowseHeader p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.PhotoGalleryBrowse .PhotoGalleryBrowseNavBar {
	margin-bottom: 2px;
	padding: 5px;
	color: white;
	background: #999;
	height: 18px;
}
.PhotoGalleryBrowse .PhotoGalleryBrowseNavBar .PhotoStatus {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
}
.PhotoGalleryBrowse .PhotoGalleryBrowseNavBar .PhotoNav {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.PhotoGalleryBrowse #ThumbnailContainer {
	height: 140px;
	overflow: scroll;
	position: relative;
}
.PhotoGalleryBrowse #ThumbnailContainer ul {
	display: block;
	margin: 0px;
	padding: 0px 5px;
	height: 100px;
	list-style: none;
	position: relative;
	margin: 0 auto;
}
.PhotoGalleryBrowse #ThumbnailContainer ul li {
	margin: 10px 0px;
	padding: 10px 10px;
	float: left;
}
.PhotoGalleryBrowse #ThumbnailContainer ul li.Selected {
	background: #cfd4d8; 
}
.PhotoGalleryBrowse #ThumbnailContainer ul li a {
	display: block;
	margin: 0px;
	padding: 2px;
	border: 1px solid #ccc;
	background: white;
}
.PhotoGalleryBrowse #ThumbnailContainer ul li a img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.PhotoGalleryBrowse #DisplayedPhotoContainer {
	background: #cfd4d8; 
	padding: 40px;
}
.PhotoGalleryBrowse #DisplayedPhotoContainer .SelectedPhotoWrapper {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 2px;
	background: white;
	border: 1px solid #ccc;
}
.PhotoGalleryBrowse .PhotoGalleryDescription {
	margin: 2px 0px 0px;
	padding: 5px;
	background: #999;
	color: white;
	text-align: center;
}
.PhotoGalleryContainer h4 {
	font-size: 12px;
}
.PhotoGalleryContainer ul.MediaGallery {
	display: block;
	margin: 0px -20px -20px;
	padding: 0px 20px 20px;
	list-style: none;
	border-bottom: 2px white solid;
}
.PhotoGalleryContainer ul.MediaGallery li {
	display: block;
	margin: 4px 0px 0px;
	padding: 4px 0px 0px;
	border-top: 1px solid #ccc;
	clear: left;
	zoom: 1;
}
.PhotoGalleryContainer ul.MediaGallery li.FirstChild {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px;
}
.PhotoGalleryContainer .MediaGalleryListTitle a {
	color: #b10106 !important;
	font-weight: bold;
}
.PhotoGalleryContainer .RelatedPhoto {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	background: white;
	border: 1px solid #ccc;
}
.PhotoGalleryContainer .RelatedPhoto a {
	display: block;
}
.PhotoGalleryContainer .RelatedPhoto img {
	display: block;
	border: 0px;
}
/* ************************************* Members Page ************************************* */
#Members {
	border: 1px #ccc solid;
	background: white;
	padding: 20px;
	zoom: 1;
}
* html #Members {
	width: 620px;
}
#Members a {
	color: black !important;
	font-family: Tahoma, serif;
	font-weight: bold;
}
#Members img {
	border: 0px;
}
#Members h1 {
	background: #888;
	color: white;
	margin: -18px -18px 20px;
	padding: 5px;
	font-size: 14px;
	zoom: 1;
}
#Members .Portrait {
	display: block;
	margin-bottom: 10px;
}
#Members .PortraitTitle {
	font-size: 14px;
}
#Members .PortraitTitle .PortraitName {
	font-size: 16px;
}
#Members #Chairman {
	float: left;
	width: 272px;
	padding: 20px;
}
* html #Members #Chairman {
	width: 268px;
}
#Members #Ranking {
	width: 272px;
	margin-left: 314px;
	padding: 20px;
}
* html #Members #Ranking {
	width: 268px;
	margin-left: 308px
}
#MembersList {
	position: relative;
	background: #e9e9e9;
	zoom: 1;
}
#MajorityMembers {
	float: left;
	width: 312px;
	border-right: 2px white solid;
	padding-bottom: 40px;
	/* background: blue; */
}
* html #MajorityMembers {
	width: 309px;
}
#MajorityMembers h2 {
	background: #888;
	color: white;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	border-bottom: 2px white solid;
}
#MajorityMembers ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 20px;
}
#MajorityMembers li {
	display: block;
	margin: 0px;
	padding: 0px 0px 5px;
}
#MajorityMembers p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 312px;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
}
#MajorityMembers img {
	margin-right: 5px;
}
#MinorityMembers {
	float: right;
	width: 312px;
	/* background: green; */
}
* html #MinorityMembers {
	width: 309px;
}
#MinorityMembers h2 {
	background: #888;
	color: white;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	border-bottom: 2px white solid;
}
#MinorityMembers ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 20px;
}
#MinorityMembers li {
	display: block;
	margin: 0px;
	padding: 0px 0px 5px;
}
#MinorityMembers p {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 312px;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
}
#MinorityMembers img {
	margin-right: 5px;
}

/* ************************************ */
/* **************  FAQs  ************** */
/* ************************************ */
#FAQList {  }
#FAQList dt {
	border-bottom:1px solid #A6A39D;
	color:#406A8A;
	font-size:1.3em; 
	font-weight:bold;
	padding:0.75em 0 0.25em 0;
}
#FAQList dd {
	margin:0 0 10px 0;
	padding-bottom:10px;
}

