/*
purple: #3A2B58;
green: #5DA136;
text grey: #646464;
header green: #5DA136;
*/


body {
	background-image: url(../images/3px_background_new.png);
	background-repeat: repeat-x;
	font: 11px/1.5em Arial, sans-serif;
	padding: 0;
	margin: 0;
	}

.padding {
	padding: 5px;
	}

.test {
	background-color: aqua;
	}

#top {
	position: relative;
	z-index: 1000;
	}

#bottom {
	z-index: -1;
	}
	
.wrapper {
	margin-top: -60px;	
	padding: 0 0 50px 0;
	background-color: #fff;	
   	}

.indent {
	padding-left: 35px;
	}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: lighter;
	color: #3A2B58;
	margin: 15px 0 25px;
	font-size: 28px;
	}

h3, h4, h5 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #3a2b58;
	}

p {
	font-family: Arial, sans-serif;
	color: #646464;
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 20px;
	}

.caps {
	text-transform: uppercase;
	}

/*header styles*/

#header {
	margin: 0 0 0 65px;
	background-image: url(../images/header2.png);
	background-repeat: no-repeat;
	}

.header_text {
	width: 700px;
	padding: 45px 20px 20px;
	}

header {
	height: 210px;
	margin: 0 0 0 -40px;
	border-bottom: 1px solid #fff;
	}

.header_text h1 {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 42px;
	line-height: 43px;
	letter-spacing: 1px;
	text-align: left;
	margin: 0;
	}

.subhead {
	text-transform: uppercase;
	font-family: "Asap", sans-serif;
	color: #fff;
	font-size: 20px;
	text-align: right;
	margin: 0;
	padding: 0;
	width: 620px;
	}

.span_bold_1 {
	font-weight: 700;
	color: #fff;
	}

.span_2 {
	color: #56b4bc;
	font-weight: 300;
	}

.span_bold_2 {
	color: #56b4bc;
	font-weight: 700;
	}
	
.result_item {
	padding: 0 0 20px 0;
	}

.title_url {
	font-weight: bold;
	}

/*horizontal nav styles*/


	
.navbar {
	background-color: #363636;
	border: 1px solid #fff;
	height: 43px;
	background: #727272;
	background: -moz-linear-gradient(top,  #727272 0%, #363636 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#727272), color-stop(100%,#363636));
	background: -webkit-linear-gradient(top,  #727272 0%,#363636 100%);
	background: -o-linear-gradient(top,  #727272 0%,#363636 100%);
	background: -ms-linear-gradient(top,  #727272 0%,#363636 100%);
	background: linear-gradient(top,  #727272 0%,#363636 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#363636',GradientType=0 );
	}
	
.navbar nav ul {
	list-style-type: none;
	margin: 0;
	padding: 15px 10px 5px 10px;
	}
	
.navbar nav ul li {
	display: inline-block;
	margin: 0;
	float: left;
	}

.navbar nav ul li a:link, nav ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 0 12px;
	}
	
.navbar nav ul li a:hover {
	color: #5DA136;
	text-decoration: none;
	background-color: #fff;
	padding: 16px 12px 13px;
	}

.search {
    height: 25px;
    margin: 10px 0 0;
    padding-right: 10px;
    }
   
.searchform {
	color: #646464 !important;
    float: right;
    margin: 0;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    height: 23px;
    width: 155px;
    }

/*sidebar*/

.sidebar {
	padding: 20px 10px 20px 20px;
}

.featured {
	border: 1px solid #ccc;
	padding: 10px 10px;
	margin-bottom: 20px;
	}
	
.featured img {
	width: 100%;
	margin: 10px 0;
	}	
	
.featured p {
	padding: 0;
	margin: 0 0 10px;
	}

.featured a:link, .featured a:visited {
	font-weight: bold;
	color: #5DA136;
	text-decoration: none;
	}
	
.featured a:hover {
	color: red;
	text-decoration: underline;
	}

.sidebar h3 {
	font-weight: bold;
	color: ##3A2B58;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0 0 10px;
	}

/*sidebar vertical navigation*/

#sideNav {
	border: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 0;
	}

#sideNav ul {
	list-style-type:  none;
	padding: 0;
	font-size: 13px;
	line-height: 1.6em;
	color: #000;
	padding: 0 10px 0 10px;
	margin: 0;
	}
	
/*top level*/

nav#sideNav ul {
	list-style-type: none;
	margin: 0;
	}

nav#sideNav ul li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	}

/*second level*/

nav#sideNav ul li ul {
	color: #ccc;
	padding-top: 0px;
	padding-right: 0;
	margin: 0 0 0 3px;
	}

nav#sideNav ul li ul li {
	list-style-type: square;
	border-bottom: 1px solid #eee;	
	padding: 0;
	margin: 0;
	}

nav#sideNav ul li ul li:last-child {
	border-bottom: none;
	}

/*third level*/

nav#sideNav ul li ul li ul {
	padding-right: 0;
	color: #ddd;
	margin: 5px 0 5px 0px;
	}

nav#sideNav ul li ul li ul li {
	list-style-type: square;
	font-size: 12px;
	line-height: 13px;
	padding: 3px 0;
	margin: 0;
	border: none;
	}

/*nav links*/

nav#sideNav ul li a:link, nav#sideNav ul li a:visited,
nav#sideNav ul li ul li a:link, nav#sideNav ul li ul li a:visited,
nav#sideNav ul li ul li ul li a:link, nav#sideNav ul li ul li ul li a:visited {
	color: #000;
	text-decoration: none;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}


nav#sideNav ul li a:hover {
	color: #5DA136 !important;
	padding: 0;
	}
	
#sideNav h3 {
	background-color: #eee;
	background-image: linear-gradient(bottom, rgb(204,204,204) 0%, rgb(221,221,221) 14%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(221,221,221) 14%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(221,221,221) 14%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(221,221,221) 14%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(221,221,221) 14%, rgb(255,255,255) 100%);
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
	}

.expandable {
	padding: 3px 0 !important;
	margin: 0 !important;
	}

/*.arrow {
	float: right;
	color: #58B003;
	}*/

.arrow {
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #58B003;
    height: 0;
    width: 0;
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
	}
	
.arrow_sub {
 	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #8AE235;
    height: 0;
    width: 0;
	float: right;	
	margin: 3px 0 0 0;
	padding: 0;
	}

.arrow_sub2 {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #BEF589;
	height: 0;
	width: 0;
	float: right;
	margin: 0px 0 0 0;
	padding: 0;
	}

.about {
	font-style: italic;
	}
	
/*main content area*/


.main {
	min-height: 300px;
	padding: 20px 20px 20px 0px;
	}

.main ul {
	list-style-type: disc;
	font-size: 14px;
	}
	
.main ol {
	font-size: 14px;
	}

.main ul li ol {
	margin-top: 20px;
	}

.main ul li ul {
	margin-top: 20px;
	list-style-type: circle;
	}

.main ul li ul li ul {
	list-style-type: square;
	}

.main ul li, .main ol li {
	margin-bottom: 20px;
    color: #646464;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 1.6em;
	}

.main ol li ol li {
	list-style-type: lower-alpha;
	}

.main ul h4, .main ol h4 {
	margin: 5px 0;
	}

h4 {
	font-size: 18px;
	line-height: 22px;
	}

.main h2 a:hover {
	color: #3A2B58;
	text-decoration: none;
	}

.main h4 a:link, .main h4 a:visited {
	color: #3A2B58;
	text-decoration: none;
	}
	
.main h4 a:hover {
	text-decoration: underline;
	}
	
.main h5 {
	font-size: 15px;
	font-weight: normal;
	color: #646464;
	margin: 10px 0;
	}
	
.main p {
	margin-bottom: 10px;
	}

.main a:link, .featured a:visited {
	color: #5DA136;
	text-decoration: none;
	}
	
.main a:hover {
	color: red;
	text-decoration: underline;
	}

/*editors page */

#accordion {
	}
	
#accordion h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: lighter;
	color: #3A2B58;
	margin: 50px 0 25px;
	font-size: 22px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	}

#accordion h6 {
	color: #3A2B58;
	font-size: 14px;
	margin: 0 0 30px 0;
	}

#accordion a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: 300;
	font-style: italic;
	text-decoration: none;
	color: #3A2B58;
	}

#accordion a:hover {
	text-decoration: underline;
	}

#accordion p {
	font-size: 12px;
	margin: 0 0 20px 0;
	}
	
#accordion img {
	margin: 0 20px 10px 0;
	float: left;
	width: 120px;
	}

.details {
    display: block !important;
    height: 100% !important;
	}
	
.details p {
	margin: 0 0 10px 0 !important;
	}

/*table styles*/


table {
	border: 1px solid #ddd;
	font-size: 12px;
	color: #646464;
	padding: 3px;
	margin: 0 0 30px 0;
	}

table h4 {
	margin: 5px;
	color: #3A2B58;
	}

th {
	border: 1px solid #646464;
	text-align: center;
	}
	
td {
	border: 1px solid #646464;
	padding: 5px;
	margin: 5px;
	}

table.borderless {
	border: none;
	margin: 20px 0;
	}

table.borderless td {
	border: none;
	padding: 10px 10px 10px 0;
	}

table.borderless th {
	border: none;
	font-size: 14px;
	padding-bottom: 10px;
	}

tfoot {
	font-style: italic;
	}

.extra_margin {
	margin-left: 75px !important;
	}

.spacer {
	padding-bottom: 45px !important;
	}

/*footer*/

.top_anchor {
	margin: 40px 0 0 0;
	font-family: Arial, sans-serif;
	color: #3A2B58;
	font-size: 13px;
	line-height: 1.6em;
	font-style: italic;
	}

.top_anchor a:visited, .top_anchor a:link {
	color: #3A2B58;
	text-decoration: none;
	}

.top_anchor a:hover {
	color: #3A2B58;
	text-decoration: underline;
	}

footer {
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	height: 300px;
	margin: 0;
	padding: 0;
	}