@charset "UTF-8";
/*Redefinitions */
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
img{
	text-decoration: none;
	border-style: none;
}
a{
	color: #0A71B3;

}
h1 {
	font-size: 24px;
	color: #0A71B3;
	margin: 0px;
	padding: 0px 0px 10px;
}
h2 {
	font-size: 18px;
	color: #671056;
	margin: 0px;
	padding: 0px 0px 10px;
	font-weight: bolder;
}
p {
	margin: 0px;
	padding: 0px 0px 10px;
}

/*Containers */
#container {
	width:1000px;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */ 
}


#main-container-top {
	background-image: url(images/container1-top.png);
	width: 1000px;
	height:20px;
	}
#main-container {
	background-image: url(images/main-container-back.png);
	width: 960px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 20px 20px;
	text-align:left; 
}
#content-container {
	background-image: url(images/contentcontainerback.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer {
	padding: 10px 20px;
	text-align: left;
}

#container #main-container #content-container #text ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 10px 20px;
	color: #0A71B3;
}
#clearit {
	clear: both;
}
#top-container {
	height: 170px;
	width: 960px;
	padding: 0px 20px;
}
#logo {
	float: left;
	padding: 30px 0px 0px;
}
#text {
	padding: 20px;
	width: 650px;
	float:left;
}
/*Navigation*/
#navigation {
	float: right;
	height: 170px;
}

#navigation ul{
	padding:0;
	margin:0;

	
}
#navigation li{
	padding:0;
	margin:0;
	float:right;
	list-style-type: none;
	list-style-image: none;
}
#navigation li a{
	text-decoration: none;
	font-size: 24px;
	border-bottom-style: none;
	text-align: center;
	color: #FFFFFF;
	width: 150px;
	height:55px;
	display:block;
	margin-left:10px;
	font-weight: normal;
	padding-top: 115px;

}

#navigation li#active a {
	background-image: url(images/pointer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #28ABFF;
}
/*Classes for styling and Repeating*/
.highlight {
	font-weight: bold;
	color: #0A71B3;
}
.advert {
	float: right;
	padding: 20px 20px 0px 0px;
}

