body {
	color: #000000;
	background:#e9e9e9;
	line-height:200%;
	font-size:13px;
}

.wrapper960 {}

h2, h2 a:link, h2 a:visited, .content_header, .articleHead {
	font-size: 25px;
    line-height: 36px;
    padding-bottom: 5px;
}

h2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


a {
	color:#222;
}
a:hover {color:#888;}

/* ----[ CONTAINER DIVS ]----*/
#container_header {background-image: url(../images/header-container.png); background-position:top center; height:260px;}
#container_slideshow{padding-bottom:35px;}
#container_breadcrumb{}
#container_main {}
#container_bottom_modules{}
#container_base {}	

/* ----[ WRAPPER DIVS ]----*/
#header {}
#slideshow {}
#breadcrumb {}
#top_modules {}
#main.block_holder{padding: 20px 5px;}
#bottom_modules {}
#base {}
#container_spacer1 .wrapper960 {
	height:5px;
}
#container_spacer2 .wrapper960 {
	height:5px;
}


/* ----[ HEADER ]----*/
#header_items {
}
/* Logo */
.logo_container {
	width:960px; 
	top:0px; 
	left:0px; 
}
.logo_container, h1.logo, h1.logo a {
	height:155px;
}
h1.logo-text a {
	letter-spacing:-3px; 
	top:60px; 
	left:15px; 
	font-size:55px !important; 
	font-weight:normal; 
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	text-align:left; 
}
p.site-slogan {
	font-size:11px; 
	letter-spacing:2px; 
	top:81px; 
	left:15px; 
	text-align:center; 
}

/* Search */
#search {
	top:7px;
	left:780px;
}
#search .inputbox {
	color:#000000;
	font:14px Arial,Helvetica,sans-serif;
	background-color:#ffffff;
	border-radius:5px;
}

/* Social Media */
#socialmedia {
	top:186px;
	left:710px;
}

/* Laguages */
#language {
	background-color:#CCCCCC;
	top:80px;
	left:805px;
}

/* ----[ MENUS ]----*/
/* Topmenu */
#topmenu {
	background-color:#bbb;
	color:#FFFFFF;
	width:950px;
	top:0px;
	left:0px;
}
#topmenu ul li{
    padding:5px 0;
}
#topmenu ul li a {
	padding: 0px 10px;
}

#topmenu ul li a {
	border-right:1px solid #d2d2d2;
}
#topmenu ul li:last-child a {
	border:none;
}

/* Hornav */
#hornav {
clear: both;
float: left;
position: absolute;
top: 180px;
width: 100%;
	}

/* Hornav - Parent Styling */ 
#hornav ul a, #hornav ul ul a, #hornav .separator {
	color:#202020;
	line-height:36px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}
#hornav li:first-child a {border: none;}
#hornav ul a, #hornav .separator {font-weight:bold; display:block; padding: 0 14px; text-decoration: none; z-index: 9999; margin-bottom: 0px /*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:#aaa;}
#hornav li li a:hover {color:#999999;}

/* MenuMatic */
#subMenusContainer a {
	text-decoration:none;
	display:block;
	padding:7px 25px 7px 15px;
	color:#202020;
	font-size:13px;
	text-shadow:none;
	cursor:pointer;
	font-family: 'Maven Pro', sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

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

/* 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 {
	back-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;  
	left:0; 
	padding-bottom:5px;}
#subMenusContainer{top:11px;}

/* ----[ SLIDESHOW ]----*/
#slideshow {}
.box_skitter {width:960px !important; background: none repeat scroll 0 0 !important}

/*Remove margin under slideshow navigation*/
body .ari-image-slider-wCtrlNav {
    margin-bottom: 0px !important;
}

/*Remove box shadow and loading gif*/
.nivoSlider {
    box-shadow: none !important;
    background-image: none !important;
}

/*Remove background image on navigation*/
.nivo-controlNavHolder{
background-image:none !important;
}

/* ----[ BREADCRUMBS ]----*/
/* Styling */	
#breadcrumb .module{border:none;}
#breadcrumb.block_holder{padding:0px;}
div.breadcrumbs a.pathway{color:#ffffff !important;}


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

.module, .module_menu{
}

/* Module Styling - Menus */
.module ul a, .module_menu ul a {
	border-top:1px solid #a5a5a2;
	padding:3px 15px;
	margin:0px;
}
.module ul li:last-child a, .module_menu ul li:last-child a {
	border-bottom:1px solid #a5a5a2;
}
.module ul a:hover, .module_menu ul a:hover, .module ul a:focus, .module_menu ul a:focus {
}
.module ul li li a, .module_menu ul li li a {
	border:none !important;
	padding-left:50px;
}

/* Footer Menu */
#footermenu {
}
#footermenu ul li{
	padding: 5px 0;
}
#footermenu ul li a {
	color:#ddd;
	border-right: 1px solid #D2D2D2;
    padding: 0 10px;
}
#footermenu ul li a:hover {
	color:#ffffff;
}

/** MB TOP **/
/*--Top Modules Divs--*/

/* MB Top-1 */

/* MB Top-2 */

/** MAINCONTENT **/


/* MB Contenttop */


/* MB Contentbottom */


/* Sidecol A & B */

/** MB BOTTOM **/

/* MB Bottom-1 */

/* MB Bottom-2 */

/* MB BASE */

/* MB Base-1 */

/* MB Base-2 */

/* Footers */

/* Copyright */


/* Read More */
.readon, .readmore a, .btn, .pager a{
-moz-border-radius:0px 0px 5px 5px; -webkit-radius: 5px; border-radius:5px;
font-size:11px;
font-weight:bold;
color:#333;
margin-bottom:10px;
}

/* Tags Styling */
ul.tags {
  margin-left: 0px !important;
}

ul.tags li {
  display: inline !important;
}

ul.tags li {
  margin-left: 10px; !important;
}

ul.tags li:first-child {
  margin-left: 0px; !important;
}

ul.tags li a {
    border-radius: 0 !important;
    padding: 3px 6px !important;
    color: #ffffff !important;
}

