
/* Global configs */
html * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 0;
}

body {
	
	background: #ffffff;
	z-index: 1;
}

.clear {
	clear: both;
}

#content h1 {
	font-size: 16px;
	padding: 12px 9px 20px 9px;
	font-family: Arial,sans-serif;
	color: #ffffff;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: capitalise;
	background: url(h1_bg.png);
	border-top: solid 20px #4c4c4c;
	border-bottom: solid 2px #4c4c4c;
	
	
}

#content h3 {
	font-size: 15px;
	padding: 12px 9px 5px 9px;
	font-family: Arial,sans-serif;
	color: #000000;
	
	
}

#content h2 {
	font-size: 12px;
	padding: 12px 9px 20px 9px;
	font-family: Arial,sans-serif;
	color: #ffffff;
	background: url(h1_bg.png);
	border-top: solid 20px #4c4c4c;
	border-bottom: solid 2px #4c4c4c;
	
	
}

#content h6 {
	font-size: 15px;
	font-family:  times new roman,  trebuchet ms, sans-serif;
	color: #000000;
	text-transform: capitalise;
	background: #4c4c4c;

	
	
}



#news a {
	padding-left: 10px;
	







}
#content img {
	border: solid white 5px;


}



#twitter p {
	font-size: 12px; color: black;


}

#twitter a {
	font-size: 11px; color: black;


}

 a {
	font-size: 0.8em;
	font-family: times new roman, trebuchet ms, sans-serif;
	color: #000000;
	
}

#content ul {
	padding: 5px 20px 5px 40px;
	font-size: 15px;
	font-family: arial,sans-serif;
	color: black;
	
	
}

#content ul li {
	padding-left: 5px;
	list-style:  disc;
}



a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	color: #8e0000;
}

/*
General page layout
*/




	#wrapper_outer {
		position: relative;
		
		
		width: 960px;
		margin: 0px auto;
		text-align: left;
		z-index: 2;
	}
		
		#wrapper_header {
			position: relative;
			width: 960px;
			margin: 0px 0px;
			height: 190px;
			background: url(header.jpg) top center no-repeat;
			z-index: 3;
		}
			
			#header {
				text-align: right;
				padding: 210px 15px 0px 0px;
				color: white;
			}
			
				#header h1 {
					display: none
				}

				#header h2 {
					color: white;
				}
				
				#header h3 {
					font-size: 14px;
				}
				
			#block_navigation {
				position: absolute;
				bottom: -5px;
				left: 5px;
				width: 960px;
				height: 50px;
				z-index: 4;
			
			}
			
			#block_subscriber {
				position: absolute;
				top: 0px;
				right: 0px;
				padding: 3px;
				width: 400px;
				height: 50px;
				z-index: 4;
				
			}
				
				#block_subscriber div {
					color: #ffffff;
					text-align: left;
					margin: 0px 0px 5px 0px;
					font-weight: 800;
					
				}
				
				#block_subscriber div a:link, #block_subscriber div a:visited {
					color: #ffffff;
					font-weight: 100;
					
				}
		
		
		#wrapper_body {
			position: relative;
			background: #4c4c4c;
			width: 960px;
			margin-left: 0px;
			z-index: 2;
		}

			#body {
				text-align: left;
			}

				

				#right{
					float: right;
					width: 280px;
					margin: 15px 10px 15px 10px;
					
				}
				#news{
					background: url(block_right.png) no-repeat;
					margin-bottom: 20px;
					

				}


				#callback{
					background: url(callback.png) no-repeat;
					padding:6px;
					margin-top: 20px;
					margin-bottom: 10px;

				}




				#content {
					float: left;
					width: 625px;
					margin: -5px 0px 0px 10px;
					background: #ffffff;
					
				
				}



		#wrapper_footer {
			position: relative;
			width: 960px;
			height: 51px;
			padding: 50px 0px 50px 0px;
			margin: 0px 0px 0px 0px;
			background: url(footer.jpg) no-repeat;
			color: white;
			text-align: left;
		}
        
			
				
				
				
			
}

#block_homelink {
    position: absolute;
    top: 85px;
    left: 45px;
    width: 240px;
    height: 80px;
    z-index: 99;
}

#block_homelink a:link, #block_homelink a:visited {
    display: block;
    width: 240px;
    height: 80px;
}




/*
Main navigation
*/

#block_navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 5;
}

	#block_navigation ul li {
		margin: 0px;
		padding: 0px;
		height: 26px;
		float: left;
	}

		#block_navigation ul li a:link, #block_navigation ul li a:visited {
			display: block;
			padding: 9px 15px 9px 15px;
			font-size: 12px;
			text-transform: capitalize;
			font-family: arial, trebuchet ms, sans-serif;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
		
		}
			
			#block_navigation ul ul li a:link, #block_navigation ul ul li a:visited {
				width: 186px;
			}

		#block_navigation ul li a:hover {
			background: #344f24;
		}

		#block_navigation ul ul {
			position: absolute;
			width: 200px;
			z-index: 6;
		}
		
		#block_navigation ul ul ul {
			position: relative;
			left: 200px;
			top: -30px;
			width: 200px;
			z-index: 7;
		}
		
		
			#block_navigation ul ul li {
				display: block;
				margin: 0px;
				padding: 0px;
				height: 32px;
				clear: left;
				background: url(nav_bg.png) top center;
			}
			
			#block_navigation ul ul, #block_navigation ul ul ul, #block_navigation ul li:hover ul, #block_navigation ul li:hover ul ul {
				visibility: hidden;
			}
			
			#block_navigation ul li:hover ul, #block_navigation ul ul li:hover ul {
				visibility: visible;
			}
			
			#block_navigation ul li:hover ul, #block_navigation ul ul li:hover ul {
				visibility: visible;
			}




/*
Main body
*/
	


#content p {
	font-size: 15px;
	font-family: Ariel, times new roman, sans-serif;
	color: black;
	padding: 10px 9px 20px 9px;
	


}




#callback h1{

	 	font-family: ariel; font-size: 20px; color: white; padding: 15px 5px 5px 5px;
		

	}
#callback h6{

	 	font-size: 12px; color: white; padding: 2px 2px 2px 2px;

	}

#callback h2 {

		
	 	font-size: 16px; color: white; padding: 15px 30px 5px 5px;

	}

#callback p {

		
	 	font-size: 16px; color: white; padding: 15px 30px 5px 5px;

	}





	#news h1{

	 	font-size: 16px; color: white; padding: 15px 5px 5px 5px;

	}

#news p{
		
		font-size: 12px;
		font-family: Arial,sans-serif;
		color: black;
	        padding: 25px 30px 5px 5px;

	}

