/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	text-align: left;
	}

html, body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF6B00;
	padding-left: 25px;
	background-image:url(h1_dot.gif);
	background-position: 0px 28px;
	background-repeat:no-repeat;
	padding-top: 27px;
	padding-bottom: 10px;
	}	
	
h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7a7a7a;
	padding-bottom: 15px;
	}
	
h3 {
	color: #e8e8e8;
	padding-bottom: 6px;
	}
	
h4 {
	color: #e8e8e8;
	padding-bottom: 0px;
	}	
	
a {
	color: #ff6b00;
	font-weight: bold;
	}
	
a:hover {
	color: #7a7a7a;
	}		

#container {
	width: 920px;
	margin: 0 auto;
	}
	
	#top {
		width: 920px;
		height: 145px;
		cleaer: both;
		}
	
		#logo {
			width: 630px;
			height: 80px;
			float: left;
			}
		
		#search {
			width: 288px;
			height: 55px;
			float: right;
			text-align: left;
			padding-top: 25px;
			}
			
		html>body #search {
			padding-top: 15px;
			height: 65px;
			}
		
		#menu {
			width: 920px;
			height: 65px;
			clear: both;
			background-image:url(background_menu.gif);
			background-position:right;
			background-repeat:no-repeat;
			}
			
			
		#menu ul {
			height: 65px;
			float: right;
			}
			
		#menu ul li {
			list-style: none;
			float: left;
			padding-left: 22px;
			padding-right: 22px;
			padding-top: 25px;
			height: 40px;
			background-image:url(menu_separator.gif);
			background-position:right;
			background-repeat:no-repeat;
			color: #FFFFFF;
			font-size: 13px;
			}	
		
		#menu ul li a {
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
			}	
			
		#menu ul li a:hover {
			color: #000000;
			}
	
	#news {
		width: 280px;
		float: left;
		}
	
	#main {
		width: 640px;
		float: right;
		}
	
		#index-pic {
			width: 610px;
			height: 191px;
			background-image:url(index_header_picture.jpg);
			/*padding-left: 30px;
			padding-top: 50px;*/
			margin-top:35px;
			}
			
		#index-pic-text-big {
			font-size: 36px;
			font-weight: bold;
			color: #000000;
			}

		#index-pic-text {
			font-size: 18px;
			font-weight: bold;
			color: #000000;
			}
			
			
		#content-pic {
			width: 455px;
			height: 109px;
			background-image:url(content_header_picture.jpg);
			padding-top: 15px;
			padding-left: 185px;
			}
			
			#content-pic2 {
			width: 455px;
			height: 109px;
			background-image:url(content_header_picture2.jpg);
			padding-top: 15px;
			padding-left: 185px;
			}
			
			#content-pic3 {
			width: 455px;
			height: 109px;
			background-image:url(content_header_picture3.jpg);
			padding-top: 15px;
			padding-left: 185px;
			}
		
		#content-pic4 {
			width: 455px;
			height: 109px;
			background-image:url(content_header_picture4.jpg);
			padding-top: 15px;
			padding-left: 185px;
			}
			
			#content-pic5 {
			width: 455px;
			height: 109px;
			background-image:url(content_header_picture5.jpg);
			padding-top: 15px;
			padding-left: 185px;
			}
			
			
		#content-pic-text-big {
			font-size: 32px;
			font-weight: bold;
			color: #000000;
			}

		#content-pic-text {
			font-size: 32px;
			font-weight: normal;
			color: #000000;
			}

		
		#submenu {
			width: 640px;
			height: 89px;
			background-image:url(index_orange_back.gif);
			background-position:right;
			background-repeat:no-repeat;
			margin-top:40px;
			}
			
		#sub-headline {
			width: 626px;
			height: 20px;
			background-image:url(content_orange_back.gif);
			padding-left: 14px;
			padding-top: 3px;
			}
			
		#submenu ul li {
			list-style: none;
			}	
			
		#submenu ul li a {
			color: #e8e8e8;
			padding-left: 10px;
			background-image:url(submenu_dot.gif);
			background-position: 0px 6px;
			background-repeat:no-repeat;
			}
			
		#submenu ul li a:hover {
			color: #FFFFFF;
			}
			
		#submenu #one {
			width: 188px;
			padding-left: 26px;
			padding-top: 12px;
			float: left;
			}

		#submenu #two {
			width: 240px;
			padding-left: 26px;
			padding-top: 12px;
			float: left;
			}

		#submenu #three {
			width: 130px;
			padding-left: 26px;
			padding-top: 12px;
			float: left;
			}

		
		#content {
			widht: 606px;
			clear: both;
			padding-top: 20px;
			padding-left: 14px;
			padding-right: 20px;
			}
		
		#footer {
			width: 640px;
			height: 45px;
			clear: both;
			background-image:url(footer_background.gif);
			background-position:top;
			background-repeat:no-repeat;
			margin-top: 10px;
			}
		
		#footer a {
			color: #7a7a7a;
			text-decoration: none;
			font-weight: normal;
			}
			
		#footer a:hover {
			color: #ff6b00;
			}
		
		#mini-menu {
			width: 609px;
			float: left;
			clear: both;
			padding-left: 14px;
			padding-top: 10px;
			}
			
		#copyright {
			width: 172px;
			float: left;
			padding-top: 10px;
			text-align: right;
			}	
			
			
form {
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
input, select {
	width: 130px;
	border: solid 1px #FF9900;
	padding-top: 2px;
	}