/* CSS Document */
body {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
a:visited {
	color: #663399;
	text-decoration:underline;
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
*:first-child+html h3 { /*IE7 hack for padding on top of H3 tag */
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
*html h3 { /*IE6 hack for padding on top of H3 tag */
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
/*styles for the main page layout*/

#pgcontent {
	position: absolute;
	left: 25px;
	/*background-color: #FFFFFF;*/
	width: 750px;
	/*border: 2px solid #FF0099;*/
}
#header {
	position: absolute;
	height: 108px;
	width:750px;
	/*border-bottom: 5px solid #cccccc;*/
	text-align: left;
	background-color:#000000;
	color: #FFFFFF;
}
#topnav {
	position: relative;
	top: 113px;
}
#maincontent {
	position: absolute;
	top: 120px;;
	/*top: 148px;*/ /*use with navigation*/
	width: 740px;
	background-color: #FFFFFF;
	background-repeat:repeat; 
	color: #000000;
	text-align:left;
	padding:10px;
	/*border: 2px solid red;*/
}
#leftcolumn_wide {  /*used on pages without right column*/
	float: left;
	width: 725px;
}
#leftcolumn {
	float: left;
	width: 450px;
}
*html #leftcolumn {  /*used to correct left column width in IE6*/
	float: left;
	width: 425px;
}
*:first-child+html #leftcolumn { /*IE7 hack for leftcolumn */
	width: 425px;
}
#rightcolumn {
	float:right;
	width: 275px;
}
*:first-child+html #rightcolumn { /*IE7 hack for rightcolumn */
	width: 290px;
}
#footer {
	font-size: 10px;
	color: #000000;
	padding-top: 40px;
	padding-bottom: 5px;
	clear: both;
}
#footer_black {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 5px;
	clear: both;
}
.head_flash {
	position: relative;
	margin-left: 325px;
}
.comments {
	float: right;
	width: 250px;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px 10px 5px 10px;
	background-color: #198DC0;
	color:#000000;
}
* html .comments { /*IE6 hack for events */
	padding-top: 10px;
}

.events {
	float: right;
	width: 250px;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px 10px 5px 10px;
	background-color: #FF9900;
	color:#000000;
}
* html .events { /*IE6 hack for events */
	padding-top: 10px;
}
/*:first-child+html .events { /*IE7 hack for events */
	/*width: 200px;
}*/
.contact {
	float: right;
	width: 200px;
	height: 50px;
	margin-left: 20px;
	padding: 10px 10px 5px 10px;
	background-color: #003399;
	color: #FFFFFF;
	clear:both;
}
img#personalphoto {
	margin:8px; 
	border:1px solid #cccccc;
}
/*styles for top nav bar*/
.navcontainer {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;		
}
.navcontainer ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
.navcontainer li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	padding-right:70px;
	margin-left: 35px;
	font-size: 16px;
	font-weight: bold;
}
/*colors for the top nav bar up state*/
.navcontainer a.blue {
	color: #003399;
	text-decoration:none;
}
.navcontainer a.green {
	color: #006600;
	text-decoration:none;
}
.navcontainer a.red {
	color: #990000;
	text-decoration:none;
}
.navcontainer a.purple {
	color: #6600CC;
	text-decoration:none;
}
/*colors for hover states of the top nav bar */
.navcontainer a:hover.blue {
	color: #FFFF00;
	text-decoration:none;
}
.navcontainer a:hover.green {
	color: #6600CC;
	text-decoration:none;
}
.navcontainer a:hover.red {
	color: #FF9900;
	text-decoration:none;
}
.navcontainer a:hover.purple {
	color: #CC9900;
}
/* gallery styles */
.lrg_bkgd {
	background-color:#000000;
	/*border: 8px outset #333333;*/
	width: 425px;
}
#maincontent_gallery {
	position: absolute;
	top: 150px;
	width: 753px;
	background-color: #000000;
	color: #FFFFFF;
}
#maincontent_nav {
	position: absolute;
	top: 150px;
	width: 730px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
}
.thumbs {
	float: left;
	width: 450px;
}
.thumbs img {
	padding-bottom: 10px;
	padding-right: 5px;

}
.search {
	float: left;
	width: 450px;
}
.gallerydesc {
	float: right;
	clear:both;
	width: 250px;
	color: #FFFFFF;
}
img.imgthumb {
	padding: 10px;
	text-align:center;
}
.lrg_border {
	border: 8px outset #333333;	
}