@charset "utf-8";

/* CSS Document for Lone Mountain Communications */

/* ----- Reset General Styles ----- */

body, html { margin:0; padding:0; }
	
a:link { color: #090; }
a:visited { color: #030; }

body {
	background: #FFF url(../images/page-bg.jpg) top center repeat-y;
	color: #000;
}
body, td, th {
	color: #060;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
/* -	font-size: 14px;    - */
}

/* ----- Site Styles ----- */

#container {
	width: 1024px;
	text-align: left;
	margin: 0 auto;
}
#header { height: 204px; }
#header #txtLogo {
	width: 1024px;
	height: 150px;
	text-align: center;
}
#header #login {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	height: 150px;
	width: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* ----- Main Navigation ----- */

#header #mainNav {
	width: 100%;
	background-color: #009F4D;	
	text-align: center;
}
#mainNav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #009F4D;
	text-align: center !important;
}
#mainNav li { 
	display: inline-block;
	margin: 0;
	padding: 0;
}
#mainNav li a { 
	padding: .2em 1em;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	text-decoration:none;
	line-height: 4em;
	text-transform: uppercase;
}
#mainNav li a:link, #mainNav li a:visited { color:#FFF; }
#mainNav li a:hover { background-color: #000 !important; }
#mainNav li a.current {
	cursor:default;
	color: #FFF;
	background: #000 url(../images/link-current.png) bottom center no-repeat !important;
}
#mainNav li a.holder { background: none; }

.holder { }


/* ----- Main Content Style ----- */

#mainContent {
	color: #000;
	margin: 10px 0;
}
#mainContent p {
	font-size: large;
	color: #000;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	padding: 0;
	margin: 0.5em 0;
	font-weight: bold;
}
#mainContent h1 {
	font-size: 1.8em;
	text-align: left;
	color: #060;
}
#mainContent h2 {
	font-size: 1.6em;
	text-align: left;
}
#mainContent h3 { font-size: 1.4em; }
#mainContent h4 { font-size: 1.3em; }
#mainContent p.quote {
	font-style: italic;
	line-height: 1em;
}

/* ----- Main Content Image ----- */

#mainContent p.float-image {
	float: left;
	margin: 0 25px 25px 0;
}
/* ---------- FOOTER STYLES ------------*/

#footer {
	clear: both;
	border-bottom: 2px solid #060;
	padding: 25px 10px;
	text-align: center;
	color: #CCC;
	margin-bottom: 1em;
	background-color: #009F4D;
}

#footer p {
	margin: 0;
	padding-bottom: 5px;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	color: #EEE !important;
}
p.social-icons img { margin: 3px; }
ul.footer-links {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}
ul.footer-links li { 
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	}
#footer a {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px !important;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}


/* ----- FLEXSLIDER ----- */

.flexslider img { border: 0; }
.slides li { margin: 0; }

/* ----- CONTACT FORM ----- */

.contactLeft {
	float: left;	
}
.contactRight {
	float: left;
	margin-left: 30px;
}

#contactWrapper { padding:0; }
#contactWrapper label { display:block; float:none; font-size:12px; width:auto; font-weight: bold; margin-bottom: 7px; color: #333333;}
#contactWrapper label.error { display:block; float:none; font-size:12px; width:auto; font-weight: normal; margin-bottom: 0px; color: #bb3737; background: #fad6d6; border: 1px solid #bb3737; margin-top: 5px; padding: 5px 7px;}
#contactWrapper label.checked { display:none; background: none; border: 0px; margin-top: 0px; padding: 0px; text-indent: -5000px;}
#contactWrapper em { color: #01b3b3;}
#contactWrapper .stage { margin-bottom: 20px;}
#contactWrapper .requiredNote { margin: 20px 0px 20px; color: #333; font-weight: bold;}
#contactWrapper .success { padding: 10px; background: #f0ffc1; border: 1px solid #819934; margin-bottom: 15px; color: #819934;}
#contactWrapper .success p { margin: 0px;}
form#contactform input, form#contactform textarea { border: 1px solid #cfdede; padding:8px 12px; font-size:12px; color:#333; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; width: 274px; background: url(../img/page-background.png) repeat; color: #777777;}
form#contactform textarea {font:12px Arial, Helvetica, sans-serif; padding: 12px;}
form#contactform input:focus, form#contactform textarea:focus { outline: none; border: 1px solid #649d9d;}

#submitButton {display: block;text-indent: -5000px;width: 300px!important;height: 47px;background-image:url(../images/send-button-sprite.png)!important;background-repeat: no-repeat;border: 0px!important;padding: 0px!important;}
#submitButton {background-position: 0 0;}
#submitButton:hover {background-position: 0 -47px;}
#submitButton:active {background-position: 0 -47px;}
