/* @override http://lotharwindels.com/css/site.css */

.header {
	height: 75px;
}

img.logo {
	margin-top: 24px;
}

.section {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	padding-top: 10px;
}

.section p {
	font: 14px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
}

.main {
	color: #333;
	margin-right: 0px;
}

.sub {
	color: #999;
	margin-left: 0px;
}
.text {
	color: #666;
}

.text p {
	margin-left: 10px;
	margin-right: 10px;
}

.section .sub a {
	color: #999;
	text-decoration: none;
}

.section .sub a:hover {
	color: #b00;
	text-decoration: none;
}

.section .subsub {
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}

.section .subsub p {
	font-weight: bold;
}

.section .subsub a {
	color: #999;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.section .subsub a:hover {
	color: #b00;
	text-decoration: none;
}

.content img {
	margin-bottom: 20px;
}

.content p {
	font: 14px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}

.content .table {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	padding-top: 10px;
}

.content .table p {
	margin-left: 10px;
}

.content .text {
	border-top: 1px solid #ccc;
	padding-top: 7px;
}

.content .text p {
	margin-bottom: 20px;
	line-height: 20px;
}

.content .text .final {
	margin-bottom: 0px;
}

.content .pop {
	font-weight: bold;
	color: #000;
}

.footer .copyright {
	border-top: 1px solid #ccc;
	color: #ccc;
	font: 11px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 20px;
	padding-top: 20px;
	text-align: right;
}

.footer .copyright p {
	font-size: 13px;
	margin-right: 10px;
}

.footer .table {
	margin-top: 7px;
}

#myGallery
{
	border: none;
	height: 480px;
	width: 640px;
}
/*Grid Overides to Accommodate Larger Text Size*/
div.grid_9.omega.sub {
	width: 535px;
}
div.grid_9.omega.sub p {
	margin-left: 0px;
	margin-right: 0px;
}

div.grid_3.omega.sub {
	width: 180px;	
}

