/* main styles */

html, body {
	margin: 0;
	padding: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #666666;
}

body a:link, body a:visited, body a:active {
	color: #006699;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
	color: #CC0000;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin:1em 0;
}

h1 { font-size:2em; }
h2 { font-size:1.6em; }
h3 { font-size:2em; }
h4 { font-size:1.6em; }

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

/* hacks */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* hide from IE */

html>body #testElement {

}
  
/* hide from others */
   
* html #testElement {

} 

/* IE inherit font size in tables */

table {
	font-size: 1.0em;
}

/* tables inherit font sizes */

table {
	font-size: 1em;
}

/* ids */

#wrap {
	margin-top: 10px;
	margin-left: 10px;
}

#masthead {
	background-image: url(/riab/images/masthead.jpg);
	width: 760px;
	height: 145px;
	background-repeat: no-repeat;
}

#content {
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 20px;
}

#mainNav {
	padding-left: 22px;
}

#mainNav li {
	display: inline;
	padding-right: 16px;
	line-height: 20px;
}

#mainNav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#mainNav a:hover {
	text-decoration: none;
	color: #FFFF00;
}

#subnav {
	padding: 10px;
	width: 180px;
	vertical-align: top;
	border-right: 1px dotted #ccc;
}

#content {
	width: 530px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 20px;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#testimonials {
	background: url(/riab/images/bg_testimonials.jpg) no-repeat;
	width: 220px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	color: #999;
}

#roomGuidelines {
	background: url(/riab/images/bg_room_guidlines.jpg) no-repeat;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	width: 220px;
	color: #999;
}

/* class */

.userLinks {
	padding-right: 20px;
	float: right;
}

.fieldSM {
	font-size: 10px;
	height: 16px;
}

.quote {
	color: #D90000;
	text-align: right;
	font-size: 9px;
}
