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

* {margin: 0; padding: 0;}

img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #770000;
	text-decoration: none;
}

.linethru {text-decoration: line-through}

body {
	color: #000000;
	font: 13px Arial, Helvetica, Verdana, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
}

.description {
	width:100;
	height:auto;
	}

div#logo {
	position:relative;
	top: 10px;
}

div#trio {
	position:relative;
	top: 50px;
}

div#link_box {
	position:relative;
	top: 50px;
	height: auto;
	width: 500;
	overflow:hidden;
}

div#mail_list {
	position:relative;
	top: 100px;
	height: 400;
	width: 400;
	overflow:hidden;
}

.tiny {
	font: 10px Arial, Helvetica, Verdana, sans-serif;
}

div#submenu {
	position:relative;
	top: 55px;
	height: 400;
	width: 400;
	overflow:hidden;
	font: 11px arial;
}

div#iframe {
	position:relative;
	top: 60px;
	height: 500;
	width: auto;
	overflow:hidden;
}

div#mastheadpic {
	margin-top: 80px;
	height: 220px;
	width: auto;
	background-image: url(images/RRIICCEE-band.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
	
div#threecolwrap {
  	float: left;
  	width: 100%;
}
	
div#mail {
	position:relative;
	top:300;
}	
	


/* Navigation */



div#navbar {
	position:relative;
	top: 30px;
	left: 3px;
}

div#index_navbar {
	position:relative;
	top: 240px;
	left: 3px;
}

div#navbar li a {
	text-decoration: none;
	color: #fff;
}

div#navbar li a:visited {
	text-decoration: none;
	color: #fff;
}

div#navbar li a:hover {
	text-decoration: underline;
	color: fff;
}

/* Expandable box */

.cut {
	width: 700px;
	margin: auto;
	padding-top: 25px;
}

.cut div {
	margin: auto;
}

.cut div.topleft {
	display: block;
	background: url("images/box-bg.jpg") top left no-repeat transparent;
	padding: 2.0em 0em 0em 2.0em;
}

.cut div.topright {
	display: block;
	background: url("images/box-bg.jpg") top right no-repeat transparent;
	padding: 2.0em;
	margin: -2.0em 0 0 2.0em;
}

.cut div.bottomleft {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	background: url("images/box-bg.jpg") bottom left no-repeat transparent;
}

.cut div.bottomright {
	display: block;
	background: url("images/box-bg.jpg") bottom right no-repeat transparent;
	height: 45px;
	margin-left: 3.0em;
}

div#tourbox {
	font-weight: bold;
	margin: 20px;
}

/* for all the Forms in the house */

div.line {
	width: 100%;
    clear: both;
    padding-top: 5px;
}

div.line span.text {
	color: #000;
    float: left;
    width: 120px;
    text-align: right;
	padding: 3px;
}

div.line span.input {
    float: left;
    width: 100px;
    text-align: left;
	margin: -5px 35px 5px 0;
	padding: 3px;
}

/* Footer */

div#footer {
	height: 100px;
 	width:100%;
 	clear:both;
 	float:left;
 } 

div#footer p {
	font: Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	padding-top: 10px;
	font-size: .9em;
	text-align: center;
}