﻿@import url("../styles/layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url("clouds.jpg");
	background-color:#C7CEDC;
	background-repeat: no-repeat;
	background-position-x:center;
	background-color:#444444;
	background-attachment: scroll;
}
#container {
	width: 740px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 720px;
	padding: 10px;
	background-image: url("masterhead2.jpg");
	/*background-color:#AFC0E7;*/
	background-repeat: repeat;
	background-attachment: scroll;

}

#top_navigation {
	line-height: 55px;
	/*background-color:#4671D5;*/
	background-image: url("masterhead1.jpg");
	background-repeat:repeat;
	width: 700px;
	     }


h1.navigationaid{
	height: 0; 
	width: 0; 
	overflow: hidden;
	float: right;
	font-size: 0;
	position: absolute;
	top: -100px;
}

#background {
min-height:900px;
background-image:url("background.jpg");
	background-repeat:no-repeat;
	}
	

ul.commonbar {
	list-style-type: none;
	margin: 0;
	padding-top:1px;
	padding-bottom:1px;
	border: none;
	text-align: center;
	background-image: url("masterhead1.jpg");
	background-repeat:repeat-x;

	/*background-color: #76819C;*/
}

li.horzmenu {
	white-space: nowrap;
	margin: 0;
	padding-left: 20px;
	padding-right:10px;
	text-align:center;
	border: none;
	float: left;
	font-size: 1.2em;
	width:auto;
	color: #FFD073;
	/*background-color: #76819C;*/
}

li.horzmenu a {
	color:#DDC699;
	text-decoration: none;
	width: auto;
	padding: 0;
	border: none;

	
}

li.horzmenu a:hover{
	color:#FFFFFF;
	text-decoration: none;
	width: auto;
	padding: 0;
	border: none;
} 

#breadcrumbs {
padding-top: 10px;
margin-bottom: 10px;
font-size:1em;
color:#FFF;
	}
	

#navigation {
font-weight:bolder;
	position: relative;
	float: left;
	width: 150px;
	margin-top:20px;
	margin-bottom: 5px;
	margin-left:10px;
	/*border-right: 1px dotted #736344;*/
	}
	
#content {
	float: left;
	width: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	min-height:940px;
}
#footer {
	text-align: center;
	clear: both;
	padding-left:0px;
	width: 735px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #fff;
	font-style:italic;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	/*border: 1px dotted #736344;*/
	/*background-color: #736344;*/
}
#navigation li {
	font-size:1.2em;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 2px;
	/*border-bottom: 1px dotted #fff;*/
	/*background-color: #AFC0E7;*/
}
#navigation li:hover {
font-size:1.2em;
	color: #FFF;
	text-decoration: none;
	display: block;
	/*font-style:italic;*/
	font-weight:bold;
	background-color: #6969FF;
	opacity:0.9;
	cursor: pointer;
	/*background-color:transparent;*/
}

/* Page Update Parameters */
 .clear{  
    clear: both;  
    height: 0;  
    visibility: hidden;  
    display: block;  
}  







/******* /MENU *******/
/******* LOADING *******/
#loading{
	text-align: center;
	visibility: hidden;
}





/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #FFF;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #FFF;
text-decoration:none;
}
a:hover {

	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


