@charset "utf-8";
body {
	font:normal normal normal 14px/1.5 "Verdana", Geneva, sans-serif;
	background-image:url(../_img/background.png);
	background-repeat:repeat-x;
	background-color:#e9eef1;
}

#container
{
	width:960px;
	margin:0 auto;
	background-color:#FFF
}

p {
	color: #2d2d2d;
	margin:0 0 18px;

}
h2, h3, h4, h5 {
	font: bold 20px/1.5 "Verdana", Geneva, sans-serif;
	font-weight:lighter;
	color:#2d2d2d;
}
h3 {
	font-size:18px;	
}
h4 {
	font-size:16px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.leftImg {  /* places an image LEFT for text wrap */
	float:left;
	padding:0 15px 0 0;
}
.rightImg {  /* places an image RIGHT for text wrap */
	float:right;
	padding:0 0 0 15px;
}
/*** LAYOUT STYLES ***/
#headerWrap, #leaderboardWrap, #navWrap, #contentWrap, #footerWrap {
	float:left;
	width:100%;
}
#header, #leaderboard, #nav, #content, #blocks, #footer {
	margin:0 auto;
	width:940px;
}
/* HEADER */
#headerWrap {
	height: 90px;
}
#header {
	height: 114px;
	background-image:url(../_img/headerbg.png);
	
	
}
h1 a {
	display:block;
	width:175px;
	height:70px;
	margin:0 0 0 0;
	float: left;
	background: url(../images/logo.png) no-repeat white;
	text-indent:-9999px;
}
#contactinfo {
	float:right;
	
}

#contactinfo h2
{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	margin-right:10px;
	margin-top:10px;
	text-align:right;
	
}

#contactinfo p
{
	color: #bfbfbf;
	font-size:15px;
	text-align:right;
	margin-right:10px;

	
	
}

#logo
{
	float:left;
	margin-left:15px;
	margin-top:30px;
	
}

#logo h1
{
	
	font-family:"Verdana", Geneva, sans-serif;
	font-size:40px;
	font-weight:lighter;
	color:#FF0000;
}

span.small
{
	font-size:10px;
	color:#BFBFBF;
	margin-left:80px;

}

span.number
{
	font-size:20px;
	font-weight:normal;
	color:#FF0000;	

}

/* NAVIGATION */
#navWrap {
	
}
#nav {
	height: 35px;
	background:#C30;
}
#nav a {
	font-size: 18px;
	color: #000;
	line-height: 28px;
}
#nav a:hover {
	color: #c40000;
	text-decoration: none;
}


#navigation
{
	float:right;
	margin-top:-20px;
}

#navigation ul
{
	
}

#navigation ul li
{
	display:inline;
	padding:8px;
}

#navigation ul li a
{
	color: #bfbfbf;
	text-decoration:none;
	
}

#navigation ul li a:hover
{
	
	border-bottom:2px solid #bfbfbf; 
	text-decoration:none;
	color: #FF0000;
	
}
/* LEADERBOARD */
#leaderboardWrap {
}
#leaderboard {
	height:274px;
	margin-top:10px;


}

#blocks
{
	margin-top:15px;
	
	
}

#blocks h3
{
	text-align:center;
	font-size:22px;	
	margin-top:14px;

}

#blocks p
{
	text-align:center;

}

#block
{
	width:225px;
	height:207px;
	float:left;
	margin-left:0px;
	background-image:url(../_img/blockimg.png);	
}

#block1
{
	width:225px;
	height:207px;
	float:left;
	margin-left:12px;
	background-image:url(../_img/block1img.png);
	

	
}

#block2
{
	width:225px;
	height:207px;
	float:left;
	margin-left:12px;
		background-image:url(../_img/block2img.png);	

	
}

#block3
{
	width:225px;
	height:207px;
	float:left;
	margin-left:12px;
		background-image:url(../_img/block3img.png);	

	
}
/* CONTENT */
#contentWrap {
}
#content {
	
	overflow:hidden;
	margin-top:20px;
}
#contentLeft, #contentRight {
	float:left;
	
}
#contentLeft {
	width:608px;	
}

#contentLeft1 {
	width:930px;	
}

#extra
{
	display:none;
}

span.more
{
	cursor:pointer;
	font-weight:bold;
	font-style:italic;
}

span.right
{
	text-align:right;
	font-weight:bold;
	font-size:12px;
}

span.quote
{
	font-size:26px;
	color:#65A6C2;
}

#contentLeft ul
{
	margin-left:25px;
	margin-top:-12px;
	margin-bottom:10px;
}

#contentLeft ul li
{
	list-style-type:disc;
	
}


#contentLeft ul.contact
{
	margin-left:0px;
	margin-top:-12px;
	margin-bottom:10px;
}

#contentLeft ul.contact li
{
	list-style-type:none;
	font-size:12px;
	
}

#contentLeft ul.contact li a
{
	list-style-type:none;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#65A6C2;
	
}

#contentLeft ul.contact li a:hover
{
	text-decoration:underline;
	
}

#contentLeft p, #contentLeft1 p {
	line-height:27px;
	
	
}




#contentLeft1 ul
{
	margin-left:25px;
	margin-top:-12px;
	margin-bottom:10px;
}

#contentLeft1 ul li
{
	list-style-type:disc;
	
}


#contentLeft1 ul.contact
{
	margin-left:0px;
	margin-top:-12px;
	margin-bottom:10px;
}

#contentLeft1 ul.contact li
{
	list-style-type:none;
	font-size:12px;
	
}

#contentLeft1 ul.contact li a
{
	list-style-type:none;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#65A6C2;
	
}

#contentLeft1 ul.contact li a:hover
{
	text-decoration:underline;
	
}

#contentLeft1 p, #contentLeft1 p {
	line-height:27px;
	
	
}

#contentRight {
	width:312px;
	margin-left:20px;
}

#contentRight ul
{
	
}

#contentRight ul li
{
	
}

#contentRight ul li a
{
	list-style-type:none;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#65A6C2;
}

#contentRight ul li a:hover
{
	text-decoration:underline;
	
}

#gallery
{
	margin-top:-20px;
	margin-bottom:15px;
}

#gallery img
{
	padding:2px;
	border:2px solid #65A6C2;
}

#gallery img:hover
{
	padding:2px;
	border:2px solid #2D4B56;
}



/* FOOTER */
#footerWrap {
	clear: both;
	overflow: hidden;
}
#footer {
	height: 104px;
	text-align:center;
	background-image:url(../_img/footerbg.png)
}
#footer p {
	color: #bfbfbf;
	text-align: center;
	
}
#footer a {
	text-decoration: none;
		color: #BFBFBF;
	font-size:12px;
}
#footer a:hover {
	color: #FF0000;
	border-bottom:2px solid #bfbfbf;
}

p.copy {
	font:12px/1.5 Arial, Helvetica, sans-serif;
}

#footer p a {
		color: #BFBFBF;
	text-align: center;
	
}
/* NAVIGATION */
/* main horizontal navigation */
ul#nav li {
	float:left;
	display:inline;
	margin:0 0 0 10px;
	line-height:30px;
}
ul#nav  li a {
	display:inline;
}
/* footer horizontal navigation */
#footer ul#footerNav {
	padding:20px 0 0;
}
ul#footerNav li {
	display:inline;
	margin:0 0 0 10px;
	line-height:30px;
}
ul#footerNav li a {
	display:inline;
}

