/*
Site: Phil Weir Aspen
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
Aug 30, 2009 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }
td { vertical-align:top; }


/*  Phil Weir Aspen - CSS  */
/*  Layout  */

body {
	margin-top: 30px;
	margin-bottom: 80px;
	background: url(../images/bg1.png) 0 0 repeat-x;
	background-color:#FFFFFF;
	font: 14px "Lucida Sans", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans;
	line-height:18px;
	color:#000;
	text-align:left;
}


#home-container { width:800px; margin:0 auto; }
#home-header	{ text-align:right; }
#home-content	{ width:800px; margin:20px auto; }
#home-nav		{ width:120px; text-align:right; }
#home-main		{ width:640px; background:url(../images/home-bg.jpg) 0 0 no-repeat; height:300px; }
#home-text		{ padding: 20px 20px 20px 300px; color:#FFF; /*overflow:auto; height:350px;*/ }
#home-footer			{ border-top:1px solid #E4E9EE; padding-top:30px; font-size:12px; color:#666; margin-top:30px; }
  #home-footer-content  { float:left; width:600px; }



#container 	{ width:962px; margin:0 auto; text-align:left; z-index:1; }
#header 	{ text-align:right; }
#nav		{ height:35px; border-top:1px solid #E4E9EE; border-bottom:1px solid #D6D9DE; margin-top:30px; text-align:right; padding-top:15px; }
#banner		{ border-top:1px solid #E4E9EE; margin-top:2px; padding-top:32px; }
  #banner-img { width:700px; float:left; }
  #contact	  { background:url(../images/contact-bg.jpg) 0 0 no-repeat; width:230px; height:170px; float:right; font-size:14px; padding:16px; color:#FFF; }
#footer			{ border-top:1px solid #E4E9EE; font-size:12px; color:#666; padding-top:20px; margin-top:30px; }
  #footer-content { float:left; width:700px; }
  #logo			  { float:right; width:199px; text-align:right; }


  
/*  Styles  */

a:link    { color: #001839; font-weight: bold; text-decoration: none; } 
a:visited { color: #001839; font-weight: bold; text-decoration: none; }
a:active  { color: #001839; font-weight: bold; text-decoration: none; }
a:hover   { color: #666; 	font-weight: bold; text-decoration: underline; }

.mainNav 		  { font-size: 16px; line-height:20px; }
a.mainNav:link	  { text-decoration:none; color:#5D4D52; font-weight:normal; }
a.mainNav:active  { text-decoration:none; color:#5D4D52; font-weight:normal; }
a.mainNav:visited { text-decoration:none; color:#5D4D52; font-weight:normal; }
a.mainNav:hover   { text-decoration:underline; color:#777; font-weight:normal; }

.homeNav 		  { font-size: 18px; line-height:26px; }
a.homeNav:link	  { text-decoration:none; color:#5D5256; font-weight:normal; }
a.homeNav:active  { text-decoration:none; color:#5D5256; font-weight:normal; }
a.homeNav:visited { text-decoration:none; color:#5D5256; font-weight:normal; }
a.homeNav:hover   { text-decoration:none; color:#CCC; font-weight:normal; }

a.contact:hover	  { color:#FFF; }

.completesite 	{ font-family:"Lucida Sans", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans; font-weight:normal; font-size:14px; }
.pipe		  	{ font-size:10px; color:#999; padding:0 10px; }
.space			{ padding:0 10px; }
.footerNav		{ padding:0 6px; }
.footerNavInt	{ padding:0 8px; }
.underline		{ border-bottom:1px solid #E4E9EE; display:block; margin-top:10px; }


h1.completesite { margin: 0 0 10px 0; font-size: 26px; line-height:32px; font-weight:bold; color:#5D4C52; }
h2.completesite { margin: 0 0 10px 0; font-size: 18px; line-height:28px; font-weight:bold; color:#333; }
h3.completesite { margin: 0 0 6px 0;  font-size: 16px; line-height:24px; font-weight:bold; color:#333; }
h4.completesite { margin: 0 0 6px 0;  font-size: 16px; line-height:20px; font-weight:bold; color:#333; }


h3 { padding:0 0 10px 0; margin:0; }
p { padding:0 0 10px 0; margin:0; }

ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }

