body {
	margin: 0;
	background-color: #F3F3F2;
	font-family: Arial;
	font-size: 10pt;
}

div#container {
}

div.centered {
	margin: 0 auto;
	width: 990px;
}

.colorblock {
	width: 90%;
	height: 2px;
}

#xf_imageContainer {
	position:relative;
	width:990px;
	height:304px;
}

span.req {
	color: red;
}

table.photogalleryTable {
	width: 100%;
}

table.photogalleryTable td {
	text-align: center;
}

input {
	border: solid black 1px;
}

hr {
	border-top:1px solid #000;
	border-bottom: 1px solid white;
	background-color:#000;
	height:1px;
	width: 50%;
}

/*
 *	HEADER 
 */
div#header {
	background-color: white;
	height: 85px;
	border-bottom: solid #F1F1F1 1px;
}

table#header-nav {
	width: 560px;
	height: 80px;
	text-align: center;
}

table#header-nav td {
	font-size:  11pt;
	text-transform: uppercase;
}

table#header-nav td a {
	color: #54A2D4;
	text-decoration: none;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

table#header-nav td a:hover {
	color: #052F6B;
}

div#photo {
	background-color: white;
	padding-top: 10px;
}

/*
 *	CONTENT NAV 
 */
table#content-nav {
	width: 100%;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-top: solid #F1F1F1 1px;
	border-bottom: solid #F1F1F1 1px;
}

table#content-nav td {
	width: 14%;
}

table#content-nav td a {
	color: #54A2D4;
	text-decoration: none;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

table#content-nav td a:hover {
	color: #052F6B;
}

div.drop-menu {
	background-color: #F1F1F1; 
	margin-top: 7px;
	width: 137px;
	position: absolute;
	visibility: hidden;
	padding: 5px;
}

div.drop-menu a {
	font-size: 5pt;
}

/*
 *	CONTENT AREA
 */
div#content {
	background-color: white;
	text-align: justify;
	padding-bottom: 3em;
}

div#content h1 {
	margin-top: 0px;
	padding-top: 0px;
	color: #77BBEA;
	font-family: Times New Roman;
	font-weight: thin;
}

div#content h2 {
	color: #77BBEA;
	font-family: Times New Roman;
	font-weight: thin;
}

div#content h3 {
	color: #77BBEA;
	font-family: Times New Roman;
	font-weight: thin;
}

div#content h4 {
	color: #77BBEA;
	font-family: Times New Roman;
	font-weight: thin;
}

div#content a {
	text-decoration: none;
	color: #54A2D4;
}

div#content a:hover {
	color: #052F6B;
}

/*
 *	FOOTER
 */
div#footer {
	padding-top: 0.5em;
	height: 150px;
	background-color: #F3F3F2;
	color: #858585:
	font-family: Arial;
}

table#footer-menu {
	width: 100%;
}

table#footer-menu th {
	text-align: left;
}

table#footer-menu th a {
	color: #606060;
	text-decoration: none;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

table#footer-menu th a:hover {
	color: #AAAAAA;
}

table#footer-menu td a {
	color: #606060;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
}

table#footer-menu td a:hover {
	color: #AAAAAA;
}

div#copyright {
	color: silver;
	font-size: 75%;
	text-align: center;
	padding-top: 2em;
}

div#copyright a {
	color: silver;
	text-decoration: none;
}

div#copyright a:visited {
	color: silver;
	text-decoration: none;
}

div#copyright a:hover {
	color: silver;
	text-decoration: underline;
}



/*
 * Contact page
 */
 
table#webform_contact input {
	width: 100%;	
	border: solid silver 0px;
}

table#webform_contact textarea {
	width: 100%;
	height: 150px;
	border: solid silver 0px;
}
 
/*
 * Subscribe
 */
div.subscribe-form input {
	height:20px;
	width: 25%;
}

div.subscribe-form input {
	border: none;
}

div.subscribe-form div.item {
	padding: 5px;
}

/*
 *	Blog
 */
div.blog-container div.page-nav {
	text-align: center;
	font-style: italic;
	font-size: 80%;	
}

div.blog-post div.post-details {
	font-size: 80%;
	font-style: italic;
}

div.blog-post div.post-body {
	padding: 15px;
}

div.blog-post div.links {
	padding-top: 0.5em;
}


