/* CSS Document */

/* Global Styles */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px 0px 0px 0px;
	background: url(images/Background.jpg) repeat top center;
}

h1
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	text-transform: none;
	text-align: center;
}

h2
{
	color: #FBEAAB;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

a
{
	text-decoration: none;
	color: #FF0000;
	font-weight: normal;
}

a:hover {text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 15px 20px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 15px 0px;}

img {border: 0;}

/*img.png { behavior: url("pngbehavior.htc"); }*/

/* ID's and Classes */

#page
{
	width: 891px;
	position: relative;
	margin: 0 auto;
}

#headerLeft
{
	width: 586px;
	float: left;
}

#nav {width: 586px;}

#topPics {
	padding: 10px 0 0;
}

#content
{
	background: url(images/contentMid.png) repeat-y center;
	width: 891px;
}

#colA, #colB, #colC
{
	width: 297px;
	float: left;
}

#colA {padding: 0 25px 0 17px; width: 255px;}

#colB {padding: 0 15px; width: 267px;}

#colC 
{
	padding:0 25px 0 33px; 
	width: 239px; 
	font-size: 14px; 
	font-style: italic;
	font-weight: normal;
}

.clear {clear: both;}

.italicUnderline
{
	font-style: italic;
	text-decoration: underline;
}

#copyright
{
	font-size: 10px;
	font-weight: normal;
	padding: 10px 0 20px 0;
	text-decoration: none;
	text-align: center;
	background: url(images/copyrightBG.png) repeat-y center;
}


.black_overlay{
	 display: none;
	 position: absolute;
	 top: 0%;
	 left: 0%;
	 width: 100%;
	 height: 100%;
	 background-color: black;
	 z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.light {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

