/* home page style */
html{
	background:transparent url(../../images/html_bg.png) repeat-x 0 0;
}
body{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:transparent url(../../images/body_bg.png) no-repeat 0 0;
	color:#000;
	padding:0;
	margin:0;
	text-align:center;
}
html>body{
	font-size: 10px;
}
#main{
	width:954px;
	text-align:left;
	margin:0 auto;
}
#header{
	width:945px;
	height:94px;
	padding:5px 9px 0 0;
	background:transparent url(../../images/header_bg.png) repeat-y 0 0;
	border-bottom:2px solid #fff;
}
#header div{
	float:right;
}
#header div a img{
	border:0;
}
/* start navigation rules */
#navigation{
	float:left;
	width:163px;
	height:300px;
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
}
/* first level styles */
#navigation li{
	width:163px;
	text-align:right;
	margin:0;
	padding:0;
	border:0;
	position:relative;
	list-style:none;
	list-style-type:none;
}
#navigation li a, #navigation li a:visited{
	display:block;
	display:inline-block;
	width:148px;
	height:23px;
	padding:7px 15px 0 0;
	font-size:1.4em;
	background-color:transparent;
	color:#6c441e;
	text-decoration:none;
}
#navigation li a:hover, #home #navigation #nav1 a, #home #navigation #nav1 a:visited{
	background-color:#fbfaf8;
	color:#000;
}
/* second level styles */
/* end navigation rules */
#col1{
	float:left;
	width:487px;
	height:340px;
	border-left:2px solid #fff;
}
#col1.col1-addbgimg{
	background:transparent url(../../images/col1_bg.jpg) no-repeat 0 0;
	position:relative;
}
#col1.col1-addbgimg div.col1-nfmessage{
	display:block;
	width:290px;
	margin:250px 0 0 50px;
	font-size:3em;
	font-weight:bold;
	font-family:garamond,georgia,times,serif;
	color:#fff;
}
#col2{
	float:left;
	width:298px;
	height:340px;
	background:transparent url(../../images/col2_bg.jpg) no-repeat 0 0;
	color:#4d3116;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	font-size:1.2em;
}
#col2 p{
	margin-top:0;
	line-height:1.4em;
}
#col2 div.button1{
	width:280px;
	height:70px;
	padding:6px 12px 6px 6px;
	border-bottom:1px solid #fff;
}
#col2 div.button1 img{
	float:left;
	margin-right:5px;
}
#col2 div.button2{
	float:left;
	width:136px;
	height:78px;
	padding:6px;
	border-right:1px solid #fff;
}
#col2 div.button3{
	float:left;
	width:137px;
	height:78px;
	padding:6px;
}
#welcome{
	clear:left;
	width:757px;
	margin-left:163px;
	padding:15px;
	background-color:#f6f2ec;
	color:#4d3116;
	border:2px solid #fff;
}
#welcome h1{
	font-size:2.2em;
	font-weight:normal;
	margin:0;
	padding:0;
}
#welcome p{
	margin:0.75em 0 0 0;
	font-size:1.3em;
	line-height:1.3em;
}
#footer{
	color:#9e6a3d;
	padding:3px;
	text-align:right;
}
#col2 a, #col2 a:visited{color:#4d3116; text-decoration:none;}
#welcome a, #welcome a:visited{color:#4d3116; text-decoration:underline;}
#col2 a:hover, #welcome a:hover{color:#000; text-decoration:underline;}
/* misc classes */
.clearfix:after{
	content:".";
	display: block;
	height:0;
	font-size:1;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */