html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-attachment: scroll;
    background-color: #262626;
    background-image: url("../images/bg1.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: auto auto;color: #404040;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  text-rendering: optimizelegibility;;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

h1 {
  color: #404040;
  font-size: 2em;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1em;
  font-weight: 700;
  line-height: 1em;
  word-wrap: break-word;
}


h2 {
    margin-bottom: 0.535em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.07em;
    color: #777777;
    font-size: 1.6em;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #06c;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #444;
	text-decoration: none;
}

::selection {
	background: #cdd0d4;
	text-shadow: none;
}

#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 10px 0px 0px;
	height: 100px;
}
#headerLogo {
	width:300px;
	height:100px;
	float:left;
}
#outerWrapper #topNavigation {
	background-color: #585858;
                  background-image: -moz-linear-gradient(center top , #585858, #3D3D3D);
	height: 45px;
	padding: 0px;
	margin-bottom:20px;
}
#outerWrapper #contentWrapper {
	background-color:#fff;
  overflow: hidden;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding-top:20px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 20px 20px 20px 20px;
	width: 294px;
}

#outerWrapper #contentWrapper #content {
	margin: 336;
	padding: 20px 23px 20px 20px;
}
#outerWrapper #footer {
	padding: 10px 2px 10px 0px;
	color:#333;
	font-size:11px;
	line-height:1.5em;
}
.footertext {
	float: left;
    margin-bottom: 20px;
    margin-top: 55px;
    width: 250px;
}

#footer a, a:link {
	color:#333;
}
#footer .social-icons {
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	text-align: right;
	width: 250px;
	float: right;
}
.socialicongraphic {
	margin-left:5px;
	float:right;
	width: 24px;
	height: 24px;
}
.boxContainer1 {
	background-color:#F9F9F9;
	border: solid 1px #D6D6D6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:20px;
	padding:20px;
	display:block;
	font-size: 13px;
}

.boxContainer1 h3 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
.boxContainer1 h4 {
    font-size: 1.5em;
	margin-bottom: 0.57em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.14em;
}	

/* =Primary Menu
-------------------------------------------------------------- */
.menu {
	background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
	margin: 0 auto;
}

.menu, 
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after, 
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu, 
.menu ul {
	min-height: 0;
}

.menu ul {
	margin: -10px 0 0 -30px;
	padding: 10px 30px 30px;
}

.menu ul ul {
	margin: -30px 0 0 -10px;
	padding: 30px 30px 30px 10px;
}

.menu ul li a:hover, 
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	min-width: 15em;
	width: auto;
}

.menu a {
	border-left: 1px solid #585858;
	color: #fff;
    cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px #242424;
}

.menu a:hover {
	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636);
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}

.menu .current_page_item a {
	background-color: #343434;
}

.home .menu .current_page_item a {
	background-color: transparent;
}

.menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #b2b2b2;
	border-top: none;
	color: #444;
	filter: none;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

h1.featured-title {
    font-size: 60px;
    letter-spacing: -1px;
    margin: 0;
}

.breadcrumb-list {
font-size: 12px;
padding: 0  0 20px 0;
}