/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

/* General Classes */

.lrgFont
{
	font-size: 1.5em; /*18*/
	line-height: 1.3em;
}

.medFont
{
	font-size: 1.16em; /*14*/
	line-height: 1.3em;
}

.smallFont
{
	font-size: .75em; /*9*/
	line-height: 1.3em;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFloat
{
	height: 0;
	clear: both;
}

.tight
{
	margin: 0 !important;
}



/* Links and Headers */

a:link, a:visited
{
	color: #e91e24;
}

a:hover
{
}

a img 
{
    border: none;
}

.readMore
{
	padding-right: 14px;
	background: transparent url(../images/pointer-circle-red.gif) no-repeat right center;
	display: inline-block;
	text-decoration: none;
}

h1
{
	font-size: 2.3em;
	color: #e91e24;
	font-weight: bold;
	line-height: 1.2em;
}

h2
{
	background: transparent url(../images/box-topbar.gif) repeat-x left top;
	height: 34px;
	line-height: 34px;
	font-size: 1em;
	font-weight: bold;
	padding-left: 12px;
	color: #FFF;
}

h3.subhead
{
	font-size: 1.4em;
	color: #e91e24;
	font-weight: bold;
	line-height: 1.2em;
}


/* Page Layout */

body
{
	background-color: #313131;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

.topBar
{
	background: transparent url(../images/top-gradient-bar.gif) repeat-x top left;
	height: 7px;
	font-size: 1px;
}

.page
{
	margin: 0 auto;
	width: 980px;
	background: transparent url(../images/page-background.gif) repeat-y top left;
}

.pageHeader
{
	background: transparent url(../images/header-top-home.jpg) no-repeat top left;
}

.homeLink
{
	display: block;
	width: 300px;
	height: 100px;
	text-decoration: none;
}

.pageBody
{
	padding: 150px 12px 0 12px;
}

.leftNav
{
	float: left;
	width: 158px;
}

.bodyContent
{
	margin-left: 190px;
	padding-right: 0px;
}

.bodyContent .wrapper
{
	height: 1%; /* IE6 3 pixel shift fix */
}

.bodyContent > .wrapper
{
	height: auto;
}

.pageFooter
{
	background: transparent url(../images/footer.jpg) no-repeat top left;
	height: 69px;
	color: #FFF;
	padding: 70px 20px 0 20px;
	clear: both;
}

.pageFooter p
{
	margin: 0;
}

.pageFooter a:link
{
	color: #FFF;
	text-decoration: none;
}

.pageFooter a:hover
{
	text-decoration: underline;
}

.copyright
{
	float: right;
}
.contentWrapper
{
	margin-right: 32px;
}
/* Navigation */

.leftNav a:link, .leftNav a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 28px;
	min-height: 28px;
	line-height: 28px;
	padding-left: 14px;
	width: 144px;
}
html > body .leftNav a:link, html > body .leftNav a:visited 
{
    height: auto;
}
.leftNav a:hover
{
	background-color: #696768;
}

.selectedLevel1
{
	background: transparent url(../images/nav-highlight-red.gif) repeat-x left top;
	color: #FFF !important;
}
.ctl00_tvNavigation_6 .selectedLevel1 
{
    background: transparent url(../images/nav-highlight-red-tall.gif) repeat-x left top;
}
/* not used :( */
.selectedLevel2
{
	background-image: url(../images/selected-nav-bg.gif);
	background-repeat: repeat-x;
	color: #FFF !important;
}

.treeChildLevel1
{
	border-top: 1px solid #636363;
	background-color: #FFF;
	width: 130px !important;
}

.treeChildLevel1 a:link, .treeChildLevel1 a:visited
{
	padding-left: 28px;
	color: #636363;
}

.treeChildLevel1 a:hover
{
	background-color: #EEE;
}

.rowAlternate
{
	background-color:#F0F0F0;
}
.newsContent 
{
   background-color:#F0F0F0;
   padding: 10px; 
}
.newsContent h3 
{
    font-size: 14px;
    margin-top: 10px;
}
.login
{
	color: #FFF !important;
	text-decoration: none;
}
#ctl00_tvNavigationn6 
{
    line-height: 14px !important;
    padding: 3px 0 3px 14px !important;
}
/* contact form */

#contact-area
		{
			width: 700px;
			margin-top: 25px;
		}
		#contact-area input, #contact-area textarea, #contact-area select
		{
			padding: 5px;
			width: 471px;
			font-family: Helvetica, sans-serif;
			font-size: 1.1em;
			margin: 0px 0px 10px 0px;
			border: 1px solid #ccc;
		}
		#contact-area select
		{
			width: 485px;
		}
		#contact-area textarea
		{
			height: 90px;
		}
		#contact-area textarea:focus, #contact-area input:focus, #contact-area select:focus
		{
			border: 1px solid #900;
		}
		#contact-area input.submit-button
		{
			width: 100px;
			float: right;
			background: red;
			color: White;
			font-weight: bold;
			margin-right: 100px;
		}
		#contact-area label
		{
			float: left;
			text-align: right;
			margin-right: 15px;
			width: 100px;
			padding-top: 5px;
			font-size: 1.1em;
		}
		#contact-area .error
		{
			color: Red;
			font-weight: bold;
			float: right;
		}
	.saveBtn 
	{
	    margin-right: 12px !important;
	}
	.btnFloatLeft 
	{
	    float: left !important;
	}
	.checkBoxDiv
	{
	    padding-bottom: 36px;
	}
	.checkBox input
	{
	    border: none !important;
	    padding: 0 !important;
	    margin: 0 !important;
	    width: 14px !important;
	}