@charset "utf-8";

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color:#006699;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 960px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	background: none;
	height: 225px;
	width: 960px;
	padding-top: 0
	px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.nav-item {
	height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	padding-top: 8px;
	padding-left: 15px;
	font-weight: normal;
	color: #069;
}
#bridge-logo {
	height: 210px;
	width: 335px;
	margin-left: 40px;
	float: left;
}
#home-title {
	height: 50px;
	width: 600px;
}
#home-title h1 {
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	color: #2665A5;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#home-subtitle {
	font-size: 15px;
	font-style: italic;
	color: #666;
	height: 30px;
	width: 580px;
	float: left;
	line-height: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 120px;
	text-indent: 5px;
}

#header-right {
	float: right;
	height: 210px;
	width: 487px;
}

/* ~~ This is the layout information. ~~ 

*/
.content {
	width: 960px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 800px;
}
#logo-letters {
	float: left;
	height: 130px;
	width: 250px;
}
.member-pic {
	float: left;
	height: 210px;
	width: 150px;
	vertical-align: top;
}
.photo {
	height: 145px;
	width: 120px;
	margin-right: auto;
	float: none;
	margin-left: auto;
	border: 4px solid #FFF;
	box-shadow: 5px 5px 5px #CCC;
	margin-bottom: 5px;
}
.company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333;
	float: left;
	height: 12px;
	width: 150px;
	text-align: center;
	vertical-align: top;
}
#home-info {
	height: 115px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 130px;
}
.member-row  {
	height: 210px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ F O O T E R ~~ */
.footer {
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../_images/bkgnd-footer-2500.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer-navigation {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
}
#footer-info {
	color: #666;
	height: 75px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
}
#meeting-info {
	height: 40px;
	width: 670px;
	margin-left: 200px;
	font-size: 13px;
	text-align: left;
	float: left;
	line-height: 18px;
	color: #333;
	text-indent: 5px;
}
#footer-credits {
	font-size: 10px;
	float: right;
	height: 18px;
	width: 200px;
}
#footer-copyright {
	font-size: 10px;
	float: right;
	height: 25px;
	width: 600px;
	margin-left: 200px;
	text-align: right;
	margin-top: 5px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
