/* ####################################################################################################################
   GENERAL
   #################################################################################################################### */

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #3C1C01;
	font-family: arial, sans-serif;
	background: #831C20 url(/images/layout/bg-body.gif) repeat-x left top;	
}

a {
	outline: none;
	color: #831C20;
}

a:hover {
	color: #E84B2E;
	text-decoration: none;
}

img { border: none; }


/* FONT SIZE DEFINITIONS ------------------------------------------------------------------------------------------------ */

.smalltext, .normaltext, .bigtext { font-family: arial, sans-serif; }

.smalltext {
	font-size: 13px;
	line-height: 1.2em;
}

body, .normaltext {
	font-size: 14px;
	line-height: 1.4em;
}

.bigtext { font-size: 15px; }


/* ####################################################################################################################
   MAIN LAYOUT
   #################################################################################################################### */

#page-wrap {
	width: 800px;
	margin: 0 auto;
	padding: 0 50px;
	background: url(/images/layout/bg-page-wrap.png) repeat-y center top;
}

#page {
	position: relative;
	width: 800px;
	background: #FFF url(/images/layout/bg-page.gif) repeat-y center top;
}

#printlogo {
	display: none;
}

#header-wrap {
	height: 460px;
	margin-bottom: 5px;
}

#logo-wrap {
	position: relative;
	height: 115px;
	background: #831C20 url(/images/layout/bg-logo-wrap.gif) repeat-x left top;
}

#logo {
	position: absolute;
	top: 45px;
	left: 60px;
	width: 220px;
	height: 25px;
}

#slogan {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 520px;
	height: 106px;
	background: url(/images/layout/bg-slogan.jpg) no-repeat right top;
}

#slogan img {
	position: absolute;
	top: 40px;
	right: 60px;
}

#header {
	position: relative;
	width: 800px;
}

#headerpic {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 249px;
}

#nav-wrap {
	position: absolute;
	top: 235px;
	left: 0px;
	width: 820px;
	height: 75px;
	margin: 0 -10px;
	background: url(/images/layout/bg-nav-wrap.png) no-repeat left top;
}

#content {
	margin: 0 3px;
	padding: 0 60px 40px;
	background-color: #FFF;
}

#footer {
	clear: both;
	width: 900px;
	height: 75px;
	margin: 0 auto;
	padding-top: 45px;
	background: url(/images/layout/bg-footer.jpg) no-repeat center top;
}



/* ####################################################################################################################
   MAIN MENU - NAV-MAIN
   #################################################################################################################### */
   
#nav-main {
	float: left;
	position: absolute;
	top: 0;
	left: 40px;
	width: 740px;
	height: 75px;
	list-style: none;
	background: url(/images/layout/nav-main-spacer.gif) no-repeat left 15px;
}

#nav-main li {
	float: left;
	height: 60px;
	padding-top: 15px;
}

#nav-main li.current {
	background: url(/images/layout/bg-nav-main-li-current.png) no-repeat center 11px;
}

#nav-main a {
	float: left;
	display: block;
	height: 25px;
	padding: 9px 30px 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background: url(/images/layout/nav-main-spacer.gif) no-repeat right top;
}

#nav-main a:hover {
	color: #E0A4A4;
}

#nav-main li.current a, #nav-main li.current a:hover {
	color: #FDE6E6;
}



/* ####################################################################################################################
   CONTENT STYLES
   #################################################################################################################### */

div.clearer { clear: both; }

h1 {
	margin-bottom: 1em;
	font-size: 22px;
	color: #E84B2E;
}

h1.img-rep {
	text-indent: -10000px;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 18px;
	color: #E84B2E;
}

h2.img-rep {
	text-indent: -10000px;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
}

p {
	margin-bottom: 2em;
	text-align: left;
}

a.forward {
	display: block;
	padding: 0 0 0 20px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/layout/icon_forward.gif) no-repeat left 1px;
}

/* iMAGE WITH BORDER AND SHADOW ------------------------------------------------------------------------------------------------ */

div.img-wborder {
	padding-bottom: 25px;
	background: url(/images/layout/image-footer.jpg) no-repeat left bottom;
}
div.img-wborder img {
	border: 7px solid #F7E7E7;
	border-bottom: none;
}

div.img-left {
	float: left;
}

div.img-right {
	float: right;
}

/* CONTENT COLUMNS ------------------------------------------------------------------------------------------------------------- */

div.content-left, div.content-right {
	margin-bottom: 1em;
	text-align: left;
}

div.content-left { float: left; }
div.content-right { float: right; }
div.narrow { width: 225px; }
div.wide { width: 350px; }


/* PLAYLIST ------------------------------------------------------------------------------------------------------------------- */

#playlist {
	border: 1px solid #831C20;
	border-bottom: none;
	list-style: none;
}

#playlist a {
	display: block;
	padding: 4px 10px 4px 35px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #831C20;
	/*background: url(/images/layout/icon_stop.gif) no-repeat 11px 11px;*/
}

#playlist li.currentitem a {
	background: #F7E2E3 url(/images/layout/icon_play.gif) no-repeat 11px 7px;
}


/* MESSAGE BOX / ERROR BOX / SUCCESS BOX --------------------------------------------------------------------------------------- */

#content div.messagebox {
	margin: 0 0 2em 0;
	padding: 0 0 0.5em 40px;
	border-style: solid;
	border-width: 2px;
}

#content div.errorbox, #content div.successbox {
	background-repeat: no-repeat;
	background-position: 12px 7px;
}

#content div.errorbox {
	color: #000;
	border-color: #E60101;
	background-color: #FFEBEB;
	background-image: url(/images/layout/icon_error.gif);
}

#content div.successbox {
	border-color: #336600;
	background-color: #EDFFDB;
	background-image: url(/images/layout/icon_success.gif);
}


#content div.messagebox p {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 6px;
}

#content div.messagebox ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 30px;
	list-style: circle;
}

#content div.messagebox li {
	background: none;
}

#content div.messagebox ul ul {
	
}




/* ####################################################################################################################
   FORMS
   #################################################################################################################### */

table.formtable td {
	padding: 0 10px 10px 0;
}

label {
	
}


input, textarea, select, input.fc-normal, textarea.fc-normal, select.fc-normal {
	width: 320px;
	margin: 0 5px 0 0;
	padding: 4px;
	border: 1px solid #9C2723;
	color: #3C1C01;
	background: #FFFDFD;
}

textarea, textarea.fc-normal {
	width: 400px;
}

input.fc-error, textarea.fc-error, select.fc-error {
	background-color: #FEE9E9;
}

input.submit-button {
	cursor: pointer;
	width: 130px;
	padding: 4px 0 4px 30px;
	text-align: left;
	font: bold 14px arial, sans-serif;
	color: #FFF;
	border: none;
	background: url(/images/layout/btn-submit.gif) no-repeat left top;
}

* html input.submit-button {
	padding-top: 2px;
}

span.required, span.required-symbol {
	color: #8A0032;
	font-size: 16px;
	font-weight: bold;
}

span.required-symbol {
	vertical-align: top;
}

/* ####################################################################################################################
   FOOTER
   #################################################################################################################### */

#nav-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	color: #E2BFBF;
}

#nav-footer li {
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #E2BFBF;
}

#nav-footer li.first {
	padding: 0;
	margin: 0;
	border: none;
}

#nav-footer a {
	padding: 2px 0 4px 30px;
	color: #E2BFBF;
	background-image: url(/images/layout/icons_footer.gif);
	background-repeat: no-repeat;
}

#footer-legal { background-position: 0px 0px; }
#footer-print { background-position: 0px -40px; }
#footer-top { background-position: 0px -80px; }

#nav-footer a:hover {
	text-decoration: none;

}


/* ####################################################################################################################
   PRINT_STYLES
   #################################################################################################################### */

@media print
{
	#printlogo {
		display: block;
		margin-bottom: 15px;
	}
	
	#header-wrap, #footer {
		display: none;
	}
	
	#page-wrap, #page {
		width: 99%;
		margin: 0;
		padding: 0;
		background: none !important;
	}
	
	#content {
		padding: 0;
		padding-top: 30px;
		border-top: 1px solid #831C20;
	}
	
	h1, h1.img-rep, h2, h2.img-rep {
		color: #831C20;
		text-indent: 0px;
		height: auto;
		background: none;
	}
	
	div.img-wborder img {
		border-bottom: 7px solid #F7E7E7;
	}
}