html, body {
	font-family: Tahoma, Geneva, sans-serif;
	color:#000;
	font-size:12px;
	width: 100%;
	height: 100%;
}
* {
	margin:0;
	padding:0;
	border: none;
	outline: 0;
}
.entry-content ul{
list-style:disc;margin-left:15px;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #F5EFE5;
    font-style: italic;
    margin-bottom: 15px;
    padding: 15px;
}
table tr{}
table td {
    background-color: #F8F8F8;
    padding: 8px;
}
table th {
    background-color: #E8E8E8;
    padding: 8px;
}
object{margin-bottom:12px;}
.alignleft {
	border:1px solid #7B0008;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
	float: left;
}
.widget{margin-top:10px;}
.alignright {
	border:1px solid #7B0008;
	padding:5px;
	margin-left:10px;
	margin-top:10px;
	float: right;
}
#acomm td{padding-right:8px;padding-left:8px;}
ul {
	list-style: none;
}


:focus {
	outline: 0;
}
a:link, a:visited, a:active {
	color:#993333;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
h1, h2, h3 #nav, .menu_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#logo, .submitBtn {
	overflow:hidden;
	text-indent:-9999em;
	margin:0;
}
#logo a, .submitBtn a {
	display:block;
	height:100%;
}
#logo {
	float:left;
	background:url(images/logo.png) no-repeat;
	width:380px;
	height:110px;
	margin:14px 0 29px 16px;
	display:inline;
}
h1 {
	font-size:20px;
	color:#993333;
}
h1 span {
	display:block;
	font-size:16px;
}
h3 {
	font-size:18px;
	color:#993333;
	padding:10px 0 10px;
}
#wrapper {
	margin:0 auto;
	width:1000px;
}
#header {
	background: #a12831 url(images/nav_bg.png) bottom no-repeat;
	width:100%;
	height:180px;
}
.headerImg {
	width:100%;
	height:140px;
	background: url(images/header_bg.jpg) top right no-repeat;
}
/*----------Navigation--------*/
#nav {
	float:right;
	font-size:14px;
	margin-top:-14px;
}
#nav ul {
	height:40px;
	overflow:hidden;
}
#nav li {
	float:left;
	display:inline;
	background:url(images/line.gif) left no-repeat;
	background-position:0 14px;
	margin-left:-2px;
}
#nav a {
	display:block;
	color:#000;
	float:left;
	text-decoration: none;
	padding:12px 8px 0 9px;
}
#nav a:hover {
	text-decoration: underline;
}
#speedbar {
	clear:both;
	display:block;
	padding:10px;
	font-weight:bold;
	color:#666;
}
/*--------Content------*/
#content {
	float:left;
	width:100%;
}
.colCenterBlock {
	float:left;
	width:100%;
}
/*--------Columns------*/	
#menu{
display:block;
}
#menu li{
margin-bottom:15px;
}
#menu li a{
background:url("images/menu_title.png") no-repeat scroll 0 0 transparent;
color:#fff;
display:block;
font-size:18px;
height:50px;
width:230px;
line-height:35px;
text-align:center;
text-decoration:none;
}
#menu li ul{
background:none repeat scroll 0 0 #FFFAF1;
border:1px solid #FFCA8B;
border-top:none;
margin-bottom:10px;
width:193px;
padding:0 10px 10px;
}
#menu li ul li{
line-height:30px;
background:url("images/arrow.png") no-repeat scroll 4px 15px transparent;
border-bottom:1px solid #FFCA8B;
margin:0;
}
#menu li ul li:last-child {border-bottom:0px solid #FFCA8B;}

#menu li ul li a{
background:none;
color:#993333;
display:block;
padding:5px 10px 5px 25px;
font-size:14px;
height:auto;
width:auto;
line-height:30px;
text-align:left;
text-decoration:none;
}
#col1 {
	float:left;
	width:230px;
	margin-left:-100%;
}
#col2 {
	float: left;
	width:210px;
	margin-left:-210px;
}
.menu_title, .menu_title_s {
	clear:both;
	height:50px;
	font-size:18px;
	color:#FFF;
	line-height:35px;
	text-align:center;
}
.menu_title {
	width:230px;
	background:url(images/menu_title.png) no-repeat;
}
.menu_title_s {
	width:210px;
	background:url(images/menu_title_s.png) no-repeat;
}
.menuList {
	background:url(images/menu_bottom.gif) bottom no-repeat;
	width:230px;
}
.menuList_s {
	background:url(images/menu_bottom_s.gif) bottom no-repeat;
	width:210px;
}
.menuList, .menuList_s {
	padding-bottom:7px;
	margin-bottom:10px;
}
.menuList ul, .menuList_s ul {
	clear:both;
	font-size:14px;
	padding:0 10px;
}
.menuList ul {
	background:#fffaf1 url(images/menu_bg.gif) repeat-y;
	width:210px;
}
.menuList_s ul {
	background:#fffaf1 url(images/menu_bg_s.gif) repeat-y;
	width:190px;
}
.menuList li, .menuList_s li {
	line-height:30px;
	background:url(images/arrow.png) no-repeat 4px 15px;
	border-bottom:1px solid #ffca8b;
}
.menuList li.noBorder, .menuList_s li.noBorder {
	border:none;
}
.menuList a:link, .menuList a:visited, .menuList a:active, .menuList_s a:link, .menuList_s a:visited, .menuList_s a:active {
	display:block;
	text-decoration: none;
	padding:5px 10px 5px 25px;
}
.menuList a:link, .menuList a:visited, .menuList a:active {
	width:175px;
}
.menuList_s a:link, .menuList_s a:visited, .menuList_s a:active {
	width:155px;
}
.menuList a:hover {
	color:#000;
}
.colored_block {
	background:#ffcd46 url(images/colorBlock_top.gif) no-repeat top;
	width:210px;
	margin-bottom:10px;
}
.colored_block p {
	padding: 10px 15px;
	font-size:14px;
}
.colored_block h3{text-align:center;}
.colored_block ul {
	background:#ffcd46 url(images/colorBlock_bottom.gif) no-repeat bottom;
	padding: 0 15px 5px;
}
.colored_block ul li.photo, .colored_block ul li.video {
	padding:4px 0 0 32px;
	height:30px;
}
.colored_block ul li.photo {
	background:url(images/photo.png) no-repeat;
}
.colored_block ul li.video {
	background:url(images/video.png) no-repeat;
}
form.registration {
	background:#fffaf1 url(images/menu_bg_s.gif) repeat-y;
	width:180px;
	height:130px;
	font-size:14px;
	padding:0 15px;
	color:#993333;
}
.registration label {
	width:180px;
	padding:4px 0;
	display:block;
}
.registration input.f_input {
	display:block;
	width:178px;
	height:20px;
	color: #999;
	border:#d6cdcd 1px solid;
}
.registration .submitBtn {
	display:block;
	float:right;
	background:url(images/loginBtn.png) no-repeat;
	width:68px;
	height:22px;
	margin:10px 0;
	cursor:pointer;
}
/*---------Main--------*/		
#main {
	margin:0 235px 0 232px;
}
.banner {
	text-align:center;
	margin-bottom:10px;
}
#main p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5C5D57;

	line-height: 21px;
	text-align:justify;
	padding: 6px 0 12px 0;
}
#text p {
color:#000000;
font-family:tahoma;
line-height:15px;
padding:0;
text-align:left;
}
/*---------Footer-------*/

#footer {
	clear:both;
	margin:0 auto;
	width:1000px;
	font-size:10px;
	color:#000;
}
.footerLinks {
	margin-left:255px;
	text-align:center;
	padding:15px 10px 10px;
}
.copyright {
	text-align:right;
	border-top:1px solid #ffca8b;
	width:725px;
	margin-left:255px;
	padding:10px;
	line-height:15px;
}
.copyright span {
	display:block;
}
.entry-content .widget {
width: 523px;
margin: 20px;
margin-top:5px;
margin-left:-1px;
padding: 10px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
}

.entry-content	.widget a {
	color: #222;
	text-decoration: none;
	}
	
.entry-content	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

.wpcf7 p{display:block !important;}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active  {
		background: #dedbd1;
		color: #222!important;
		text-decoration: none !important;
		}
	.tabnav li.ui-tabs-selected a{
	background:#fff;
color:#A12831;
	border:#DEDBD1 solid 1px;
	border-bottom:none;
}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
.entry-content{margin-top:15px;}

/* Tabs */
#tabs a{color:#fff;text-decoration:none}
#tabs a:hover{text-decoration:none;}
#tabs {background:none;width:534px;position:relative;height:30px;left:-2px;border-bottom:1px solid #A12831;height:auto;}
#tabs ul {list-style:none;padding-top:2px;}
#tabs ul li {display:inline; font-weight:bold;}
#tabs ul .current_page_item {background:#FFF; color:#fff; padding:8px;-moz-box-shadow:1px -1px 1px rgba(0, 0, 0, 0.2); border-width:1px 1px 0;border-color:#A12831;border-style:solid solid none;}
#tabs ul .current_page_item:hover {background:#FFF; color:#fff; padding:8px; }
#tabs ul .current_page_item a{color:#A12831;}
#tabs ul li a{display:inline-block;}
#tabs ul li {
-moz-border-radius:5px 5px 0 0;
background:url("images/tabbg.png") repeat scroll 0 37px transparent;
color:#FFFFFF;
display:inline-block;
padding:8px;
position:relative;
top:3px;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
}
.button {
-moz-border-radius:5px 5px 5px 5px;
background-color:#A12831;
color:white !important;
padding:8px;
text-decoration:none !important;
margin-top:5px;
}
.button:hover{
background-color:#FFC425;
}
ol {
color:#5C5D57;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:13px;
line-height:21px;
padding:6px 0 12px;
}
ol li {
margin-left:21px;
}


.post ul{
color:#5C5D57;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:13px;
line-height:21px;
padding:6px 0 12px;
}
.post ul li{
margin-left:21px;
}


.post-edit-link{clear:both;}
#tabs ul li:hover {background:url("images/tabbg-over.png") repeat scroll 0 37px transparent; padding:8px; color:#fff;  -webkit-border-radius:5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px;}

