@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	background-color: #000;
	background-image: url(../images/bg_bg.gif);
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

p.select_menu {text-align: center;
             margin: 2px 0px 2px 0px;
             padding: 0px;
}

a:link, a:visited {
	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;
	font-style: normal;
}

.container {
	width: 1050px; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
	font-size: 12pt;
	color: #000;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

.content {
	width: 760px;
	float: right;
	padding: 0px;
	margin: 0px;
	background-color: #EEE;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #630;
	border-right-color: #630;
	border-bottom-color: #630;
	border-left-color: #630;
}

.footer {
	font-size: 10px;
	width: 750px;
	float: left;
	background-color: #EEE;
	padding: 0px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.content_inner {
	background-image: none;
	width: 750px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
}


/* ~~ 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. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top       <span class="lhs_pic_txt">
        <img border for the links - all others are placed using a bottom       <span class="lhs_pic_txt">
        <img border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ 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 overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.text_submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* image control classes */
span.rhs_pic_txt, span.lhs_pic_txt 
{
	display: block;
	text-align: center;
	font-style: italic;
	font-size: 8pt;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

span.rhs_pic_txt
            {float: right}
 
span.lhs_pic_txt
            {float: left}

span.lhs_brown_pic_txt {
	color: white;
	display: block;
	text-align: center;
	font-style: italic;
	font-size: 8pt;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #4B290D;
}

img {
	border: thin solid;
}

.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

span.lhs_brown_pic_txt
            {float: left}
			
.photo_line_full {
	margin-top: 2px;
	margin-bottom: 5px;
}

/* text control styles */
.black_dot {
	color: #000;
}

span.photographer_credit 
            {
	font-style: none;
	font-weight: bold;
	font-size: 10pt;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#hide        {clear: both}

hr           {clear: both}

span.bld    {font-weight: bold}

span.bldr   {font-weight: bolder}

span.ital   {font-style: italic}

span.normal {font-style: none}

span.strike {text-decoration: line-through}

p.text      {margin: 10px 3px 0px 3px;
             text-align: left}

p.credit    {font-style: italic;
  	         font-weight: bold;
             font-size: 8pt;
             text-align: left}

span.credit {font-style: italic;
	         font-weight: bold;
             font-size: 8pt}


p.intro      {font-style: italic;
             text-align: left}
.blackish {
	color: #000;
}
.text_red {
	color: #F00;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
