/* CSS Document */

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#1076be;
	margin:50px 0;
}

img{
	border:0;
}

#container{
	background:#ffffff;
	width:800px;
	margin:0 auto;
	padding-top:1em;
	border-bottom:10px solid #7899aa;
	border-right:1px solid #7899aa;
	overflow:hidden;
}

#header{
	background:#ecf7fa;
	font-size:10px;
	padding:10px 20px;
}

#navBar{
	float: right;
	width: 170px;
	padding:40px;
}

#navBar ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

#navBar li{
	border-bottom:1px dotted #3e669d;
	padding:5px 0;
	padding-right:10px;
}

#navBar ul a{
	text-decoration:none;
	color:#3e669d;
	font-weight:bold;
}

#navBar ul a:hover, #navBar ul #current a{
	color:#00b1da;
}

#headlines{
	float:left;
}

#headlines{
	font-size:30px;
	color:#31badb;
	margin:40px;
	padding:10px 20px;
	padding-right:0;
	width:100px;
	border-left:1px dotted #3e669d;
}

#content{
	color:#333333;
	padding:40px 0;
	width:340px;
	float:left;
}

#content strong{
	color:#3e669d;
}

#contactForm label{	
	float:left;
	width:80px;
	margin:3px 0;
}

#contactForm input, #contactForm textarea{	
	width:220px;
	margin:3px 0;
	border:1px solid #7f8184;
}

#contactForm input{	
	width:220px;
}

#contactForm textarea{
	height:100px;
}

#contactForm button{
	border:0;
	background:#ffffff;
	color:#02b5dc;
	font-weight:bold;
}

#quote{
	clear:both;
	background:#d9eff7;
	height:80px;
	line-height:80px;
	color:#7899aa;
	border-top:1px dotted #7899aa;
	padding:0 40px;
	font-size:19px;
	font-weight:normal;
}

#footer{
	color:#ffffff;
	clear:both;
	margin:0 auto;
	width:800px;
	text-align:right;
	padding:5px 0;
	font-size:10px;
}
