/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */


/* #Site Styles
================================================== */

body{background-color:black;

background-image:url('../images/bk_radial.jpg');
background-repeat:no-repeat;
background-size:contain;
background-position:top;
}

.headerNav{text-align: right}
.headerNav li{display:inline; color: #C0C0C0; vertical-align: middle;}

.footerContact li{display:inline; color: #C0C0C0;}

.footerNav{text-align: right}
.footerNav li{display:inline; color: #C0C0C0;vertical-align: middle;}
.footerNav li a{text-decoration: none; color: #C0C0C0;}
.footerNav li a:hover{text-decoration: none; color: Red;}


.hpfooter{text-align: center;}
.hpfooter li{display:inline; color: #C0C0C0;vertical-align: middle; padding-right:50px;}
.hpfooter li a{text-decoration: none; color: #C0C0C0;}
.hpfooter li a:hover{text-decoration: none; color: Red;}



/* #Links
================================================== */
	a, a:visited { color: white; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: red; }
	p a, p a:visited { line-height: inherit; }




/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: "georgia","Lucida","Sans Unicode",'Lucida Grande',"Arial","san-serif";
		/*font-family: "Arial", "Times New Roman", serif;*/
		font-weight: normal; 
		color: white;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; color: white; font-size: 14px; font-family: "Georgia","Lucida","Sans Unicode",'Lucida Grande',"Arial","san-serif";}
	p img { margin: 0;}
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }


	hr { border:solid #555555; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }



/* #Page Styles
================================================== */

/* Home */

.esllogo{margin-top: 30px; margin-bottom: 38px; text-align: left;}

#tagLine{text-align: right; margin-top: 56px; margin-bottom:0px;}
#tagLine h4{font-size: 20px; font-family: georgia, Helvetica, sans-serif;letter-spacing:5px; color:#ee2e24;}
#slider{background-color:white; min-height:200px;margin-bottom:50px; border:0px solid red;text-align: center;}


#homeLc h3{color: #C0C0C0;}
#homeLc p{color: #C0C0C0;}


#homeRc h3{color: #C0C0C0;}
#homeRc p{color: #C0C0C0;}
#homeRc  p a{color: #C0C0C0;}
#homeRc  p a:hover{text-decoration: none; color: Red;}



/* Contact */

#contactLc{padding-left:50px;}
#contactLc h4{color: #C0C0C0;}
#contactLc iframe {border:3px solid #555555; margin-bottom:20px;}

.contactAddress ul{text-align: left;}
.contactAddress li { line-height: 16px;  font-weight: normal; font-size: 13px;color: #C0C0C0; }
.contactAddress li a{ line-height: 16px; font-weight: normal; font-size: 13px;color: #C0C0C0; text-decoration: none;}
.contactAddress li a:hover{text-decoration: none; color: Red;}


#contactRc{padding-left:50px;}
#contactRc h4{color: #C0C0C0;}
#contactRc label{font-weight: normal; font-size: 13px;color: #C0C0C0; margin-bottom:3px;} 


/* Contact */

#messageResp{text-align: center; border:0px solid #555555; min-height:300px; }
#messageResp h3{margin-top:30px;font-family: Arial, Helvetica, sans-serif;}
#messageResp a{ line-height: 16px; font-weight: normal; font-size: 13px;color: #C0C0C0; text-decoration: none;}
#messageResp a:hover{text-decoration: none; color: Red;}



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.esllogo{margin-top: 30px; margin-bottom: 38px; text-align: center;}
		#tagLine{text-align: center; margin-top: 0px; margin-bottom:0px;}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/