/* 
CrestedButteRealty.net - Megan Clark - CSS  
Thin Air Media Solutions - http://www.thinairmediasolutions.com  
Nov 11, 2008 
*/


/* ---- 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;
	text-align:left;
}
/*
:focus {
	outline: 0;
}*/

html {
	overflow-x: auto;
	overflow-y: auto;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 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;}



/* Megan Clark  */
 
body {
	background-color:#606D72;
	margin:0;
	padding:0;
	color:#FFF;
	font: normal 14px Tahoma,Verdana,Helvetica,Arial,sans;
	background-image:url(../images/bg2.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

a {color:#CCC; outline:none;}
a:link {color:#CCC;}
a:visited {color:#000;}
a:hover {color:#000;}

a.copy {font-weight:normal; color:#000;}
a.copy:link {font-weight:normal; color:#000;}
a.copy:visited {font-weight:normal;color:#FFF;}
a.copy:hover {font-weight:normal;color:#FFF;}

a.mainNav 			{text-decoration: none; color:#FFF; font-family:'Lucida Grande', 'Myriad Pro', Arial, Helvetica, Verdana, sans-serif; font-size:14px; font-weight:normal; display:block;}
a.mainNav:link		{text-decoration: none; color:#FFF; font-family:'Lucida Grande', 'Myriad Pro', Arial, Helvetica, Verdana, sans-serif; font-size:14px; font-weight:normal; display:block;}
a.mainNav:visited	{text-decoration: none; color:#FFF; font-family:'Lucida Grande', 'Myriad Pro', Arial, Helvetica, Verdana, sans-serif; font-size:14px; font-weight:normal; display:block;}
a.mainNav:hover		{text-decoration: none; color:#CCC; font-family:'Lucida Grande', 'Myriad Pro', Arial, Helvetica, Verdana, sans-serif; font-size:14px; font-weight:normal; display:block;}

h1.completesite {font-weight:normal; font-size:22px; padding:0; margin:0; line-height:22px;}
h2.completesite {border-bottom: 1px solid #797E6E; font-size:18px; font-weight:normal;}


/* Layout */

#container {
	width:880px;
	margin:0 auto;
}
#logos {
	height:70px;
	background-color:#000;
}
#bensons {
	float:left;
	padding:10px 0 0 40px;
}
#logo {
	float:right;
	padding:10px 60px 0 0;
}
#nav {
	height:20px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	padding:15px;
}
#header {}

#tagline {padding:10px 20px 0; font-size:16px; text-align:center; color:#CCC;}

#content {margin:20px; min-height:300px;}

li {margin-left:20px;}

#footer {
	background-color:#B4B3B4; 
	height:75px;
	color:#000;
	font-size:12px;
	padding:20px;
	text-align:center;
	width:840px;
	margin: 0px auto;
}
#copy {
	padding-top:10px;
}
