@charset "utf-8";
/* CSS Document */

body {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	background-image:url(../img/header-bg.png);
	height:128px;
}

#header h1, h2 {
	display:none;
}

#sidebar {
	background-image:url(../img/sidebar-bg.png);
	background-repeat:no-repeat;
	height: 75px;
}

#sidebar ul {
	list-style: none;
	height: 41px;
	padding: 0px 0px 0px 436px;
    position: relative;
}

#sidebar li {	
	padding: 0;
	margin: 14px 14px 0px 0px;
	/*position: absolute;*/
	display: block;
	height: 41px;
	width: 110px;
	float: left;
	font-size: 0.1em;
	background-color:#333;
}

#sidebar li p {	
	display: none;
}

#sidebar li.opc1 {
	background-image:url(../img/sidebar-opc1.png);
}

#sidebar li.opc2 {
	background-image:url(../img/sidebar-opc2.png);
}

#sidebar li.opc3 {
	background-image:url(../img/sidebar-opc3.png);
}

#sidebar li.opc4 {
	background-image:url(../img/sidebar-opc4.png);
}

.block {
	background-image:url(../img/menu-title-bg.png);
	background-repeat: no-repeat;

	padding: 0px;
	width: 240px;
	margin-bottom: 10px;	
	
}

.block .title {
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.block h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	padding: 8px 0px 0px 30px;
}

.block .content {
	padding: 0px 10px 0px 10px;
	margin: 1px 3px 0px 3px;
	border: solid 1px #ebebeb;
}
block.contentflash {
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
A:link {
	COLOR: #333333; TEXT-DECORATION: none
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
	COLOR: #333333; TEXT-DECORATION: underline
}
#menu {
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu li {
	padding: 5px 0px 5px 20px;
	margin: 0px 8px 0px 8px;
	/*position: absolute;*/
	display: block;
	/*border-bottom: solid 1px #ebebeb;*/
	border-top: solid 1px #ebebeb;
	background-image:url(../img/menu-li-bg.png);
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#menu li:first-child {
	border-top: solid 0px #fff;
}

#menu ul ul {
/*	margin: 1px 3px 0px 3px;*/
	margin: 0px;
	border: solid 0px #fff;
	list-style: none;
	padding: 0px;
}


#menu li li{
	padding: 5px 0px 5px 8px;
	/*	padding: 0px 0px 0px 15px;  inherit*/
	/*position: absolute;*/
	display: block;
	border-top: solid 0px #fff;
	background-image: url(../img/menu-li-li-bg.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}


#news {
}


#news p
{
	margin-bottom:: 10px;
	padding: 0px;
	font-size: 0.9em;
	color: #666;
}

#news p.title
{
	font-weight: bold;
	height: auto;
	margin: 0px;
	padding: 0px;
/*	word-spacing: 0.9em;*/
/*	letter-spacing: 0.1em;*/
	font-size: 1.1em;
	color: #333;
}


#content {
	padding: 5px 30px 0px 20px;
}

#content h1 {
	font-size: 2em;
	color: #666;
	padding: 5px 5px 5px 5px;
}

#content h2 {
	display: block;
}

#content .align-right { 
	float:right;
	margin: 0 0 15px 15px; 
}

#content .align-left { 
	float:left;
	margin: 0 15px 15px 0;
}

#content ul {
	color: #22709d;
	list-style: square;
}

#content .box1 {
	padding: 20px 40px 20px 40px;
	border: solid 1px #ebebeb;
}

#content .box1 p {
	margin: 0px;	

	padding: 0px 0px 0px 20px;
	font-size: 1.1em;
	color: #666;
}

#content .box1 h1 {
	background-image:url(../img/menu-h1-bg.png);
	padding: 0px 0px 0px 20px;
	background-repeat:no-repeat;
}

#footer {
	margin: 5px auto 5px auto;
	width: 650px;
	border-top: solid 1px #ebebeb;
	padding: 10px;
	clear: both;
	text-align:center;
}