/*****************/
/* reset stuff */
/**************/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	
	color: black;
	background: white;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
} */



/*****************/
/* global stuff */
/***************/
h1, h2, h3, h4, p, a, form, input, li, ul, body, fieldset{
	margin:0;
	padding:0;
}

a{
	outline: none;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
}

h1, 
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;	
	padding-bottom: 6px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	padding-bottom: 6px;
}

p, 
label, 
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 6px;
}

img, div { behavior: url(iepngfix.htc); }


/******************/
/* Site specific */
/****************/
html,body{
	text-align: center;
	height:100%;
	background-image: url(images/bg-max-color.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/*html {
     overflow: -moz-scrollbars-vertical;
}*/

#wrapper{
	position:relative;
	width: 776px;
	
	margin-right: auto;
	margin-left: auto;
	
	text-align: left;
	
	
	height:auto !important; /* needed to keep the footer in place?? */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	

	background-color:#FFFFFF;
}




#header{
	height: 70px;
	background-color: #504E4F;
	margin-top: 7px;
	margin-bottom: 7px;
	position: relative;
}

#header #logo{
	position: absolute;
	left: 3px;
	top: 5px;
	height: 64px;
	width: 335px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#header p{
	position: absolute;
	top: 12px;
	font-weight: bold;
	color: #FFFFFF;
	right: 13px;
}


#header #logo h1{
	display: none;	
}

#banner{

}

#banner #lCol{
	float: left;
	height: 278px;
	width: 247px;
	background-color: #EBEBEB;
}

#banner #lCol #textWrap{	
	padding-left: 22px;
	padding-right:18px;
}



#banner #lCol ul{
	padding-bottom: 0px;
	padding-top: 11px;
	padding-left:14px;
} 

#banner #lCol p{
	
} 

#banner #lCol li{
	padding-bottom: 5px;
	font-size: 12px;
}


#banner #lCol h3{
	padding-top: 11px;	
}

#banner #rCol{
	float: right;
	width: 522px;
}

#banner #rCol #menu{
	padding-top: 2px;
	padding-bottom: 3px;
	position: relative;
	background-color: #504E4F;
	height: 20px;
}

#banner #rCol #menu ul{
	list-style-type: none;
	text-align: center;	
}

#banner #rCol #menu li{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#banner #rCol #menu li span{
	font-size: 14px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}

#banner #rCol #menu li a{
	color: #FFFFFF;
}

#banner #rCol #menu li a:hover{
	color: #CCCCCC;

}

#banner #rCol #menu .selected a,
#banner #rCol #menu .selected a:hover{
	color: #006600;
	cursor:default;	
}






#main{
	width: 100%;
	padding-bottom: 76px;
}

#main #lCol{
	float: left;
	width: 190px;
/*	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
*/
}

#main #lCol p{
	padding-left: 33px;	
	color: #666666;
}

#main #lCol h2,
#main #lCol h3{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 18px;
	margin-right: 18px;
	
}


#main #rCol{
	float: right;
	width: 522px;
	padding-top: 10px;

}

#main #rCol h2{
	padding-bottom: 4px;
	padding-left: 15px;
	padding-top: 12px;
	font-size: 24px;
}


#main #rCol h3{
	padding-bottom: 11px;
	margin-left: 15px;
	padding-top: 22px;
}

#main #rCol h4{
	padding-bottom: 11px;
	margin-left: 15px;
	padding-top: 0px;
}


#main #rCol p{
	padding-left: 15px;	
	padding-bottom: 11px;
}
#main #rCol #userPic{
	float: right;
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: 6px;

}


#main #rCol #contact{
	position:relative;
	
	margin-top:22px;
	
	height:auto !important; /* needed to keep the footer in place?? */
	height:310px; /* IE6: treaded as min-height*/
	min-height:310px; /* real browsers */	
}

#footer{
	height: 75px;	 
	
	border-top-width: 1px;
	border-top-color: #333333;
	border-top-style: solid;
	
	position: absolute;
	bottom: 0px;
	padding-top: 0px;	
}

#footer #lCol{
	float:left;
	width: 199px;
	text-align:left;	
	padding-left:8px;
}

#footer #rCol p{
	float:right;
	width: 300px;
	text-align:right;
	padding-right:8px;
}

.mailwrapper {
	text-align: left;
	float: right;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


 
/********************/
/* Mail form stuff */
/******************/
.mailwrapper{

}
.maildiv {
	width: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear:both;
}
.maildiv form {
	text-align: left;
}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 73px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
	display: block;
	float: left;
	clear: left;
	color: #666666;
}
.maildiv a {
	
}
.maildiv h2 {
	
	
}
.maildiv input {
	margin-bottom: 10px;
}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	margin-bottom: 10px;

}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
}
.maildiv fieldset {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 90%;
}
.maildiv .fmsubmit {
	float: right;
	padding-right: 22px;
}
.maildiv .fmrequired {
	
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
}

.maildiv .fminfofull {
	margin-bottom: 15px;
	font-weight: bold;
	color: #333333;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	
	margin-left: 50px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
	float:left;
	
}

.maildiv .fmerrorbox li {
	
	color: #FF0000;
	list-style-type: none;
	padding-left:22px;
}

.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	
	font-size: 120%;
}




/********************/
/* Gallery stuff */
/******************/
.myWrap{
	margin-top:6px;
	padding:3px;
}

.mgtxt, .mgtxt a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mgtxt a{
	text-decoration:underline;
}
.mgtxt a:hover{
	text-decoration:none;
}
.mggalcap{
	font-size:12px;
	font-weight: bold;
}
.mgimgcap{
	font-size:12px;
	font-weight: bold;
}
.mgsmall, .mgsmall a {
	font-size: 9px;
	font-weight:normal;
}
.mgimgbrd {
	border: 1px solid #666666;
	
}
.mgadmincap {
	background-color:#4B6B92;
	color: #ffffff;
	font-weight: bold;
}
.mgadmintdbg {
	background-color:#ffffff;
}
.mgaltbgcol {
	background-color: #dedede;
}
.mginputln {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color:#FF3300;
	font-size: 10px;
	font-weight: normal;
	border: solid 1px #999999;
}
.mggallery{
	margin-bottom:10px; 
	padding-bottom:10px; 
	border-bottom: dotted 1px #999999;
}


/*
LIGHTBOX STYLES
*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(<?=$mgConf['pathtoscript']?>lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(<?=$mgConf['pathtoscript']?>lightbox/images/prevlabel.gif) left 15% no-repeat; background-position:top left; }
#nextLink:hover, #nextLink:visited:hover { background: url(<?=$mgConf['pathtoscript']?>lightbox/images/nextlabel.gif) right 15% no-repeat; background-position:top right }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	color:#111;
	}
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: auto; float: right;  padding-bottom: 0.7em;	}	
#imageData #continueSlideshow{ float:right; padding:0 10px 10px 0; }
#imageData #continueSlideshow img{ cursor:hand; cursor:pointer; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%; 
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

