/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
	background: #600 url(../images/bg-body.jpg) no-repeat 50% 0;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
a {text-decoration: underline; color:#fff; font: 100% Arial, Helvetica, sans-serif;}
a:hover {text-decoration: none;}
img {
	border: none;
	/* display: block; */
}
.wrapper:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 0;
	font-size: 0;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 900px;
	padding-top: 27px;
}
/*HEADER*/
#header {
	height: 200px;
	background: url(../images/bg-header.jpg) no-repeat;
	position: relative;
	margin-bottom: 28px;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 6px;
	left: 12px;
}
.logo a {
	background: url(../images/logo.png) no-repeat;
	width: 321px;
	height: 182px;
}
/*CONTAINER*/
#container {
	width: 100%;
	overflow: hidden;
}
#container p {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	margin: 0 0 15px;
}
/*content*/
.content {
	float: left;
	width: 585px;
}
.content-box {
	border: 5px solid #000;
	background: #0e0000 url(../images/bg-content-box-1.jpg) no-repeat;
	margin-bottom: 19px;
	overflow: hidden;
	height: 1%;
}
.content .content-box {padding: 10px 10px 10px 13px;}
.content h2 {margin: 0 0 20px;}
.content-box h2, .content-box h2 a {
	text-decoration: none;
	color: #FF6F15;
	font: italic normal 24px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}
small {
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.content-box h3 {
	color: #FF6F15;
	font: italic normal 18px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 30px;
	padding: 0;
}
.content-box p img {
	float: left;
	margin: 0 28px 0 0;
} 

/*sidebar*/
.sidebar {
	float: right;
	width: 290px;
}

/* IE png image fix */
li, .logo a {
	behavior: url(/iepngfix.htc);
}

/*list*/
.content-box ul {
	margin: 0 0 10px 0;
	list-style: none;
	
}
.content-box ul li {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	padding-left: 25px;
	background: url(../images/img-pink-bullet.png) no-repeat;
}

.content-box p {
	padding: 5px 40px 0px 30px;
}


.content-box ul {
	padding: 5px 0px 0px 30px;
	width:450px;
}
.sidebar .content-box {
	background: #0e0000 url(../images/bg-content-box-2.jpg) no-repeat;
	overflow: hidden;
}

.sidebar .content-box ul{
	padding: 5px 0px 0px 30px;
	width:230px;
}

.special-box {
	background: #350000;
	border: 5px solid #000;
	overflow: hidden;
	padding: 10px 0;
	display: block;
	width: 281px;
	text-decoration: none;
	margin-bottom: 10px;
}
.special-box div {
	color: #fff;
	text-align: center;
	padding: 1px 2px;
	font: normal 20px Helvetica,sans-serif;
}
.special-box blockquote {
	background: url(../images/quote_left.gif) no-repeat top left;
	text-indent: 23px;
	padding: 0;
	margin: 10px 20px 2px 20px;
}
.special-box blockquote span {
	display: block;
	background: url(../images/quote_right.gif) no-repeat bottom right;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
.blog-categories {
	background: #350000;
	border: 5px solid #000;
	display: block;
	padding: 0;
	width:290px;
}
.blog-categories h2 {
	background: #900;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0 10px 0 0;
	padding: 4px 0px 4px 20px;
}
.blog-categories ul {
	list-style:none;
	margin: 0px 0 0 20px;
	padding: 5px 0px 5px 0px;
}
.blog-categories li {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	padding-left: 25px;
	background: url(../images/img-pink-bullet.png) no-repeat;
	width:250px;
	display:block;
	text-transform:capitalize;
}


.quote-caption {
	font-weight: normal;
}
.quote-caption strong, .quote-caption span {
	display: block;
	text-align: right;
	font-size: 12px;
	padding-right: 8px;
}
.quote-caption span {
	font-weight: normal;
}
.video-link {
	background: #690000;
	padding: 7px 15px;
	color: #fff;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 30px;
	font-weight: bold;
	font-size: 12px;
}

/*main-nav*/
ul.main-nav {
	padding: 36px 15px 40px;
	margin: 0;
	list-style: none;
	position: relative;
}
.main-nav li.page_item {
	font-size: 18px;
	color: #fff;
	padding: 0 0 11px 17px;
	background: url(../images/img-pink-bullet.png) no-repeat;
}
.page_item a {
	color: #fff;
	text-decoration: none;
}
.main-nav a:hover, .current_page_item a {font-weight: bold;}
/*FOOTER*/
#footer {
	text-align: center;
	padding-bottom: 30px;
}
#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer li {
	display: inline;
	padding-left: 25px;
	font-size: 11px;
	color: #ccc;
	line-height: 17px;
}
#footer li:first-child {padding-left: 0;}
#footer a {
	font-weight: bold;
	color: #ff7f23;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline;}


/* FAQ style */
.content-box ul.faq-toc {
	margin: 0;
	padding: 5px 0 5px 20px;
}
.content-box ul.faq-toc li {
	color: #999;
	font: bold 11px  Arial, Helvetica, sans-serif;
	background: url(none);
	margin: 0;
	padding: 2px 0 2px 20px;
}
.content-box ul.faq-toc a {
	color: #fff;
	font-weight: bold;
}

.faq-main {
}

.faq-main dt {
	background: url(../images/faq_q.gif) no-repeat 10px 0;
	padding: 2px 0 2px 40px;
	color: #FF6F15;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 0;
}
.faq-main dd {
	background: url(../images/faq_a.gif) no-repeat 10px 10px;
	padding: 10px 0 40px 40px;
	color: #999;
	text-indent: none;
	margin: 0;
	font-size: 12px;
}
.faq-main dd ul {
	padding-left: 0;
}
.faq-main dd p {
	padding: 0 0 5px 0;
}



form#commentform textarea#comment {
	width:480px;
	}
	
	
	
/* Start Editor Styles SOOOOOOOOOOOOOOOOOO IMPORTANNNNNNT*/

body.mceContentBody {
	background: #0e0000 url(../images/bg-content-box-1.jpg) no-repeat!important;
	text-align:left!important;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif!important;
	font-size: 12px;
	line-height: 18px;
	color: #999;

}



/* End Editor Styles SOOOOOOOOOOOOOOOOOO IMPORTANNNNNNT*/
	
