﻿/* ------------------ Page ---------------- */
body
{
	font-family: Arial,Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	margin: 0 auto 0 auto;
	width: 950px;
	color: #808080;
}
#divPage
{
	width: 100%;
	height: 100%;
	background: #ffffff;
}

/* ------------------ Header ---------------- */
#divHeader
{
	padding-top: 25px;
	height: 70px;
	width: 100%;
}
#divHeaderMain
{
	height: 50px;
	width: 25%;
	padding-left: 20px;
}
/* ------------------ Content ---------------- */
#divContent
{
	height: 450px;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/border/topborder.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	clear: both;
}

/* ------------------ Main Window ---------------- */
#divMainWindow
{
	float: left;
	height: 300px;
	margin: 0;
	margin-top: 1px;
	width: 610px;
	background-image: url(../images/border/leftborder.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both; /*border-right: solid 1px #808080;*/
}

/* ------------------ Right Window ---------------- */
#divRightWindow
{
	clear: right;
	float: right;
	height: 300px;
	overflow: visible;
	padding: 0;
	width: 320px; /*border-right: solid 1px #8D8D8D;*/
	background-image: url(../images/border/rightborder.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
/* ------------------ Base Window ---------------- */
#divBase
{
	float: left;
	margin: 0;
	padding: 0;
	width: 950px;
	height: 151px;
	background-image: url(../images/border/bottomborder.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
	border-top: solid 1px #808080;
}
#divBaseLeft
{
	float: left;
	height: 150px;
	margin: 0px 1px 1px 1px;
	padding: 0;
	width: 580px;
	background-image: url(../images/border/basewindowgradient.png);
	background-position: left top;
	background-repeat: repeat-x;
}
#divBaseRight
{
	float: right;
	height: 150px;
	margin: 0 1px 1px 0;
	padding: 0;
	width: 366px;
	background-image: url(../images/border/basewindowgradient.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-left: solid 1px #808080;
}

/* ------------------ Footer ---------------- */
#divFooter
{
	padding-bottom: 25px;
	height: 25px;
	width: 100%;
	font-family: Arial,Tahoma, Verdana, Sans-Serif;
	font-size: 10px;
	margin: 0 auto 0 auto;
	color: #808080;
}
#divFooterLeft
{
	float: left;
	height: 25px;
	margin: 0;
	padding-left: 15px;
	width: 300px;
}
#divFooterRight
{
	float: right;
	height: 25px;
	margin-left: 10px;
	margin-right: 5px;
	padding: 0;
	width: 600px;
}
#divFooter a
{
	color: #808080;
	text-decoration: none;
}
#divFooter a:hover
{
	color: #BD1A8D;
	text-decoration: underline;
}

/* ------------------ Text & Other Elements ---------------- */
h1, h2, h3, h4, h5, h6
{
	color: #BD1A8D;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial,Tahoma, Verdana, Sans-Serif;
}
h1
{
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
}
h2
{
	line-height: 15px;
	font-size: 13px;
}
h3
{
	font-size: 12px;
}
h4
{
	font-size: 11px;
}
h5
{
	font-size: 10px;
}
h6
{
	font-size: 10px;
}
a
{
	color: #BD1A8D;
}
a:hover
{
	color: #BD1A8D;
	text-decoration: underline;
}
hr
{
	border: 0;
	background-color: #edeaea;
	height: 1px;
	border-style: solid;
}
/* ------------------ Classes ---------------- */
.clsSelected
{
	font-weight: bold;
}
.clsAddress
{
	font-family: Arial,Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
}
.clsBullet ul
{
	margin: 0;
	padding: 0;
	list-style-image: url(../images/brand/bullet.png);
}
.clsBullet li
{
	margin: 0;
	padding: 0 0 0 5px;
	list-style-image: url(../images/brand/bullet.png);
}
/* ------------------ News Scroller ---------------- */
.news
{
	text-align: center;
}

#headlines
{
	position: relative;
	overflow: hidden;
	width: 90%;
	height: 80px;
	clip: rect(0 280px 40px 0);
}
