body {
	background-color: #FFFFFF;
	font-size: 62.5% /* 16px × 62.5% = 10px */;
	background-image: url(../Adunate New/images.new/line.Sub.gif);
	background-repeat: repeat-x;
	background-image: url(images/line.Sub.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
html,body { width: 100%; height: 100%; }
/* Do not forget this is applied to both HTML and BODY */


*	{
	margin: 0;
	padding: 0;
}
/* creates no space after return*/

p	{
	font-size: 1.2em;
	color: #6F6659;
	line-height: 1.5em;
	}
	
a	{
	color:#6f6659;
	text-decoration: underline;
	}
	
a:hover {
	color: #F68800;
	}	
	
	
img.logo { 
    float: left; 
}



img.floatLeft { 
    float: left; 
    margin: 0 0px 10px 10px;
	border: #6F6659 solid 1px; 
	padding: .5em; 
}

img.floatRight { 
    float: right; 
    }
	
h1	{ /*used for headings*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: 400;
	color:#F68800;	
	}
	
h2	{ /*used for headings*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: .03em;
	color:#F68800;
	}	
	
h3	{ 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: 600;
	color:#F68800;	
	text-align: center;
	}
	
h4	{
	color:#6F6659;
	font-size: 1.0em;
	font-weight: normal;
	}
	
h5	{ 
	font-size: 1.2em;
	font-weight: 600;
	color: #6F6659;
	line-height: 1.5em;
	}
	
h6	{
	color:#6F6659;
	font-size:smaller;
	font-weight: normal;
	text-align:right;
	
	
	}		
	
li.bullet1	{
	list-style: none outside;
	display: inline;
	margin: 0 0 0 15px;
	font-size: 1.2em;
	color: #6F6659;
	padding: 0;
	line-height: 1.5em;
	}
	 
/* Bullet margins don't show up properly in design mode but do online. The text flows to second line in alignment indented with text */	 	

li.bullet2	{
	list-style: disc inside;
	display: list-item;
	margin: 0 0 0 16px;
	font-size: 1.2em;
	color: #6F6659;
	padding: 0;
	line-height: 1.5em;
	}
	 
/* Bullet margins don't show up properly in design mode but do online. The text flows to second line in alignment indented with text */	 

#containerHorizontal {
	position: relative;
	min-height: 100%;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

#header {
	height: 100px;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	padding: 9px 0 0 66px;
}

#contact	{
	position: absolute;
	top: 95px;
	width: 200px;
	right: 20%;
	} 
	
#contact a	{
	color:#F68800;
	text-decoration:none;
	}
	
#contact a:hover		{
	border-bottom-color: #6F6659;
	color: #6F6659;
	}
	
#content {
	width: 385px;
	height: 100%;
	position: relative;
	float: right;
	padding: 50px 10px 0 0;
	}
	
#image{
	width: 300px;
	height: 100%;
	position: relative;
	padding:50px 0 10px 0;
	float: right;
	}	
			

#nav {
	width: 130px;
	height: auto;
	position: relative;
	padding: 65px 0 0 0;
	float: left;
}


	
#nav ul	{
	text-align: right;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #C0AF99;
	padding: 40px 25px 20px 0;
	float:right;
	}
	
	
li {
	list-style:none;
	padding: 0 0 25px 0;
	}


li a {
	font-size: 1.4em;
	font-weight: 600;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	color:#F68800;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
li a:hover {
	border-bottom-color: #6F6659;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #6F6659;
	}
	
#youarehere	a {
	border-bottom-color: #F68800;
	color: #F68800;
	}
	
	
#youarehere	a:hover{
	border-bottom-color: #6F6659;
	color: #6F6659;
	}	
	
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: absolute;
	text-align: center;
	bottom: 5em;
	
	
	}
