@charset "utf-8";
/* CSS Document */

/* CSS Undo * Disables Browser defaults */
html {height: 100%; margin-bottom: 1px;}
body {min-height:101%}/* forces a scrollbar so page doesn't jump */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, td, table {margin:0; padding:0}
h1, h2, h3, h4, h5, h6, pre, code {font-size:1em;}
:link, :visited {text-decoration:none;}

/* main div styling */
body {
	line-height: normal;
	background: black url(../images/body_bkg.gif) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
#wrapper {
	width: 960px;
	background: white url(../images/wrapper_bkg.jpg) repeat-y;
	margin: 20px auto 0;
	text-align: left;
}
#header {
	margin: 0 12px; /*important to move div away from buttons */
	background: url(../images/header_bkg2.gif) no-repeat;
	height: 149px;
	width: 936px;
	position: relative;
}
#h2_main {
	margin: 0 12px; /*important to move div away from buttons */
	height: 38px;
	background: url(../images/h2_bkg2.gif) no-repeat;
	padding: 0 40px 0 187px;
	overflow: hidden;
}
#content {
	margin: 0 12px; /*important to move div away from buttons */
	background: url(../images/content_bkg.gif) repeat-y;
	padding: 0px 40px 20px 30px;
}
#footer {
	margin: 0 12px; /*important to move div away from buttons */
	height: 75px;
	background: url(../images/footer_bkg.gif) no-repeat;
	padding: 0 40px 0 160px;
	overflow: hidden;
}

#footer2 {
	width: 960px;
	margin: 3px auto 20px;
	color: #ccc;
	font-size: 0.7em;
}
/* End main styling */

/* Header sub-divs */ 
#header img {
	margin-top: 10px;
	margin-left: 18px;
	border: none;
}
#tagline {
	position: absolute;
	top: 83px;
	left: 185px;
	width: 700px;
	font-style: italic;
	font-size: 0.75em;
}

#brownsfield_title {
	position: absolute;
	top: 83px;
	left: 167px;
	width: 725px;
}

h1#title {
	display: none;
}

h1#text_title {
	position: absolute;
	top: 83px;
	left: 185px;
	width: 700px;
	font-size: 2em;
	color: #000;
}
/* End Header sub-divs */ 


/* Menu */
td#menu {
	width: 145px;
	padding-left: 5px;
	font-size: 0.8em;
	vertical-align: top;
}
td#menu ul {
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
td#menu ul ul {
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 4px;
}
td#menu li {
	padding: 2px 0;
}

td#menu a:link, td#menu a:visited {
	color: #950000;
	text-decoration: none;
}

td#menu a:hover {
	color: #d18d3e;
}
/* End Menu */


/* navigation on expanding pages and member pages w/o menu  */
#navbar {
	margin: 0;
	padding: 3px 0;
	background: #950000;
	border: 1px solid #C0D6CF;
}

#navbar_narrow {  /*   this is what I am working on  */
	margin: 0 12px;
	background: #950000;
	border: 1px solid #C0D6CF;
}
#navbar ul {
	padding: 0;
	margin: 0;
}
#navbar li {
	list-style-type: none;
	display: inline;
	padding: 0 ;
	margin: 0;
}

#navbar li a, #navbar li a:visited {
	padding: 2px 10px;
	font-weight: normal;
	font-size: 85%;
	text-decoration: none;
	background: #950000;
	color: #fff;
	border-right: 1px solid #C0D6CF;
}
#navbar li a:hover, #navbar li a:active {
	text-decoration: none;
	background: #000;
}
/* End navigation on expanding pages*/






/* Content Area Styling*/
#content table {
	margin-top: 0;
	width: 100%;
}

td#content_area {
	vertical-align: top;
	padding: 0 0 10px 10px;
	font-size: 0.9em;
}

td#content_area img { /* removes borders on all images esp. ones that are links */
	border: none;
}

table#home_content {  /* table on home page for Quick Links and News */
	width: 100%;
	border: none;
}

table#home_content td {
	width: 50%;
	vertical-align: top;
}

td.padding_left {  
	padding-left: 10px;
}


p {
	margin: 10px 0;
}

a:link, a:visited {
	color: #950000;
}

a:hover {
	color: #d18d3e;
}

.no_top { /* takes away margin on top of an element */
	margin-top: 0;
}

.no_bottom { /* takes away margin on bottom of an element */
	margin-bottom: 0;
}

.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}	

.center {
	text-align: center;
}

.indent {
	margin-left: 15px;
}

div.clearer {clear:both; line-height: 0; height: 0;}

p#breadcrumbs {
	margin: 0;
	font-size: 0.75em;
	margin-bottom: 10px;
}

div.divider {
	background: url(../images/divider.gif) repeat-x;
	height: 1px;
}

.toplink {
	font-size: 0.80em;
}

.border_bottom {
	border-bottom: 1px solid #000;
}

.citation {
	color: #333333;
	font-style: italic;
}

.citation_source {
	font-style: 0.9em;
	text-align: rigtht;
}


/* End Content Area */


/* Footer2 content */
#footer2 span {
	padding-left: 40px;
	line-height: 1.2em;
}

#footer2 a:link {
	color: #950000;
}

#footer2 a:hover, #footer2 a:visited {
	color: #d18d3e;
}
/* End Footer2 content */


/* font-styles */

#h2_main h2 {
	font-size: 1.3em;
}


h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 0 10px;
}

h3.house {
	background: url(../images/house_sm.gif) no-repeat left bottom;
	border-bottom: 1px solid #000;
	padding-left: 34px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -10px;
	margin-top: 10px;
}

.alert {
	color: red;
	font-size: 0.8em;
}

p.alert{
	color: red;
}


/* End font-styles */


/* lists */
#content_area ul, #content_area ol {
	margin: 10px 0;
	padding: 0 0 0 18px;
	list-style-position: inside;
}


#content_area li {
	padding-bottom: 5px;
}

.button_list {
	list-style: none;
}

.button_list li {
	padding-left: 18px;
	padding-bottom: 5px;
	background: url(../images/button_list.jpg) no-repeat;
}

dl {
	margin-top: 0;
}

dt{
	margin-top: 10px;
	font-weight: bold;
}

dd {
	margin-bottom: 20px;
}

ul.plain {
	list-style: none;
}



ol.alpha {
	list-style: lower-alpha;
}

ol.alpha-upper {
	list-style: upper-alpha;
}

ol.lower-roman {
	list-style: lower-roman;
}

dl.tight {
	margin-top: 10px;
}

dl.tight dt {
	margin: 0;
}

dl.tight dd {
	margin: 0 10px;
}

/* End of lists */


/* Tables */

table.fullwidth {
	width: 100%;
}

table td.half {
	width: 50%;
}

/* End Tables */

/* Members Area  */
#login_form td.col1 {
width: 100px;
}

p#info2 {
	font-style: italic;
}
/* End Members Area  */ 
 
 
 
 /* Photo Album */
 
table#tn_table td {
 	padding-bottom: 10px;
}




