@charset "UTF-8";
/* CSS Document */

/*******************************************   Heirarchy of Major Nested Containers
	�body
		�container1 (holds the whole page)
			�content1col (holds everything except header, crumbs, up-arrow, and footer)
			(holds content that is as wide as the page and without sidebars)
				�content2col (holds the left sidebar1 div and content2colright div)
					�sidebar1 (left 1/3 of page) 
					�content2colright  (is right 2/3 of page and holds content3col)
						�content3col  (holds right sidebar2 and 1/3 page middle column
							�sidebar2  (right 1/3 of page)
							�content3colmiddle  (middle 1/3 of page)
***********************************************************************************/
 
/************************************************************ Body */
body  {
	margin: 0;
	padding: 0;
	background-image: url(../images_nav/leafy_pink02.jpg);
	background-repeat: repeat;
	font-family: Georgia, Times, serif;
	text-align: center; /* this centers the container1 in IE 5* browsers.
	The text is then set to the left aligned default in the #container1 selector */
}
/************************************************************ Body Top */
#bodyTop { /*resides above and outside of container1*/
	margin: auto;
	padding: 0;
	height: 8px;
}
/**************************************************************** Page Wrapper */
#container1 { 
	margin: auto;
	padding: 0;
	width: 778px;
	text-align: left;
	background-image: url(../images_nav/BromSocPageBgnd06-780x50.png);
	background-repeat: repeat-y;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	}
/********************************************************************** Header */

#header { 
	margin: auto;
	padding: 0;
	height: 150px;
	width: 750px;
	border-bottom: solid 2px #53701F;	
	background-image: url(../images_nav/BromSocHeader02-480x100.png);
	background-position: 70% 15%;
	background-repeat: no-repeat;
}
#header img {
	margin: 0 0 0 15px;
	padding: 0;
	height: 150px;
	width: 150px;
	float: left;
}
/**************************************************************** Main Menu Bar */
#MenuBar1 { /* ul */
	margin: 0;
	padding: 0;
	height: 28px;
	max-width: 750px;
	display: block;
	position: relative;
	top: 110px;
	left: 0px;
	list-style-type: none;
	cursor: default;
}
#MenuBar1 li { /* Main Menu item li containers */
	margin: 0;
	padding: 0;
	height: 28px;
	position: relative;
	/*relative position with float left makes the list horizontal*/
	float: left;
	cursor: pointer;
	background-image:url(../images_nav/BromSocMenuBar02-10x28.png);
	background-repeat: repeat-x;
}
#MenuBar1 a { /* Main Menu anchor items */
	margin: 6px 4px;
	padding: 0px 6px;
	display: block;
	border: none;
	list-style-type: none;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
#MenuBar1 a:link {
	color: #87223D;
	font-weight: normal;
}
#MenuBar1 a:visited {
	color: #87223D;
	font-weight: normal;
	border-style: none;
}
#MenuBar1 a:hover {
	color: #87223D;
	font-weight: bolder;
}
#MenuBar1 a:active {
	color: #87223D;
	font-weight: bolder;
}
/************************************************************** Crumbs & Log-In-Out Links */
#crumbs {
	position:relative;
	left:30px;
	margin:0;
	padding: 4px;
	height: 15px;
	width: 720px;
}
#div-log-in-out {
	position:absolute;
	right:30px;
	top:0px;
	width:200px;
	height:15px;
	padding:4px;
	text-align:right;
}
.loglinks {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	font-style:italic;
	text-transform:uppercase;
	border:0 none;
	text-decoration:none;
}
.crumbcaps {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
	font-style: italic;
	text-transform: uppercase;
}
/********************************************************* Headings Defaults */
h1, h3 {
	margin: 0;
	padding: 0;
	text-align:left;
	color: #87223D;
}
h2 {  /* h2 is for titles inside Crossbars*/
	margin: 0;
	padding: 0;
	text-align:left;
	color: #87223D;
}
h4 { /* uppercase, italics and tiny*/ 
	margin: 0;
	padding: 8px 0 0 0;
	text-align:left;
	font-style: italic;
	text-transform: uppercase;
	font-size:small;
}
/**************************************************** Big Content Containers */
#content1col { /* 1 col no sidebars */
	margin: auto;
	padding: 0 0 15px 0;
	width: 750px;
}
#content2col { /* 2 col - sidebar1 floats on left side*/
	margin: 0;
	padding:0;
	min-height: 600px;
	width: 750px;
}
#content2colright {
	margin-left: 204px;
	padding: 0 0 15px 15px;
	clear: none;
}
#content3col {  /* 3 col - sidebar2 floats on right side*/ 
	margin: 0;
	padding: 0;
	width: 530px;
	float: right;
}
#content3colmiddle { 
	margin: 0;
	padding: 0;
	width: 310px;
}
/******************************************************** SideBar Containers */
#sidebar1 { /*when present, resides in content2col*/
	margin: 0;
	padding: 25px 15px;
	height: 548px;
	width: 168px;
	float: left;
	clear: none;
	/*background-image: url(../images_nav/leafy_pink04.jpg);*/
	background-image: url(../images_nav/leafy_bromsoc_greens04.jpg);
	background-repeat: repeat;
	border-style: solid;
	border-width: thin;
	border-color: #A6CC7D;
}
#sidebar2 { /*when present, resides in content3col*/
	margin: 0;
	padding: 25px 15px;
	height: 548px;
	width: 168px;
	float: right;
	clear: none;
	/*background-image: url(../images_nav/leafy_pink04.jpg);*/
   background-image: url(../images_nav/leafy_bromsoc_greens04.jpg);
	background-repeat: repeat;
	border-style: solid;
	border-width: thin;
	border-color: #A6CC7D;
}
/**************************************************** Style SideBar Content */
#sidebar2 img {
	margin: 10px 0 0 6px;
	padding: 0;
	height: 150px;
	width: 150px;
	border: solid 4px #B3B3B3;
	background-color: #E1E1E1;
}
#sidebar1 p, #sidebar2 p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000;
}
p.sidebarnarrow {
	padding: 0 15px 0 15px;
}
h3.sidebar_head3 {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000;
}
h3.sidebar_head3_Top {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000;
}
/**************************************************************** Crossbars */
.crossbarPage {
	margin: auto;
	padding: 4px 5px 0 5px;
	width: 640px;
	background-image: url(../images_nav/leafy_pink04.jpg);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #E6BBD0;
}
.crossbarPageShort {
	margin-left:50px;
	width:400px;
	border: solid thin #A6CC7D;
	background-image: url(../images_nav/leafy_bromsoc_greens04.jpg);
	background-repeat: repeat;
	padding: 2px 0 2px 8px;
	cursor: pointer;
	color:#87223D;
}
.crossbarPageForTitleToCenter {
	margin: auto;
	padding: 4px 5px 0 5px;
	width: 700px;
	background-image: url(../images_nav/leafy_pink04.jpg);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #E6BBD0;
}
.crossbarCenterCol {
	margin: 0;
	padding-top: 4px;
	padding-left: 5px;
	width: 298px;
	background-image: url(../images_nav/leafy_pink04.jpg);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #E6BBD0;
	text-decoration: none;
}
.crossbarWideRight {
	margin: 0;
	padding-top: 4px;
	padding-left: 15px;
	width: 500px;
	background-image: url(../images_nav/leafy_pink04.jpg);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #E6BBD0;
}
/* Special H4 class for leads inside crossbars */
h4.noReturnCrossbarSmall {  
	margin: 0;
	padding: 0;
	display:inline;
	text-align:left;
	color: #87223D;
	text-align:left;
	text-transform: uppercase;
	font-size:small;
}
/* Special H2 class for crossbar titles that follow an h4 lead */
h2.noReturn {   
	display:inline;
}
/* Special H2 class for crossbar titles followed by an H4 note */
h2.noReturnCrossbarTitle {
	display:inline;
}
/* Special H4 class for crossbar notes that follow an H2 lead */
h4.noReturn {
	display:inline;
	margin-bottom:-2px;
	color:#87223D;
}

/***************************************************************** Photo Page */
#photoPagePixDiv {
	margin:0 auto;
	padding:0;
	width:700px;
}
#photoPagePixDiv p {
	margin:0;
	padding:5px 0 0 0;
}
.photoRowLeftDiv {
	margin:8px 8px 0 8px;
	padding:10px;
	float:left;
	width:480px;
	height:84px;
	background-image: url(../images_nav/leafy_bromsoc_greens04.jpg);
	background-repeat: repeat;
	border-style: solid;
	border-width: thin;
	border-color: #A6CC7D;
}
.photoRowLeftDiv img {
	margin:0 25px 0 0;
	padding:0;
	width:150px;
	height:80px;
	border: solid 2px #B3B3B3;
	float:left;
}
.photoRowRightDiv {
	margin:8px 8px 0 8px;
	padding:10px;
	float:right;
	width:480px;
	height:84px;
	background-image: url(../images_nav/leafy_bromsoc_greens04.jpg);
	background-repeat: repeat;
	border-style: solid;
	border-width: thin;
	border-color: #A6CC7D;
}
.photoRowRightDiv img {
	margin:0 0 0 16px;
	padding:0;
	width:150px;
	height:80px;
	border: solid 2px #B3B3B3;
	float:right;
}
/********************************************************** Members Only - Welcome Page */
#divBinomialContent {
	position:relative;
	height:210px;
}
#divBinomialContent img {
	float:left;
	margin-left:20px;
	text-decoration:none;
	border:1px solid gray;
}
#divBinomialContent p {
	margin-left:200px;
}

/********************************************************** Misc. Styles */
.centerText {
	text-align:center;
}
.a_plainPix {
	text-decoration:none;
	border:none;
}
.divPadLeft {
	margin: 0;
	padding: 0 0 0 15px;
}
.list_left {
	margin: 0;
	padding: 5px 40px 25px 40px;
	color: #000;
}
.list_item_space {
	margin: 0;
	padding: 5px 0;
}
.spotPixLeft {
	margin: 0 15px;
	padding: 0;
	float: left;
	border: solid 2px #B3B3B3;
	background-color: #E1E1E1;
}	
.spotPixLeftTextRight {
	margin: 0;
	padding: 0 20px 15px 0;
	clear: none;
}	
.bulletPadsDiv {
	padding: 0 20px;
}
/*************************************************** Style OneCol Content */
.one_col_left {
	margin: 0;
	padding: 5px 25px;
	color: #000;
}
.one_col_right {
	margin:0;
	padding:0 50px 0 0;
	text-align:right;
}
.one_col_center {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
/*************************************************** Style OneCol SubSections */
.SubSection {
	margin-left:60px;
	width:635px;
	padding:0px;
	border:none;
}
.SubSectionTitle {
	width:635px;
	margin:0;
	padding: 4px;
	color: #87223D;
	font-size:1.1em;
}
/*.CollapsibleSubSectionTitle {
	width:635px;
	margin:0;
	padding: 4px;
	color: #87223D;
	font-size:1.1em;
	text-decoration:underline;
}*/
.SubSectionContent {
	margin: 0px;
	padding: 0px;
}
.SubSection ul {
	margin-top:8px;
	padding-bottom:15px;
}
.SubSection li {
	padding:5px 0 0 0;
}
/*************************************************** Style CenterCol Content */
.pCenterCol {
	margin: 0;
	padding: 8px 0 8px 0;
	line-height:20px;
}
.imgCenterColLeft {
	float:left;
	padding:10px 10px 0px 0;
	border:none;
}
#newsLetterList {
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
}
/*************************************************** Style WideRight Content */
#LinksContent {
	margin: 0;
	padding: 8px 0 12px 0;
	width: 518px;
}
p.wideRightParaLeft {
	margin: 0;
	padding: 15px 30px 15px 15px;
	text-align: left;
}
p.wideRightCenter {
	margin: 0;
	padding: 15px 30px 15px 0;
	text-align: center;
}
p.wideRightCenterLinks {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
}
/****************************************************************** Arrow Up */
#arrowUp {
	margin: auto;
	padding: 15px 0 0 0;
	height: 20px;
	width: 780px;
	text-align: center;
	clear: right;
}
.arrowUpContent1Col {
	margin: 0 auto 10px;
	padding: 0;
	height: 20px;
	width: 700px;
	text-align: center;
	font-size: 14px;
}
#arrowUp p {
	margin: 0;
	padding: 0;
}
#arrowUp a {
	margin-top: 0;
	padding: 0;
	font-size: 14px;
	text-decoration: none;
}
/********************************************************************Code */
code {
	display:block;
	font-family: courier, monospace;
	font-size:88%;
	border: 1px solid;
	border-color: #53701F;
	background-color: #dddddd;
	padding-left: 5px;
	padding-right: 5px;
}
/******************************************************************** Footer */

#footer {
	margin: auto; 
	padding: 0;
	width: 780px;
	text-align: center;
	font-size: 12px;
	color: #555;
	border-top: solid 2px #53701F;
	clear: right;	
} 
#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; /* padding on this element will create space, just as 
	the margin would have, without the margin collapse issue */
}
/****************************************************************************/ 
