@charset "utf-8";
/* CSS Document */

html {overflow-y: scroll;}

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../_gfx/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #C91942;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	//letter-spacing: 0.05em;
	letter-spacing: -0.05em;
	//line-height: 16px;
}

h2 {
	color: #C91942;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 0.0em;
	//letter-spacing: -0.05em;
}

ul, ol {
    list-style: none;
}

table {
    border-collapse: collapse;
}

th, tr {
    text-align: left;
	vertical-align: top;
}


.page {
	width: 1000px;
	margin: 0 auto;
	min-height: 500px;
}



/* ============================================================
 * Menu
 * ========================================================== */

.page .content ul.menu {
	width: 120px;
	float: left;
	margin-right: 8px;
	font-size: 11px;
}

.page .content ul.menu li {
	text-transform: uppercase;
	background-image: url(../_gfx/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	margin-top: 4px;
}

.page .content ul.menu li.empty {
	background-image: none;
}

.page .content ul.menu li:hover {
	color: #64757f;
	background-color: #f0f0f0;
}

.page .content ul.menu li a,
.page .content ul.menu li a:visited,
.page .content ul.menu li a:hover,
.page .content ul.menu li.empty span  {
	margin-left: 10px;
	color: #64757f;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #b2b9bf;
}

.page .content ul.menu li.selected {
	background-image: url(../_gfx/arrow_right_on.gif);
	background-color: #c91842;
}

.page .content ul.menu li.selected a,
.page .content ul.menu li.selected a:visited,
.page .content ul.menu li.selected a:hover {
	color: white;
}

.page .content ul.menu li.selected:hover {
	background-color: #ad1539;
}

.page .content ul.menu li.empty:hover {
	background-color: transparent;
}


/* ============================================================
 * Left column
 * ========================================================== */

.page .left {
	width: 380px;
	background-image: url(../_gfx/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: white;
	font-size: 11px;
	color:#44555f;
}

.page .left .header {
	padding: 0 20px 30px 20px;
}

.page .left .header .logo {
	margin-top: 20px;
	width: 100%;
	height: 55px;
	background-image: url(../_gfx/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0px;
	color:#FAFAFA;
}

.page .left .header h1 {
	margin-top: 50px;
	margin-bottom: 0px;
}

.page .left .box {
	padding-left: 20px;
	margin-bottom: 30px;
	background-image: url(../_gfx/leftbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.page .left .box h2 {
	padding-top: 20px;
	padding-left: 10px;
}

.page .left .box img {
	float: left;
	width: 220px;
	height: 140px;
}

.page .left .box .submenu_container {
	float: left;
}

.page .left .box p {
	clear: both;
	padding-top: 10px;
}

/* Submenu
 * ---------------------------------------------------------- */

.page .left .box ul.submenu {
	width: 140px;
}

.page .left .box ul.submenu li {
	text-transform: uppercase;
	background-image: url(../_gfx/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin: 4px 0;
	//letter-spacing:-0.05em;
}

.page .left .box ul.submenu li:hover {
	color: #64757f;
	background-color: #f0f0f0;
}

.page .left .box ul.submenu li a,
.page .left .box ul.submenu li a:visited,
.page .left .box ul.submenu li a:hover {
	padding-left: 20px;
	color: #64757f;
	text-decoration: none;
	display: block;
}

.page .left .box ul.submenu li.selected {
	background-image: url(../_gfx/arrow_right_on.gif);
	background-color: #c91842;
}

.page .left .box ul.submenu li.selected a,
.page .left .box ul.submenu li.selected a:visited,
.page .left .box ul.submenu li.selected a:hover {
	color: white;
}

.page .left .box ul.submenu li.selected:hover {
	background-color: #ad1539;
}

/* ============================================================
 * Content (right)
 * ========================================================== */
 
.page .content {
	width: 620px;
	background-image: url(../_gfx/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: white;
}

.page .content .top {
	height: 20px;
	background-image: url(../_gfx/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.page .content .menu_container {
	margin-bottom: 50px;
	padding-left: 30px;
}

.page .content .text {
	clear: both;
	padding-left: 30px;
	//padding-right: 10px;
	color: #44555f;
}

.page .content .text2 {
	clear: both;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #44555f;
}

.page .content .text p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.page .content .text p.lead {
	font-weight: bold;
}

