
html, body {
	margin: 0;
	height: 100%;	
}

body {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 996px;
	background: #7a96bb top center url('../img/bg_body.jpg') repeat-y;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #5e739e;
	text-align: center;	
}

/*** Globals ***/

dfn, hr {
	display: none;
}

.clear {
	clear: both;
}

img {
	display: block;
	border: 0;
}

a, a:visited {
	color: #5e739e;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;	
}

/*** Framework ***/

#helper {
	min-height: 100%;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 996px;
	background: top center url('../img/bg_container.jpg') no-repeat;
	text-align: center;
}

* html #container {
	height: 100%;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
	background: #ffffff bottom left url('../img/bg_main.jpg') repeat-x;
	text-align: left;
	border: 1px solid #999999;
	border-top-width: 0px;
	border-bottom-width: 0px;	
}

* html #main {
	height: 100%;
}

* html #main {
	height: 100%
}




/*** Header ***/

#header {
	margin: 0px 0px 15px 0px;
	padding: 20px 0px 0px 30px;
	float: left;	
}



/*** Navigation ***/

#navigation {
	position: relative;
	top: 70px;
	right: 30px;
	margin: 0 auto;
	padding: 0;
	float: right;	
}

#navigation ul {
	margin: 0;
	padding: 0;
	float: left;	
	list-style: none;
}

#navigation ul li {
	float: left;
	padding-right: 30px;
}

#navigation a {
	display: block;
	border-bottom: 0;
	padding-bottom: 6px;
	font-size: 16px;
	color: #5e739e;
	text-decoration: none;
}

#navigation a:hover,
#navigation a.on {
	border-bottom: 2px solid #000000;
	color: #000000;
}


/*** Content ***/

#content {
	margin: 0;
	padding-bottom: 70px;
	width: 960px;
	color: #333333;	
}

* html #content {
	margin-bottom: 60px;
}

#content h1 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	color: #5e739e;
}

#content h2 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #5e739e;
}


#content h3 {
	margin: 20px 0px 5px 0px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #5e739e;
}

#content p {
	margin: 0px 0px 10px 0px;
	padding: 0;
	line-height: 18px;
}

#content p.intro {
	font-weight: bold;
}

#content ul,
#content ol {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 16px;
}

#content ol {
	padding: 0px 0px 0px 24px;
}	

#content ul li {
	color: #5e739e;
	padding: 0px 0px 5px 0px;
}

#content ul li span {
	color: #333333;
}

#content ol li {
	padding: 0px 0px 5px 0px;
}

#content a:visited, #teaser a:visited {
	color: #333333;
}


#content div.row_topbox_small {
	margin: 20px 20px 0px 20px;
	padding: 20px 20px 0px 20px;
	width: 880px;
	height: 140px;
	background: url('../img/bg_topbox_small.png') top left no-repeat;
}

* html #content div.row_topbox_small {
	background: url('../img/bg_topbox_small_ie6.gif') top left no-repeat;
}


#content div.row_left {
	margin: 20px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	width: 174px;
	float: left;
}

#content div.row_middle {
	margin: 20px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	width: 506px;
	float: left;
}

#content div.row_large {
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 30px;
	width: 597px;
	float: left;
}

#content div.row_list {
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 30px;
	width: 747px;
	float: left;
}


#content div.row_right {
	margin: 20px 0px 20px 0px;
	padding: 3px 20px 0px 20px;
	width: 160px;
	float: left;
}

#content div.row_left_picturebox {
	margin: 10px 0px 10px 20px;
	padding: 20px;
	width: 253px;
	height: 220px;
	background: url('../img/bg_picturebox.png') top left no-repeat;
	float: left;	
}

* html #content div.row_left_picturebox {
	margin: 10px 0px 10px 10px;
	background: url('../img/bg_picturebox_ie6.gif') top left no-repeat;
}

#content div.row_right_picturebox {
	margin: 20px 20px 20px 0px;
	padding: 20px;
	width: 253px;
	height: 220px;
	background: url('../img/bg_picturebox.png') top left no-repeat;
	float: left;	
}

* html #content div.row_right_picturebox {
	margin: 20px 10px 20px 0px;
	background: url('../img/bg_picturebox_ie6.gif') top left no-repeat;
}


#content div.row_left_listbox {
	margin: 10px 0px 10px 20px;
	padding: 20px;
	width: 100px;
	height: 100px;
	background: url('../img/bg_picturebox_small.png') top left no-repeat;
	float: left;	
}

* html #content div.row_left_listbox {
	margin: 10px 0px 10px 10px;
	background: url('../img/bg_picturebox_small_ie6.gif') top left no-repeat;
}

#content div.row_left_listbox2 {
	margin: 10px 0px 10px 20px;
	padding: 20px;
	width: 100px;
	height: 100px;
	background: url('../img/bg_picturebox_small.png') top left no-repeat;
	float: left;	
}

* html #content div.row_left_listbox2 {
	margin: 10px 0px 10px 10px;
	background: url('../img/bg_picturebox_small_ie6.gif') top left no-repeat;
}


table.tabnorm {
	width: 100%;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

table.tabnorm thead {
	background-color: #5e739e;
	color: #ffffff;
	font-weight: bold;
}

table.tabnorm thead td {
	padding: 4px;
}


table.tabnorm tbody {
	background-color: #ffffff;
}

table.tabnorm tbody td {
	border: 1px solid #cccccc;
	padding: 4px;
}

table.tabnorm tr {
	vertical-align: top;
}

table.tabnorm tr.alter {
	background-color: #d6dbe7;
}

table.tabnorm tfoot {
	text-align: right;
	font-size: 10px;
}


/*** Flash Container ***/

#flashcontent {
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 20px;	
	position: relative;
	width: 920px;
}

#flashcontent p {
	margin: 0;
	width: 920px;
	height: 130px;
	background-color: #5b709f;
	color: #ffffff;
	text-align: center;
	padding: 120px 0px 0px 0px;
}

#flashcontent_small {
	margin: 0px 0px 20px 0px;
	padding: 0px 25px 0px 25px;	
	position: relative;
	width: 920px;
}



/*** Homepage Rows ***/

div.hp_row_left {
	margin-left: 15px;
	padding: 20px;
	width: 597px;
	height: 220px;
	background: url('../img/bg_hp_row_left.png') top left no-repeat;
	float: left;
}

* html div.hp_row_left {
	margin-left: 8px;
	background: url('../img/bg_hp_row_left_ie6.gif') top left no-repeat;
}

div.hp_row_right {
	padding: 20px;
	width: 253px;
	height: 220px;
	background: url('../img/bg_hp_row_right.png') top left no-repeat;
	float: left;
}

* html div.hp_row_right {
	background: url('../img/bg_hp_row_right_ie6.gif') top left no-repeat;
}

div.hp_row_left,
div.hp_row_right {
	color: #333333;
}

div.hp_row_left img.left {
	padding-left: 20px;
	float: right;
}

div.hp_row_left img.right {
	padding-right: 20px;
	float: left;
}

div.hp_row_right p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

div.hp_row_left div,
div.hp_row_right div {
	margin: 0px 0px 8px 0px;
}

div.hp_row_left strong,
div.hp_row_right strong {
	color: #5e739e;
	font-size: 9px;
	line-height: 18px;
}

/*** Footer ***/

#footer {
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	width: 960px;
	height: 40px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	background: none;
}

#footer div.left {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	font-weight: bold;
	float: left;
}

#footer ul {
	margin: 10px 20px 0px 0px;
	padding: 0;
	list-style: none;
	float: right;	
}

#footer ul li {
	margin: 0;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #5e739e;
	float: left;
}

#footer ul li.first {
	border-left: 0px;
}
