@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

body {
	font-size:12px;
	font-family:Century Gothic, Arial, sans-serif;
	color:#333333;
	background-color:#000;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

h1, h2, h3, h4 {
	margin-bottom:2px;
	padding-top:5px;
}

p {
	padding-bottom:13px;
	padding-top:2px;
	text-align:justify;
}

ul, ol {
	margin-left:10px;
	padding-bottom:10px;
}

li {
	margin-left:10px;
}

#header {
	/*background-image:url(../images/banner-bg.jpg);*/
	background-repeat:no-repeat;
	height:300px;
	width:1020px;
	margin:0px auto;
	border-top:4px solid #fff;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
}

#contact-menu {
	margin:8px 20px;
	color:#fff;
}
#contact-menu a {
	color:#fff;
	font-weight:bold;
	margin-right:10px;
}
#contact-menu img {
	border:none;
	float:left;
	padding-right:5px;
}

.contact-menu-item {
	display:inline-block;
}

#subtitle {
	font-size:16px;
}

#title {
	padding-top:90px;
	padding-left:40px;
}

#title img {
	border:none;
}

#content-top {
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	background-image:url(../images/content-top-bg.jpg);
	background-repeat:no-repeat;
	height:23px;
	width:1020px;
	margin:auto auto;
}

#content {
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-y;
	width:1020px;
	margin:auto auto;
	background-color:#a29874;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
}

#content-bottom {
	background-image:url(../images/content-bottom-bg.png);
	background-repeat:no-repeat;
	height:35px;
	width:1028px;
	margin:auto auto;
}

#content-text {
	padding:0px 50px;
}

#content-text p{
	line-height:1.5;
}

#mini-menu {
	float:right;
}

#mini-menu a {
	font-size:11px;
	color:#ac0629;
}

#footer {
	clear:both;
	width:1000px;
	margin: 15px auto;
	text-align:center;
	color:#fff;
}

#logo {
	margin-top:-10px;
	float:left;
}

#menu-bar {
	clear:both;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#fff;
}

#menu-bar ul {
	margin:0px;
	padding:0px;
	height:35px;
}

#banner-image {
	float:left;
	border-bottom:10px solid #fff;
	margin-top:-21px;
}

#nav {
	width:1000px;
	margin:0px auto;
	padding-left:20px;
	background-color:#a29874;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
}

#nav ul {
	padding-top:0px;
	margin:0px;
}

#nav li {
	background-image:url(../images/btn-left2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:35px;
	margin:0px 2px 0px 0px;
	display:inline-block;
	list-style:none;
/* fix for IE 6 and 7 */
zoom:1;
*display: inline;
_height: 30px;
}

#nav li.active a{
	
}

#nav a {
	background-image:url(../images/btn-right2.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	color:#fff;
	text-decoration:none;
	margin-left:20px;
	padding-right:20px;
	padding-top:12px;
	height:35px;
	display:inline-block;
	font-size:12px;
	/* font-weight:bold; */
	font-family:Century Gothic, Arial, sans-serif;
	text-transform:lowercase;
}

#nav li a:hover {
	text-decoration:underline;
}

/*BLOG PAGINATION*/

#news-navigate {
	border-top:1px solid #999999;
	margin-top:25px;
	padding-top:10px;
	text-align:center;
}

#news-navigate a{
	padding-right:10px;
}

.ditto_currentpage {
	padding-right:10px;
}

.ditto_page {

}

.ditto_next_link {

}

.ditto_previous_link {

}




/*FORMS*/

#EmailForm fieldset {
	border:none;
}

#EmailForm label {
	width:180px;
	display:inline-block;
	vertical-align:top;
}

#EmailForm textarea {
	font-family:Century Gothic, Arial, sans-serif;
	font-size:12px;
	width:500px;
	height:100px;
}

#EmailForm input[type=text] {
	font-family:Century Gothic, Arial, sans-serif;
	font-size:12px;
	width:300px;
}

#EmailForm input[type=submit] {
	font-family:Century Gothic, Arial, sans-serif;
	font-size:12px;
	padding:3px;
	cursor:pointer;
}

#EmailForm select {
	font-family:Century Gothic, Arial, sans-serif;
	font-size:12px;
	width:300px;
}

.emailFormRow {
	margin-top:10px;
	display:block;
}


/*COMMENTS STYLES */

.jot-form textarea
{
	width:100%;
	height:50px;
	font-family:Century Gothic, Arial, sans-serif;
	font-size:12px;
}

.jot-posticon
{
	display:none;
}

.jot-content hr
{
	background-image:none;
}
