/* 2005 Rainbow Coast Realty */
/* All rights reserved */

body {
		margin: 0px auto; /* Right and left margin widths set to "auto" */
		text-align: center; /* Counteract to IE5/Win Hack */
		padding: 0px;
		font: 12px/16px normal verdana, helvetica, arial, sans-serif; 
		color: #000;
		}
		
 a:link { color: #900; text-decoration: underline; }

 a:hover, a:active { color: #C30; text-decoration: underline; }

h1 { font-size: 24px; font-weight: bold; color: #900; }
h2 { font-size: 18px; font-weight: bold; color: #900; }
h3 { font-size: 14px; font-weight: normal; color: #666; }

.motto {	text-align: center; font-weight: bold;}

.legal {	text-align: center; font-size: 11px; padding-top: 20px;}

#logo {
		float: left;
		width: 236px;
		height: 224px;
		margin: 0;
		padding:  0;
		background-color: transparent;
		background-image: url(images/RC_logo.gif);
		}

/* table cell styles */

.logo { width: 230px; height: 224px; margin:  0; padding: 0; background: #C30 url(images/logo_bg.gif) top left repeat-y;}

.left { width: 230px; border-left: 6px solid #FF0; background: #C30 url(images/RC_left_grad.jpg) bottom repeat-x; text-align: center; }

.right { padding:  0 0 0 20px; }

.content { background: #fff url(images/RC_emblem.jpg) center no-repeat; padding: 10px; text-align: left;}

/* side menu */

#navcontainer { 
	width: 180px; 
	margin-left: auto;
	margin-right: auto;
	}

#navcontainer ul {
	margin:0;
	padding-left: 0;
	list-style-type: none;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	text-align: left;
	}

#navcontainer a {
	display: block;
	margin: 4px 0 0 0;
	padding: 3px;
	width: 160px;
	background-color: #900;
	border: 1px solid #fff;
	}

#navcontainer a:link, #navlist a:visited  { color: #fff; text-decoration: none;}

#navcontainer a:hover { background-color: #C30; color: #fff; }


