/***********************************************/
/* 2col_leftNav.css   --Lee High site           */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #4A5E71;
	background-image: url(images/gradient-lhs.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 90%;
	max-width: 908px;
	min-width: 750px;
	margin: 0 auto;
	border:solid 1px white;
	background-color: #DDDDDD;
	overflow: hidden;
	}

#wrapper-forms {
	width: 750px;
	border:solid 1px white;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.extra-page {
	background-color: #CCCCCC;
	border: 1px solid #336699;
	width: auto;
	overflow: hidden;
}

.extra-page img {
	border: 2px solid #336699;
	margin-top: 2px;
	margin-left: 2px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #999999;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6 {

	font-size: 100%;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#masthead img{
	border: 4px groove #336699;
}

#navbar{
	margin: 0 75% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.clearboth {
	clear: both;
}


#content{
  float:right;
	width: 72%;
	margin: 0;
	padding: 0 3% 0 0;
}

#content img {
	margin-right: 8px;
}
#content-forms
{
  float:left;
	width: 100%;
	margin: 0;
	padding: 20px 20px 20px 20px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#sitename{
	margin: 0px;
	padding: 15px 0px 10px 25px;
}


/*************** #pageName styles **************/

#pagename{
	padding: 10px 0px 10px 10px;
	text-align: center;
	margin-top: 5px;
}


/************* #globalNav styles **************/

#globalnav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalnav img{
 display: block;
}

#globalnav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadcrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 15px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0;
	margin: 0 5px 3px 0;
	border: 2px solid #003399;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 1em;
}

.story p{
	padding: 0;
}

.story ul {
	list-style-type: none;
	line-height: 1.5em;
}
.box-border {
	float: left;
	border: 4px groove #336666;
}
.bgrnd-gray-and-border {
	background-color: #CCCCCC;
	border: solid 1px black;
}



.story ol {
	list-style-type: disc;
	line-height: 1.5em;
}

.story-border {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border: 2px solid #336666;
	margin: 5px 0 0 0;
}


/************* #siteInfo styles ***************/

#siteinfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #006699;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteinfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navbar link styles ***********/

#navbar ul a:link, #navbar ul a:visited {display: block;}
#navbar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navbar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navbar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

.sectionlinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

.sectionlinks h3{
	padding: 10px 0px 2px 10px;
}

.sectionlinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

.sectionlinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

.sectionlinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedlinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedlinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}
.image-padding-border {
	border: 2px solid #333366;
	margin-top: 5px;
	margin-bottom: 5px;
}
.margintop100 {
	margin-top: 100px;
}



#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******************#gallery elements************/
.gallerycontainer{
	min-height: 600px;
	margin-left: 50px;
	position: relative;
	margin-bottom: 20px;
	padding-top: 10px;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.photocontainer{
	margin-left: 50px;
	position: relative;
	margin-bottom: 20px;
	padding-top: 10px;
	
}

.photocontainer img {
	border: 4px groove #336699;
}


.thumbnail img{
float:left;
border: 1px solid #336699;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #678989;
}

.thumbnail span, 
.thumbnail span2
{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #333333;
	padding: 5px;
	border: 1px ridge gray;
	visibility: hidden;
	color: #CCCCCC;
	text-decoration: none;
	left: -1000px;
	margin: 100px 0 0 0;
}
.bdr-groove {
	border: 4px groove #CCCCCC;
	float: left;
	margin: 0 10px 5px 20px;
}



.thumbnail span img, 
.thumbnail span-2 img 
{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 30px;
left: 260px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail:hover span2{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 330px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.marginleft10 {
		margin-left: 10px;
}

.marginleft20 {
	margin-left: 20px;
}
.marginleft25 {

	margin-left: 25px;
}

.marginleft40 {
	margin-left: 40px;
}
.marginleft60 {
	margin-left: 60px;
}
.marginbottom300 {
	margin-bottom: 300px;
}
.marginbottom20 {
	margin-bottom: 20px;
}

/*Gallery Page larger thumbs*/
.thumbs {
	float: left;
	width: 33%;
	margin: 0 auto;
	font-size: 90%;
	text-align: center;
	}
.thumbs img {
	border:3px solid #CCCCCC;
}
.thumbs a {
	text-align:center;
	color: #3286A2;
}
.thumbs img:hover
{
	border: 3px solid #FFFFCC;
}
.story-bold-text {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	font-weight: bold;
}
 
 .story-bold-text p{
 	text-align:center;
 }
