@charset "utf-8";
body{
	margin-top:0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a{
	color:#990000;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	color:#660000;
	text-decoration: underline;
}
p,h1,h2{
	margin:0;
	padding: 0;
}
.clearDiv {
	clear: both;
	line-height: 0px;
	height: 0px;
}
#container #navigation ul, #container #navigation li{
	margin:0;
	padding: 0;
	list-style: none;
	float:left;
}
#container {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(lightgrey.gif);
}
#container #head {
	background-image: url(head_background.jpg);
	background-repeat: repeat-x;
	height: 170px;
}
#container #head span {
	display: none;
}
#container #head h1 {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 231px;
	position: absolute;
	left: 39px;
	top: 44px;
}
#container #head h2 {
	height: 55px;
	width: 255px;
	position: absolute;
	top: 64px;
	left: 502px;
	background-image: url(payoff.jpg);
}
#container #head h3 {
	font-size: 0.8em;
	color: black;
	height: 15px;
	width: 550px;
	position: absolute;
	left: 39px;
	top: 125px;
}
#container #navigation {
	clear: both;
	height: 34px;
}

#container #top #topNav {
	position: absolute;
	height: 24px;
	top: 0px;
	right: 0px;
	padding-left: 10px;
	padding-right: 5px;
	background-color: #FFFFFF;
	background-image: url(whitecorner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	font-weight: bold;
}

#container #top #topNav li {
	margin-left: 10px;
	padding-top: 5px;
}
#container #top #topNav a {
	color: #000000;
}
#container #top #topNav a:hover {
	color: #666666;
}


#container #navigation #menu {
	display:block;
	clear: both;
	width: 100%;
	background-image: url(menu_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 4px;
}
#container #navigation #menu li {
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #993333;
}
#container #navigation #menu a {
	display: block;
	padding-top: 8px;
	padding-right: 29px;
	padding-left: 30px;
	padding-bottom: 8px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#container #navigation #menu a:hover {
	background-image: url(menu_background_hover.jpg);
	background-repeat: repeat-x;
}
#container #page, #container #homepage{
	clear:both;
}
#container #homepage #animationBox {
	position: relative;
	height: 308px;
	background-repeat: no-repeat;
}
#container #homepage #animationBox #rightLayer {
	position: absolute;
	height: 308px;
	width: 200px;
	top: 0px;
	right: 0px;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	background-image: url(transp_backgr.png);
	font-size: 13px;
}
#container #homepage #animationBox #rightLayer .title {
	font-size: 22px;
	padding-bottom: 10px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 12px;
	margin-bottom: 13px;
}

#container #homepage .homeBox {
	float: left;
	width: 200px;
	background-image: url(top_grad_homeboxes.jpg);
	background-repeat: repeat-x;
	padding: 29px;
}

#container .rightImg {
	float: right;
}
#container .headline {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 100px;
	height: 60px;
	color: #666666;
	font-size: 11px;
}
#container .sep {
	margin-bottom: 10px;
	clear: both;
	display: block;
	background-image:url(Hbar.gif);
	background-repeat:no-repeat;
	height:9px;
	width:200px;
}

#container #page #pageTitle {
	height: 111px;
	position: relative;
}
#container #page #pageTitle .bigTitle {
	font-size: 32px;
	color: #FFCC00;
	position: absolute;
	left: 30px;
	top: 30px;
}
#container #page #pageTitle .pageDescr {
	color: #FFFFFF;
	position: absolute;
	bottom: 3px;
	left: 30px;
	font-size: 16px;
	font-weight: bold;
}
#container #page .longseparator {
	background-image: url(longBar.gif);
	background-repeat: no-repeat;
	height: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #page .columnTitle {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 30px;
	text-transform: uppercase;
}
#container #page #mainCol {
	float: left;
	width: 440px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 31px;
	padding-bottom: 30px;
}
#container #page #rightCol {
	float: left;
	width: 220px;
	padding-right: 10px;
	padding-left: 30px;
}

#container #foot {
	background-color: #FFFFFF;
	background-image: url(foot_bg.jpg);
	background-repeat: no-repeat;
	height: 70px;
}
#container #foot #copy {
	text-align: center;
	padding-top: 22px;
	font-size: 11px;
	font-weight: bold;

}#container #page {
	background-image: url(inside_page_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#container #page #rightCol .box {
	padding-top: 30px;
}
#container #homepage {
	padding-top: 4px;
}


.ajax-loading {
	padding: 20px 0;
	background: url(spinner.gif) no-repeat center;
}



.block {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	padding-left: 15px;
}

table.module {
	border:1px solid #FFFFFF;
	 background-image: url(inside_page_bg.gif);
	 margin: 6px;
}

span.asterisk{
	font-style: bold;
	color: #FF0000;
}

.fieldError{
	border: 1px inset #FF0000;
	background-color: #FFE1E1;
	width: 240px;
}

.text {
	width: 240px;
}
#container #homepage #animationBox #rightLayer p {
	font-size: 12px;
	line-height: 12px;
}
#container #homepage #animationBox ul {
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #homepage #animationBox  li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 12px;
}
