html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield
{
	border: 0;
	margin: 0;
	padding: 0;
}
body
{
	background: #fff url(../img/bg_top.gif) left top repeat-x;
	color: #444;
	font: 85%/1.3 arial, helvetica, sans-serif;
	padding: 0;
}

#header
{
	height:80px;
	margin:10px 5% 0;
	max-width:1264px;
	min-width:500px;
}

#header p
{
	float:left;
	margin:0;
	padding:0;
	width:300px;
}

#menu
{
	background-image:url(../img/relia_logo.gif);
	background-repeat:no-repeat;
	float:left;
	height:80px;
	width:100%;
}

#menu ul
{
	padding:40px 0 10px 250px;
}

#menu li
{
	display:inline;
}

#menu a:link,#menu a:visited
{
	color:#333;
	float:left;
	font-size:1em;
	font-weight:700;
	letter-spacing:1px;
	padding-left:0.2em;
	padding-right:0.2em;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover
{
	color:#9c0;
}

#banner
{
  background-color:#fff;
	background-image:url(../img/banner.gif);
	background-repeat:no-repeat;
	height:200px;
	margin:0 5% 0;
}
#container
{
	background-color: #fff;	
	margin:0 5%;
}
#content
{
	display:inline;
	float:left;
	margin-bottom:10px;
	min-height:600px;
	padding:10px;
	text-align:left;
	width:60%;
}
#content h1
{
	clear:both;
	color:#339;
	font-size:1.4em;
	font-weight: 700;
	letter-spacing:0.05em;
	line-height:1.5em;
	margin:0;
	padding-bottom:10px;
}
#content h2
{
	color:#339;
	font-size: 125%;
	font-weight: 700;
	line-height: 150%;
	margin: 10px 0 5px 0;	
	clear: both;
	
}
#content h3
{
	font-size: 100%;
	font-weight: 700;
	line-height: 150%;
	margin: 0px 0 5px 10px;	
	clear: both;
}
#content h4
{
	font-size: 100%;
	font-weight: 700;
	line-height: 150%;
	margin: 0px 0 5px 20px;	
	clear: both;
}
#content p
{
	color: #333;
	line-height: 150%;
	padding: 0 5px 10px 0;
}
#content a:link, #content a:visited
{
	color: #390;
}
#content a:hover, #content a:active
{
	text-decoration: underline;
}
#rightcolumn
{
	float:right;
	padding-top:45px;
	min-height:330px;
	width:36%;
}
#rightcolumn img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul.thumbs{ list-style: none; margin: 10px 0 20px 40px; padding: 0; }
ul.thumbs li{ float: left; padding: 0; margin: 5px; position: relative; }
ul.thumbs li a img{ border: 5px solid #ccc; }
ul.thumbs li a:hover img{ border: 5px solid #98b3b1; }
ul.thumbs li img.new {display: block; position: absolute; top: -3px; right: -3px; z-index: 1; border: none; }

.thumbnail
{
	padding: 3px;
	background-color: #fff;
	border: 3px solid #222;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}	
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
.floatleft
{
  float: left;
  margin: 0 1em 1em 0;
  padding: 2px;
}

.floatright
{
	padding: 0 5px 0 0;	
	float: right;
}

span.email span {display: none;}

blockquote {
	margin-top: -10px;
  background: transparent url(../img/left-quote.gif) left top no-repeat;
}
blockquote div {
  background: transparent url(../img/right-quote.gif) right bottom no-repeat;
	color: #888;
	font-size: .95em;
	font-weight: 700;
	line-height: 1.4em;
  padding: 0 48px;
  width: 75%;
}

#footer
{
	background: #eee url(../img/bg_bottom.gif) left center repeat-x;
	color:#555;
	height:70px;
	clear:both;
	padding:10px;
	position:relative;
	font-size:0.8em;
}
#footer_column
{
	float:right;
	width:42%; 
}
#footer a:link,#footer a:visited
{
	background-color:inherit;
	color:#555;
	text-decoration:none;
}

#footer a:hover,#footer a:active
{
	color:#9c0;
	text-decoration:underline;
}

#footer ul
{
	width:18em;
	line-height:1.7em;
}

#footer li
{
	list-style:none;
}

dl
{
	margin:0;
	width:18em;
}

dl dt
{
	float:left;
	font-weight: 700;
	line-height:1.2em;
	margin:0;
	padding:0.5em 0.5em 0 0;
	text-align:right;
	width:5em;
}

dl dd
{
	font-weight: 300;
	line-height:1.2em;
	margin:0;
	padding-top:0.5em;
}

span.email span {display: none;}

#bullets
{
	color:#555;
	line-height:1;
	margin:-1em 0 0 3%;
	padding: 0 0 10px 10px;
}

ul.bullets
{
	border-bottom:none;
	list-style:square;
	margin-left:15px;
	margin-top:1.5em;
	padding:0;
}

ul.bullets li
{
	margin:1em 0;
	padding:0;
}
