/* 	Under Construction page
		Design by seal - http://www.byseal.com/
		Copyright 2009 - All rights reserved.
*/


body {
	display: block;
	background-color: #ebf1f7; /* Setting the background color */
	text-align: center;
	font-family: Tahoma, Arial; /* This is the main font used in this page, you can change it to one you like better */
	padding-bottom; 1.5em;
}

img{
	border: none;	
}

div h2 {
	font-size: 16px;
	color: #a4dcfd;
	font-weight: normal;
}

h2{
	font-size: 16px;
	color: #555555;
}

#header {
	width: 946px;
	margin: 0px auto;
	margin-top: 24px;
	font-size: 11px;
}

#logo {
	float: left;
	padding-left: 20px;
}

#social_networks {
	float: right;
	height: 25px;
	margin: 30px 23px 0px 0px;
}

#social_networks li {
	display: inline;
	list-style-type: none;
}

#social_networks text {
	font-size: 18px;
}

#social_networks img {
	vertical-align: middle;
	padding-left: 8px;
}

#main_container {
	background: url('../images/top_bkg.jpg') no-repeat;
	position: relative;
	margin: 0px auto;
	width: 949px;
	height: 517px;
	clear: both;
}

#message {
	padding: 210px 60px 0 60px;
	text-align: left;

}

#navigation_container {
	position: absolute;
	top: 410px;
	left: 0px;
	width: 946px;
}


/**********************/
/* Newsletter section */
/**********************/

#newsletter {
	width: 700px; 
	height: 35px;
	margin: 0px auto;
}

p.newsletter {
	margin: 0px 0px 10px 0px;
	padding-top: 2px;
	font-size: 12px;
	color: #194475;
}

#emailform .email {
	clear: both;
	float: left;
	width: 270px;
	height: 22px;
	padding: 6px 0px 0px 10px;
	border: 1px solid #999;
	font-family: Tahoma, arial;
	font-size: 14px;
}

#emailform .comment {
	float: left;
	width: 270px;
	height: 50px;
	padding: 6px 0px 0px 10px;
	margin-left: 20px;
	border: 1px solid #999;
	font-family: Tahoma, arial;
	font-size: 14px;
	
}

#emailform input.button {
	clear: none;
	float: right;
	padding: 0!important;
	border: 0;
}

.message {
	margin: 0px 0px 10px 0px;
	padding-top: 2px;
	font-size: 12px;
	color: #f27200;
}
.pad {
	padding-bottom: 100px;
}
