/* shared css */
@import "shared.css";
/* splice generated css for the sponsor image footer */
@import "sponsor_footer.css";

img{ border: 0px solid white; }

body
{
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	font-family:Tahoma, Geneva, Verdana, sans-serif;
}

#wrapper
{
	width: 828px; 
	/*height: 1872px;*/
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px 86px 0px 86px;
	
}
	
div#content
{
	width: 100%;
	/* height: 1453px; */
	min-height: 200px;
}

div#main_content
{
	width: 800px;
	margin: 10px 14px 10px 14px;
}

div.col_one
{
	width: 520px;
}

div.col_two
{
	width: 260px;
}

div.col_three
{
	width: 540px;
}

div.col_three_half
{
	width: 260px;
}



div#banner img
{
	width: 828px;
	height: 170px;
}

div#footer_bar
{
	width: 788px;
	height: 30px;
	padding: 30px 20px  0px 20px;
	background-image: url('../images/footer_bar.jpg');
	background-repeat: no-repeat;
	font-size: 10px;
	color: white;
}

div#footer_bar a
{
	text-decoration: none;
	color: white;
}

div#footer_logos
{
	padding: 30px 152px  30px 152px;
	width:524px;
	height: 117px;
	margin: 0px auto 0px auto;
	border: 0px solid #f0f0f0;
}

div#footer_logos a{ text-decoration: none; }
div#footer_logos a img{ border: 0px solid white; }


div#nav
{

	width: 828px;
	height: 60px;
	background: #ffffff url('../images/nav_gradiant.jpg') repeat-x 0 50px;
}

ul.nav
{
	border-top: 1px solid #6E6E6F;
	border-bottom: 1px solid #6E6E6F;
	width: 828px;
	height: 48px;
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;	
}

ul.nav li
{
	border-right: 1px solid #6E6E6F;
	width: 97px;
	height: 35px;
	padding: 13px 10px 0px 10px;
	background: #CCCCCC url('../images/nav_item.jpg') repeat-x 0 0;
	list-style: none;
	list-style-type: none;
	display: inline-block;
	float: left;
}

ul.nav li.short{ height: 44px; padding-top: 4px; }

ul.nav li.active{ background: #CCCCCC url('../images/nav_active.jpg') repeat-x 0 0; }

ul.nav li.end{ border-right: 0px solid #6E6E6F; width: 100px; }

ul.nav li a{ color: #333333; text-decoration: none; }

ul.nav li:hover, ul.nav li:focus{ background: #CCCCCC url('../images/nav_active.jpg') repeat-x 0 0; }

#wbx-gw-button-0{ display: none; }

h1
{
	font-size: 16px;
	margin: 0px 0px 23px 0px;
}

h1.underline
{
	text-decoration: underline;
}

h2
{ 
	font-size: 14px;
}

p
{
	font-size: 12px;
}

div#text_column
{
	width: 420px;
}

div#text_column p
{
	margin: 0px 0px 20px 0px;	
	font-size: 14px!important;
}

div#image_column
{
	width: 300px;
}	
	
p.intro
{
	text-align: justify; 
	text-justify: newspaper;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px;
	border: 1px solid #333333;
	background-color: #6699cc;
	padding: 20px;
}

.hide{ display: none; }

p.center{ text-align: center; }

