/*
red bar - 680000
grey footer - 4D4D4D
red line - 990000
dark red line - 570000
*/
body {
	background: #680000;
	color: #444444;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
	font-family: "ff-meta-web-pro-condensed-1","ff-meta-web-pro-condensed-2",sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	margin-bottom: -6px;
}

h2 {
	font-size: 12px;
	color: #B3B3B3;
	border-bottom: #444444 1px dashed;
	padding-bottom: 10px;
}

a {
	color: #78150D;
}

a:hover {
	color: #FFFFFF;
	background: #78150D;
}

#home #content a {
	color: #b3b3b3;
}

#home #content a:hover {
	color: #FFFFFF;
}

#banner {
	background: url(../img/top_bg.jpg) center top no-repeat #ffffff;
	border-top: solid 9px #ffffff;
	width: 100%;
	height: 398px;
	z-index: -10;
}

#banner_wrap {
	width: 1100px;
	height: 398px;
	margin: auto;
	background: url(../img/thumb/banner_12.jpg) left top no-repeat;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: -407px auto 0;
	z-index: 10;
}

#header {
	height: 328px;
}

#logo {
	width: 246px;
	height: 139px;
	position: absolute;
}

#logo a:hover {
	background: none;
}

#menu {
	width: 724px;
	height: 37px;
	margin-top: 4px;
	float: right;
	background: url(../img/nav_top.png) bottom right no-repeat;
	z-index: 10;
}

#content, #default_content {
	min-height: 360px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 960px;
	float: left;
}

#default_content {
	background: url(../img/title_bg.png);
}

#content_wrapper {
	background: url(../img/content_bg.png) top left repeat-y;
	width: 960px;
	float: left;
	margin-top: 12px;
}

#main_content {
	width: 680px;
	padding: 20px 10px;
	float: left;
}

#sidebar {
	width: 240px;
	float: left;
	padding: 20px 10px;
}

#sidebar H1 {
	color: #78150D;
}

.page_title {
	font-size: 40px;
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	color: #78150D;
}

#block_01 {
	display: block;
	width: 305px;
	height: 370px;
	padding-right: 15px;
	float: left;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
}

#block_02 {
	display: block;
	width: 305px;
	height: 370px;
	padding-right: 15px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
}

#block_03 {
	display: block;
	width: 305px;
	height: 370px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
}

#block_01 img, #block_02 img, #block_03 img {
	border: 1px solid #9a0000;
}

#block_02 img:hover {
	cursor: pointer;
}

#block_01 p, #block_02 p, #block_03 p, #block_01 h2, #block_02 h2, #block_03 h2 {
	margin-right: 10px;
}

#footer {
	width: 100%;
	background: url(../img/bottom_bg.jpg) top center no-repeat #580000;
	border-top: solid 1px #990000;
	color: #4D4D4D;
	float: left;
}

#blog {
	width: 625px;
	padding-right: 15px;
	float: left;
	padding-left: 14px
}

#blog h1, #news h1 {
	font-size: 31px;
	letter-spacing: 1px;
}

#news {
	width: 300px;
	padding-right: 0px;
	float: left;
}

#footer_top {
	width: 960px;
	margin: auto;
	min-height: 450px;
	padding-top: 20px;
	overflow: auto;
}

#footer_bottom {
	width: 100%;
	background: #2D2D2D;
	border-top: solid 1px #570000;
	height: 100px;
	font-size: 14px;
	line-height: 100px;
}

#footer_wrap {
	width: 960px;
	margin: auto;
}

#copyright {
	width: 520px;
	float: left;
}

#

/* MENU */

#main_nav LI {
	float: left;
}

/* NAVIGATION */
ul#main_nav {
	position: relative;
	float: left;
	clear: left;
	height: 38px;
	list-style-type: none;
	padding:0;
	margin-left: 18px;
}

ul#main_nav li {
	float: left;
	position: relative;
	padding: 4px 0 0px 0;
}

ul#main_nav li.navigation_first {
	border: none;
}

ul#main_nav li a {
	display: block;
	line-height: 28px;
	padding: 0px 11px ;
	text-transform: uppercase;
	font-family: "ff-meta-web-pro-condensed-1","ff-meta-web-pro-condensed-2",sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	color: #78150D;
}

ul#main_nav li a:hover {
	color: #FFFFFF;
	background-color: #78150D;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

ul#main_nav li ul {
	display: none;
	position: absolute;
	z-index: 100;
}

ul#main_nav li li {
	left: 0;
	float: none;
	background: url(../img/drop_bg.png);	
	border: none;
	text-align: left;
	width: 200px;
	top: 5px;
}

ul#main_nav li li a {
	font-size: 13px;
	line-height: 34px;
	padding: 0 12px;
}

ul#main_nav li li a:hover {
	color: #FFFFFF;
	background-color: #78150D;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}


#sub_nav a {
	font-family: "ff-meta-web-pro-condensed-1","ff-meta-web-pro-condensed-2",sans-serif;
	font-size: 24px;
	padding: 5px;
	line-height: 34px;
}

#sub_nav ul {
	padding-left: 20px;
}

/* Fotter Menu */

#footer_nav li a {
	font-size: 11px;
	margin-left: 6px;
	padding-left: 6px;
	float: left;
	color: #4D4D4D;
	border-left: #4D4D4D 1px solid;
	line-height: 14px;
	margin-top: 45px;
}

#footer_nav li a:hover {
	color: #FFFFFF;
	background: none;
}

#footer_nav .navigation_first a {
	border-left: none;
}

/* BLOG  */
.blog_latest h1 {
	margin-bottom: 2px;
	color: white;
	width: 368px;
	float: left;
	line-height: 24px;
	margin-top: 0;
}

.blog_post_image {
	border: #78150D 1px solid;
	float: left;
	margin: 0 10px 10px 0;
	height: 84px;
	width: 84px;
	background: url(../img/palmer_news.png) center center no-repeat;
}

.blog_post {
	color: white;
	margin-top: 10px;
	float: left;
	width: 625px;
	border-bottom: 1px dashed #222;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.blog_post h1 a, .blog_post h1 a:hover {
	color: white;
	font-family: "ff-meta-web-pro-condensed-1","ff-meta-web-pro-condensed-2",sans-serif;
	text-transform: uppercase;
	font-size: 22px;
}

.blog_tags_title, .blog_sharing, .social_links {
	background: url(../img/form_bg.jpg);
	line-height: 18px;
	padding: 8px;
	font-size: 15px;
	color: #B3B3B3;
	float: left;
	text-transform: uppercase;
	margin: 8px 6px 0 0;
}

.social_links {
	width: 240px;
	float: left;
	margin-bottom: 20px;
}


.social_links_title {
	width: 156px;
	float: left;
}

.blog_sharing {
	width: 126px;
	margin-right: 0px;
	float: right;
}


.blog_tags {
	float: left;
	clear: left;
	width: 476px;
	height: 42px;
	overflow: hidden;
}

.blog_tags li {
	background: url(../img/form_grey_bg.png);
	line-height: 18px;
	padding: 8px;
	font-size: 15px;
	color: #FFFFFF;
	float: left;
	text-transform: uppercase;
	margin: 8px 6px 4px 0px;
}

.blog_tags li:hover {
	background: url(../img/form_bg.jpg);
}

.blog_tags li a {
	background: none;
	color: #A6A6A6;
}

.blog_tags li a:hover {
	background: none;
	color: #FFFFFF;
}


.read_more {
/*
	float: left;
	width: 100px;
*/
	margin-left: 5px;
}

.read_more a {
	color: #B3B3B3;
	font-weight: bolder;
}

.blog_date {
	float: right;
	width: 160px;
	text-align: right;
	line-height: 24px;
	font-size: 22px;
	height: 27px;
	margin-bottom: 2px;
	font-family: "ff-meta-web-pro-condensed-1","ff-meta-web-pro-condensed-2",sans-serif;
	text-transform: uppercase;
}

.blog_sharing_title {
	float: left;
	width: 62px;
}

.blog_sharing_facebook a, .blog_sharing_email a, .blog_sharing_twitter a, .twitter a, .facebook a, .vimeo a, .youtube a {
	height: 16px;
	width: 16px;
	text-indent: -3000px;
	float: right;
	margin-right: 5px;
}


.blog_sharing_facebook a {
	background: url(../img/palmer_barticons_roll_sprite.png) -32px 0;
}
 
.blog_sharing_email a {
	background: url(../img/palmer_barticons_roll_sprite.png) 0px 0;
}

.blog_sharing_twitter a {
	background: url(../img/palmer_barticons_roll_sprite.png) -16px 0px;
}

.twitter a {
	background: url(../img/palmer_barticons_roll_sprite.png) -16px 0px;
}

.facebook a{
	background: url(../img/palmer_barticons_roll_sprite.png) -32px 0px;
}

.vimeo a {
	background: url(../img/palmer_barticons_roll_sprite.png) -96px 0px;
}

.youtube a {
	background: url(../img/palmer_barticons_roll_sprite.png) -80px 0px;
}

.blog_sharing_facebook a:hover {
	background: url(../img/palmer_barticons_roll_sprite.png) -32px -16px;
}

.blog_sharing_email a:hover  {
	background: url(../img/palmer_barticons_roll_sprite.png) 0px -16px;
}

.blog_sharing_twitter a:hover {
	background: url(../img/palmer_barticons_roll_sprite.png) -16px -16px;
}

.twitter a:hover {
	background: url(../img/palmer_barticons_roll_sprite.png) -16px -16px;
}

.facebook a:hover {
	background: url(../img/palmer_barticons_roll_sprite.png) -32px -16px;
}

.vimeo a:hover {
	background: url(../img/palmer_barticons_roll_sprite.png) -96px -16px;
}

.youtube a:hover {
	background: url(../img/palmer_barticons_roll_sprite.png) -80px -16px;
}




/* FORM */

#news input {
	background: url(../img/form_bg.jpg);
	border: none;
	line-height: 18px;
	padding: 8px;
	font-size: 15px;
	color: #78150D;
	float: left;
	text-transform: uppercase;
	margin: 8px 0;
}

#news input[id="FormValue_CustomField194"], #news input[id="FormValue_CustomField195"] {
	width: 120px;
	float: left;
	margin-right: 14px;
}

#news input[id="FormValue_EmailAddress"] {
	width: 270px;
}

#news input[id="FormValue_CustomField197"] {
	width: 160px;
	margin-right: 15px;
	margin-bottom: 40px;
}


#news input[type="submit"] {
	width: 94px;
	margin-right: 13px;
	float: left;
	color: #FFFFFF;
	background: #78150D;
	margin-bottom: 40px;
}

#news input[type="submit"]:hover {
	width: 100px;
	margin-right: 4px;
	color: #FFFFFF;
	background: url(../img/form_bg.jpg);
}

#cboxTitle {
	color: #78150D;
	font-family: "ff-meta-web-pro-condensed-1","ff-meta-web-pro-condensed-2",sans-serif;
	text-align: left;
	font-size: 20px;
	bottom: 15px;
}

#video a:hover {
	background: none;
}

.gallery {
	width: 100%;
	float: left;
}

#template_link_30, #template_link_31 {
	margin-top: 15px;
	width: 100%;
	float: left;
}

#template_link_30 h1, #template_link_31 h1{
	border-bottom: 1px dashed #444444;
	padding-bottom: 10px;
}

#tweets {
	width: 100%;
	float: left;
	color: #ffffff;
	margin-bottom: 20px;
}

#tweets li {
	background: url(../img/form_bg.jpg);
	padding: 8px;
	color: #B3B3B3;
	margin-bottom: 5px;
	font-size: 12px;
}

#tweets a {
	color: #B3B3B3;
}