/* CSS Document */

html
{

	height: 95%;
	margin: 0px;
	padding:0px;
background-color:white;
	
}

body {
	height: 100%;
	background-color: #43439f;
	background-image: url(images/gradientbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 10px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
	
p { line-height: 1.4;}

a {color: #4b4bac; text-decoration: none;}
a:hover {color: #dc5012; text-decoration: underline;}
	
h1, h2, h3, h4, h5 { color: #dc5012;}
h1 {font-size: 24px; border-bottom: 1px solid #c8d0d7; font-weight: normal;}
h2 {font-size: 14px; margin-top: 15px;}
h3 {font-size: 16px; margin-top: 15px; color: #486279; text-align: center; margin-bottom: 0px;}

hr {
	color: #81A23B;
	background-color:  #D5D7DC;
	height: 1px;
	border: 0;
	margin: 15px 0px;
}

#container {
	width: 770px;
	background-color: #fff;
	margin: 10px auto auto auto;

	}
	
#header {}

#nav {
	height: 27px;
	background: url(images/nav.jpg);
	padding-top: 35px;
border-right: 1px solid #9494c8;
font-size: .9em;
	}
	
#nav ul {
	list-style-type: none;
	margin: 0;
padding: 0;
padding-left: 7px;
text-align: center;
	}

#nav li {
	display: inline;
	}
	
	
#nav li a {
	color: #fff;
	text-decoration: none;
	margin: 14px;
padding-left: 11px;
	font-size: 1.1em;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;

}

#nav li a:hover {
	color: #f46212;
background: url(images/redarrow.html) left no-repeat;

}


	
#content {
width: 738px;
	padding: 15px;
line-height: 1.5;
border-left: 1px solid #9494c8;
border-right: 1px solid #9494c8;
}

#photobar {
background-color: #fff;
padding: 70px 0px 8px 0px;
border-left: 1px solid #9494c8;
border-right: 1px solid #9494c8;
}

#footer {
margin-left: auto;
margin-right: auto;
	height: 26px;
	width: 770px;
	background: url(images/footer.gif);
	background-position:center;
	background-repeat:no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	}

#footer a {
	color: #d8d8f4;
	}

#footer a:hover {
color: #dc5012;
}

#dropmenudiv{
position:absolute;
border:1px solid #C8D0D7;
border-bottom-width: 0;
line-height:18px;
z-index:100;
top: 10px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #C8D0D7;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-size: .85em;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E0E8EF;
}
