* { margin: 0; padding: 0; }

body {
	background: #F2F2F2 url(../images/bg.gif) repeat-x 0 0;
	color: #3F3F3F;
	margin: 0;
	padding: 0;
	text-align: left;
	font: 100%/110% "Arial", Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 770px;
	margin: auto;
	position: relative;
	text-align: left;
}

#contentwrap {
	display: block;
	position: relative;
	font-size: 0.7em; /* Global Content Font Size */
	line-height: 1.8em;
}

#col-left {
	float: left;
	width: 580px;
}

#col-right {
	display:none;
}

.home #col-left {
	width: 600px;
}
	
.home #col-right {
	display:none;
}



/* Header
------------------------------------------------------------------*/

#topheader {
	height: 200px;
}

	#headerleft {
		float: left;
		position: absolute;
		z-index: 100;
		top: 18px;
	}
	
	#headerright {
		 display:none;
	}

	#logo{
		display:none;
	}
	
	#print-logo{
		align: center;
	}
	
	
/* sidebar
------------------------------------------------------------------*/

#sidebar {
	display: none;
	background: #3F3F3F;
	overflow: hidden;
	width: 100%;
	height: 32px;
}

/* Footer
------------------------------------------------------------------*/

#footer {
	display:none;
}

#footer p { margin: 0; padding: 0 10px; }

	#footerleft { }
	
	#footerright {
		 float: right;
	}
	
	#footer a {
		color: #B3B4CB;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
#rvlogo{
	display:none;
}

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #786592;
	text-decoration: underline;
}

a:hover {
	color: #786592;
	text-decoration: none;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
}

	ul ul, ol ol { margin-bottom: 0; }
	#col-left ul li { background: url(../images/bullet2.gif) no-repeat 0 8px; list-style: none; padding-left: 15px; }

.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	color: #786592;
}

	#col-right.home h2 {
		 width: 318px;
		 height: 24px;
		 text-indent: -9999px;
		 background: #B2B2B2 url(../images/feature_positions.gif) no-repeat 3px 2px;
	}
	
h3 {
	color: #5D8BA5;
	margin-bottom: 0.3em;
	font-size: 1.3em;
}

	h3 a { color: #5D8BA5; text-decoration: none; }
	h3 a:hover { color: #5D8BA5; text-decoration: underline; }

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

