body{width: 100%; height: 100%}
ul,ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,fieldset,input{ margin: 0; padding: 0;}

a img,:link img,:visited img { border: none; }
a{
	text-decoration: none;
	color: #336699;
	}
a:hover{text-decoration: underline;}
/*
 td{
  margin: 0;
  padding: 0;
	  font-family: Arial, Verdana, sans-serif;
	  font-size: 11px;
  background-color: #fff;
}

body{padding: 20px;}
*/


.main_header{
	  font-family: Arial, Verdana, sans-serif;
	  font-size: 20px;
	  font-weight:bold;
	  color:#006699;
	  line-height: 22px;
}
.sub_header_blue{
	  font-family: Arial, Verdana, sans-serif;
	  font-size: 15px;
	  font-weight:bold;
	  color:#006699;
}
.sub_header_green{
	  font-family: Arial, Verdana, sans-serif;
	  font-size: 15px;
	  font-weight:bold;
	  color: #99cc33;
}

li{
	margin-left: 30px;
}


hr{ 
	height:1px;
	border: 0;
	background-color: #E4E4E4;
	color: #E4E4E4; 
}

#joinMailing {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	}
#joinMailing td{
	font-weight:bold;
	}	
#joinMailing input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	}
	
.error{
	color:#990000;
}

#errorContent{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
  margin:0px auto;
  position:relative;
  width:650px;
  border: 1px solid #66CC00;
  padding: 0px;
}


.galleryPhotoBox a{
	height:150px;
	width: 150px;
	text-align:center;/**/
  padding-right: 10px;
  padding-bottom: 10px;
  float:left;
}


.galleryPhotoBox img{
  border: solid 2px lightgrey;
}

#sf_guard_auth_forgot_password{
	display: none;
}


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Login Forms */
#sf_guard_auth_form{
	margin-left: 200px;
	text-align:left;
	padding: 50px 0px 10px 40px;
	background-image:url(/images/login_bg.jpg);
	background-repeat:no-repeat;
	width:472px;
	height:169px;		
}

#sf_guard_auth_form .form-row{
	padding-top:5px;
	clear:both;
}


#sf_guard_auth_form label{ 
	float:left;
	display:block;
	width:120px;
	font-weight:bold;
	color: #0065b3;
	 }

#sf_guard_auth_form fieldset{
	border: none;
}

#sf_guard_auth_form fieldset input{
	border:1px solid #0065b3;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding: 2px;
	}

#sf_guard_auth_forgot_password{
	display: none;
}

.error{
	color: #990000;
	font-weight: bold;
}




