/***********************************************************
		  CSS DESIGN FOR
	TENNESSEE VALLEY LOG HOME RESTORATION
	
***********************************************************/



/*********************************
	COMMON TAGS
*********************************/


*{margin:0; padding:0;}

body {
	font: .8em arial, sans-serif;
	background-image: url(/images/tvlhr_bg.gif);
	background-repeat: repeat;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 8px 0px 6px 22px;
	font-size: 1.2em;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 8px 0px 6px 18px;
	font-size: 1em;
}
a:link {
	color: #50a3f1 ;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #50a3f1;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #515663;
	text-decoration: none;
	font-weight: bold;
}
img {
	float: right;
	padding-left: 8px;
	padding-bottom: 8px;
}


/*********************************
	NAVIGATION
*********************************/

#nav {
	width: 700px;
	height: 22px;
	background-image: url(/images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-color: #e7dfd8;
	float: left;
}
#nav li a:link {
	color: #515663;
	font-family: arial, serif;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
}

#nav li a:hover {
	color: #ffffff;
	font-weight: bold;
}
#nav li {
	padding-left: 8px;
	display: block;
	margin: 0;
	list-style-type:none;
	float: left;
}
#nav li a { 
	display: block;
	width: auto;
	padding: 3px 2px 4px 3px;
	background: none;
	color: #515663;
	font-size: 11pt;
	letter-spacing: 1px;
}
#nav ul {
	padding-right: 15px;
	float: right;
}
#nav a.current {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
#content ul {
	padding-right: 5px;
	float: left;
}
#content li {
	padding-left: 12px;
	display: block;
	margin: 0;
	list-style-type:none;
	float: left;
}
#content li a { 
	display: block;
	width: auto;
	padding: 3px 2px 4px 3px;
	background: none;
	color: #515663;
	font-size: 8pt;
}
#content li a:link {
	color: #515663;
	font-family: arial, serif;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

#content li a:hover {
	color: #ffffff;
	font-weight: bold;
}
#content a.current {
	color: #515663;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
/*********************************
	DIVISIONS
*********************************/

#site {
	width: 700px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 40px 0;
}
#header {
	width: 700px;
	height: 100px;
	background-image: url(/images/tvlhr_banner.jpg);
	background-repeat: no-repeat;
	background-color: #e7dfd8;
	float: left;
}
#phone {
	width: 180px;
	height: 30px;
	margin-top: 7px;
	margin-right: 40px;
	float: right;
}
#content {
	width: 700px;
	background-color: #e7dfd8;
	float: left;
}
#content p{
	margin-top: 12px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 12px;
	padding: 8px 5px;
}

#content ul{
	margin-left: 20px;
}
#content #info {
	width: 580px;
	margin-top: 12px;
	margin-left: 30px;
	/*margin-right: auto;*/
	margin-bottom: 12px;
	margin-bottom: 12px;
	padding: 8px 5px;
	float: left;
	background-color: #ffffff;
}
#info p{
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	padding: 8px 5px;
	background-color: #ffffff;
}
#footer1 {
	width: 700px;
	height: 40px;
	text-align: center;
	background-color: #9d6634;
	background-image: url(/images/tvlhr_footer.gif);
	background-repeat: repeat-y;
	float: left;
}

#footer1 a:link {
	background-image: url(/loghome/images/footer_bg.jpg);
	font-size: 10pt;
	color: #e7dfd8;
	background: none;
}
#footer1 a:hover {
	font-size: 10pt;
	color: #f19d50;
	background: none;
}


/*********************************
	CLASSES
*********************************/
.b {
	font-weight: bold;
}
p.footer {
	top-margin: 3px;
	font-size: .9em;
	font-weight: bold;
	color: #e7dfd8;
}
.phone {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
	color: #e7dfd8;
	font-weight: bold;
}
.infowrap {
	width: 560px;
	float: left;
}
.infoleft {
	width: 330px;
	float: left;	
}
.inforight {
	text-align: center;
	width: 200px;
	float: right;
}
.photowrap {
	width: 560px;
	float: left;
}
.photoleft {
	text-align: center;
	width: 230px;
	float: left;	
}
.photoleft h3 {
	margin: 0px;
}
.photoright h3 {
	margin: 0px;
}
.photoright {
	text-align: center;
	width: 230px;
	float: right;
}


/*********************************
	CLEARFIX
*********************************/
/*
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}
*/