/* CSS Document */

*, html { margin: 0; padding: 0; }

body, html { height: 100%; }

body {
	font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #000000;
    width: 100%;
    margin: 0 auto;
}

#ribbon { position: relative; background-color: #6694e3; width: 100%; height: 15px; }

#body-wrap { width: 100%; height: 100%; padding: 0; display: inherit; text-align: center; }

#wrap {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
    background: url(/images/body-bg.jpg) repeat-y top center;
    text-align: left;
}

#column-wrap { width: 100%; display: inline; }
#left { width: 700px; display: inline; float: left; }
#right { width: 300px; display: inline; float: left; }
#left-wrapper, #right-wrapper { width: 90%; padding: 10px; }

#codeigniter_profiler { position: absolute; top: 1500px; float: left; display: inline; clear: both; width: 850px;  }
#codeigniter_profiler td { width: 100%; }

#header-wrapper { background:url(/images/header-bg-02.jpg) no-repeat top left; display: block; width: 1000px; height: 260px; }
#header { width:100%; height: 182px; display: block; }

#logo { padding: 15px 0 0 15px; display: inline; float: left; width: 35%; }
#header-content { padding: 15px; float: left; width: 55%; display: inline; }
#header-content .quote {
    font-family: Georgia, sans-serif;
    text-align: right;
    line-height: 1.5em;
}

#nav{
	height:44px;
	float: left;
	width: 1000px;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    /* background-color: #cccccc;*/
}

#nav .nav-left {
	display: inline;
	float: left;
	height: 44px;
	width: 26px;
}

#nav .nav-right {
	display: inline;
	float: right;
	height: 44px;
	width: 26px;
}

#nav .nav-center {
	position: relative;
	display: inline;
	text-align: center;
	float: left;
	height: 44px;
	margin: 0 auto;
	padding-top: 8px;
	width: 948px;
}

#nav div .menu {
	display: inline;
	padding: 11px 25px 11px 25px;
	text-align: center;
}

#nav div .menu-last {
	display: inline;
	padding: 11px 25px 11px 25px;
	text-align: center;
}

#nav div .menu a:link, #nav div .menu a:visited, #nav div .menu-last a:link, #nav div .menu-last a:visited {
	color: #ffffff;
    font-weight: bold;
}

#nav div .menu a:hover, #nav div .menu a:active, #nav div .menu-last a:hover, #nav div .menu-last a:active {
	color: #9d0b0e;
    font-weight: bold;
}

a { text-decoration:none; color:#3399ff; }
a:hover { text-decoration:none; color:#999999; }
img { border:0; }
a:focus { outline:none }
hr { color:#DCDCDB; background-color: #DCDCDB; height: 1px; border: 0px; padding:0;margin: 3px 0 3px 0; }
h1 { font-size: 24px; color: #9d0b0e; }
h2 { font-size: 22px; color: #9d0b0e; }
h3 { font-size: 18px; color: #9d0b0e; }
h4 { font-size: 16px; color: #9d0b0e; }
h5 { font-size: 14px; color: #9d0b0e; }
p, span { line-height: 1.3em; }
h1 a { text-decoration:none; color:#9d0b0e; }

em.form-field { font-size: 12px; }
td.form-field { padding-bottom: 10px; }

#latest-news {
	width:100%;
	border:0;
	margin:0 0 20px 0;
	clear:both;
}

#latest-news p {
    padding: 15px 0 0 25px;
    font-family: Georgia;
}

.news-title {
    padding:0 0 0 30px;
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
}

.news-description {
    font-family: Georgia;
    padding:0 0 0 99px;
    color:#333333;
    line-height: 1.3em;
}

/* SLIDER CONTENTS */

#sliderContent {
margin:5px;
}

.update {

}

.panel { position: relative; display: inline; width: 100%; float: left; }

.see {
float:right;
}

.sliderPics {
	margin: 0 auto;
	text-align: center;
}

.sliderPics img{
border: 1px solid #fff;
margin:15px 0 0 0;
}

.sliderPics table tr td.latest {
	padding: 0 5px;
	font-size: 13px;
}

.sliderPics table tr td.upcoming {
	padding: 0 5px;
	font-size: 13px;
}

.picsTab {
	border: 0;
	margin: 10px auto 0 auto;
	padding: 0;
}

.caption {
	text-align: left;
	color: #333333;
    line-height: 1.5em;
}

.seeUp {
    float:right;
    padding:12px 0 0 0;
}

.upcomingTab {
	border: 0;
	margin: 10px auto 0 auto;
	padding: 0;
}

.upcomingTab img{
	border: 1px solid #fff;
	margin:0 0 0 0;
}

/** STORIES **/
ul.storylist { margin-left: 15px; list-style-type: none; }
ul.storylist li { padding: 3px 0 3px 0; border-bottom: 1px dotted; text-align: left; }


#footer {
    padding: 30px;
    display: block;
    margin: 0 auto;
    clear: both;
    text-align: center;
    width: 80%;
    font-size: 12px;
}

div#error-inline {
	border: 1px solid #f34;
	background-color: #f99;
	padding: 10px;
}

/* SUBPAGES */

#details {
padding:0;
clear:both;
height:inherit;
}

#content-area {
	padding: 0;
	clear: both;
	height: inherit;
}

#category-area {

}

#categories-area {
	float:right;
}

#categories-area .categories-header {
    width: 100%;
	float: left;
}

#categories-area .border-div {
	float: left;
}

#categories-area .border-div .content { }

#categories-area .prop {
	height: 576px;
	float: right;
	width: 1px;
}

#categories-area .clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

#subpage-video-category-area {
width:222px;
height:1151px;
float:right;
margin:20px 26px 0 0;
}

#category-area ul {
margin:35px 0 0 35px;
}

#category-area li {
    font-size:13px;
    line-height:15px;
    list-style-type:square;
}

#details-area {
    width: 100%;
    float: left;
}

#video-galleries-area {
	width: 100%;
	float: left;
}

#video-galleries-area #content-header {
    width: 100%;
}

#video-galleries-area .content {
    width: 100%;
	float: left;
	font-size: 13px;
}

#video-galleries-area .content-paging {
	text-align: center;
	float: left;
    width: 100%;
	clear: both;
}

#video-galleries-area .content-paging .content-paging-text {
	margin: 15px auto;
	display: block;
	height: 80px;
}

#video-galleries-area .clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}

/** STORIES SECTION **/
div.storysubtitle { width: 100%; color: #666666; }
span.storydate { font-size: 1.0em; }
span.storycategory { font-size: 0.9em; }
span.storycategory a { font-size: 0.9em; color: #666666; }
span.storycategory a:hover { font-size: 0.9em; color: #666666; border-bottom: 1px dotted; }

.top-padding { padding-top: 20px; }
.bottom-padding { padding-bottom: 20px; }
.top-padding2 { padding-top: 25px; }
.top-padding3 { padding-top: 12px; }
.top-padding4 { padding-top: 35px; }
.left-padding { padding-left: 20px; }
.left-padding2 { padding-left: 10px; }
.right-padding { padding-right: 20px; }
.center-padding { text-align: center; }
.r-float { float:right; }
.clear { height: 1px; overflow: hidden; clear: both; width: 100%; }

.detail-img{
	border: 1px solid #fff;
	margin-right: 20px;
}

.detail-text {
	font-size: 13px;
	line-height: 1.3em;
}

.detail-header {
    font-size:16px;
    font-weight:bold;
}

.download {
	font-size: px;
	font-weight: bold;
}

.black-sml {
    font-size:10px;
    line-height:11px;
    color:#1d1d1d;
}

#member-area {
    width:950px;
    height:275px;
    margin:0 0 0 24px;
    clear:both;
}

#content-members-area {
	width: 100%;
	padding: 0;
	clear: both;
}

#content-members-area .content-members-header {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content-members-area .border-div {
	margin: 0;
	padding: 0;
    width: 100%;
}

#content-members-area .border-div .content-div {
    width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
}

#content-members-area .border-div .clear {
    width: 100%;
	clear: both;
	height: 1px;
}

#content-members-area .border-div .content-div .content-paging {
	width: 100%;
	text-align: center;
	padding: 15px;
}

.displays {
	border: 0;
	padding: 0;
	font-size: 13px;
}

.displays img{
    border: 1px solid #fff;
    margin:0 0 0 0;
    text-align: center;
}

.displays tr td {
	font-size: 13px;
    padding: 8px;
}

#latest-area {
    width: 100%;
    height:inherit;
    margin:20px 0 0 24px;
    clear:both;
}

#content-fluid-wrapper {
    width: 100%;
	margin-left: 25px;
}

#content-fluid-wrapper .prop {
	height: 425px;
	width: 1px;
	float: right;
}

#content-fluid-wrapper .clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#content-fluid-wrapper .border-div {
    width: 100%;
	float: left;
}

#content-fluid-wrapper .content-div {
	padding: 15px 20px 15px 20px;
}

#larea-title {
    width: 100%;
    height:51px;
    margin:0 0 0 0;
    clear:both;
}

#larea-content {
    width: 100%;
}

#content-newest-area {
	width: 100%;
	padding: 0;
	clear: both;
}

#content-newest-area .border-div {
	margin: 0;
	padding: 0;
    width: 100%;
}

#content-newest-area .border-div .content-div {
    width: 100%;
	padding: 0;
	float: left;
}

#content-newest-area .border-div .clear {
    width: 100%;
	clear: both;
	height: 1px;
}

.inside-text {
    width:805px;
    height:810px;
    overflow:auto;
    margin:20px 0 0 0;
    padding:0 10px 0 75px;
}

.inside-text2 {
    width:805px;
    min-height: 425px;
    height:425px;
    overflow:auto;
    padding:0 10px 0 75px;
}

.f18 {
	font-size: 18px;
	font-weight: bold;
}

.border { border: 1px solid red; }

/** DIV classes passed to the smarty_create_category_tree smarty function **/
div.category-tree { font-size: 13px; margin: 0; padding: 0; text-align: left; }
div.category-tree a { text-decoration: none; color: #000000; }
div.category-tree a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted; }
div#category-tree-lev-0 { padding: 2px 0px 2px 5px; }
div#category-tree-lev-1 { padding: 2px 0px 2px 25px; }
div#category-tree-lev-2 { padding: 2px 0px 2px 45px; }
div#category-tree-lev-3 { padding: 2px 0px 2px 65px; }
div#category-tree-lev-4 { padding: 2px 0px 2px 85px; }
div#category-tree-lev-5 { padding: 2px 0px 2px 105px; }

/** DIV classes passed to the pagination.php config file **/
div#paging {
	font-size: 14px;
	margin: 0;
	text-align: center;
	display: inline;
}

div#paging div {
	margin-left: 2px;
	display: inline;
	background-color: #cccccc;
	border: 1px solid #eeeeee;
}

div#paging div.chars a, div#paging div.digit a, div#paging div.digit-jump a, div#paging div.text, div#paging div.digit-current {
	text-decoration: none;
	padding: 2px 5px;
    margin: 10px 0px 10px 0px;
	color: #9d0b0e;
}

div#paging div.chars {
    font-size: 12px;
}

div#paging div.digit-jump {
    font-size: 13px;
}

div#paging div.digit-current {
	font-weight: bold;
	background-color: #9d0b0e;
	color: #eeeeee;
    text-decoration: underline;
}

/* SLIDESHOW SPECIFIC STYLES */
div#slideshow-wrapper {
	margin: 0;
	padding: 20px;
	text-align: center;
	width: 100%;
}














