/* Global Resets
*************************************************************************/

body, html, a, p, h1, h2, h3, h4, h5, h6, ul, ol, li, img, table, tr, form, div, span {
	margin:0;
	padding:0;
	border: none;
	outline:none;
}

html { 
	background: #fff url(../images/top-bkgd.gif) repeat-x center top;
}

/* Main Styles */

#wrapper {
	overflow:hidden;
	margin:0 auto;
	padding-bottom:20px;
	width:960px;
}
#topNavLeft {
	display:inline;
	float:left;
	margin-top:20px;
	width:200px;
}
#topNavRight {
	display:inline;
	float:right;
	margin-top:10px;
	width:600px;
}

#mainLeft {
	display:inline;
	float:left;
	margin:40px 0 0 15px;
	width:300px;
}
#mainRight {
	display:inline;
	float:left;
	margin:40px 0 0 180px;
	width:300px;
}
.inner {
	display:inline;
	float:left;
	width:300px;
	margin-bottom:25px;
}
.inner img {
	margin-bottom:5px;
}


/* Typography */

h1 {
	color:#fff;
	font:normal 25px/27px Arial, Helvetica, sans-serif;
	margin-top:10px;
	text-align:right;
}
h1.contact {
	font-size:20px;
}
h1 span {
	color:#e26e1d;
}
h2 {
	color:#000;
	font:normal 23px/25px Georgia, "Times New Roman", Times, serif;
	margin-top:50px;
}
h2 span {
	color:#e26e1d;
}
h3 {
	background-color:#ebeaea;
	border-bottom:1px solid #ccc;
	color:#000;
	font:normal 18px/21px Georgia, "Times New Roman", Times, serif;
	margin-bottom:15px;
	padding:3px 3px 3px 10px;
}
h4 {
	color:#e26e1d;
	font:normal 18px/21px Georgia, "Times New Roman", Times, serif;
	margin-bottom:15px;
}
h5 {
	color:#666;
	font:normal 16px/18px Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
}
p {
	color:#666;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
}
small {
	font-size:9px;
}
p a:link, p a:active, p a:visited {
	border-bottom:1px dotted #e26e1d;
	color:#e26e1d;
	padding-bottom:1px;
	text-decoration:none;
}
p a:hover {
	border-bottom:1px solid #ccc;
	color:#000;
	padding-bottom:1px;
	text-decoration:none;
}

.clr {
	clear:both;
}

#topNavRight a:link, #topNavRight a:visited, #topNavRight a:active {
	background-color:#e4701e;
	color:#fff;
	padding:1px 5px 3px 5px;
	text-decoration:none;
}
#topNavRight a:hover {
	background-color:transparent;
	color:#e4701e;
	padding:1px 5px 3px 5px;
	text-decoration:none;
}











