@charset "utf-8";
/* CSS Document

index page only CSS

1 14 2010

filename: index.css*/

* 				{
				margin:0;
				padding:0;
				}

html,body		{	
				height:100%;
				width:100%;
				}


body 			{
				background-image:url(../images/banner5.jpg);
				background-repeat:repeat-x;
				text-align:center;
				min-height:468px;
				min-width:552px;
				}

#outer			{
				height:100%;
				width:100%;
				display:table;
				}
						
#container 		{
				text-align: center;
				position:relative;
				display:table-cell;
				}
				
#inner 			{
				width: 900px;
				text-align: center;
				margin-left:auto;
				margin-right:auto;
				}
	

#header1 		{
				width:900px;
				}

#header2 		{
				width:900px;
				height:25px;
				background-image:url(../images/headbg.png);
				background-repeat:repeat-x;
				}

#header3 		{
				width:900px;
				height:25px;
				background-image:url(../images/headbg.png);
				background-repeat:repeat-x;
				}
				

#links			{
				font-size:12px;
				font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
				padding-top:4px;
				text-align:center; 
				}
	
#links a:link 		{
					text-decoration: none; 
					color: #F8EFDE;
					}
	
#links a:visited 	{
					color: #F8EFDE; 
					text-decoration:none;
					}
	
#links a:hover 		{
					color: #80572B; 
					text-decoration: none;
					}

#box1 				{
					float:left;
					}
					
img.sidebar			{
					height:382px;
					width:50px;
					}
	
#box1a 				{
					float:left;
					width:160px;
					margin-top:60px;
					margin-left:10px;
					margin-right:10px;
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:14px;
					}
					
#box2				{
					text-align:justify;
					background-color:#FFF;
					padding-left:30px;
					padding-top:20px;
					padding-right:5px;
					padding-bottom:20px;
					border-style:hidden;
					border-color:#FFF;
					text-align:left;
					float:left;
					margin-left:0px;
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:14px;
					}

#box3				{
					float:left;
					margin-left:30px; 
					margin-top:25px;
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:14px;
					}
					
#box3 a:link		{
					text-decoration: none; 
					color: #855B32;
					}
					
#box3 a:hover		{
					color: #600; 
					text-decoration: underline;
					}
					
#box4				{
					float:left;
					margin-top:25px; 
					margin-left:45px;
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					font-size:14px;
					}
					
#box4 a:link		{
					text-decoration: none; 
					color: #855B32;
					}
					
#box4 a:hover		{
					color: #600; 
					text-decoration: underline;
					}
	
#box5				{
					float:right;
					}
	

#links2				{
					clear:right;
					font-size:16px;
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					text-align:center; 
					margin-top:30px;
					}
	
#links2 a:link 		{
					text-decoration: none; 
					color: #855B32;
					}
	
#links2 a:visited 	{
					color: #855B32; 
					text-decoration:none;
					}
	
#links2 a:hover 	{
					color: #600; 
					text-decoration: underline;
					}
	
#address			{
					color: #333333;
					font-size:12px;
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					text-align:center;
					}
		
#bottomemail		{
					color: #666;
					font-size:11px;
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					text-align:center;	
					}
					
#bottomemail a:link	{
					text-decoration: none; 
					color: #855B32;
					}
					
#bottomemail a:hover{
					color: #600; 
					text-decoration: underline;
					}
	
#footer 			{ 
					width:800px;
					margin-left:50px;
					}

#footer p 			{	
					padding-top:5px;
					}

.clearfloat			{
					clear:both;
					height:0;
					font-size: 1px;
					line-height: 0px;
					}	
	
	
	
	
