
html,body
{
	margin:0;
	padding:0;
	background:#EBEBEB;
	text-align: center;
	color:#333;
}

p,
a,
ul,
li
{
	font-family:verdana,arial,sans-serif;
	font-size:12px;
}

table,
table td
{
	padding:0;
	margin:0;
}

a:link,
a:active,
a:visited
{
	text-decoration:none;
	color:#7DADC4;
}

a:hover
{
	text-decoration:underline;
	color:#424F5B;
}

p,
ul,
li
{
	line-height:20px;
	color:#333;
}

h1
{
	font-family:trebuchet ms,arial,verdana,sans-serif;
	font-size:22px;
	color:#7DADC4;
	font-weight:normal;
	border-bottom:1px solid #A8B1B7;
}

h2
{
	font-family:trebuchet ms,arial,verdana,sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#BCAF8D;
}

h3
{
	font-family:trebuchet ms,arial,verdana,sans-serif;
	font-size:16px;
	color:#424F5B;
	margin:0 0 0 10px;
}

#container
{
	width:700px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	background:#424F5B;
}

#nav
{
	float:right;
	margin:18px 20px 0 0;
}

#nav a
{
	margin:0 5px 0 5px;
}

#nav a:link,
#nav a:active,
#nav a:visited
{
	border-top:2px solid #BCAF8D;
	text-decoration:none;
}

#nav a:hover
{
	border-top:2px solid #7DADC4;
	text-decoration:none;
}

#header
{
	background:#f9f9f9;
}

#header img
{
	margin:0 0 20px 20px;
}

#intro
{
	background:url(../img/se_intro_bg_export.png) repeat-x #424F5B;
	height:100px;
}

#content
{
	background:url(../img/content_gradient.gif) repeat-x #fff;
	padding:10px 20px 30px 20px;
	margin:0;
}

#content p
{
	padding:0 10px 10px 10px;
}

#footer
{
	padding:20px 0 0 0;
}

#footer div
{
	padding:0 20px 0 0;
	background:#323E50;
	color:#f9f9f9;
}

#footer div.copy
{
	width:250px;
	height:35px;
	margin:0 0 0 10px;
	background:url(../img/copy.gif) no-repeat #424F5B;
}

#footer div.harley
{
	width:250px;
	height:35px;
	background:url(../img/service_by_harley.gif) no-repeat #424F5B;
}

#sidebar-content
{
	float:right;
	width:275px;
	background:url(../img/se_sidebar_bg_export.png) repeat-x #424F5B;
	padding:10px 15px 15px 15px;
	margin:0 0 20px 20px;
}

#footercontent,
#sidebar-content p
{
	color:#f9f9f9;
}

div.footerspacer
{
	border-bottom:1px solid #BCAF8D;
}

table.footer td
{
	width:50%;
	vertical-align:top;
}

#sidebar-content a,
table.footer li a
{
	color:#7DADC4;
}

.fullwidth
{
	width:100%;
}

.subdivs td
{
	width:300px;
	vertical-align:top;
	text-align:center;
	padding:0 5px 0 5px;
}

.subdivs p,
.subdivs ul,
.subdivs li
{
	text-align:left;
}

.subdivs ul,
.subdivs li
{
	margin:15px 15px 0 15px;
}

.subdiv-links td
{
	width:300px;
	vertical-align:top;
	text-align:center;
	padding:20px 5px 20px 5px;
	background:url(../img/content_bottom_bg_export.png) no-repeat;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

#contactform
{
	clear:both;
	display:none;
	background:#fff;
	padding:10px;
}

#contactform table tr td
{
	vertical-align:top;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
}

#contactform table tr td
{
	vertical-align:top;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
}

input.form-button
{
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	background:#7DADC4;
}

div#success
{
	padding:10px;
	font-family:verdana,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	border:1px solid #fff;
	color:#fff;
	background:#1E2634;
	display:none;
}

div#failure
{
	padding:10px;
	font-family:verdana,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	border:1px solid #fff;
	color:#fff;
	background:#1E2634;
	display:none;
}

td.border_top
{
	background:url(../img/border_top.gif) repeat-x;
}

td.border_left
{
	width:9px;
	background:url(../img/border_left.gif) repeat-y;
}

td.border_right
{
	width:9px;
	background:url(../img/border_right.gif) repeat-y;
}

td.border_bottom
{
	background:url(../img/border_bottom.gif) repeat-x;
}

#faqs
{
	border:1px solid #BCAF8D;
}

#faqs table td
{
	vertical-align:top;
	padding:0 0 20px 0;
}

#faqs table td:first-child
{
	background:#F2EFE9;
	font-weight:bold;
}