/* minimum width function (will probably not work in some versions of IE) */
body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	text-align: left;
}
/* wrapper wraps along all the divs to enable relative and absolute positioning. */
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	min-width:800px;
	background-color: #333333;
}

/* ___________________*** Header ***_______________________*/

/* header is all the way on top with a left margin to line up with contents (use it as an include) */
#header {
	height: 150px;
	width: 300px;
	margin-top: 0px;
	margin-bottom: -20px;
	padding-top: 20px;
	background-image: url(images/open_circle.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
/* header 3column with bgrnd option */
.bgrndtopleft {
	margin-left: 170px;
}
/* header with no left menu item */
.bgrndtopleft2 {
	margin-left: 30px;
}
/* right side header to have the circle on right as a background image */

#side2header {
	position: absolute;
	width: 240px;
	top: 0px;
	height: 150px;
	right: -2px;
	float: right;
	background-image: url(images/open_circle.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: bottom;
	margin-left: 480px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-right: 30px;
}


/* ___________________*** general tags ***_______________________*/
/* size/spacing and font style of all p and h1 tags */
h1 {
	text-align: left;
	padding-right: 20px;
	color: #CC6600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bolder;
	margin-left: -30px;
	display: block;
}
h2 {
	text-align: left;
	padding-right: 20px;
	font: bolder 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CC6600;
}
h3 {
	text-align: right;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
p {
	padding-top: 0;
	margin-top: 0;
	color: #CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}
#content a:link, #content2 a:link, #content3 a:link, #contentgallery a:link, #side2 a:link, #footer a:link, #footer2 a:link, #footer3 a:link {
	text-decoration: none;
	background-color: transparent;
	color: #3366FF;	
}
#content a:visited, #content2 a:visited, #content3 a:visited, #contentgallery a:visited, #side2 a:visited, #footer a:visited, #footer2 a:visited #footer3 a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #6666FF;	
}
#content a:hover, #content2 a:hover, #content3 a:hover, #contentgallery a:hover, #side2 a:hover, #footer a:hover, #footer2 a:hover, #footer3 a:hover, #nav a:hover {
	color: #CC6600;
}
/* content use with 2 column and if there are no float functions within */

#content ol, #content2 ol, #content3 ol, #contentgallery ol {
	font: 75%/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
#content ul, #content2 ul, #content3 ul, #contentgallery ul {
	color: #999999;
	list-style-type: circle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	list-style-position: outside;
}


/* ___________________*** Main Content ***_______________________*/
#content {
	margin-right: 350px;
	margin-left: 208px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #333333;
	height: 100%;
	display: block;
	}
	
/*  Long List Content (no navigation) line on top only  */
#content2 {
	margin-right: 30px;
	margin-left: 71px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	background-color: #333333;
	height: 100%;
	display: block;
	}
	
/*  Admin page content (1 column with lines on 3 sides as well as gallery page)   */

#content3{
	margin-right: 10px;
	margin-left: 208px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	background-color: #333333;
	height: 100%;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}
	
/*  alternative option for gallery. Gallery page background Content page Top line only. Use footer without background  */
#contentgallery {
	margin-right: 10px;
	margin-left: 208px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	background-color: #333333;
	height: 100%;
	display: block;
	}
	
/* navigation with classes as bullets and color change (use library) */
#nav {
	position: absolute;
	width: 125px;
	top: 105px;
	left: 0px;
	padding: 0px 20px 10px 35px;
}
#nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 130px;
}
#nav li {
	list-style-position: outside;
	padding: 0px 0px 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	background-color: transparent;
}
.bullet {
	list-style-image: url(images/nav_circle.gif);
}

/* end of navigation stuff */

/* right column stuff image should be at most 195px width */
#side2 {
	position: absolute;
	width: 240px;
	top: 150px;
	right: 36px;
	float: right;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 30px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #333333;
	margin-left: 30px;
	clear: left;
	overflow: auto;
}
.box {
	padding: 10px 10px 10px 15px;
	margin: 0 0 20px;
}
/* a relative floating box within the middle column to include image and text within the text  */
.boxcontent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #99FF00;
	border-right-color: #99FF00;
	border-bottom-color: #99FF00;
	border-left-color: #99FF00;
	width: 200px;
	}	

/* footer is all the way on the bottom use library */

#footer {
	color: #CCCCCC;
	font-size: 75%;
	text-align: left;
	margin-top: -20px;
	margin-left: 208px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bgrnd_footerimg {
	background-image: url(images/open_circle.gif);
	background-repeat: no-repeat;
	clear: both;
}	
	
/* tables */

td {
	padding-top: 0;
	margin-top: 0;
	color: #CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	margin-right: 50px;
	clear: right;
}
.td_no_resize {
	font-size: 100%;
}
th {
	font: 80%/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
	font-weight:bold;
	color: #CCCCCC;
}

/* Gallery list*/
#albumlist {
	list-style-type: none;
}
#albumlist li {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#albumlist img {
	display:block;
	list-style-type: none;
}

/* classes */
.whitetype {
	color: #FFFFFF;
	display: block;
	padding-top: 3px;
}
.grey_subhead {
	color: #999999;
	padding-left: 5px;
}
.orange_subhead {
	font-weight: bold;
	color: #CC6600;	
	padding-left: 5px;
}
.orangeboldtype {
	font-weight: bold;
	color: #CC6600;	
}
.leftimage {
	float: left;
	clear: right;
	position: relative;
	padding: 0px 20px 20px 0px;
}
.rightimage {
	float: right;
	clear: left;
	position: relative;
	padding: 5px 0px 20px 20px;
}
.clearimage {
	float: none;
	clear: both;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#normal_table {
	font-size: 120%;
}
/* form not used
input.txt {
  color: #000000;
  background-color: #CEF0FF;
  border: 1px inset #000000;
  width: 200px;
}
input.btn {
  color: #000000;
  background-color: #FFd150;
  border: 1px outset #000000;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 35%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {
  border: 1px dotted #000000;
  margin-top: 16px;
  padding: 10px;
}
legend {
  font: bold 0.8em Arial, Helvetica, sans-serif;
  color: #c94853;
  background-color: #FFFFFF;
}
*/