@charset "utf-8";

/* =========================================================
Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-size: 100%;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr  { display: none; }



/* =========================================================
Link Color
========================================================= */
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #0066CC;
}
a:hover, a:active {
	color: #FF3300;

}

/* =========================================================
body
========================================================= */
body {
	margin: 0;
	padding: 0;
	background: #B0B0B0;
	font-family: sans-serif;
	font-size: 94%;
	text-align: center;
}

/* =========================================================
container
========================================================= */
div#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}

/* =========================================================
header
========================================================= */
div#header {
	height: 120px;
	margin: 0;
	background: url(../img/bg_header.gif) repeat-x 0 0;
	text-align: left;
}

div#header div#header-wrap {
	display: inline-table;
	width: 950px;
	min-height: 1%;
	margin: 0 auto;
	padding:  30px 0 0;
}

div#header div#header-wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html div#header div#header-wrap { height: 1%; }
div#header div#header-wrap { display: block; }
/* End hide from IE-mac */

* html div#header div#header-title {
	_height: 1%;
	behavior: expression(IEPNGFIX.fix(this));
}

div#header div#header-title {
	float: left;
	padding-left: 60px;
	position: relative;
}


div#header div#header-title span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/logo.png) no-repeat 0 0;
}

* html div#header div#header-title span {
	behavior: expression(IEPNGFIX.fix(this));
}

div#header h1 {
	margin: 0 0 8px;
	padding: 5px 0 0;
	font-size: 170%;
}
div#header h1 a {
	color: #FFFFFF;
}

div#header p {
	color: #FFFFFF;
}

div#header ul {
	float: right;
	padding-top: 15px;
	list-style-type: none;
}
div#header ul li {
	display: inline;
	padding-left: 15px;
	list-style-type: none;
}
div#header ul li a {
	padding-left: 10px;
	background: url(../img/ic_arrow.gif) no-repeat 0 50%;
	color: #FFFFFF;
}

/* =========================================================
title
========================================================= */
div#title {
	margin: 0 auto;
	padding: 10px 0 0;
	background: url(../img/bg_title.gif) repeat-x 0 0;
}
div#title p.crumbs {
	width: 950px;
	margin: 0 auto 5px;
	text-align: left;
}

div#title h2 {
	width: 950px;
	margin: 0 auto 10px;
	padding: 10px 0;
	font-size: 130%;
	text-align: left;
}

/* =========================================================
wrapper
========================================================= */
div#wrapper {
	background: #F6F4F0;
	border-bottom: 2px #FFFFFF solid;
}

div#wrapper-wrap {
	display: inline-table;
	width: 950px;
	min-height: 1%;
	margin: 0 auto;
	padding: 10px 0;
}

div#wrapper-wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html div#wrapper-wrap { height: 1%; }
div#wrapper-wrap { display: block; }
/* End hide from IE-mac */




/* =========================================================
content
========================================================= */
div#content {
	float: right;
	width: 700px;
	text-align: left;
}


/* Heading
--------------------------------------------------------- */
div#content h2 {
	margin: 0 auto 10px;
	padding: 10px 0;
	font-size: 130%;
	text-align: left;
}


div#content h3 {
	margin: 10px 0;
	padding: 5px;
	background: #E2E0DC;
	font-size: 110%;
	line-height: 120%;
}

div#content h4 {
	margin: 10px 0 0.3em;
	padding: 3px 0;
	border-bottom: 1px #E2E0DC solid;
	color: #004285;
	font-size: 110%;
	line-height: 130%;
}

div#content h5 {
	margin: 1em 0;
	font-weight: bold;
	line-height: 130%;
}

/* paragrah
--------------------------------------------------------- */
div#content p {
	margin: 1em 0;
	line-height: 170%;
}

div#content p.pageup {
	padding-top: 1em;
	text-align: right;
}

/* List
--------------------------------------------------------- */
div#content ul {
	margin: 1em 0 1em 20px;
}
div#content ul li {
	line-height: 170%;
}
div#content ol {
	margin: 1em 0 1em 30px;
}
div#content ol li {
	line-height: 150%;
}

/* DefineList
--------------------------------------------------------- */
div#content dl {
	margin: 1em 0;
}
div#content dl dt {
	float: left;
	width: 5.5em;
	margin: 0 0 5px;
	color: #666666;
	line-height: 130%;
}
div#content dl dd {
	margin: 0 0 5px 5.5em;
	line-height: 130%;
}


/* Table
--------------------------------------------------------- */
div#content table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 700px;
	margin: 0 0 1em;
}

div#content table caption {
	margin: 0 auto;
	padding: 0 0 5px;
	text-align: center;
}

div#content table th {
	padding: 5px;
	background: #F3F3F6;
	border: 1px #CCCCCC solid;
	font-weight: normal;
	line-height: 130%;
	vertical-align: top;
}

div#content table td {
	padding: 5px;
	border: 1px #CCCCCC solid;
	line-height: 130%;
	vertical-align: top;
}

div#content table td ol,
div#content table td ul {
	margin-top: 0;
	margin-bottom: 0;
}


/* float
--------------------------------------------------------- */
div#content *.float-l {
	float: left;
	margin: 0 15px 0 0;
}
div#content *.float-r {
	float: right;
	margin: 0 0 0 10px;
}

/* =========================================================
sidebar
========================================================= */
div#sidebar {
	float: left;
	width: 220px;
	padding-top: 40px;
	background: url(../img/bg_sidebar.gif) no-repeat 0 0;
	text-align: left;
}

div#sidebar ul {
	margin-left: 10px;
	padding: 0 10px;
}
div#sidebar ul li {
	line-height: 150%;
	font-weight: bold;
}

div#sidebar ul li ul {
	margin-left: 15px;
	padding: 0;
}

div#sidebar ul li ul li {
	font-weight: normal;
}

/* =========================================================
footer
========================================================= */
div#footer {
	width: 100%;
	padding: 20px 0 15px;
	background: url(../img/bg_footer.gif) repeat-x 0 0;
	font-size: 89%;
	text-align: left;
}

div#footer dl {
	display: inline-table;
	min-height: 1%;
	width: 950px;
	margin: 0 auto 7px;
	list-style-type: none;
}
div#footer dl:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html div#footer dl { height: 1%; }
div#footer dl { display: block; }
/* End hide from IE-mac */

div#footer dl#footer-index {
}
div#footer dl#footer-site {
}

div#footer dl dt {
	float: left;
	width: 4.5em;
	background: #999999;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	line-height: 17px;
	text-align: center;
}

div#footer dl dd {
	margin: 0 0 0 4.5em;
}
div#footer dl dd ul li {
	display: inline;
	float: left;
	padding: 0 5px;
	list-style-type: none;
	white-space: nowrap;
	line-height: 150%;
}

/* =========================================================
copyright
========================================================= */
p#copyright {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	background: #B0B0B0;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	text-align: right;
}

p#copyright a {
	color: #FFFFFF;
}

