﻿@import url("layout.css");
body {
	font-family:"Arial";
	font-size: 12px;
	background-color:white;
}
#container {	
	width: 950px;
	margin-left:auto; 
	margin-right:auto;
}
#masthead {
    width: 100%;
    height: 40px;
}
#container2 {
	width: 790px;
	background-image:url('../images/Untitled-1.png');
	margin-left:auto; 
	margin-right:auto;
}

#container2index {
	width: 950px;
	background-image:url('../images/Untitled-1.png');
	margin-left:auto; 
	margin-right:auto;
}

#navigation {
	position:relative;
	width: 770px;
	overflow:hidden;
}
#banner {
	width: 950px;
}

#banner1 {
	width: 790px;
}

#content {
	float: left;
	width: 790px;
	vertical-align:top;

}
#footer {
	background-image:url('../images/footer.png');
	color:gray;
	text-align: left;
	text-indent: 50px;
	clear: both;
	width: 950px;
	height: 300px;
	margin-left:auto; 
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	background-image: url('../images/navi_bg.png');
	height: 40px;
	width: 800px;
	margin: auto;
	padding-left:0px;
}
#navigation li {
	display: block;
	margin: 0px;
	padding: 0px;
	float:left;
	width:auto;
}
#navigation a {
	background-image: url('../images/navi_bg_divider.png');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	line-height: 40px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	padding-right: 20px;
	padding-left: 20px;

}
#navigation a:hover {
	color:white;
	text-decoration: none;
	
}

#navigation li:hover {
	background-image:url('../images/navi_bg_hover.png');
	color:white;
	text-decoration: none;
	
}
/* Content Styles */
#contentstyle { 
	color: #666666;
	font-size: 12px;
}
.horizontalline {
	color:gray;
	height:1px;
	border-style:solid;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_medium {
	font-size:medium;
}
.style_large {
	font-size: 30px;
	font-family: "Century Gothic";
}
.list {
	list-style:none;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left:0px;
}

.list2 {
	list-style:none;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left:20px;
	list-style-image:url('../images/bullet.png');
}

.centrepicture {
	text-align:center;
	color:gray
}
.rightpicture {
	text-align:right;
	border:0px;
}
.login {
	vertical-align:middle;
	margin-top:10px;
	margin-bottom:auto;
}
/* Footer Styles */
#footer p {
	color: #999999;
}
#footer a {
	color:#999999;
	text-decoration: none;
}
#footer a:hover {
	color: #0066CC;
	text-decoration: none;
}
a {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

