/* CSS Document */

/*********************************************************************
****************************** CSS-RESET *****************************
*********************************************************************/

html, body, div, span, img, ul, li, a, p, h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100.01%;
	color: #000000;
	text-decoration: none;
	line-height: 1;
	text-align: left;
	background-color: transparent;
	outline: none;
	list-style-type: none;
}

html {
	height: 101%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #f2e516;
	background-image: url('../images/body_bg.jpg');
	background-repeat: repeat-x;
	font-size: 13px;
}

/*********************************************************************
****************************** CONTAINER *****************************
*********************************************************************/

#container {
	width: 926px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	margin: 0 auto;
}

/*********************************************************************
******************************** HEADER ******************************
*********************************************************************/

#header {
	width: 926px;
	height: 181px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

/*********************************************************************
******************************* NAVI_LEFT ****************************
*********************************************************************/

#navi_top {
	width: 926px;
	height: 54px;
	background-image: url('../images/navi_top.jpg');
	background-repeat: no-repeat;	
}

#navi_top ul {
	height: 40px;
	display: block;
	text-align: center;
	padding-left: 14px;
}

#navi_top ul li {
	float: left;
	display: block;
}

/*********************************************************************
**************************** NAVI_TOP LINKS **************************
*********************************************************************/

#navi_top ul li a,
#navi_top ul li a:visited {
	display: block;
	width: 129px;
	height: 28px;
	padding-top: 12px;
	font-size: 14px;
	text-align: center;
}

#navi_top ul li.active a {
	font-weight: bold;
}

#navi_top ul li a:hover,
#navi_top ul li a:active,
#navi_top ul li a:focus {
	font-weight: bold;
}

/*********************************************************************
******************************* NAVI_LEFT ****************************
*********************************************************************/

#navi_left {
	width: 278px;
	height: 554px;
	background-image: url('../images/navi_left.jpg');
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

#navi_left ul {
	height: 20px;
	display: block;
	text-align: center;
	padding-top: 440px;
	margin-left: 20px
}

#navi_left ul li {
	display: inline;
}

#navi_left address {
	padding-left: 30px;
	padding-top: 10px;
	font-size: 14px;
}

/*********************************************************************
*************************** NAVI_LEFT LINKS **************************
*********************************************************************/

#navi_left ul li a,
#navi_left ul li a:visited {
	font-size: 12px;
	color: #000000;
	border-left: 1px solid #000000;
	padding: 0 4px;
}

#navi_left ul li a:hover,
#navi_left ul li a:focus,
#navi_left ul li a:active {
	text-decoration: underline;
	border-left: 1px solid #66cc00;
	color: #66cc00;
}

#navi_left ul li.active a,
#navi_left ul li.active a:visited,
#navi_left ul li.active a:hover,
#navi_left ul li.active a:focus,
#navi_left ul li.active a:active {
	font-weight: bold;
	color: #66cc00;
	border-left: 1px solid #66cc00;
}


/*********************************************************************
*************************** CONTENT_REPEAT ***************************
*********************************************************************/

#content_repeat {
	width: 648px;
	min-height: 554px;
	height: auto !important;
	height: 554px;
	background-image: url('../images/content_repeat.jpg');
	background-repeat: repeat-y;
	float: right;
	display: inline;
	padding-bottom: 30px;
}


/*********************************************************************
******************************* CONTENT ******************************
*********************************************************************/

#content {
	width: 648px;
	min-height: 554px;
	height: auto !important;
	height: 554px;
	background-image: url('../images/content_full.jpg');
	background-repeat: no-repeat;
	float: right;
	display: inline;
}

/*********************************************************************
***************************** CONTENT_IN *****************************
*********************************************************************/

#content_in {
	width: 544px;
	min-height: 453px;
	height: auto !important;
	height: 513px;
	margin: 60px 0 0 50px;
}

#content_in p {
	line-height: 18px;
	padding: 10px 0;
	font-size: 13px;
}

#content_in h2 {
	line-height: 20px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold; 
}

/*********************************************************************
************************** CONTENT_IN LINKS **************************
*********************************************************************/

#content_in a,
#content_in a:visited {
	color: #003300;
	font-weight: bold;
	text-decoration: underline;	
}

#content_in a:hover,
#content_in a:active,
#content_in a:focus {
	color: #66cc00;
}

/*********************************************************************
******************************* FOOTER *******************************
*********************************************************************/

#footer {
	width: 926px;
	height: 11px;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	clear: both;
}
