/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: Arial, SansSerif;
}


/*
	Page body style
*/

body
{
	font-size: 110%;
	background-color: #2a3342;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





/*
	Standard paragraph style
*/

p
{
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 18px;
}


/*
	Links
*/

a:link, a:active
{
	font-family: arial, sans-serif;
	color: #fff;
	font-size: 1.0em;
	text-decoration: underline;
}


a:hover
{
	color: #91D5FA;
	font-size: 1.0em;
}

a:visited
{
	color: #999999;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
{
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #73735E;
	font-size: 1em;
	letter-spacing: 0.4em;
	margin-top: 0px;
}

h2
{
	margin-top: 0px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	color: #336699;
}


h3
{
	margin-top: 0px;
	padding-top: 20px;
	font-family: arial, sans-serif;
	font-weight: lighter;
	font-size: 2em;
	color: #336699;
}



/*
	Container for page
*/

#container
{
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
	background-color: #2a3342;
	background-image: url(images/home_bg.jpg);
}


/*
	Page header top area - main
*/

#header
{
	width: 750px;
	height: 330px;
	background-image: url(images/home_header_bg.jpg);
	background-repeat: no-repeat;
}


/*
	Page header top area - subpage
*/

#header-sub
{
	background-color: #1A1A1A;
	width: 750px;
	height: 271px;
	background-image: url("images/page_header_bg.jpg");
	background-repeat: no-repeat;
}


/*
	Page header text area - main
*/

#headertext
{
	position: relative;
	background-color: #2a3342;
	width: 326px;
	top: 230px;
	left: 400px;
}


/*
	Page header text area - sub
*/

#headertext-sub
{
	position: relative;
	background-color: #1A1A1A;
	width: 326px;
	top: 150px;
	left: 400px;
	color: #73735E;
}

.headerbodytext
{
	color: #73735E;
	margin-top: -12px;
}



/*
	Left Column Container
*/

#left
{
	float: left;
	width: 800px;
	margin-bottom: 0px;
}



/*
	left-column text area - subpage
*/

#left-text
{
	width: 310px;
	padding-left: 40px;
	padding-right: 40px;
}

#left-text p
{
	color: #FFFFFF;
}



/*
	Menu
*/

#menu
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #336699;
	font-weight: bolder;
	font-size: 1em;
}

#menu a
{
	color: #999966;
	margin-right: 10px;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5;
}

#menu a:hover
{
	text-decoration: none;
	color: #336699;
	font-weight: bolder;
	font-size: 1em;
}






/*
	Page Content Container (main page)
*/

#page-content
{
	float: right;
	width: 450px;
	padding-top: 20px;
	padding-right: 25px;
}


/*
	Page footer area
*/

#page-footer
{
	width: 685px;
	height: 20px;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 15px;
	font-size: 0.8em;
}


/*
	Standard images
*/

img
{
	border: none;
}
	


/*

@charset "utf-8";
/* CSS Document */

<style type="text/css">


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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
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: 5px;
}

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

}

</style>
