body {
	font-family: 'Arial';
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 1%, #a2a2a3 100%) fixed; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#efefef), color-stop(100%,#a2a2a3)) fixed; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 1%,#a2a2a3 100%) fixed; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 1%,#a2a2a3 100%) fixed; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 1%,#a2a2a3 100%) fixed; /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 1%,#a2a2a3 100%) fixed; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#a2a2a3',GradientType=0 ); /* IE6-9 */
}

p {
	color: #323232;
	font-size: 14px;
}

.wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
	font-family: 'robotolight';
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
	color: #5193ab;
	padding: 0px;
	min-height: 75px;
	max-height: 75px;
}
.content {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

@font-face {
	font-family: 'robotolight';
	src: url('./fonts/Roboto-Light-webfont.eot');
	src: url('./fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/Roboto-Light-webfont.woff') format('woff'),
		 url('./fonts/Roboto-Light-webfont.ttf') format('truetype'),
		 url('./fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotoregular';
	src: url('./fonts/Roboto-Regular-webfont.eot');
	src: url('./fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/Roboto-Regular-webfont.woff') format('woff'),
		 url('./fonts/Roboto-Regular-webfont.ttf') format('truetype'),
		 url('./fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

nav.main_nav a {
	color: #5193ab;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

nav.main_nav ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 4px 0;
	list-style: none;
}
nav.main_nav ul li {
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 15px 20px 8px 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
nav.main_nav ul li:hover {
	/*background: #dad9da;*/
	color: #847850;
}
nav.main_nav ul li ul {
	padding: 0;
	position: absolute;
	top: 43px;
	left: 15px;
	width: 400px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
nav.main_nav ul li ul li {
	/*background: #dad9da;*/
	color: #5193ab;
	display: inline;
	padding: 5px 5px;
}
nav.main_nav ul li ul li:hover {
	/*background: #d0d0d0;*/
	color: #847850;
}
nav.main_nav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

table.posts_admin {
	border: solid 1px #000;
}
table.posts_admin thead {
	background: #8aafbd;
}

table.posts_admin tbody tr:hover {
	background: #8aafbd;
}

table.post_feed {
	width: 550px;
}
	table.post_feed tr {
		max-height: 110px;
	}
	td.content_col {
		vertical-align: top;
		width: 100%;
	}
		table.post_feed tr td.content_col p {
		}
		p.feed_post_date {
			text-align: left;
			margin: 0px;
			padding-bottom: 20px;
			/*padding: 8px 16px 0px 0px;*/
			color: #323232;
			font-family: 'robotoregular';
			font-size: 14px;
			font-style: italic;
		}

		a.feed_post_title {
			padding: 0px;
			margin: 0px;
			text-align: left;
			font-size: 24px;
			font-weight: bold;
			font-family: 'robotolight';
			text-decoration: none;
			color: #ab9351;
		}

		a.feed_post_title:hover {
			color: #847850;
		}

		div.feed_post_content {
			font-family: 'Arial', 'Helvetica';
			margin-top: 3px;
			margin-bottom: 5px;
			padding: 0px;
			min-height: 50px;
			max-height: 50px;
			overflow: hidden;
		}

		p.feed_post_readmore {
			text-align: center;
			width: 100%;
		}
			a.feed_post_readmore_link {
				font-family: 'robotoregular';
				font-size: 14px;
				color: #5193ab;
				text-decoration: none;
			}

p.post_feed_pages * {
	margin-left: auto;
	margin-right: auto;
	font-family: 'robotoregular';
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #5193ab;
}

p.view_post_title {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	font-family: 'robotolight';
	text-decoration: none;
	color: #ab9351;
}

p.view_post_date {
	font-family: 'robotoregular';
	margin-top: 5px;
	padding: 0;
	font-weight: bold;
}

p.view_post_content {
	margin-top: 35px;
}

p {
	margin: 0px;
}

.form_error {
	color:#FF0000;
	font-family: 'robotolight';
	font-size: 16px;
}
.form_label {
	color: #0f0f0f;
	font-family: 'robotlight';
	font-size: 16px;
}

.form_textbox {
	border: 1px solid #c4c4c4;
	height: 25px;
	width: 250px;
	font-size: 13px;
	padding: 4px 4px 4px 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 8px #d9d9d9;
	-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
 }

.form_textarea {
	border: 1px solid #c4c4c4;
	height: 300px;
	width: 375px;
	font-size: 13px;
	padding: 4px 4px 4px 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 8px #d9d9d9;
	-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

.form_button {
	background: #d2d2d2;
	background: -moz-linear-gradient(top,#eff0ef 0%,#d2d2d2 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eff0ef),color-stop(100%,#d2d2d2));
	background: -webkit-linear-gradient(top,#eff0ef 0%,#d2d2d2 100%);
	background: -o-linear-gradient(top,#eff0ef 0%,#d2d2d2 100%);
	background: -ms-linear-gradient(top,#eff0ef 0%,#d2d2d2 100%);
	background: linear-gradient(top,#eff0ef 0%,#d2d2d2 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#0f0f0f;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #d2d2d2;
}

.form_button:hover {
	cursor: pointer;
	color: #3a3a3a;
}

.contactus {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.contactus_social_media {
	text-align: center;
	vertical-align: top;
	width: 100px;
	float: right;
	margin-top: 17px;
	margin-right: 5px;
}

.copyright {
	width: 100%;
	text-align: center;
	color: #595959;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 30px;
}