/* Tags */
p
{
	margin: 0px;
	padding: 0px;
	line-height:150%;
}
body
{
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	background-image: url("../_images/background.jpg");
}

input.buttonBackground
{
	background-image: url("../_images/buttonBackground.png");
	border: 0px;
	background-repeat: repeat-x;
	background-color: transparent;
	height: 35px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	font-family: Arial;
}

h1
{
	font-family: Arial;
	font-size: 16px;
	margin: 3px 0px 3px 0px;
	font-weight: bold;
	color: #ED1C24;
}

h2
{
	font-family: Arial;
	font-size: 14px;
	margin: 3px 0px 3px 0px;
	font-weight: bold;
	color: black;
}

h3
{
	font-family: Arial;
	font-size: 14px;
	margin: 3px 0px 3px 0px;
	font-weight: normal;
	color: #ED1C24;
}

td
{
	font-family: Arial;
	font-size: 14px;
	line-height:150%;
}

a:link
{
	color:#ED1C24; 
	text-decoration:underline; 
}

a:visited 
{ 
	color:#ED1C24; 
	text-decoration:underline; 
}

a:hover
{ 
	color:#ED1C24; 
	text-decoration:none; 
}

a:active
{ 
	color:#ED1C24; 
	text-decoration:underline; 
}


/* Navigation */
div#topNavContainer
{
	padding: 0px;
	margin: 0px auto 0px auto;
	display: block;
	width: 1004px;
	height: 38px;
	background-image: url("../_images/topNavBackground.jpg");
}

div#btmNavContainer
{
	padding: 0px;
	margin: 0px auto 0px auto;
	display: block;
	width: 1004px;
	height: 38px;
	background-image: url("../_images/btmNavBackground.jpg");
}

div.navItemFirst
{
	float: left;
	height: 38;
	cursor: pointer;
	line-height: 38px;
	vertical-align: middle;
	color: white;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 12px 0px 12px;
}

div.navItem
{
	float: left;
	height: 38;
	cursor: pointer;
	line-height: 38px;
	vertical-align: middle;
	color: white;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 9px;
	#padding: 0px 12px;
}

/* Content */
div.contactInfo
{
	color: #ED1C24;
}

div#contentContainer
{
	font-family: Arial;
	font-size: 14px;
	width: 1004px;
	padding: 30px 0px 30px 0px;
	background-color: white;
	min-height: 100%;
	text-align: left;
	margin: auto;
}

/* Change content and contentBorderedContainer together to keep consistency */
div.content
{
	margin-bottom: 20px;
}

div#leftPanel div.content,
div#rightPanel div.content {min-height:160px;}

div.contentBorderedContainer
{
	background-color: #F2F2F2;
	margin-bottom: 20px;
}

div.contentBordered
{
	background-color: #F2F2F2;
	padding-left: 13px;
	line-height:150%;
}

div.contentBorderTopRight
{
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url("../_images/borderTopRight.png");
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-position: right;
}

img.contentBorderLeft
{
	margin: 0px;
	padding: 0px;
	display: block
}

div.contentBorderBottomRight
{
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url("../_images/borderBottomRight.png");
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-position: right;
}

/* Generic */
div#divCommunicator
{
	color: red;
	font-weight: bold;
	border: 1px solid red;
	padding: 2px;
	text-align: center;
}

div#whiteBackground
{
	background-color: white;
	width: 1003px;
	margin: auto;
	overflow: hidden;
}

div#footerText
{
	font-size: 10px;
	width: 1003px;
	margin: auto;
	padding-bottom: 10px;
	background-color: white;
}

div#contact
{
	position: absolute;
	text-align: right;
	width: 400px;
	margin-left: 575px;
	padding-top: 20px;
	cursor:pointer;
}

div.headerDisplay
{
	height:92px;
	width:100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	display: block;
	text-align:center;
	clear:both;
	float:none;
		background-color:white;
}
div.headerDisplay a img{margin: 0px 50px;}
div.headerDisplay.flash {margin-bottom: 15px; #margin-bottom:-5px; padding-bottom:0px;}

span.highlight
{
	color:#ED1C24; 
}

a.pod-item {color:Black; text-decoration:none;}
a.pod-item:hover {text-decoration:underline;}

ul {padding:0px 0px 0px 20px; margin:0px 0px 0px 15px; }
ul li {padding:0px;}

ul.pod {padding:0px 0px 0px 18px; margin:0px; }
