/* reset */
html, body, div, span, ul, li, p, h1,
h2, h3, dd, dl, dt, pre,
form  {
	margin:0px; padding:0px;
}

/* general */
body {
	background-color: #A60E0B;
	margin-bottom: -100px;
	min-width: 800px;
}

h1, h2, h3 {
	padding-bottom: 0.5em;	
}
p {
	padding-bottom: 0.5em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

dt {
	font-weight: bold;
	padding-top: 0.5em;
}
dd {
	padding-left: 2em;
}




/* layout */

#header {
	background-image: url('images/headerRight.png');
	background-repeat: repeat-x;
	height: 135px;
}

#header #title {
	display:block;
	background-image: url('images/headerLeft.png');
	background-repeat: no-repeat;
	height: 135px;
	float:left;
	width: 100%;
}
#header #title h1 {
	display:none;
}

#header a {
	display:block;
	position: absolute;
	width: 290px;
	height: 600px;
	top: -500px;
	left: 20px;
}


#menu {
	float:left;
	clear:left;
	width: 210px;
	background-image: url('images/menuTop.png');
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 20px;
}
#menu ul {
	margin-top: 10px;
	list-style:none;
	padding-bottom: 9px;
	background-image: url('images/menuBottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu ul li {
	padding-left: 10px;
	height: 30px;
	color: #A20C0E;
	background-color: #EDEDED;
	border-bottom: 1px solid #DCDDDF;
	background-image: url('images/redPointer.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
#menu ul li a {
	color: #A20C0E;
}
#menu ul li.active {
	background-image: none;
	color:white;
	background-color: #B3110F;
}
#menu ul li.active a {
	color: white;
}



#content {
	padding-left: 270px;
	padding-right: 270px;
}
#contentWrapper {

	color: #6e6e6e;
	background-color: white;
	min-height: 200px;
	min-height: 20em;
	width: 100%;
}
#content em {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #B51110;
}
#content a {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #B51110;
}



#easyRemember {
	float:right;
	clear:right;
	padding-right: 20px;
}

#moneyAd {
	float:left;
	clear:left;
	font-size: 0.9em;
	color: #B1B1B1;
	background-image: url('images/money.png');
	background-repeat: no-repeat;
	width: 220px;
	margin-left: 10px;
	padding-top: 110px;
	margin-top: 20px;
	text-align: center;
}
#moneyAd h2 {
	font-size: 1em;
	font-weight: bold;
}



#footer {
	background-image: url('images/footerRight.png');
	background-repeat: repeat-x;
	color: white;
	font-size: small;
}
#footer p {
	display:block;
	background-image: url('images/footerLeft.png');
	background-repeat: no-repeat;
	height: 100px;
}
#footer p span {
	display:none;
}











/* pages */


/* - index */
body.index div.helpItem {
	padding-left: 80px;
	min-height: 80px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-bottom: 1.5em;
}
body.index div.helpItem1 {
	background-image: url('images/1.png');
}
body.index div.helpItem2 {
	background-image: url('images/2.png');
}
body.index div.helpItem3 {
	background-image: url('images/3.png');
}

body.index #content em.gray {
	font-weight: bold;
	color: gray;
}
body.index #content .example {
	font-weight: normal;
	font-style: italic;
}


/* - news */
body.news #news {
	list-style: none;	
}
body.news #news h2 {
	font-size: 1em;
}
body.news #news div {
	padding-bottom: 1em;
}



/* application */
body.application form p.field {
	text-align:right;
	width: 23em;
}

body.application form p.field input,
body.application form p.field select,
body.application form p.field textarea {
	width: 15em;
}

body.application ul.error {
	border: 2px solid red;
	color: red;
	background-color: #FFA7A7;
	list-style: none;
	padding: 0.5em;
	margin: 0.5em;
	width: 20em;
	margin-left:auto;
	margin-right: auto;
}
body.application ul.error li {
	margin-bottom: 0.5em;
}


