/* CSS Document */

* {
	padding: 0px;
}
body {
	background-color: #BDB76B;
	font-family: Arial, Helvetica, sans-serif;
}
p {
}
ul {
	list-style: none;
}
h3 {
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
img {
	border: 3px solid #BDB76B;
}
#right_col img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.link {
	color: #000000;
	text-decoration: underline;
}



#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#header {
	background-color: #D7D7D7;
	padding-top: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}
#nav {
	vertical-align: middle;
	padding-right: 15px;
	float: right;
}

#nav p {
	padding-top: 30px;
	font-weight: bold;
	font-size: 14px;
}
#content {
	width: 529px;
	display: inline;
	background-color: #FFFFFF;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-bottom: 15px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#content p {
	padding-right: 10px;
	padding-left: 10px;
	text-indent: 30px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
}


#right_col {
	background-color: #cccccc;
	float: right;
	width: 245px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.lists {
	padding-left: 10px;
	padding-bottom: 10px;
}



#footer {
	background-color: #000000;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	color: #FFFFFF;
}
#footer a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



.infolist {
	list-style-type: disc;
	font-size: 12px;
	list-style-position: inside;
}
.credit {
	font-size: 10px;
	font-style: italic;
}

table {
	width: 500px;
}

tr td {
	text-align: center;
}
tr td a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
tr td a:hover {
	text-decoration: none;
	color: #BDB76B;
	font-weight: bold;
}

.phototable  tr td {
	border: 2px solid #BDB76B;
	padding: 5px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
form * {
	margin:0;
	padding:0;
	height: 80%;
} /* Standard margin and padding reset, normally done on the body */

legend {
	color:#000; /* IE styles legends with blue text by default */
	*margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
fieldset {
	border:2px solid #BDB76B; /* Default fieldset borders vary cross browser, so make them the same */
	padding: 5px;
	width: 80%;
	height: 80%;
}
fieldset div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
}
fieldset div {display:block;} /* Reset element back to block leaving layout in ie */
label {
	float:left; /* Take out of flow so the input starts at the same height */
	width:5em; /* Set a width so the inputs line up */
}

/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	vertical-align: middle;
	float: right;
	padding-right: 15px;
	z-index: 1000;
}
ul.dropdown li                      {
	font-weight: bold;
	float: left;
	zoom: 1;
	background-color: #CCCCCC;
}
ul.dropdown   a:hover 		            { color: #000; }
ul.dropdown   a:active                 {
	color: #BDB76B;
}
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	color: black;
	position: relative;
	background-color: #BDB76B;
}
ul.dropdown li.hover a              {
	color: black;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li 					{
	font-weight: normal;
	color: #000;
	float: none;
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

#flashcontent {
	height: 600px;
}
