/* landing page styles */
body { 
	margin: 0 0 0px 0; 
	padding: 0; 
	text-align: center;
/*	background: #f7f7e8; */
	background: #cdcdcd;
	font-family: Arial, sans-serif, "Lucida Grande", Tahoma, ;
	color: #333;
	font-size: 12px; 
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #333;
	font-weight: normal;
    }

br, p, ul, ol, dl, li, dt, dd, table, td {
	font-family: Verdana, Arial, sans-serif, "Lucida Grande", Tahoma ;
	color: #333;
	font-weight: normal;
    }

h1 {
	font-size: 16px;
	color: #333;
	}
	
h2 {
    margin: .25em 0 .25em 0;
	font-size: 20px;
	line-height: 22px;
	}
	
h3 {
    margin: .25em 0 0 0;
	font-size: 15px;
	font-weight: bold;
	}

h4 {
    margin: .25em 0 0 0;
	font-size: 14px;
	font-weight: bold;
	}
	
p {
    margin: .25em 0 1.75em 0;
	font-size: 12px;
	line-height: 18px;
    }

#wrapper {
	width: 802px;
	margin: 0px auto;
	padding: 0px 0 0px 1px;
	background: #fff url(../images/bg-wrapper.jpg) repeat-y left top;
	}

#inner-wrapper {
	text-align: left;
	width: 800px;
	}


#pusher-contact {
	float: left;
	width: 800px;
	height: 30px;

}


/* footer */
#footer {
	border-top: 1px solid #000;
	width: 802px;
	margin: 0px auto;
	padding: 0px 0 0px 0;	
	}
	

/* global page styles */

#logo-contact { margin-bottom: 10px; }


	
#content {
	float: left;
	padding: 0px 25px 25px 25px;
	}

#content h2 {
	font-size: 18px;
	margin: 0 0 .25em 0;
	}
	
#content p {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 1em;
	}
	
#content li {
	font-size: 12px;
	margin: 0 0 0 1em;
	}
	
#footer p {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	margin: 6px 0px 0px 6px;
	color:#666;
	text-align: left;
	}
