/* CSS Document */
#site {
width: 980px;
background-color: #ECEAEB
}
#masthead{
	height: 140px;
	padding: 0px 0px 0px 0px;
	background-image: url(../templateimages/masterhead.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 100%;
}
#globalNav{
height: 26px;
padding: 5px 0px 5px 0px;
font-weight: bold;
text-align: center;
color: #ffffff;
background-image: url(../templateimages/topnav_bg.jpg);
background-position:top;
background-repeat:no-repeat;
}
#globalNav a {
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 3px;
}
#navBar{
	float: left;
	width: 20%;
	margin: 0px 0px 10px 10px;
	padding: 5px 0px 5px 5px;
	background-color: #AD0D17;
	border: 1px solid #E1BFBF;
}
#navBar li {
	margin-left: 20px;
	#margin-left: 5px;
	color: #ffffff;	
	list-style-type: square;
}
#navBar a {
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
}
#navBar li
{
    margin: 10px 0px;
}
#navBar a:hover, #globalNav a:hover {
	color: yellow;
}
#navBar .selected, #globalNav .selected{
	color: yellow;
}
#content{
	float: left;
	width: 55%;
	#width: 54%;
	padding: 5px;
}
.Para {
	font-family: verdana;
	font-size: 11px;
	color: black;
	margin: 15px 5px;
	text-align: justify;
}
.Testimonials {
	color: #ffffff;
	margin: 10px 5px;
}

.cRect{
	background-color: #676566;
	color: white;
	padding: 10px;
	font-family: verdana;
	margin: 10px;
	height: 150px;
	overflow: hidden;
}
.cRectTitle{
font-weight: bold;
padding: 0px 0px;
}
.uLine{
color: #ffffff;
width: 75%;
height: 1px;
vertical-align:top;
}
#Sponsors{
	float:right;
	width: 20%;
	margin: 0px 10px 10px 0px;
	border: 1px solid #E1BFBF;
	background-color: #F6F4F5;
	text-align: center;
	padding: 0px 0px 10px 0px;
}
#SponsorsTitle{
	text-align: center;
	background-color: #9F1513;
	color: #ffffff;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	padding:3px;
	margin:0px 0px 10px 0px;
}
#SponsorsList{
	text-align: center;
	color: #9F1513;
	font-weight: bold;
}
.fLine{
color: #9E1414;
width: 99%;
height: 2px;
}
#siteFooter{
	clear: both;
	font-size: 75%;
	color: #000000;
	padding: 0px 10px 10px 10px;
	text-align: center;
}
#siteFooter p{
	font-family: verdana;
	font-size: 11px;
	color: #6C6B6B;
}
.Popup 
{
    border: 1px solid gray;
    background-color: #ffffff;
    width: 240px;
    height: 180px;
}
.PopupBackground 
{
    background-color: #cccccc;
    opacity: 0.6;	/* FF */
	filter: alpha(opacity=60); /*IE6*/
}
.hidden 
{
    display: none;
}
