body {
	background: url(../images/bg.jpg) 50% 0 #ffffff;
	color: #232323;
	line-height:160%;
}

.wrapper960 {

}
.container {
}

h2 {
/* 	background: url(../images/shading.png); */
	font-size:26px !important;
	font-weight: normal;
	padding: 5px 0 2px;
	color:#3D3D3D;
	line-height: 24px;
}
a {
	color:#333;
}
a:hover {color:#888;}

.block_holder {padding:10px 10px;}

/* ----[ CONTAINER DIVS ]----*/
#container_header {
	background: url(../images/header.png) 50% 0 no-repeat;
	height:160px;
	z-index:20;
	margin-top:5px;
}
#container_spacer1 {
	height:23px;
}
#container_slideshow {
	padding-top:0px;
}
#container_slideshow_modules {
}
#container_breadcrumb {
	padding-bottom:5px;
}
#container_top_modules {
	padding-bottom:0px;
}
#container_main {
}
#container_bottom_modules {
}
#container_base {
	margin-top:10px;
	padding-top:15px;
	padding-bottom: 10px;
	background: url(../images/content_base.png) 50% 0 repeat-x #5c5c5c;
}
#container_spacer1 {
	height:5px;
}
#container_spacer2 {
	height:15px;
}
#container_slideshow_modules, #container_slideshow,  #container_bottom_modules {
}
html body div#container_spacer3.container div.wrapper960 {height:100%; position:relative;}

/* ----[ WRAPPER DIVS ]----*/
#header {}
#slideshow {}
#breadcrumb {}
#top_modules {}
#main {
	padding:5px 3px;
}

#bottom_modules {}
#base {}

#container_spacer2 .wrapper960 {
	height:5px;
}
#container_slideshow_modules .wrapper960 {
}

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

.logo_container, h1.logo, h1.logo a {
	top:45px;
	height:140px;
	text-align:left; 
	width:430px;
}
h1.logo-text a {
	display:block;
	letter-spacing:0px; 
	top:62px; 
	left:32px; 
	font-size:32px; 
	text-transform:none !important;
	font-weight:normal; 
	text-align:left; 
	width:430px;
}

p.site-slogan {
	font-size:10px; 
	letter-spacing:2px; 
	top:45px; 
	left:32px; 
	text-align:left; 
	margin:0px;
}

/* Search */
#search {
	top:135px;
	right:20px;
}
#search .inputbox {
	color:#888888;
}

/* Social Media */
#socialmedia {
	top:15px;
	right:20px;
}


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

/* Hornav */
#hornav {padding-right:15px; padding-top:59px; float:right;}

/* Hornav - Parent Styling */ 
#hornav ul a, #hornav ul ul a, #hornav .separator {color:#ffffff; line-height:60px; }
#hornav li:first-child a {border: none;}
#hornav ul a, #hornav .separator {
	display:block;
	font-size:14px; 
	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;  
	opacity:0.5;
}

/* 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:#b1b1b1;}
#hornav li li a:hover {color:#ffffff;}

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

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

/* 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 50% 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 50% 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 #dddddd; 
	left:0; 
	padding-bottom:5px;}
#subMenusContainer{top:4px;}

/* ----[ SLIDESHOW ]----*/
#slideshow {
	margin-bottom: 5px;
}
/* #container_slideshow .box_skitter {width:938px !important;} */
.box_skitter {
    background: transparent !important;
    border: 0 solid #EEEEEE !important;
}
.box_skitter .next_button, .box_skitter .prev_button {
	width: 48px;
    height: 48px;
}
.box_skitter .next_button {
    right: -2px;
}
.box_skitter .prev_button {
    left: -2px;
}
.box_skitter .container_thumbs {
	background:#F0F0F0;
}
.box_skitter .info_slide {
	opacity: 1;
	background:#F0F0F0;
	padding-left:0px;
	padding-right:0px;
}
div.box_skitter .image_number {
	opacity: 0.8 !important;
}
div.box_skitter .image_number_select {
	opacity: 1 !important;
}
.box_skitter .info_slide_thumb .image_number {
	margin:2px 7px 2px 0;
	width:76px !important;
}

.label_skitter h5, .label_skitter h5 a {color: #ffffff !important;}

#container_slideshow.container .wrapper960 {}
.box_skitter .prev_button, .box_skitter .next_button {z-index:15;}
.label_skitter h5, .label_skitter h5 a {
    padding: 10px 10px 15px 20px !important;
}
.box_skitter .label_skitter {border:none !important; z-index:10 !important;}


/* ----[ BREADCRUMBS ]----*/
/* Styling */
#breadcrumb.block_holder {
	padding: 0 10px;
}
#breadcrumb .module_content {
	padding:0;
}
#breadcrumb .module {
}
#breadcrumb img {
	vertical-align: baseline;
}

/* ----[ DEFAULT STYLING ]----*/
/* Bordering */
#content_inner, .border_outer, .sidecol_inner, #showcase, #sidecol_inner  {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
}
.j51_border1, #showcase_padding {
	overflow:hidden;
	background-color: #FFFFFF;
	border-top: 5px solid #F7F7F7;
	border-bottom: 5px solid #F0F0F0;
	border-left: 5px solid #F7F7F7;
	border-right: 5px solid #F0F0F0;
}
.j51_border2 {
	overflow:hidden;
	background-color: #F9F9F9;
	border-top: 5px solid #F2F2F2;
	border-bottom: 5px solid #F0F0F0;
	border-left: 5px solid #F2F2F2;
	border-right: 5px solid #F0F0F0;
}

/* Module Styling */
.module {
	text-shadow: 1px 1px 0 #FFFFFF;
}
.module .module_header h3, .module_menu .module_header h3 {
	padding:2px 0;
	font-size:14px;
	line-height: 20px;
	font-weight:normal;
	text-transform: uppercase;
	text-shadow: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.module_padding {
    padding: 5px;
}

/* Module Styling - Menus */
.module ul a, .module_menu ul a, .module .module_content .custom ul li {
	color:#3D3D3D;
	padding:3px 0px;
	margin:0px 0px;
	background: url("../images/bullet1.png") no-repeat scroll 6px center transparent;
	padding-left:25px;
	font-size:12px;
	letter-spacing: 1.5px;
	text-shadow: 1px 1px 0 #FFFFFF;
/* 	text-transform: uppercase; */
}
.module ul a:hover, .module_menu ul a:hover {
	color:#B1B1B1 !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 {

}
.top-1 .module h3 {
}

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

/** MAINCONTENT **/
#content_inner, .sidecol_inner {
	margin:8px;
}
.maincontent {
	padding: 0 12px 5px;
}

/* Sidecol A & B */
.sidecol_block {padding:5px;}
.sidecol_block .module, .sidecol_block .module_menu{
	margin-bottom:0px;
/* 	background: #080f15; */
/* 	border: 1px solid #1B2A39; */
/* 	border-radius:5px; */
}

.sidecol_block h3 {
}

/** MB BOTTOM **/

/* MB Bottom-1 */
#wrapper_bottom-1 {
	padding:10px 5px 0px 5px;
}
.bottom-1 .module_margin {
    margin: 0 5px;
}
.bottom-1 .module h3  {
}

/* MB Bottom-2 */

/* MB BASE */
#base {
	padding-bottom:15px;
}
#base .module {
	color:#ffffff;
	text-shadow: none;
}
#base .module h3 {
	color:#BBBBBB;
	text-shadow: none;
}
#base .module ul a, #base .module_menu ul a {
	background: url("../images/bullet1.png") no-repeat scroll 6px center transparent;
    color: #BBBBBB;
    text-shadow: none;
}

/* MB Base-1 */
#wrapper_base-1 {
	padding-bottom:5px;
}

/* MB Base-2 */
#wrapper_base-2 {
	background: #656565;
	padding-top:5px;
	border-radius:5px;
	border:1px solid #555555;
/*     box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 6px rgba(0, 0, 0, 0.4); */
    margin-top: 10px;
}
.base-2 .module_margin {
    margin: 0 5px;
}

/* Footers */
#footer-2 {
		background: #656565;
	padding-top:5px;
	border-radius:5px;
	border:1px solid #555555;
/*     box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 6px rgba(0, 0, 0, 0.4); */
    margin-top: 10px;
}
#footer-2 .module_margin {
    margin: 0 5px;
}

/* Copyright */
 #copyright {
	color:#EFE9E5;
	font-size:13px;
	margin-left:10px;
 }
 #copyright a {
 color:#bbb;
 }

/* Read More */
.readmore a, input.button {
	color:#3d3d3d;
background: #eeeeee;
background-image: -ms-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* IE10 Consumer Preview */ 
background-image: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* Mozilla Firefox */ 
background-image: -o-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* Opera */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #dddddd)); /* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* Webkit (Chrome 11+) */ 
background-image: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%); /* W3C Markup, IE10 Release Preview */ 
border-color:#eeeeee;
border-style:solid;
border-width:1px;
font-size:11px;
font-weight: normal;
padding:5px 10px;
box-shadow: 0px 0px 1px #999999;
}
.readon, .readmore a {
font-size:12px;
}
.readmore a:hover {
	color:#fff;
	text-decoration: none;
}
p.readmore {
	padding:5px 0;
}

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

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

/* Twitter Module */
.module ul.tweets {
	list-style: none outside none;
	text-shadow: none !important;
}
.module ul.tweets li {
	padding:5px;
	margin:5px 0;
	border:1px solid #555555;
	background: #5C5C5C;
	-moz-border-radius:5px; 
	-webkit-border:5px; 
	border-radius:5px; 
	font-style: normal; 
}
.module ul.tweets a {
    background: none;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    display:inline;
    text-shadow: none !important;
}
.module ul.tweets li:first-child a {
	margin:0;
}
.module .tweet_time {
	color:#bbb;
	font-style: italic;
}

/* Featured Categories Module */
.module li.featcat {padding:0px !important;}
.featcats_leading li {padding-top: 5px !important;}
div.module div.module_content ul.featcats li.featcat li, div.module div.module_content ul.featcats li.featcat li a {padding-left:0px !important;}
ul.featcats img {
	background: #F0F0F0;
    border:1px solid #DDDDDD;
    padding:4px;
    margin-top:5px;
    float: left;
    margin-right: 10px;
}
.featcats .fc_leading li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-top: 1px solid #dddddd;
    padding: 10px 0 !important;
}



div.rapid_contact form table tbody tr td input.rapid_contact {
    max-width: 110px;
}
div.rapid_contact form table tbody tr td textarea.rapid_contact {
    max-width: 110px;
}