/* CSS Document */
body
{
	background-attachment: fixed;
	background-color: #CED6BE;
	margin: 0;
	padding: 0;
}


html
{
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat-y;
	width: 100%;
	background-color: #FFF;
}

 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

#container
{
	margin: 0 auto 0 auto;
	width: 768px;
	text-align: left;
	background-color: #FFF;
	border: 1px #CCC solid;
	-moz-box-shadow: 0 2px 5px 1px #dbdbdb;
	-webkit-box-shadow: 0 2px 5px 1px #dbdbdb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	-ms-border-radius: 8px;		
	position: relative;
	top: 24px;
}

input
{
	font-size: 12px;
	padding: 0px 8px 0px 2px;
	border: 1px #E2E7CF solid;
}

input:hover
{
	font-size: 12px;
	padding: 0px 8px 0px 2px;
	border: 1px #E78B0C solid;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
}

ul, li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

li a
{
	text-decoration: none;
	color: black;
}

h1
{
	font-size: 11px;
	font-weight: bold;
}

img
{
	display: block;
	border: none;
}

img p
{
	margin: 0;
	padding: 0;
}

#navigation
{
	background-image: url(images/nav-back.png);
	background-repeat: repeat-x;
	height: 35px;
}

#navigation ul { padding-left: 20px; }

#navigation ul li
{
	float: left;
	font-size: 11px;
	padding-right: 15px;
	background-image: url(images/divider2.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 31px;
}

#navigation ul li a
{
	padding-right: 15px;
	position: relative;
	top: 0px;
	line-height: 28px;
}

#banner
{

	height: 183px;

}

#center
{
	position: relative;
	background-color: white;
	margin: 0px auto 0px auto;
*/
}

.active
{
	background-image: url(images/subnavi_active.jpg);
	width: 185px;
	padding: 0;
	margin: 0;
}

.current { font-weight: bold; }

.normal
{
	background-image: url(images/border.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

#subnavigation
{
	float: left;
	background-color: #FFF;
}

#subnavigation ul li
{
	margin-left: 9px;
	padding-top: 9px;
	padding-bottom: 7px;
}

#subnavigation ul li a { padding-left: 25px; }

#content
{
	background-image: url(images/line_vert.gif);
	background-repeat: repeat-y;
	float: left;
	width: 480px;
	margin-left: 24px;
	padding-left: 24px;
	line-height: 16px;
	margin-top: 12px;
	padding-bottom: 45px;
}

#content ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content li
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: .9em;
}

#footer
{
	font-size: 9px;
	text-align: center;
	margin-right: 14px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #BBBEC7;
}

#footer a
{
	text-decoration: none;
	color: #BBBEC7;
}

.float-left
{
	float: left;
	width: 230px;
	padding-right: 10px;
	margin: 0;
}

.float-none
{
	clear: left;
	display: block;
}

.cleaner
{
	clear: both;
	height: 1px;
	Font-size: 1px;
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
}
