@import url("master.css");
/* General */
body{
	background-color: #e3e3e3;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
}

/* Links */

a, a:visited, a:hover{
	color: #F48801;
	text-decoration: underline;
}

a:hover{
	color: #a1ee3b;
	text-decoration: underline;
}

/* Styles */

#content{
	font-family: Tahoma;
}

p{
	padding-left: 22px;
	padding-right: 22px;
	text-align: justify;
}

h1{
	margin: 0;
	padding: 0 0 11px 15px;
	color: #8cc63f;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
	text-align: center ;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 145% ;
	font-weight: bold ;
}

h4 {
	text-align: center ;
	font-size: 115% ;
	font-weight: bold ;
}

.section ul{
	list-style: disc ;
	margin-top: 13px;
}


/* Forms */
.form {
	margin: 5px;
	margin-bottom: 0px;
	text-align: center;
}
.form input{
	margin-bottom: 3px;
}

/* Header Type A */
.headerA {
	background: url(../images/header.gold.png);
	border: 1px solid #000000; 
	border-bottom: 1px solid #454545;
	color: #245FAB; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 8px;
}

/* Layout */

#wrapper {
	width: 100%;
	background-image: url('../images/layout/main_bg.png') ;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

#sub-wrapper{
	width: 899px;
	margin: auto;
}

#header {
	background-image: url('../images/layout/header.jpg') ;
	height: 262px;
	width: 100%;
	margin: auto;
}

#body-wrapper{
	width: 100%;
	background-color: #ffffff;
	background-image: url('../images/layout/content_bg.png') ;
	background-repeat: repeat-y;
}

/* Menu */
#menu-wrapper{
	margin-left: 10px;
}

#menu{
	width: 203px;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 95%;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

#menu li a, #menu li a:visited {
	text-decoration: none;
}

#menu li.first a {
  height: 19px;	
	padding: 10px 0 0 35px;
	background-image: url('../images/layout/menu_first.png');
}

#menu li.elem a {
  height: 20px;	
	padding: 7px 0 0 35px;
	background-image: url('../images/layout/menu_elem.png');
}

#menu .last{
	height: 33px;
	background-image: url('../images/layout/menu_f.png') ;
}
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
}

/* Menu Hovers */
#menu li.first a:hover, #menu li.elem a:hover{ 
	color: #a1ee3b;
	text-decoration: none;
}

#menu li.first a:hover {
		background: url(../images/layout/menu_first.png) 0 -29px;
}

#menu li.elem a:hover {
		background: url(../images/layout/menu_elem.png) 0 -27px;
}

/* Content */	
#content-wrapper{
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 651px;
	background: url(../images/layout/content_tbl_bg.png) repeat-y;
}

#content-h{
	width: 100%;
	background: url(../images/layout/content_tbl_h.png) no-repeat;
	height: 8px;
	font-size: 1px;
	line-height: 0;
}

#content-block{
	width: 643px;
	margin: auto;
	background: url(../images/layout/content_tbl_gradient.png) repeat-x;
}

#content{
	width: 643px;
	padding: 8px 0px 2px 0px;
}


#content-f{
	width: 100%;
	height: 8px;
	background: url(../images/layout/content_tbl_f.png) no-repeat;
	font-size: 1px;
	line-height: 0;
}

h2{
	background-image: url('../images/layout/news_h.png');
	background-repeat: no-repeat;
	width: 623px;
	height: 22px;
	margin: 0 0 7px 10px;
	padding: 6px 10px 0 7px;
}

#footer{
	background-image: url('../images/layout/footer_bg.png');
	background-repeat: no-repeat;
	height: 30px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #7d7d7d;
	padding-top: 5px;
}

#madeby{
	margin-top: 2px;
	margin-left: 3px;
	padding-bottom: 1px;
	float: left;
	clear: none;
}

#madeby img{
	height: 11px;
	width: 12px;
	margin-top: 1px;
	padding-right: 5px;
	float: left;
}

#copy{
	margin-top: 2px;
	padding-right: 7px;
	padding-bottom: 1px;
	float: right;
	clear: none;
}
