/* CSS Document */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.                  */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* more varnish stripping as necessary... */

body {
	background:#f4f4f4;
	padding:20px 0 20px 0;
	font-family:  Helvetica, sans-serif, Arial;
}

#container {
	margin:40px auto;
	width:750px;
background-image:url(images/br_mid.jpg);
background-repeat:repeat-y;
}
#header1 {background-image:url(images/br_header.jpg);
background-repeat:no-repeat;
height:110px;
}

#header {background-image:url(images/br_header.jpg);
background-repeat:no-repeat;
height:110px;
}

#header1 h1{ 
display:none;
}

#header h1{ 
display:none;
}

h1 {
	color: #CC0000;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: normal;
	margin: 1em 0 0 0;
	text-align: left;
}

h3 {
	color: #CC0000;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: normal;
	margin: 1em 0 1em 0;
	text-align: left;
}

h4 {
	color: #AB8B8C;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: normal;
	margin: 1em 0 0 0;
	text-align: left;
}

h2 {
	color: #AB8B8C;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: normal;
	margin: 1em 0 0 0;
	text-align: center;
}
h5 {
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	margin: .2em 0 -15px 16px;
	text-align: left;
}

h6 {
	color: #333333;
	font-size: 0.7em;
	font-weight: normal;
	line-height: normal;
	border-width: 1px 0 0 0;
	letter-spacing: 0.1em;
	text-align: center;
	border-style: solid;
	border-color: #666666;
}

#side {
width: 130px;
float:left;
}

#side img {
padding:35px;
} 

#content {
	width: 400px;
	float:left;
	color: #000000;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.25em;
	
	padding: 0 20px 0 20px;
	text-align: left;
	overflow:visible;
border-right: dashed 1px #333333;
}



#content p {
	margin: 6px 0 12px 0;
	padding: 0 0 0 16px;
}
#content h2 {
	color: #950303;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: normal;
	margin: 24px 0 0 0;
	text-align: left;
}



#content h4 {
	color: #AB8B8C;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: normal;
	margin: 1em 0 0 0;
	text-align: left;
}


#content h5 {
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	margin: .2em 0 -15px 16px;
	text-align: left;
}

#content h6 {
	color: #333333;
	font-size: 0.7em;
	font-weight: normal;
	line-height: normal;
	border-width: 1px 0 0 0;
	letter-spacing: 0.1em;
	text-align: center;
	border-style: solid;
	border-color: #666666;
}

#content a:link {
	color: #0066FF;
}
#content a:visited {
	color: #CC0000;
}
#content a:hover, #content a:active, #content a:focus {
	color: #333333;
}

#content li {list-style-image:url(images/br_bull.jpg);
list-style-position: outside;
margin-bottom:6px;}

#content ul {
margin: 6px 0 12px 0;
	padding: 0 0 0 16px;
}

#right {float:left;
width:155px;

	color: #000000;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.25em;
	text-align: left;
	overflow:visible;
}



#right p {
	margin: 6px 0 12px 0;
	padding: 0 5px 0 10px;
}

#footer {
clear:both;
background-image:url(images/br_foot.jpg);
background-repeat:no-repeat;
height:60px;
color: #999999; 

font-size:0.7em;
text-align: center;
}

#navcontainer {
width:330px;
position:relative;
top:63px;
left:20px;
}


#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none; 
}

#navlist a { padding: 3px 8px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
font-size: 1.0em;
	letter-spacing: 0.1em;
	
text-decoration: none;
}

	
#navlist a:hover
{
color: #f4f4f4;

text-decoration: none;
}

#contact form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 395px;
  max-width: 395px;
  width: 395px; 
}

#contact form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#contact form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	font-weight: bold;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#contact form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color: #CC0000;
}

#contact form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

#contact form input, #contact form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#contact form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

#contact textarea { overflow: auto; }

#contact form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#contact form .required{font-weight:bold;} /* uses class instead of div, more efficient */

#contact form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
