/*
Site: Gunnison Real Estate & Rentals - Gunnison, CO
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
Ma7 13, 2010 
*/


/* ---- 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; }


/*  Gunnison Real Estate & Rentals - CSS  */
/*  Layout  */

body {
	margin-top: 0;
	background:#547158 url(../images/bg1.jpg) 0 0 repeat;
	font: 14px/20px Tahoma, Verdana, Helvetica, sans-serif;
	line-height:20px;
	color:#000;
	text-align:left;
}

#container	{ width:940px; margin:0 auto; text-align:left; z-index:1; margin-bottom:20px; }
#header		{ width:940px; margin:0 auto; height:255px; background:url(../images/header-bg.jpg) 0 0 no-repeat; margin-top:20px; }
#content	{ background:url(../images/content-repeat.jpg) 0 0 repeat-y; padding-top:20px; }
	#main-content { padding-bottom:20px; }
    #sidebar  	  { padding-bottom:20px; }
#footer 	{ background:url(../images/footer-bg.jpg) 0 0 no-repeat; height:55px; text-align:center; padding-top:30px; background-color:#006029; color:#FFFCD8; font-size:12px; border-bottom:1px solid #948467; }

  
/*  Styles  */

a:link    { color: #0C1244; font-weight: bold; text-decoration: none; font-size:12px; } 
a:visited { color: #0C1244; font-weight: bold; text-decoration: none; font-size:12px; }
a:active  { color: #0C1244; font-weight: bold; text-decoration: none; font-size:12px; }
a:hover   { color: #666; 	font-weight: bold; text-decoration: underline; font-size:12px; }

a.completesite:link    { color: #0C1244; font-weight: bold; text-decoration: none; } 
a.completesite:visited { color: #0C1244; font-weight: bold; text-decoration: none; }
a.completesite:active  { color: #0C1244; font-weight: bold; text-decoration: none; }
a.completesite:hover   { color: #666; 	font-weight: bold; text-decoration: underline; }

a.mainNav:link,	a.mainNav:active,a.mainNav:visited  { 
	color:#FFF; font-size: 16px; line-height:20px;
	font-weight:normal; font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none; padding: 4px 0px; display:block;
}

a.mainNav:hover   { 
	color:#006029; font-size: 16px; line-height:20px;
	font-weight:normal; font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:underline; padding: 4px 0px 4px 3px; display:block;
}

a.footer:link, a.footer:active, a.footer:visited { color:#FFF; text-decoration:none; font-size:12px; font-weight:normal; }
a.footer:hover { color:#CCC; text-decoration:none; font-size:12px; font-weight:normal; }




.completesite 	{ font: 14px/20px Tahoma, Verdana, Helvetica, sans-serif; }
.pipe		  	{ font-size:10px; color:#999; padding:0 12px; }
.space			{ padding:0 8px; }
.footerNav		{ padding:0 6px; }
.underline		{ border-bottom:1px solid #E4E9EE; display:block; margin-top:10px; }
.sans			{ font:12px/18px Arial, Helvetica, sans-serif; color:#FFF; }

p.completesite  { margin-bottom:20px; }

h1.completesite { margin: 0 0 10px 0; font-size: 26px; line-height:30px; font-weight:normal; color:#006029; font-family: Georgia, "Times New Roman", Times, serif; }
h2.completesite { margin: 0 0 10px 0; font-size: 22px; line-height:28px; font-weight:normal; color:#006029; font-family: Georgia, "Times New Roman", Times, serif; }
h3.completesite { margin: 0 0 5px 0;  font-size: 18px; line-height:22px; font-weight:normal; color:#006029; font-family: Georgia, "Times New Roman", Times, serif; }
h4.completesite { margin: 0 0 5px 0;  font-size: 14px; line-height:18px; font-weight:normal; color:#006029; font-family: Georgia, "Times New Roman", Times, serif; }


h3 { padding:0 0 10px 0; margin:0; }
p { padding:0; margin:0; }

ul { padding:0; margin:0; }
li { padding:0 0 0 0; margin:0 0 0 20px; border:0; }

#sidebar ul {
	list-style:none; 
	padding:0px;
	margin:0px;
	width:245px;
	background-color:#0D1244;
	color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#sidebar li { padding:10px; margin:0px; }
