body 
{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 
{
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #c00;
	position: static;
}

.bodytextbold 
{
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 13px;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 18px;
	font-weight: bold;
}

.footertext 
{
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 18px;
	text-align: center;
}

a:link 
{
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.bodytextred 
{
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}

a:hover 
{
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: underline;
}

.alphaletter 
{
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 16px;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 18px;
	font-weight: bold;
}

.source 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
}

a:active 
{
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

a:visited 
{
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

h2 
{
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	line-height: normal;
}

p 
{
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
	word-spacing: 1px;
}

ul {
	font-family: Calibri, Verdana, Arial;
	font-size: 13px;
	list-style-image: url(../images/redbullet.gif);
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
}

li 
{
	list-style-position: outside;
	list-style-image: url(../images/redbullet.gif);
	font-family: Calibri, Verdana, Arial;
	list-style-type: square;
	text-align: left;
}

.footertextsmall {
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 11px;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 18px;
	text-align: center;
}
.altnav {
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.testimonialblack {
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 13px;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
}
.testimonialred {
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 13px;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
}
.button {
	color: #ffffff;
	background-color: #000099;
	font-family: Calibri, Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.LARGEbodytextred {
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 16px;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.arrowbutton {
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 12px;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	text-align: center;
}
.body {
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 13px;
	letter-spacing: 0px;
	word-spacing: 1px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}




/*-- BEGIN 
HOVER OVER IMAGE ENLARGEMENT --*/
<style type="text/css">

.thumbnail{
position: relative;
z-index: 0;
text-align: center;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -750px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>
/*-- hover over images ends--*/



/*-GALLERY POP UP IMAGE ENLARGEMENTS--*/
<style type="text/css">

.gallerycontainer{
position: relative;
height: "264px";
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img
{
border: 1px solid white;
text-align: center;
margin: 0 5px 5px 0;
text-align:center;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightblue;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
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: 325px;
left: 675px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



.caption {
	font-family: Calibri, Corbel, "Arial Narrow", Arial;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

