body, html{
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1{
	margin:0;
	padding:0 0 5px 0;
	color:#465B6C;
	font-size:22pt;
}

h2{
	margin:0;
	padding:0 0 5px 0;
	color:#514336;
	font-size:18pt;
}

h3{
	margin:0;
	padding:0 0 5px 0;
	color:#465B6C;
	font-size:14pt;
}

input{
	outline:none;
}

div#layout_header{
	height:150px;
	background-color:#514336;
}
	div#layout_header div.left{
		height:150px;
		width:310px;
		background-color:#465b6c;
		float:left;
	}
	div#layout_header div.right{
		height:150px;
		width:635px;
		float:right;
		overflow:hidden;
	}

div#layout_nav{
	background-color:#514336;
	margin:3px 0 3px 0;
	text-align:center;
}
	div#layout_nav a{
		color:#FFF;
		padding:3px 10px 3px 10px;
		font-size:12pt;
		text-transform:uppercase;
		display:inline-block;
	}
	div#layout_nav ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		overflow: hidden;
		width:auto;
	}
	div#layout_nav li{
		display: inline;
		margin: 0;
		padding:0;
	}

div#alert{
	border:1px solid #C00;
	background-color:#EED5D2;
	margin:0 0 20px 0;
}
	div#alert h1,div#alert h2{
		font-family:Arial, Helvetica, sans-serif;
		padding:10px;
		margin:0;
		color:#C00;
	}
	div#alert h1{
		font-size:18pt;
		font-weight:bold;
	}
	div#alert h2{
		font-size:14pt;
		line-height:14pt;
	}

div#content_area{
	background-image:url(../img/center_background.jpg); 
	background-position:top center; 
	background-repeat:repeat-y; 
	padding-bottom:10px;
}
	div#layout_left div.block{
		margin:10px 0 5px 0;
		width:220px;
		float:left;
		clear:both;
		border-bottom:2px solid #e5e4e2;
	}
	div#layout_left div.last{
		border-bottom:none;
	}
		div#layout_left div.block img.icon{
			margin:0 0 0 10px;
			padding:0;
			float:left;
		}
		div#layout_left div.block div.column{
			margin:0 0 5px 5px;
			padding:0;
			float:left;
			width:187px;
		}
			div#layout_left div.block div.column h2{
				width:100px;
				margin:0;
				padding:0;
				font-size:14pt;
				line-height:16pt;
				color:#514336;
				text-align:left;
				text-transform:uppercase;
			}
				div#layout_left div.block div.column h2 a{
					color:#514336;
				}
			div#layout_left div.block div.column form{
				width:182px;
			}
				div#layout_left div.block div.column form label{
					color:#514336;
					font-size:11pt;
					font-weight:normal;
				}
				div#layout_left div.block div.column form input.button{
					font-size:8pt;
				}
				div#layout_left div.block div.column form input.query{
					width:182px;
				}
	
div#layout_center{
	background-color:#FFF;
	padding:10px 0 0 0;
	height:100%;
}
	div#layout_center div.functions{
		text-align:right;
		border-bottom:1px solid #7C8C99;
		margin-bottom:5px;
	}

	div#layout_right div.block{
		margin:10px 0 5px 0;
		width:220px;
		float:right;
		clear:both;
	}
		div#layout_right div.block h2{
			margin:0;
			padding:0;
			font-size:14pt;
			line-height:16pt;
			color:#FFF;
			border-bottom:2px solid #514336;
			text-align:left;
			width:220px;
			text-transform:uppercase;
		}
			div#layout_right div.block h2 img.icon{
				margin:0 10px 0 0;
				padding:0;
			}
		div#layout_right div.block p, div#layout_right div.block strong{
			margin:7px 0 7px 0;
			padding:0;
			font-size:11pt;
			line-height:11pt;
			color:#FFF;
			text-align:left;
			width:220px;
		}
		div#layout_right div.block ul{
			list-style:outside;
			list-style-type:square;
			color:#D4D0CD;
		}
		div#layout_right div.block a{
			color:#FFF;
		}
		div#layout_right div.block a:hover{
			color:#030303;
		}

div#staff_pics table{
	border-collapse:collapse;
}
div#staff_pics td{
	padding:0;
	margin:0;
}
div#staff_pics td.header{
	background-image:url(../img/staff_pics_background_top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#C4DF9A;
	text-align:center;
	height:46px;
}
div#staff_pics td.content{
	background-color:#C4DF9A;
}
div#staff_pics td.footer{
	background-image:url(../img/staff_pics_background_bottom.jpg); 
	background-position:bottom center; 
	height:16px; 
	background-repeat:no-repeat;
}

div#footer{
	background-image:url(../img/center_background.jpg); 
	background-position:top center; 
	background-repeat:repeat-y;
	text-align:center;
	text-transform:uppercase;
	padding:10px 0 10px 0;
	color:#514336;
}

.offsite_link{
	margin:0 0 15px 0;
	padding:0;
	display:block;
}
.offsite_link p{
	margin:0;
	padding:0;
	color:#333;
}
.offsite_link a.url{
	color:#999; 
	font-size:8pt;
}




	
/* ######### Drop Down ULs CSS ######### */
.dropdown, .dropdown ul{ /*topmost and sub ULs, respectively*/ 
position: absolute;
margin:0;
padding:0;
left: 0;
top: 0;
list-style:none;
background: #7C8C99;
border-bottom:1px solid #7C8C99;
visibility: hidden;
z-index: 100;
}
/* ######### Neutral CSS  ######### */
.dropdown li{
  	text-align:left;
    padding:0;
    margin:0;
}
.dropdown li a{
	font-size:11pt;
	color:#FFF;
	text-decoration:none;
	text-transform:capitalize;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	cursor:pointer;
	margin:0;
	padding:2px 10px 2px 10px;
    display:inline-block;
}
.dropdown a:hover{
	color:#FFF;
}
.downarrowpointer, .rightarrowpointer{
	display:none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


h1.whatsnew_header{
	margin:0;
	padding:0;
	color:#7C8C99;
	font-size:38px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}
p.whatsnewrow{
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
}
a.whatsnew_item{
	padding:0 0 0 10px;
}
a.whatsnew_item img{
	border:1px solid #4C4437;
}
a:active, a:focus{ outline:none; }

.photo_gallery{
  width:107px; 
  height:82px; 
  background-image:url(../img/thumb_bg.jpg); 
  background-position:bottom right; 
  background-repeat:no-repeat;
  overflow:hidden;
}
.photo_gallery a{
  padding:0;
  margin:0;
  float:left;
}
.photo_gallery a img{
  display:none;
  border:1px solid #333; 
  margin:0 0 5px 0; 
  padding:0;
  width:100px;
}
.error{
  color:#C00;
}
