body {
	margin: 0;
	background: #0d1f47;
	color: #000;
	font: 14px "Times New Roman", Garamond, Times, serif;
}
/*for all links*/
a {
	color: #0f38a2;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}
/*all wrapper*/
.wrapper {
	width: 979px;
	margin: 35px auto 0 auto;
	background: url('../images/all-bg.gif') repeat-y;
}
/*block with top frame*/
.all-top {
	background: url('../images/all-top.gif') no-repeat;
}
/*block with bottom frame*/
.all-outer {
	background: url('../images/all-btm.gif') no-repeat 0 100%;
	width: 935px;
	padding: 22px 22px 23px 22px;
}
/*main container*/
.all {
	width: 935px;
	overflow: hidden;
}
/*sidebar*/
.sidebar {
	width: 228px;
	float: left;
	display: inline;
	background: url('../images/sidebar-bg.gif') repeat-x;
	min-height: 586px;
	margin: 0 1px 0 0;
}
* html .sidebar {
	height: 586px;
}
/*logo*/
.logo {
	width: 222px;
	background: url('../images/logo.png') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 30px 0 0 5px;
	cursor: pointer;
}
.logo a {
	display: block; 
	width: 222px;
	height: 148px;
}
/*main navigation*/
.sidebar ul {
	width: 183px;
	margin: 11px 7px 0 6px;
	padding: 0 15px 16px 15px;
	float: left;
	display: inline;
	list-style: none;
	text-align: right;
	border: 1px solid #6d86e4;
}
.sidebar li {
	padding: 16px 0 0 0;
	font: bold 11px/14px Arial, Verdana, Tahoma, sans-serif;
}
.sidebar li a {
	color: #fff;
	text-transform: uppercase;
}
.sidebar li a:hover {
	color: #fff;
}
/*content*/
#content {
	width: 705px;
	float: left;
	margin: 0 0 0 1px;
	padding: 0 0 8px 0;
	display: inline;
}
/*ocntent image*/
#content img {
	display: block;
}
/*content text*/
/*main block*/
.row1 {
	margin: 1px;
	text-align: center;
}
.row1 h2 {
	margin: 0;
	padding: 7px 0 4px 0; 
	font: 30px "Times New Roman", Garamond, Times, serif;;
	color: #002a8b;
	letter-spacing: 1px;
}
.row1-head {
	border-top: 5px solid #002a8b; 
	border-bottom: 1px solid #d1d9ea;
}
.row1 .text {
	margin: 9px 0 0 0;
	padding: 10px 30px;
}
.row1 p {
	margin: 0 0 15px 0;
	line-height: 24px;
}
.row1 p a {
	font-weight: bold;
}
.row1 p strong {
	font-weight: bold;
}
/*news block*/
.row2 {
	margin: 0 8px;
	text-align: left;
}
.row2-head {
	background: url('../images/row2-head-bg.gif') no-repeat;
	height: 24px;
	padding: 2px 0 0 15px;
}
.row2-head h3 {
	margin: 0;
	color: #fff;
	font-size: 19px;
}
.row2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.row2 li {
	background: #cfd8ec;
	border-top: 1px solid #fff;
	padding: 5px 0 5px 15px;
}
.row2 li p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}
.row2 li p a {
	font-size: 12px;
	color: #0049ac;
	text-transform: uppercase;
	font-weight: bold;
}
.row2 li p a:hover {
	color: #00f;
}

/*
STYLES BELOW WERE ADDED BY DSTAPLETON - 10/12/2008
******************************************************/
/* Default list styling */
ul {
	margin: 10px 0 20px 1em;
	padding: 0;
}
/* Large listing */
ul.details {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.details li {
	padding: 15px 0;
	border-bottom: 1px solid #DDD;
}

/* Main content area */
.copy {
	padding: 10px 20px;
	line-height: 24px;
}
.copy h1 {
	margin: 20px 0 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
}
.copy h3 {
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
}
.copy blockquote {
	font-style: italic;
}
.copy p.small, .copy span.small {
	font-size: 14px;
	line-height: 20px;
	color: #888;
}
.copy hr {
	background: none;
	border: none;
	border-bottom: 1px solid #DDD;
}

/* Floated right bar */
.rightbar {
	float: right;
	width: 205px;
	margin: 10px 0 20px 20px;
	padding: 15px 15px 5px;
	border: 1px solid #DDD;
	background: #F5F5F5;
	font-size: 14px;
	line-height: 20px;
}
.rightbar h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	color: #666;
}
.rightbar ul li {
	margin: 3px 0 !important;
}

/* Alt for rightbar */
.map {
	width: 300px;
}


.thumb {
	padding:6px 6px 6px 0px;
	}

.thumb_div {
	height:130px;
	}
	

.address {
	border-top: 1px solid #DDD;
	margin:0px;
	color:#333333;
	}