@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	border: 0;
}

p {
	padding: 12px;
}


body {
	background: #ccc url(images/bg.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

h1 {
	text-indent: -9999px;
	background: url(images/header.jpg) no-repeat;
	height: 164px;
}

h2 {
	padding: 3px;
	font-size: 20px;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #3E7EAA url(images/side_stripe.gif) left repeat-y;
	text-align: right;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
}
h2 span {
	font-weight: bold;
	color: #ccc;
}


h3 {
	padding: 3px 5px;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	border-left: 5px #fff solid;
	background: #fff;

}

h4 {
	padding: 2px 3px 2px 0;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	background: #3E7EAA url(images/side_stripe.gif) left repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;

}


a:link, a:visited, a:active {
	color: #3E7EAA;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

#wrapper {
	margin: 10px auto;
	width: 770px;
	position: relative;
}

#side_col {
	width: 222px;
	float: left;
}

#header {
	background: ;
}

#nav {
	background: url(images/nav_bg.jpg) no-repeat;

}
#nav_footer {
	height: 8px;
	background-image: url(images/nav_footer.jpg);
	background-position: top -1px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}


#nav ul {
	padding: 8px 9px 0 8px;
	list-style-type: none;
	margin: 0;


}

#nav ul li {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-align: right;
	padding: 0;
	margin: 0;

}
#nav ul li a.last {
	border: none;
	height: 15px;
	line-height: 15px;
	padding: 3px;
	margin: 0;
}
#nav   ul  li a {
	background: #666;
	color: #fff;
	padding: 3px;
	display: block;
	height: 15px;
	line-height: 15px;
}
#nav   ul  li a:hover {
	background: #ccc;
	color: #666;
	display: block;
	height: 15px;
	line-height: 15px;
}


#contact {



}

#contact ul {
	list-style-type: none;

}

#contact ul li {
	margin: 5px;
	color: #333;
	text-align: right;
	border-right: 3px #fff solid;

}

#contact ul li p {
	padding: 5px;
	display: block;
}

#contact ul li strong {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #3E7EAA;
}

#main_col {
	float: right;
	width: 542px;
}

#content_wrapper {
	padding: 5px 5px 0 5px;
}

#content {
	color: #333;
	border-right: 5px solid #fff;
	font-size: 11px;
}
#content ul {
	margin: 5px 10px;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
}
#content ul li {
	background: url(images/tick.gif) no-repeat left center;
	text-indent: 20px;
}


.border {
	border: 1px solid #666;
}


#footer {
	color: #666;
	text-align: right;
	padding: 5px;
	margin: 0 auto;
	clear: both;
	border-top: 5px solid #fff;
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#example {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px dashed #fff;
}
#example span {
	color: #3E7EAA;
}
