@charset "utf-8";
/* Riverpoint CSS Document */
/* @author earthlingdesign.com */
/* 2009 Earthling Design Studios */

/* Browser Reset */

body {background: #ffffff url(../images/background.gif) no-repeat top center; margin: 0px; padding: 0px;}
body {color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 150%;}

div.wrapper {margin-left: auto; margin-right: auto; width: 1000px}

div#header {height: 100px;}

.logo {background: url(../images/logo.gif) 0 0 no-repeat; float: left; height: 41px; margin-left: 2px; margin-top: 27px; width: 356px;}
.logo:hover {text-decoration: none;}

fieldset, img { border: 0; }
a:focus { outline: none; }
form {margin: 0; padding: 0;}

/* menu */
div#menu {float: right; margin-top: 40px;}

ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;  
}

ul.menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

ul.menu li a {
	height: 25px;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	color: #8c8c8c;
}

ul.menu li span {  
	display: block;
}

ul.menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

ul.menu li a.current {  
	color: #000000;
}

ul.menu a:hover, ul.menu a.current:hover {  
	color: #333333;
}

ul.menu a.level1 span, ul.menu span.level1 span {
	padding: 0px 0px 0px 20px;
}

/* links */
a:link, a:visited {color: #666666; text-decoration: none; }
a:hover {text-decoration: underline; }

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 { font-size: 300%; }
h2 { font-size: 250%; }
h3 { font-size: 200%; }
h4 { font-size: 175%; }
h5 { font-size: 150%; }
h6 { font-size: 125%; }

div#content {}
.left {float: left; margin-top: 25px; width: 380px;}
.right {float: right; margin-top: 25px; width: 610px;}