@import url("reset.css");
@import url("layout.css");

html, body{
	background-color: #818586;	
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #860509;
}

h2{
	margin-top:10px;
	margin-bottom: 5px;	
}

h3{
	color: #860509;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 10px;
}

a:link, a:visited{
	text-decoration: none;
	color: #860509;
}

p{
	margin-bottom: 10px;	
}

ol{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 40px;
	padding-top: 15px;
}

input{
	margin: 5px;	
}

.menu{
	/*height: 210px;	*/
	margin-top: 10px;
}

.menu li a:link, .menu li a:visited{
	background: url(../images/menu-normal.png) no-repeat top left;
	height: 25px;
	display: block;
	color: white;
	padding-left: 45px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 5px;
}

.menu li a:hover{
	background: url(../images/menu-hover.png) no-repeat top left;
}

.menu-new li a:link, .menu-new li a:visited{
	background: url(../images/menu-normal-new.png) no-repeat top left;
	color: #626879;
}

.menu-new li a:hover{
	background: url(../images/menu-hover-new.png) no-repeat top left;
	color: #626879;
}

.menu-nav{
	margin-left: 25px;	
	list-style: disc outside; 
}

.menu-nav li{
	margin-top: 3px;
	color: #860509;
		
}

.menu-nav a{
	font-size: 12px;
	font-style: italic;
}

.menu-news li{
	margin-bottom: 10px;	
}


.left{ float: left;	}
.right{ float: right;	}
.underline{	 text-decoration: underline;}
.small {font-size: 10px;}

.content-nav{
	float: right;
	width: 220px;	
	text-align: center;
	padding-left: 10px;	
	margin-right: 10px;
	margin-top: -8px;
}


.nav-corner{
	background: url(../images/bg_content-nav_top.png) no-repeat top left;		
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}
.nav-corner-content{
	background: url(../images/bg_content-nav_bottom.png) no-repeat bottom left;
	background-color: #ddd;
	padding-bottom: 5px;
}
.nav-corner h1{
	font-weight: bold;
	color: #860509;
	font-size: 15px;
	text-transform: uppercase;
}

#layout-footer a:link, #layout-footer a:visited{
	text-transform: uppercase;
	color: white !important;
}

#layout-content ul{	
	list-style-type: disc;
	padding-left: 25px;
}

#layout-content ul li {	
	margin-bottom: 5px;
}

.strong{
	color: #860509;
	font-weight: bold;
	text-decoration: underline;
}

.style12{
	font-weight: bold;
	font-style:italic;
}


#layout-menu img{
		margin-top: 30px;
	
}



.home-boxes a{
	display: block;
	float: left;
	
}

.home-boxes {
	width: 900px;
	overflow: hidden;
}
