* {
	margin:0; padding:0;
}

html{
	font-size: 100.01%;
}

body {
	background-color:#2f3138;
	font: 64% Arial, "Trebuchet MS", Verdana, sans-serif;	
}

#container {
	margin: 0 auto;
	width: 978px;
}

/* Styling for the top_notifier */

#top_notifier {
	display: block;
	margin-top: 5px;
	color: #5a5a5a;
}

#top_notifier a {
	color: #ffffff;
	text-decoration: none;
        
}
#top_notifier a:hover {
	color: #ffffff;
	text-decoration:underline;
        
}

#top_notifier p{
	display: inline;
	float: left;
	
}

#top_notifier ul{
	float: right;
	margin-right: 8px;
	display: inline;
	text-align: right;
	}

#top_notifier li {
	list-style-type:none;
	display:inline;
	margin-left: 8px;

}

/* Styling for the logo */

#container #logo {
	width:430px;
	margin: 0 auto;
	font-size: 0px;
}

/* Styling for the text info */

#text_info {
	width: 440px;
	color: #ffffff;
	margin: 0 auto;
	font-size: 120%;
}

/* Styling for the simple search form */

#home_search {
	width: 440px;
	margin: 40px auto;
	text-align:center;
	
}

#home_search .select1 {
	width:350px; height: 30px;
}
#home_search .select2 {
	width:250px; height: 30px;
}

#home_search select {
	font-family:"Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	color:#586230;
	margin-bottom: 10px;
	background-color:#ffffff;
	border: 3px solid #f36013;
	padding:3px 0 0 8px;
}

input.btn {
	background-color:transparent;
	background-image: url(../images/img_pres/go.png);
	background-repeat: no-repeat;
	font-size: 0px;
	border: none;
	cursor: pointer;
	width: 34px; height: 28px;
}
input.btn:hover {
	background-color:transparent;
	background-image: url(../images/img_pres/go_hover.png);
	background-repeat: no-repeat;
	font-size: 0px;
	border: none;
	cursor: pointer;
	width: 34px; height: 28px;
}

/* Styling for the footer */
#footer {
    padding-top: 20px;
    margin-left: auto; margin-right:auto;
    color: #606060;margin-top: 15px;padding-bottom: 15px;
    text-align: center;
    font-size: 11px;}
#footer a {color: #606060;
           text-decoration:none;}
#footer p a:hover {color: #606060;
           text-decoration:underline;}


