/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
iframe {
	border:0;
}
* {
	margin:0px;
	padding:0px;
}
p {
	color: #484d53;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
a {
	outline: none;
	-moz-outline-style: none;
}
img {
	margin: 0;
	padding: 0;
}
.clearfix {
	display: inline-block;
	clear: both;
}
h1 {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}
/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
html {
	background-image: url(../images/background/background-bottom-repeat.png);
	background-repeat: repeat-x;
	background-position: 0px 625px;
	background-color: #0b141b;
}
body {
	line-height:1.3;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color: #FFF;
	text-align:left;
	background-image: url(../images/background/background-top-repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 625px;
	min-width: 1055px;
	overflow-x: hidden;
}
/* 
-----------------------------------------------------------------------------
LAYOUT:Global (cascading order)
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	margin: 0px auto;
}
#logo {
	position:relative;
	left:0px;
	top:20px;
	width: 124px;
	float: left;	
}
#number {
	position: relative;
	width: 196px;
	height: 26px;
	top: 46px;
	left: 629px;
	background-image: url(../images/background/number.png);
	background-repeat: no-repeat;
}
#menu {
	position:relative;
	top: 34px;
	width:826px;
	height:32px;
	margin-bottom: 0px;
	margin: 0;
	z-index: 10;
	float: left;
}
#request {
	position: relative;
	margin-left: -3px;
}
#menu ul {
	position: absolute;
	margin-left: 3px;
}
#menu li {
	display: inline;
	list-style: none;
	margin-left: -3px;
}
#menu .selected a, #menu a:hover {
    color: #F05E0F;
    cursor: pointer;
	border-bottom: 5px solid #FFF;
}
#leaf {
	position: absolute;
	right: -8px;
	margin-top: 45px;
	background-image:url(../images/background/leaf.png);
	background-repeat:no-repeat;
	width: 37px;
	height: 39px;
}

/* 
-----------------------------------------------------------------------------
Page
-----------------------------------------------------------------------------*/

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 825px;
	overflow: visible;
}
#background-top {
	position: absolute;
	top: 109px;
	left: -24px;
	background-image:url(../images/background/background-top.png);
	background-repeat: no-repeat;
	width: 870px;
	height: 514px;
}
#background-line-top {
	position: absolute;
	top: 0px;
	margin-left: -340px;
	background-image: url(../images/background/header-top.png);
	background-repeat: no-repeat;
	width: 1500px;
	height: 3px;
	overflow: hidden;
}
#background-line-bottom {
	position: absolute;
	top: 625px;
	margin-left: -340px;
	background-image: url(../images/background/header-top.png);
	background-repeat: no-repeat;
	width: 1500px;
	height: 3px;
	overflow: hidden;
}
/* 
-----------------------------------------------------------------------------
Content
-----------------------------------------------------------------------------*/

.content {
	position: relative;
	width: 825px;
	min-height: 500px;
	background-repeat: no-repeat;
	top: 38px;
	float: left;
}
.row {
	margin: 0;
	padding: 0;
	width: 826px;
	float: left;
}
.row-white {
	position: relative;
	margin-top: -3px;
	padding: 20px 0px 10px 0px;
	background-color: #FFF;
	float: left;
}
.column-left {
	position: relative;
	width: 225px;
	padding: 0px 20px 0px 30px;
	display: inline-block;
	vertical-align: top;
}
.column-middle {
	position: relative;
	width: 225px;
	padding: 0px 20px 0px 20px;
	display: inline-block;
	vertical-align: top;
}
.column-right {
	position: relative;
	width: 225px;
	padding: 0px 20px 0px 20px;
	display: inline-block;
	vertical-align: top;
}

/* 
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/

#footer {
	position: relative;
	height: 83px;
	width: 825px;
	background-image: url(../images/background/footer.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: -3px;
}
#footer-text p {
	color: #999;
	margin-top: 15px;
	margin-left: 28px;
}

