/* CSS Document */
body {
	margin: 0px;
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-weight: bold;
	color: #BD0600;
	font-size: 14px;
}
li {margin-left: 15px}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link,
a:visited {color: #7a7a7a}
a:hover,
a:active {color: #1A5688}

#navigation a:link,
#navigation a:visited {color: #FFFFFF}
#navigation a:hover,
#navigation a:active {color: #BD0600}

#navigation {
	float: left;
	width: 195px;
	margin-left: 5px;
	padding-left: 55px;
	margin-top: 40px;
	line-height: 24px;
	font-size: 14px;
}

.position {
	position: relative;
	left: 0px;
	top: 0px;
}

#logolink {
	position: absolute;
	height: 84px;
	width: 171px;
	background-color: transparent;
	top: -20px;
	right: 619px;
	z-index: 15;
	left: 70px;
}


#left_picture {
	position: absolute;
	height: 247px;
	width: 215px;
	background-color: transparent;
	top: 261px;
	right: 420px;
	z-index: 15;
	left: 9px;
}
#left_picture a:link,
#left_picture a:visited {color: #000000}
#left_picture a:hover,
#left_picture a:active {color: #BD0600}

.blue {
	color: #1A5688;
	font-weight: bold;
}
.large {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

#content {
	padding: 5px;
	border-bottom: 5px solid #FEF0B8;
	background-color: #ffffff;

}

.testimonial {float:left;
margin-right:5px;}

.image_right {float:right;
margin-left:5px;
border:1px solid #cccccc;
padding:2px;}

#applebox {
	font-size: 11px;
	padding-top: 24px;
	padding-bottom: 10px;
}
#applebox a {color: #666666}

/* Photo Gallery CSS */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #1A5688;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #C9DAE8;
padding: 5px;
top:447px;
border: 1px solid gray;
visibility:hidden;
text-align:center;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 477px;
left: 47.4%; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/*end photo gallery Css*/
