
/* CSS Document */
body {
	background-color:#F5F5F5;
	margin:0px;
	color:#4B4B4B;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.strip-margin{
	margin:0px;
}

a {
	text-decoration:none;
	color:#347A95;
}

.navigation-background {
	background:url(../images/navigation-background.gif) repeat-x;
	height:70px;
	width:785px;
}

.logo {
	background-image:url(../images/logo.gif);
	width: 368px;
	height:70px;
	position:absolute;
	top:0;
	left:0;
}

.navigation {
	background:url(../images/navigation-end.gif) no-repeat right top;
	height:70px;
	position:relative;
}

.navigation ul {
	padding:0px;
	margin:0px;
	position:absolute;
	top:17px;
	right:4px;
	background-color:#FFFFFF;
}

.navigation li {
	padding:0px;
	margin:0px;
	display:inline;
}

.navigation li a {
	display:block;
	float:left;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px;
	background-color: #DC6D18;
	margin-left:2px;
	position:relative;
}

.navigation li a:hover {
	background:url(../images/navigation-pointer.gif) no-repeat bottom center #3D3D3D;
	height:21px;
}

.navigation li a.selected {
	background:url(../images/navigation-pointer.gif) no-repeat bottom center #3D3D3D;
	height:21px;
}

.wrapper {
	width:100%;
	margin-top:47px;
}

.border-top {
	background:url(../images/border-top.gif) no-repeat top left;
	width:846px;
	padding-top:6px;
	margin:auto;
}

.border-middle {
	background:url(../images/border-middle.gif) repeat-y left;
	width:846px;
	padding:5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1D1D1D;
}

.border-bottom {
	background:url(../images/border-bottom.gif) no-repeat bottom left;
	padding-bottom:7px;
}

.introduction-banner {
	background-color:#DC6D18;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	width:820px;
	height:118px;
	margin-left:-2px;
	margin-top:5px;
 *margin-top:10px;
}

.introduction-banner h1 {
	font-size:18px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#3D3D3D;
}

.introduction-banner h1 div {
	font-size:30px;
	color:white;
	font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}

.content {
	padding:15px;
}

.content h2 {
	color:#1887DC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
}

.tabs {
	display:block;
	width:846px;
	height:31px;
	margin:auto;
	text-align:left;
	margin-bottom:-5px;
	z-index:20;
	position:relative;
}

.tabs ul {
	padding:0px;
	margin:0px;
	display:block;
	margin-left:6px;
	position:absolute;
	top:0px;
	left:0px;
}

* html body .tabs ul {
	margin-left:1px;
}

.tabs li {
	list-style:none;
	float:left;
	background:url(../images/left-tab-piece.gif) no-repeat left top #5C5C5C;
	margin-left:4px;
}

.tabs li a {
	background:url(../images/right-tab-piece.gif) right top no-repeat;
	display:block;
	float:left;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
	border-bottom:1px solid #D0D0D0;
}

.tabs div {
	background:url(../images/top-tab-repeat.gif) repeat-x top;
	padding:15px;
	padding-bottom:4px;
	padding-top:9px;
}

.tabs li.selected {
	list-style:none;
	float:left;
	background:url(../images/left-selected-tab-piece.gif) no-repeat left top #FFFFFF;
	margin-left:0px;
}

.tabs li.selected a {
	background:url(../images/right-selected-tab-piece.gif) right top no-repeat;
	display:block;
	float:left;
	color:#4B4B4B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding-left:8px;
	padding-right:5px;
	border-bottom:0px;
}

.tabs li.selected div {
	background:url(../images/top-tab-repeat.gif) repeat-x top;
	padding:15px;
	padding-bottom:6px;
	padding-top:9px;
}

.clear-floats {
	clear:both;
}

.footer{
	width:826px;
	margin:auto;
	padding:10px;
}

.footer ul li, .footer ul{
	margin:0px;
	display:inline;
	list-style:none;
	padding:0px;
}

.button{
	background:url(../images/button-bg.gif);
	float:right;
	border-left:5px solid #3d3d3d;
}

.button a{
	background:url(../images/button-arrow.gif) right no-repeat;
	color:white;
	font-size:14px;
	text-transform:uppercase;
	padding-top:6px;
	padding-bottom:18px;
	padding-left:6px;
	padding-right:24px;
	display:block;
}