@import url("colors.css");

/*
 * Theme Name: Proactive Custom Theme
 * Theme URI: http://www.glidedesign.com/
 * Description: Custom Wordpress Theme built by Glide Design
 * Version: 1.0
 * Author: Chris Canada for Glide Design
 * Author URI: http://www.glidedesign.com/
 */


/* ********************** GLOBAL - Reset *********************** */

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite,
code, del, dd, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4,
h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre,
q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot,
th, thead, tr, tt, ul, var {
	margin: 0;
	border: none;
	padding: 0;
	text-decoration: none;
}


/* *************** GLOBAL - Rules and Typography *************** */

body {
	font: 12px/18px "Verdana", "Arial", sans-serif;
}
#top-stripe {
	height: 10px;
}
a {
	text-decoration: underline;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */





/* ************************* HEADER ************************** */

#header {
	position: relative;
	margin: 0 auto;
	width: 900px;
}


/* ********************** HEADER - Logo ********************** */

#header h1 {
	width: 500px;
	height: 100px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#header h1 a {
	display: block;
	width: 500px;
	height: 100px;
	outline: none;
	text-indent: -9999px;
}


/* ****************** HEADER - Contact Info ****************** */

#header-contact {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 280px;
	height: 50px;
	line-height: 16px;
	font-size: 12px;
}
#header-contact p {
	margin-bottom: 5px;
}
#header-contact .phone {
	display: block;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}


/* ********************* MAIN NAVIGATION ********************* */

#main-nav-stripe {
	height: 39px;
}
.menu {
	margin: 0 auto;
	padding: 0 2px;
	width: 900px;
	height: 39px;
}
#main-nav {
	width: 900px;
	height: 39px;
	list-style-type: none;
	background-image: url(images/navigation-bg-gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#main-nav li {
	display: inline;
	position: relative;
	float: left;
	height: 39px;
}
#main-nav li a {
	display: block;
	padding: 0 20px;
	height: 39px;
	text-decoration: none;
	line-height: 39px;
	font-size: 15px;
}
	#main-nav li.current_page a,
	#main-nav li.current_parent a {
}
#main-nav li:hover ul,
#main-nav li a:hover ul {
	visibility: visible;
}
#main-nav ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 10;
	width: 130px;
	height: 0;
}
#main-nav ul li {
	margin: 0;
	padding: 0;
	height: 30px;
}
#main-nav ul li a,
#main-nav li.current_parent ul li a {
	display: block;
	padding: 5px 10px;
	width: 108px;
	height: 19px;
	line-height: 19px;
	font-size: 13px;
	font-weight: normal;
}
#main-nav table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;;
}





/* ************************* CONTENT ************************* */

#content {
	margin: 0 auto;
	padding: 35px 0 0 20px;
	width: 880px;
}


/* ********************** CONTENT - Main ********************* */

#main {
	float: left;
	margin-right: 40px;
	padding-bottom: 80px;
	width: 560px;
}
#main h2 {
	margin-bottom: 35px;
	line-height: 40px;
	font-size: 24px;
	padding-top: 20px;
}
#main h2.page-header {
	padding-top: 0px !important;
}
#main h3 {
	line-height: 30px;
	font-size: 16px;
}
#main p {
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 15px;
	padding-left: 0;
}
	#main p#lead {
		padding-bottom: 35px;
		line-height: 20px;
		font-size: 16px;
		font-weight: bold;
	}
#main ol,
#main ul {
	margin-left: 40px;
	padding-right: 80px;
	list-style-position: outside;
	padding-left: 0px;
	padding-bottom: 15px;
}
#main ul {
	padding-left: 2px;
}
#main .ddsg-wrapper h2 {
	display: none;
}
#main .ddsg-wrapper p {
	display: none;
}
#main .ddsg-wrapper ul ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* ********************* CONTENT - Sidebar ******************* */

#sidebar {
	float: left;
	padding-bottom: 30px;
	width: 260px;
	padding-top: 40px;
}
.no-top-padding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.widget {
	margin-bottom: 40px;
	list-style-type: none;
}
#sidebar p {
	line-height: 16px;
	padding-top: 10px;
	padding-left: 10px;
}
#sidebar img {
	margin-bottom: 5px;
	width: 258px;
	border: 1px solid #8E969B;
}
#sidebar span {
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
#sidebar .main-panel {
	margin-right: 0;
}


/* *************** CONTENT - Sidebar - Navigation ************ */

.widgettitle {
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	width: 250px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
}
#sidebar-nav-title {
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
}
#sidebar-nav {
	padding-bottom: 0px;
	width: 260px;
	list-style-type: none;
}
#sidebar-nav li {
	width: 260px;
	height: 35px;
}
#sidebar-nav li a {
	display: block;
	padding-left: 10px;
	width: 250px;
	height: 35px;
	text-decoration: none;
	line-height: 35px;
}
#sidebar-quick-info {
	padding-top: 10px;
	width: 260px;
	list-style-type: none;
}
#sidebar-quick-info li {
	width: 260px;
	height: 30px;
}
#sidebar-quick-info li a {
	display: block;
	padding-left: 20px;
	width: 240px;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
}
#sidebar-quick-info li a:hover {
}


/* ******************* CONTENT - Home Page ******************* */

#masthead-stripe {
	margin-bottom: 40px;
	height: 249px;
}
#masthead-slideshow {
	position: relative;
	width: 900px;
	height: 249px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.masthead-slide,
.masthead-slide img {
	width: 900px;
	height: 249px;
}
.slide-text {
	position: absolute;
	bottom: 35px;
	left: 42px;
	width: 500px;
	line-height: 26px;
	font-size: 14px;
}
.slide-text h2 {
	text-transform: capitalize;
	line-height: 40px;
	font-size: 42px;
	font-weight: bold;
}
.slide-text h2 a {
	text-decoration: none;
	color: #C51C22;
}
#content.home {
	padding-top: 0;
}
#main.home {
	margin: 0;
	padding: 0;
	width: 600px;
}
.main-panel {
	float: left;
	margin-right: 40px;
	width: 260px;
	height: 200px;
	line-height: 16px;
}
.main-panel img {
	margin-bottom: 10px;
	width: 258px;
	height: 98px;
}
.main-panel span {
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
.main-panel a {
	display: block;
	padding-left: 10px;
	line-height: 30px;
}
#sidebar .main-panel {
	padding-bottom: 30px;
}
#sidebar.home {
	margin-top: 0;
	padding-bottom: 0;
}





/* ************************* FOOTER ************************** */

#footer-top-container {
	height: 40px;
}
#footer-top {
	margin: auto;
	width: 900px;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
}
#footer-top p {
	width: 100%;
	text-align: right;
}
#footer-bottom-container {
	height: 60px;
}
#footer-bottom {
	margin: auto;
	width: 900px;
	height: 60px;
}
#footer-bottom p {
	float: left;
	line-height: 60px;
	font-size: 14px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
}
	#footer-bottom p.first {
		padding-left: 0;
		background: none;
	}
#footer-bottom span {
	font-weight: bold;
}


/* ******************* FOOTER - Navigation ******************* */

#footer-nav {
	list-style-type: none;
}
#footer-nav li {
	float: left;
	padding: 0 7px 0 8px;
}
	#footer-nav li.page-item-1 {
		padding-left: 0;
	}
#footer-nav li a {
	text-decoration: none;
}
#footer-nav li a:hover {
	text-decoration: underline;
}