* {	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11pt; }
body { 
	background: #444247; }
p { padding: 5px 0; text-indent: 20px; }
blockquote { 
	margin: 0 50px; 
	padding: 3px;
	text-align: center; 
	border: double 3px #ccc;
	background: url(../img/blockquote.jpg) no-repeat top left;}
.photo { border: solid 3px #CDD0D5; }
.italics { font-style: italic; }
.bold { font-weight: bold; }
.right { float:right; }
.left { float:left; }
.underline { text-decoration: underline; }
.small { font-size: 80%; }
/*POSITIONING*/
#top { 
	margin: 0 auto;
	width: 919px;
	height: 356px;
	background: url(../img/top.jpg) no-repeat; }
#main {
	margin: 0 auto;
	width: 919px;
	background: url(../img/main.jpg) repeat-y 1px 0px; }
#main-top { 
	width: 919px; 
	min-height: 423px;
	background: url(../img/main-top.jpg) no-repeat; }
#content {
	margin: 0 100px; }
#bottom {
	background: url(../img/bottom.jpg) no-repeat;
	width: 919px;
	height: 171px;
	margin: 0 auto; }

/*MENU STYLES*/
.menu {
    font-family: arial, verdana, sans-serif;
    position: relative;
	padding-top: 310px;
	padding-left: 60px; }
.rb_toggle {
    height: 40px;
    line-height: 40px; }
.rb_toggle span {
	padding: 2px;
    cursor: hand;
    cursor: pointer;}
.rb_toggle span.hover {
    color: #fff; }
.rb_menu {
    position: absolute;
    left: 137px;
    top: 320px; }
.rb_menu ul li{ background: url(../img/menu_bg.png) repeat-x; }
.rb_menu ul,
.rb_menu li {
	list-style-type: none;
	font-family: verdana;
	font-weight: bold;
	letter-spacing: 1px;
    padding: 0;
    margin: 0;
    float: left;
	height: 25px;
	line-height: 14px;
    padding: 0 5px 0 0; }
.rb_menu a {
    font-size: 13px;
    font-weight: regular;
    color: #000;
    text-decoration: none;
	padding: 0 10px; }
.rb_menu a:hover {
    text-decoration: underline;
	color: #4B5366; }
.rb_menu a.current {
    color: #999; }
.rb_menu ul ul li { display:block; clear:left; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; }
.clearfix {display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
.clearfix {display: block; }
/* End hide from IE-mac */

/*LIGHTBOX*/
@import url("lightbox.css");