/* CSS Document */

/******* respecified tags ******/
body {
margin: 0; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
background-color: #ffffff;
background-image: url(media/bgd_liz_tall.jpg);
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
}

a:link { color: #3366CC; text-decoration:none; }
a:visited { color: #3366cc;  text-decoration:none;}
a:active { color: #009999;  text-decoration:none;}
a:hover { text-decoration: underline; }

p {
margin: 0; 
padding-top: 4px;
font-size: 100%;
color: #000000;
line-height: 130%;
}
pre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 16px;
padding: 0 1em;

}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: 600;
font-style: italic;
margin: 2px 0;
color: #003399;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 500;
font-style: italic;
margin: 0;
padding-top: 12px; 
padding-bottom: 6px;
color: #003399;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 500;
font-style: italic;
margin-top: 0;
margin-bottom: 0;
padding-top: 4px; 
padding-bottom: 4px; 
color: #003399;
}
h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 500;
font-style: italic;
margin: 0;
padding-top: 5px; 
padding-bottom: 0;
color: #666666;
}
h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: 600;
font-style: italic;
margin-top: 0;
margin-bottom: 0;
padding-top: 2px; 
padding-bottom: 6px; 
color: #666666;
}
h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 600;
margin-top: 0;
padding-top: 0; 
margin-bottom: 0;
padding-bottom: 0; 
color:#330099;
}
td {
clear: both;
padding: .5em;
}

/*******************************/
/******* container tags ********/

/*******************************/
/**** A_START PAGE DIVS ****/

#header {
position: fixed !important;
width: 100%;
height: 20px;
z-index: 10000;
background-color:#039;
}
	#header a:link { 
	color: #ffffff; 
	text-decoration:none; 
	}
	#header a:visited { 
	color:#ffffff; 
	text-decoration:none; 
	}
	#header a:hover { 
	color:#ccccff;
	text-decoration:none; 
	}
#searchbox {
position: fixed;
right: 30px;
top: 58px;
}
#searchicon {
position: fixed;
right: 10px;
top: 64px;
}
#site { 
padding-top: 24px; 
}
#supercontainer {
/*width: 720px;*/
float: center;
margin: 0px auto;
/*border: 2px dashed green;*/
}
#container {
max-width:800px;
min-height: 720px;
margin: 0px auto;
padding: 0 ;
/*border: 2px dashed orange;*/
}
#containerindex {
width: 800px;
min-height: 600px;
margin: 0px auto;
padding: 0 ;
/*border: 1px dashed orange;*/
}



/*******************************/
/******* INDEX PAGE DIVS *******/
#contentindex {
padding: 0;
position: relative;
text-align: center;
vertical-align: top;
/*border: 1px dashed blue;*/
}
	#contentindex td {
	padding: 3px;
	}
	#contentindex ul { /* for signin boxes */
	list-style-type: none;
	text-align: center;
	margin: 5px;
	padding: .5em;
	}
	#contentindex ul li { 
	display: inline; 
	margin: 2px;
	padding: 3px 0px;
	color: #333;
	background-color: #039;
	}
	#contentindex ul li a {
		text-decoration: none;
	margin: 0;
	padding: 3px 5px;
	color: #fff;
	background-color: #039;
	}
	#contentindex ul li a:hover {
	margin: 0;
	padding: 3px 5px;
	color: #fff;
	background-color: #06c;
	}
	#contentindex ul li a:active {
	margin: 0;
	padding: 3px 5px;
	color: #fff;
	background-color: #ccc;
	}

#photoboxindex {
margin: 0px auto;
margin-top: 21px;
max-width: 100%;
/*border: 1px dotted red;*/
}
	#photoboxindex img {
	display: block;
	margin-left: auto ;
	margin-right: auto ;
	max-width:100%;
	max-height:100%;
	}
	#photoboxindex p {
			margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 110%;
	color:#666;
	font-style: italic;
	text-align:right;
	}

#indexbody {
margin: 0px auto;
width: 80%;
/*border: 1px dotted pink;*/
}
	#indexbody p {
	margin: 10px 0 10px 0;
	font-size: 100%;
	line-height: 140%;
	text-align: left;
	}

#newswrapper {
width: 650px;
margin: 0px auto;
/*border: 1px dotted gray;*/
}
	#newstitle {
	width: 140px;
	float: left;
	text-align: right;
	padding: 4px 4px 4px 0;
	/*border: 1px dotted red;*/
	}
	#newsitem {
	text-align: left;
	padding: 4px 0 4px 4px;
	/*border: 1px dotted blue;*/
	}
/***** END INDEX PAGE DIVS *****/
/*******************************/



#gallerymenu {
clear: both;
margin-left: auto ;
margin-right: auto ;
width: 100%;
padding: 0em;
font-size: 90%;
color: #000000;
/*border: 1px solid red; */
}
	#gallerymenu td {
	clear: both;
	padding: 2px;
	}
	#gallerymenu ul
	{
	margin: 0;
	padding: 1em;
	list-style-type: none;
	text-align: center;
	}
	#gallerymenu ul li { 
	display: inline; 
	}
	#gallerymenu ul li a
	{
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	background-color: #039;
	}
	#gallerymenu ul li a:hover
	{
	color: #fff;
	background-color: #6699ff; /*#06c*/
	}
	#gallerymenu ul li a:active
	{
	color: #fff;
	background-color: #ccc;
	}

#content {
width: 650px;
padding: 0em;
min-height: 400px;
margin: auto ;
/*border: 2px dashed yellow;*/
}
	#content p { 
	padding: 0em 2em .5em 0em;
	}
	#content img { 
	border-color:#000000;
	border-width: 1px;
	}
	#content td {
	padding: 3px;
	padding-left: 8px;
	}

#photobox {
width: 100%;
max-height: 620px;
padding: 12px;
/*border: 1px dotted red;*/
}
	#photobox img {
	display: block;
	margin-left: auto ;
	margin-right: auto ;
	max-width:90%;
	max-height:500px;
	}

#themebox {
position:relative;
padding: 0em;
height: 460px; /* do not change height without adjusting all keys below */
width:840px;
margin: auto ;
/*border: 1px solid red;*/
}

#key1{
position:absolute;
bottom:200px;
left:0px;
font-weight:800;
}
#key2{
position:absolute;
top:280px;
left:240px;
font-weight:600;
}
#key3{
position:absolute;
bottom:330px;
left:180px;
font-weight:900;
/*border:1px dotted blue;*/
}
#key4{
position:absolute;
top:280px;
right:620px;
font-weight:600;
}
#key5{
position:absolute;
bottom:290px;
left:340px;
font-weight:600;
}
#key6{
position:absolute;
bottom:20px;
left:300px;
}
#key7{
position:absolute;
top:40px;
left:600px;
}
#key8{
position:absolute;
bottom:340px;
left:0px;
}
#key9{
position:absolute;
top:340px;
right:610px;
}
#key10{
position:absolute;
bottom:160px;
left:600px;
}

#footerbox {
width: 650px;
margin: 0px auto;
padding-top: 2em;
padding-bottom: 2em;
vertical-align: top;
font-size: 90%;
color: #000000;
/*border:2px dotted pink;*/
}
	#footerbox p { 
	color: #666;
	text-align: center;
	padding-bottom: 4px;
	font-style: italic;
	}

/*******************************/
/****** custom class tags ******/

/* COLOR SPECS */
.gray {
color: #999999; 
}
.green {
color: #66cc33; 
}
.red {
color: red; 
}
/* END OF COLOR SPECS */

.caption {
font-family: "Times New Roman", Times, serif;
font-style: oblique;
color:#666666;
}
.detailblock {
font-size: 80%;
font-style:italic;
line-height: 120%;
color: #999999;
}
.fine {
font-size: 90%;
line-height: 120%;
}
.fineprint {
font-size: 90%;
line-height: 120%;
}
.finewhite {
font-size: 90%;
line-height: 120%;
color: #fff;
}
.fineprintwhite {
font-size: 90%;
line-height: 120%;
color: #fff;
}
.finegray {
font-size: 90%;
line-height: 120%;
color: #999999;
}
.fineprintgray {
font-size: 90%;
line-height: 120%;
color: #999999;
}
.finered {
font-size: 90%;
line-height: 120%;
color: red;
}
.subtitle {
color: #666666;
font-weight: bold;
}
.headerright {
position: fixed;
right: 10px;
top: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight:50;
color:#CCCCCC;
}
.headerleft {
position: fixed;
left: 10px;
top: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight:400;
color:#FFFFCC;
}
.nobr { 
white-space: nowrap; 
}
.outline {
border: thin solid teal;
}
.row0 {
background-color: #ffffff;
}
.row1 {
background-color: #e6e6e6;
}
.textwrapbottomleft {
float: left;
margin-top: 10px;
margin-right: 10px;
}
.textwrapbottomright {
float: right;
margin-top: 10px;
margin-left: 10px;
}
.textwraptopleft {
float: left;
margin-bottom: 10px;
margin-right: 10px;
}
.textwraptopright {
float: right;
margin-bottom: 10px;
margin-left: 10px;
}
.textleft {
text-align: left;
}
.textright {
text-align: right;
}
.topleft {
position: fixed;
left: 0px;
top: 0px;
}