body {
	background: url(../images/bg.jpg) 50% 0 repeat-y;
	color: #fff;
	line-height:150%;
	font-size:13px;
}

.wrapper960 {

}
.container {
}

h2, h2 a:link, h2 a:visited {
	font-size:32px;
	line-height: 28px;
	font-weight: normal;
/* 	text-transform: uppercase; */
}
a {
	color:#333;
}
a:hover {color:#888;}

/* ----[ CONTAINER DIVS ]----*/
#container_header {
	height:210px;
	background: url(../images/header.jpg) 50% 0 no-repeat;
}
#container_spacer1 {
	height:23px;
}
#container_slideshow {
	background: url(../images/top_module_bg.png) 50% 0 repeat-y;
	padding-bottom:15px;
}
#container_breadcrumb {
	margin-top: -15px;
	padding-bottom: 15px;
}
#container_top_modules {
	padding-bottom:10px;
}
#container_main {
	background: url(../images/trans.png);
	border-top: 2px solid #675A57;
}
#container_bottom_modules {
	background: url(../images/trans.png);
}
#container_base {
	background:#000000;
	padding-top:10px;
	padding-bottom: 10px;
	border-top: 2px solid #675A57;
	border-bottom: 2px solid #675A57;
}
#container_spacer2 {
	background: url(../images/top_module_base.png) 50% 0 no-repeat;
	height:30px;
}
#container_spacer3 {
	background: url(../images/trans.png);
	height:10px;
}

/* ----[ WRAPPER DIVS ]----*/
#header {}
#slideshow {}
#breadcrumb {}
#top_modules {}
#main {
	padding-top:16px;
}
#bottom_modules {}
#base {}

#container_spacer2 .wrapper960 {
	height:5px;
}


/* ----[ HEADER ]----*/
#header_items {
	height:169px;
}
/* Logo */
.logo_container {
	width:940px; 
	top:0px; 
	left:0px; 
}

.logo_container, h1.logo, h1.logo a {
	top:0px;
	height:160px;
	text-align:center; 
}
h1.logo-text a {
	color: #F5F5F5;
	display:block;
	letter-spacing:5px; 
	top:93px; 
	left:0px; 
	font-size:43px; 
	text-transform:none !important;
	font-weight:normal; 
	text-align:center; 
	width:940px;
	text-shadow: 1px 1px 2px #000;
}

p.site-slogan {
	color:#ccc;
	font-size:10px; 
	letter-spacing:4px; 
	top:88px; 
	left:0px; 
	text-align:center; 
	margin:0px;
}

/* Search */
#search {
	top:176px;
	left:723px;
}
#search .inputbox {
	color:#c1b9b7;
	font:14px Arial,Helvetica,sans-serif;
}

/* Social Media */
#socialmedia {
	top:8px;
	left:680px;
}


/* ----[ MENUS ]----*/

/* Hornav */
#hornav {padding-left:10px;}

/* Hornav - Parent Styling */ 
#hornav ul a, #hornav ul ul a, #hornav .separator {color:#ffffff; line-height:40px; }
#hornav li:first-child a {border: none;}
#hornav ul a, #hornav .separator {
	display:block;
	font-size:13px; 
	padding: 0 12px; 
	text-decoration: none; 
	text-transform:uppercase;
	z-index: 1; 
	margin-bottom: 1px /*dropdown gap*/;
}
#hornav ul ul a {line-height:20px; padding: 1px 10px;}

/* Hornav - Child Styling */
#hornav li li a, #hornav li li.active a, #hornav li li.visited a {color:#555555 !important;}

/* Hornav - Child Block Styling */
#hornav li li, #hornav li li li {padding: 2px 0px 4px !important;}
#hornav li li:last-child, #hornav li li li:last-child {background:none !important;}

/* Hornav - Dropdown Block Styling */
#hornav ul li ul {
	background-color: #eeeeee;
	-moz-border-radius:0px 0px 5px 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	border-radius:0px 0px 5px 5px;  
}

/* Hornav - Sub-Child Block Styling */
#hornav li ul li ul {
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; padding:5px;
}

/* Hornav - Hover/Highlight Styling */
#hornav ul a:hover, #hornav ul ul a:hover {color:#ddd;}
#hornav li li a:hover {color:#999999;}

/* MenuMatic */
#subMenusContainer a {
	text-decoration:none;
	display:block;
	padding:8px 25px 8px 15px;
	color:#eee; 
	font-size:13px; 
	text-shadow:none; 
	/*background:url("../images/sep2.png") repeat-x 50% 100%;*/ 
	border-bottom:1px dashed #000;
	cursor:pointer; 
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, #subMenusContainer a:focus, #subMenusContainer a.subMenuParentBtnFocused {color:#888;}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn { background: url(../images/arrow_right.png) right center no-repeat !important;  }

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{background: url(../images/arrow_right_over.png) right center no-repeat;  }

/* Parent Main Menu Links ---[javascript users only]*/
#hornav .mainMenuParentBtn{background: url(../images/arrow_down.png) right 57% no-repeat; padding-right:18px;}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
#hornav .mainMenuParentBtnFocused{background: url(../images/arrow_down_over.png) right 57% no-repeat; padding-right:18px;}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{display:none; position: absolute; overflow:hidden; padding:0 2px; margin:0 0 0 -2px;}

/* All ULs and OLs */
#subMenusContainer ul, #subMenusContainer ol {padding: 0; margin: 0; list-style: none; line-height: 1em; min-width:170px;}

/* All submenu OLs and ULs */
#subMenusContainer ul, #subMenusContainer ol {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius:4px; 
	border:1px solid #000; 
	left:0; 
	padding-bottom:5px;}
#subMenusContainer{top:2px;}

/* ----[ SLIDESHOW ]----*/
#slideshow {
	border-radius: 8px;
}
#container_slideshow .box_skitter {width:930px !important;}

#container_slideshow .joomla_ass{
}
.box_skitter {
    background: transparent !important;
    border: 0 solid #EEEEEE !important;
}
.box_skitter .info_slide {
    background: none repeat scroll 0 0 #fff;
	opacity: 0.5;
}
#showcase_padding {

}

/* ----[ BREADCRUMBS ]----*/
/* Styling */	
#breadcrumb {
}
#breadcrumb .module {
}
#breadcrumb img {
	vertical-align: baseline;
}

/* ----[ DEFAULT MODULE STYLING ]----*/
/* Module Styling */
.module h3, .module_menu h3 {
	font-size:18px;
	line-height: 16px;
	font-weight:normal;
}

.module_padding {
    padding: 5px;
}

/* Module Styling - Menus */
.module ul.menu a, .module_menu ul.menu a {
	color:#aaa;
	padding:7px 15px;
	margin:0px 0px;
	background: url("../images/bullet1.png") no-repeat scroll 6px center transparent;
	padding-left:25px;
	font-size:13px;
	letter-spacing: 1.5px;
/* 	text-transform: uppercase; */
}
.module ul a:hover, .module_menu ul a:hover {
	color:#fff !important;
}
.module ul li li a, .module_menu ul li li a {
	border:none;
	padding-left:25px;
	background:none;
}
.module ul li li a, .module_menu ul li li a {
	padding:4px 30px;
	color:#666 !important;
}
.module ul li li a:hover, .module_menu ul li li a:hover {
	color:#888;
}
.module ul ul, .module_menu ul ul {
	margin-top:-4px;
	padding-bottom:5px;
	margin-bottom:0px;
}
.module ul li:first-child a, .module_menu ul li:first-child a {
	margin-top:-5px;
}
.module ul li:last-child a, .module_menu ul li:last-child a {
	border:none;
}

/** MB TOP **/
/*--Top Modules Divs--*/	
#top_modules {

}	

/* MB Top-1 */
.top-1 .module {
	color:#ffffff;
}
.top-1 .module h3 {
}

/* MB Top-2 */
.top-2 .module {
}

/** MAINCONTENT **/
#content_full, #content_remainder{
	padding:0px;
}
/* Sidecol A & B */
.sidecol_block .module, .sidecol_block .module_menu{
	margin-bottom:0px;
}

.sidecol_block h3 {
	padding:0px 4px 5px 4px;
/* 	background: url("../images/lines_bg.png") repeat-x scroll bottom center transparent; */
}

/** MB BOTTOM **/
.bottom-1 .module_margin {
    margin: 0 5px;
}
.bottom-1 .module_padding {
    padding: 0 5px;
}


/* MB Bottom-1 */


/* MB Bottom-2 */

/* MB BASE */
#base {
}
#base .module {
}
#base .module h3 {
}
#base .module ul a, #base .module_menu ul a {
}

/* MB Base-1 */

/* MB Base-2 */

/* Footers */

/* Copyright */
 #copyright {
	color:#333;
	font-size:13px;
 }
 #copyright a {
 color:#bbb;
 }

/* Read More */
.readon, .readmore a, .btn, .pager a {
background: #463d3a;
background-image: -moz-linear-gradient(center top , #463d3a, #221e1d);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#463d3a), color-stop(99%,#221e1d)); /* Chrome,Safari4+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#463d3a', endColorstr='#221e1d');
border-color:#736b69;
border-style:solid;
border-width:1px;
font-size:12px;
color:#ffffff;
border-radius: 4px 4px 4px 4px;
}
.readmore a:hover {
	color:#675A57;
	text-decoration: none;
}

/*.j51thumbs .j51Box img, .j51thumbs i {border-radius:500px;}*/

/* Footer Menu */
#footermenu {
}
#footermenu ul li{
	padding: 5px 0;
}
#footermenu ul li a {
	color:#333;
	font-size:13px;
	border-right: 1px solid #111111;
    padding: 0 10px;
}
#footermenu ul li a:hover {
	color:#ffffff;
}


