@charset "UTF-8";
/* CSS Document */

body {
	background-image: url("../img/slc_services_bkg.jpg");
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*----  HEADER  ----*/
#header {
	position: relative;
	width: 100%;
	min-width: 996px;
	height: 105px;
	background-image: url("../img/slc_header_bkg.jpg");
	z-index: 1;
}

#container {
	position: relative;
	margin: 0 auto 0 auto;	
	width: 967px;
	height: auto;
	z-index: 3;
}

#logo {
	position: absolute;
	height: 107px;
	width: 297px;
	top: -91px;
	left: 30px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

#slogan {
	position: absolute;
	height: auto;
	width: auto;
	top: -48px;
	left: 320px;
	z-index: -1;
}

#phone {
	position: absolute;
	height: auto;
	width: auto;
	*width: 150px;
	/*float: right;*/
	color: #95BD9C;
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 3px;
	top: -93px;
	left: 835px;
}

#phone a:link {
	text-decoration: none;
	color: #95BD9C;
}

#phone a:hover {
	text-decoration: none;
	color: #95BD9C;
}

#phone a:visited {
	text-decoration: none;
	color: #95BD9C;
}

.address {
	color: #95BD9C;
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0px;	
}

/*----  MAIN NAV STYLES  ----*/
#main_nav {
	width: 243px;
	height: auto;
	position: absolute;
	top: 21px;
	left: 739px;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 15px;
	text-align: left;
	color: #174C32;
}

#main_nav ul {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#main_nav ul li {
	display: inline;
}

#main_nav ul li a:link {
	text-decoration: none;
	color: #174C32;
	margin: 0 20px 0 0;
	padding: 0 0 5px 0;
}

#main_nav ul li a:hover {
	text-decoration: none;
	color: #174C32;
	margin: 0 20px 0 0;
}

#main_nav ul li a:visited {
	text-decoration: none;
	color: #174C32;
	margin: 0 20px 0 0;
}

/*  DROPDOWN MENU STYLES  */
#main_nav li ul {
	list-style-type: none;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	opacity: 0;
	position: relative;
	transition: opacity 0.3s ease-in-out 0s;
	visibility: hidden;
}

#main_nav li:hover ul {
	list-style-type: none;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	opacity: 1;
	position: relative;
	visibility: visible;
}

#dropdownMenu {
	position: absolute;
	float: left;
	top: 27px !important;
	left: -142px !important;
	width: 259px;
	height: auto;
	border: 1px #174F34 solid;
	padding: 11px 0 0 0;
	margin: 0 0 0 0;
	background-color: #95BD9C;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

#dropdownMenu ul {
	display: block;
	list-style-type: none;
	float: right !important;
}

#dropdownMenu ul li {
	display: block;
	/*float: right;
	text-align: right;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#dropdownMenu ul li a {
	text-decoration: none;
	float: right;
	text-align: right;
	height: 37px;
	margin: 0 0 0 0 !important;
	padding: 10px 15px 0 0 !important;
	width: 244px;
	background-color: #95BD9C;
	color: #002A3E !important;
	transition: all 0.3s ease-in-out 0s;
}

#dropdownMenu ul li a:hover {
	text-decoration: none;
	float: right;
	text-alight: right;
	height: 37px;
	margin: 0 0 0 0 !important;
	padding: 10px 15px 0 0 !important;
	width: 244px;
	background-color: #174F34;
	color: #FFF !important;
}

#dropdownArrow {
	width: 8px;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 215px;
	background-image: url("../img/img_dropdownarrow.png");
	
}

#indicator {
	width: 8px;
	height: 5px;
	position: absolute;
	top: 43px;
	left: 813px;
	background-image: url("../img/img_indicator.png");
	
}

/*----  CONTACT  ----*/
#contact_container {
	position: absolute;
	top: 37px;
	left: 14px;
	width: 334px;
	height: auto;
}

#contact_header {
	position: relative;
	float: left;
	width: 311px;
	height: 32px;
	background-image: url("../img/slc_contact_header_bkg.png");
	background-repeat: no-repeat;
	padding: 3px 0 0 22px;
	color: #fff;
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 19px;
	text-align: left;
}

#contact_corner {
	height: 11px;
	width: 17px;
	background-image: url("../img/img_contact_corner.png");
	position: absolute;
	top: 0px;
	left: 326px;
}

#contact_body_bkg {
	position: relative;
	float: left;
	width: 334px;
	height: 475px;
	background-image: url("../img/slc_contact_bkg.png");
	background-repeat: repeat-y;
	padding: 0 0 10px 0;
	color: #fff;
	text-align: left;
}

#contact_form {
	position: absolute;
	width: 290px;
	height: auto;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	left: 22px;
	top: 10px;
	padding: 25px 0 0 0;
}

#contact_form a:link {
	color: #fff;
	text-decoration: underline;
}

#contact_form a:hover {
	color: #103d27;
	text-decoration: underline;
}

#contact_form a:visited {
	color: #fff;
	text-decoration: underline;
}

#contact_topquote {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	top: 10px;
}

#contact_message {
	position: relative;
	float: left;
	width: 280px;
	height: auto;
	color: #A5C6AB;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	top: 22px;
}

#contact_bottom {
	position: relative;
	float: left;
	height: 25px;
	width: 334px;
	background-image: url("../img/slc_contact_bottom.png");
}

.err {
	position: relative;
	height: auto;
	width: 280px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: yellow;
}

#profilePic {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    width:215px;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

#calendly {
    display: block;
    float: left;
    position: relative;
    width: 214px;
    height: 30px;
    background-color: #ffffff;
    border: 2px solid #174F34;
    text-align: center;
    color:#174F34;
    margin: 6px 0px 15px 0px !important;
    padding: 25px 0 25px 0;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 19px;
}

/*----  SERVICES STYLES  ----*/
#services_container {
	width: 646px;
	height: auto;
	position: absolute;
	z-index: -1;
	top: 48px;
	left: 336px;
}

#services_header {
	width: 624px;
	height: 32px;
	position: relative;
	float: left;
	border: solid 1px #174D32;
	padding: 0 0 5px 22px;
	background-color: #23704A;
	font-family: 'Oswald';
	font-size: 25px;
	font-weight: 300;
	color: #fff;
}

#services_body_container {
	width: 614px;
	height: auto;
	position: relative;
	float: left;
	border-top: solid 1px #174D32;
	border-left: solid 1px #174D32;
	border-right: solid 1px #174D32;
	background-image: url(../img/slc_about_container_bkg.jpg);
	padding: 28px 10px 15px 22px;
	text-align: left;
	font-family: 'Oswald';
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	color: #002A3E;	
}

#services_shadow {
	position: relative;
	width: 648px;
	height: auto;
	border-top: 1px solid #174d32;
	overflow: hidden;
}

#section_icon {
	width: auto;
	height: auto;
	position: relative;
	float: left;
	text-align: left;	
}

#services_body {
	width: 520px;
	height: auto;
	position: relative;
	float: left;
	text-align: left;
	margin: 0 0 50px 20px;
	font-family: 'Oswald';
	font-size: 17px;
	font-weight: 300;
	line-height: 22px;
	color: #002A3E;	
}

/*----  FOOTER STYLES  ----*/
#footer_bkg_container {
	height: 176px;
	width: 100%;
	min-width: 996px;
	position: absolute;
	top: 1215px;
	left: 0px;
	background-image: url("../img/slc_footer_bkg.jpg");
	background-repeat: repeat-x;
}

#footer_container {
	position: relative;
	margin: 0 auto 0 auto;	
	width: 967px;
	height: 176px;
	z-index: 3;
}

#more_from {
	height: 137px;
	width: 164px;
	position: relative;
	float: left;
	margin: 10px 0 0 14px;
	font-family: 'Oswald';
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #95BD9C; 
}

#socialTags {
	float: left;
	height:auto;
	width:44px;
	margin: 0 7px 0 0;
	font-family: 'Oswald';
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #95BD9C;
	line-height: 14px;
}

#bottom_nav {
	height: 137px;
	width: 254px;
	position: relative;
	float: left;
	margin: 10px 60px 0 60px;
	font-family: 'Oswald';
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #95BD9C; 
}

#bottom_nav ul {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#bottom_nav ul li {
	display: inline-block;
	position: relative;
}

#bottom_nav ul li a:link {
	text-decoration: none;
	color: #95BD9C;
	margin: 0 20px 0 0;
}

#bottom_nav ul li a:hover {
	text-decoration: underline;
	color: #95BD9C;
	margin: 0 20px 0 0;
}

#bottom_nav ul li a:visited {
	text-decoration: none;
	color: #95BD9C;
	margin: 0 20px 0 0;
}

#bottom_nav ul li ul {
	display: block;
	position: absolute;
	top: 23px;
	left: 0;
	width: 190px;
}

#bottom_nav ul li ul li {
	display: bock;
}

#bottom_nav ul li ul li a:link {
	text-decoration: none;
	font-weight: 300;
	color: #95BD9C;
}

#bottom_nav ul li ul li a:hover {
	text-decoration: underline;
	font-weight: 300;
	color: #95BD9C;
}

#bottom_nav ul li ul li a:visited {
	text-decoration: none;
	font-weight: 300;
	color: #95BD9C;
}

#resources_left {
	height: 137px;
	width: 266px;
	position: relative;
	float: left;
	margin: 10px 14px 0 14px;
	font-family: 'Oswald';
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #95BD9C; 
}

#resources_left ul {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	font-size: 13px;
	font-weight: 300;
}

#resources_left ul li {
	display: block;
	float: left;
	clear: left;
}

#resources_left ul li a:link {
	text-decoration: none;
	color: #95BD9C;
	margin: 0 10px 0 0;
}

#resources_left ul li a:hover {
	text-decoration: underline;
	color: #95BD9C;
	/*color: #174C32;*/
	margin: 0 10px 0 0;
}

#resources_left ul li a:visited {
	text-decoration: none;
	color: #95BD9C;
	margin: 0 10px 0 0;
}

#resources_right {
	height: 111px;
	width: 165px;
	position: relative;
	float: left;
	margin: 36px 14px 0 14px;
	font-family: 'Oswald';
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	color: #95BD9C; 
}

#resources_right ul {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	font-size: 13px;
}

#resources_right ul li {
	display: block;
	float: left;
	clear: left;
}

#resources_right ul li a:link {
	text-decoration: none;
	color: #95BD9C;
	margin: 0 10px 0 0;
}

#resources_right ul li a:hover {
	text-decoration: underline;
	color: #95BD9C;
	/*color: #174C32;*/
	margin: 0 10px 0 0;
}

#resources_right ul li a:visited {
	text-decoration: none;
	color: #95BD9C;
	margin: 0 10px 0 0;
}

#seals {
	height: 116px;
	width: 121px;
	position: relative;
	float: left;
	margin: 32px 0 0 0;
	text-align: right;
}

#copyright {
	width: 470px;
	height: 23px;
	position: relative;
	float: left;
	margin: 5px 0 0 14px;
	text-align: left;
	font-family: 'Oswald';
	font-size: 12px;
	font-weight: 300;
	color: #95BD9C;
}

#design_by {
	width: 483px;
	height: 23px;
	position: relative;
	float: right;
	margin: 5px 0 0 0;
	text-align: right;
	font-family: 'Oswald';
	font-size: 12px;
	font-weight: 300;
	color: #95BD9C;
}

#design_by a:link {
	text-decoration: underline;
	color: #95BD9C;
}

#design_by a:hover {
	text-decoration: underline;
	color: #95BD9C;
}

#design_by a:visited {
	text-decoration: underline;
	color: #95BD9C;
}