/*
Author:
Date:
Job:
*/

/********************************************************************************************************** CSS Mini Reset */
* {
	margin: 0;
	padding: 0; 
}
table {
	border-collapse: collapse;
}
th, td {
	text-align: left;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }
img { border: 0; }

/*********************************************************************************************************** Site Layout */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px, 1.2em = 12px etc. */
	background:#ffffff;

}

body{
	background:url(../images/bg.gif) repeat-x;
	position: relative;

}


#wrapper{
	width:990px;
	margin-left: auto;
	margin-right: auto;
	background:#fff;
}

#header{
	width:990px;
	margin:0 auto;
	height:160px;
	border-top:solid 22px #000;
	background:#f3f2ee;
}

.logo{
	float:left;
	width:165px;
	height:110px;	
	margin-left:40px;
	margin-top:43px;
	display:inline;
}

#content{
	border-top:8px solid #000;
	width:990px;
	margin:0 auto;
	background:#fff;
	color:#848485;
	font-size: 1.4em;
	line-height:1.6em;
}


#content-left{
	width:545px;
	float:left;
	margin-left:70px;
	display:inline;
	margin-top:20px;
	font-size: 0.9em;
	
}

.arrow-left{
	width:35px;
	float:left;
	margin-left:35px;
	display:inline;
	height:25px;
margin-top:1px;
}

.top-arrow{
	margin-top:125px;
	margin-right:5px;
	display:inline;
	float:right;
	width:23px;
	height:25px;
}

#content-right{
	float:left;
	margin-left:70px;
	display:inline;
	color:#6f6f70;
	font-weight: bold;
	width:300px;
	margin-top:20px;
	font-size: 0.9em;
}

#content-right ul{
	
	list-style-image:url(../images/list-style.jpg);
	list-style-position: inside;
	margin-left:18px;
}

#content-right ul li{
	text-indent: -18px; 
	
}

#content-bottom{
	clear:both;
	width:990px;
	height:129px;
	margin:0 auto;
	background: url(../images/content-bottom.jpg) no-repeat #fff;
}

#content-wide{
	float:left;
	width:850px;
	line-height:1.4em;
	margin-top:3px;
}

#footer{
	clear:both;
	background:#f3f2ee;
	height:335px;
	width:990px;
	margin:0 auto;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#footer-wide{
	width:100%;
	background:#f3f2ee;
	
}

.address{
	float:left;
	font-style: italic;
	margin:20px 40px;
	display:inline;
	color:#6f6f70;
	font-size:1.2em;
	line-height:1.4em;
	font-family: Georgia, serif;
}

.sayhello{
	float:right;
	display:inline;
	margin-right:70px;
	margin-top:130px;
	font-style: italic;
	color:#6f6f70;
	font-size:1.2em;
	line-height:1.4em;
	font-family: Georgia, serif;
}


.sayhello a, .address a{
	color:#6f6f70;
	text-decoration: none;
}

.sayhello a:hover, .address a:hover{
	text-decoration: underline;
}

.underline{
	text-decoration:underline;
}
/*********************************************************************************************************** Site Content */

p{
margin-bottom: 1em;

}

h3{
	font-weight: bold;
	margin-bottom:1.2em;
}

/*********************************************************************************************************** Miscellaneous */
div.clear {
	clear: both;	
}