﻿@import url(layout.css);
body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	background-color: #fff; 
	background-image: url('../images/headliner2.jpg'); 
	background-repeat: no-repeat;
	background-position:center 10px;
}
#container {
	width: 982px;
	margin: 0px auto;
	background-repeat:no-repeat;
	position:relative;
}
#masthead {
	text-align: right;
	width: 100%;
	height: 157px;
}

#page_content {
	padding: 10px 0 0 0;
}

/* HEADER - MAIN MENU */
		
	#main-menu {
		overflow:hidden;
		float:right;
	}
	
	#main-menu li {
		display:inline;
	}
	
	#main-menu li a {
		display:block;
		float:left;
		color: white;
		font-size: x-large;
		margin: 50px 0 50px 0;
		padding: 0 20px 0px 20px;
		text-decoration: none;
		font-family: Calibri;
	}
	
	#main-menu li a:hover {
		color: #7CCDE0;
	}
	
			

#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d3d3d3;
	overflow: hidden;
	margin-bottom:10px;
}
#column_l {
	width: 420px;
	margin: 0 0 0 30px;
}

#column_r {
	width: 450px;
	margin: 20px 30px 10px 10px;
	padding: 10px;
	background-color: #7CCDE0;
	position: relative;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	overflow:hidden;


}
#footer {
	text-align: center;
	background-image: url('../images/footer2.jpg');
	background-repeat:no-repeat ;
	overflow: hidden;
	margin:10px 0 20px 0;
	padding: 15px 0 30px 0;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
	margin: 0 1px;
	padding: 10px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #7CCDE0;
	border: 1px solid #7CCDE0;
}
/* Styles for Content */
h1 {
	color: #68AAB9;
	font-size: 2.0em;
}
h2 {
	color: #68AAB9;
	font-size: 1.75em;
}
h3 {
	color: #68AAB9;
	font-size: 1.5em;
	margin-bottom: 0px;
	border-bottom: 0px;
}
h4 {
	color: #68AAB9;
	font-size: 1.25em;
}
h5 {
	color: #3A3027;
	font-size: 0.75em;
}
h6 {
	color: #3A3027;
	font-size: 0.5em;
}
big {
	color: #3A3027;
	font-size: medium;
}

#column_r p {
	color: black;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 5px;
	margin-top: 0px;
	color: white;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}

#column_r a{
	color: black;
	text-decoration:none
		
}

#column_r a:hover {
	color: white;

}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #7CCDE0;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}