@charset "utf-8";
/* CSS Document */

/* RESETS */
/* v1.0 | 20080212 */
/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styles */
body {
	background-color: #fff;
}
/*
body {
	background: url(images/bg4.jpg) repeat-y scroll center center #D5DFEA;
}
*/

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#intro {
	position: relative;
		
}
#pageHeader { width: 400px; }
#pageHeader h1 {
	width: 400px; height: 198px;
	background:url(images/rbslogo.jpg) no-repeat;
	text-indent: -9999px;
}
#ehnbox {
	position:absolute;
	top: 185px;
	left: 137px;
	
}
#ehnbox h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 32px;
	color: #000;
}
#keyPhrase {
	position: absolute;
	width: 400px; height: 198px;
	top: 0px;  left: 517px;
	z-index: 5;
}
#keyPhrase p {
	width: 400px; height: 198px;
	background:url(images/kw2.jpg) no-repeat;
	text-indent: -9999px;
}

#lselect {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 914px;
}
#lselect ul li {
	text-decoration: none;
	list-style: none;
	text-align: center;
	display: inline;
}
#lselect h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 23px;
	color: #000;
	margin-top: 20px;
}
#lselect a {
	display: block;
	text-decoration:none;
	color: #000;
}
li#centerline {
	float:left;
	background-image:url(images/centerline.jpg);
	background-repeat:no-repeat;
	width:114px;
	height:490px;
}
li#permblock { 
	float:left;
	width: 400px; 
	background-image:url(images/permblock.jpg);
	background-repeat: no-repeat;
}
li#permblock p {
	margin-top: 345px;	
}
li#tempblock {
	float:left;
	width: 400px;
	background-image:url(images/tempblock.jpg);
	background-repeat: no-repeat;
}
li#tempblock p {
	margin-top: 345px;	
}
#lselect li a p {
	font-size: 13px;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.5em;
}
#lselect p {
	padding: 10px 15px 10px 15px;	
}
#footer {
	margin-top: 0px;
	padding: 30px 15px 10px 15px;
	position: relative;
	clear: both;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
}
#footer a:link, #footer a:hover, #footer a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
}
ul#sitelist li {
	display: inline;	
}
/*
ul#sitelist li:before {
	content: " | ";
	color: #666;
}
	
ul#sitelist li.first:before {
	content: "";
}
*/

#otherexamples {
	position: relative;
	border:1px solid #000;
	background-color:#FFC;
	color:#333;
	width: 130px;
	padding: 10px;
	float: right;
	text-align: center;
	z-index: 10;
}
#otherexamples a {
	text-decoration: underline;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#smlinks {
	position: absolute;
	width: 210px;
	top: 30px;
	right: 0px;
}

