@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-color: #07163d;
	background-image: url(images/background-style.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: 1b347a;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/Lawrence-Lynch-Rev1_01.jpg);
	background-repeat: repeat-x;
	height: 34px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0; 

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-variant: small-caps;

}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #07163D;
	background-image: url(images/Lawrence-Lynch-Rev1_04.jpg);
	background-repeat: repeat-x;
	margin: 0;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #07163D;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#footer a:link {
	color:#CCC;
	text-decoration: none;
}
#footer a:visited {
	color:#FFF
}
#footer a:hover {
	color:#FF6;
	text-decoration: underline;
}

.oneColFixCtrHdr #headerLogo {
	background-color: #FFF;
	background-image: url(images/Lawrence-Lynch-Rev1_02.jpg);
	background-repeat: no-repeat;
	height: 110px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top:0px;
	display: block;
	vertical-align: top;
}
.oneColFixCtrHdr #headerLogo p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-align: right;
	line-height: 14px;
}

.oneColFixCtrHdr #headerNAV {
	background-color: #1b347a;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 43px;
	margin: 0;
	background-image: url(images/Lawrence-Lynch-Rev1_03.jpg);
}
.oneColFixCtrHdr #headerNAV h1 {
	font-size: 20px;
	color: #FFF;
	margin: 0;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header a {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-variant: small-caps;
	text-decoration: none;
}
.oneColFixCtrHdr #headerNAV a {
	font-size: 20px;
	color: #FFF;
	margin: 0;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}

#gallery {
	position:relative;
	height:281px
}

.CallOutBoxHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
	font-style: normal;
	vertical-align: middle;
}

	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
	border:1px solid #FFF;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:30px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#FFFFFF;
	}
.CallOutHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
}
.CallOutBoxContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFF;
}
.CallOutBoxContentList {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	font-style: normal;
	padding-right: 7px;
	list-style-position: outside;
	list-style-type: square;
}

a:link {
	color:#CCC;
	text-decoration: none;
}
a:visited {
	color:#FFF
}
a:hover {
	color:#FF6;
	text-decoration: underline;
}

.CallOutBoxContentLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 15px;
	font-style: normal;
	padding-right: 7px;
	color: #FFF;
}

.CallOutBoxContentLink  a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #FFF;
}

.CallOutBoxContentLink  a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #FFF;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF;
}
.eeo {
	font-size: 11px;
}

