body
{
    font-family: "Trebuchet MS", "Verdana", "Tahoma", helvetica, sans-serif;
    color: #000000;  
    background: #b4deef;
}

a
{
    color: #3c5a78;
}

a:hover
{
    color: #808080;
}

a:visited
{
    color: #000000;
}

.hidden
{
    display: none;
}

.logo h2
{  
    margin: 0;
    padding-top: 100px;
    
    background: transparent url('../img/logo.png') no-repeat right 100px;    
}

.logo a,
.logo span
{
    display: block;
    width: 200px;
    height: 80px;    
    
    margin-left: 20px;
}

.logo #rbcSystemIdentifierLogo
{
    display: none;
}

.navigator
{
    line-height: 1.5em;        
    background: transparent url('../img/navigator.png') repeat-x 90px left;
    padding-top: 10px;
}

.navigator span 
{
    background: transparent url('../img/navigator_bullet.png') no-repeat center center;    
}

.navigator span span
{
    visibility: hidden;
    padding: 0 5px;
}

.navigator span#navCurrentPage
{
    background: transparent;
}

.navigator hr
{
    margin-bottom: 0;   
 
}

.navigator #pageNavigator
{
    margin: 0 20px;
    width: auto;
    padding: 0;
}

.box
{
    margin: 10px 20px;    
}

.sidebar .box
{
    margin: 10px 0;
}

.slogan
{
    padding-top: 10px;
    line-height: 1.5em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;    
}

hr
{
    margin: 10px 0;
}

.container_12
{
    padding-bottom: 30px;
}

.footer
{
    position: absolute;
    left: -50%;
    bottom: 30px;
    
        color: #666666;
    font-size: 0.9em;
    padding: 0;  
}

.footer .in
{
    width: 100%;    
    position: absolute;
    top: 0px;
    left: 50%;
    padding-top: 4px;
    height: 26px;
    background: #b4deef url('../img/footer.png') no-repeat top left;
}

.footer .right
{
    text-align: right;
}

.footer .right a
{
    padding: 0 5px;
}

.footer a
{
    color: #666666;
}

html, body
{
    height: 100%;        
}

.wrapper
{        
    margin: 0 auto;
    width: 960px;
}

.body
{
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 100%;    
    width: 960px;
    margin: 0 auto;
    
    background: transparent url('../img/bg.png') repeat-y center top;
}

.megawrapper
{
    position: relative;
    width: 960px;
    height: 100%;
    margin: 0 auto;
}

#contactBlock
{
    overflow: visible;
}

.sidebar .decorated
{
    position: relative;
    zoom: 1;

    padding: 10px 0;
    text-align: right;
    margin: 0 -20px 10px 0;
    left: -20px;
    top: 0px;
    
    background: transparent url('../img/decorated.png') repeat-y top right;
}

*:first-child+html .sidebar .decorated { padding-top: 20px; }
* html .sidebar .decorated { padding-top: 20px; } 

.sidebar .decorated .top
{
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent url('../img/decorated_top.png') no-repeat top right;
    height: 10px;
    width: 100%;
}

.sidebar .decorated .bottom
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: transparent url('../img/decorated_bottom.png') no-repeat top right;
    height: 10px;
    width: 100%;
}

.sidebar .decorated .in
{
    margin: 10px 20px 0 20px;
}

.sidebar .decorated p
{
    margin-bottom: 10px;
}

#mainmenu .menu
{
    font-size: 1.1em;
}

#mainmenu .menu li
{   
    list-style: none;
    list-style-image: none;
    margin: 1px 20px 1px 0;
}

#mainmenu .menu li a
{
    display: block;
    padding: 5px 5px 5px 30px;
    background: transparent url('../img/menu_bullet.png') no-repeat 10px 10px;
    border: 1px solid #b4deef;
    color: #000000;
}

#mainmenu .menu li.selected a,
#mainmenu .menu li a:hover
{
    background-color: #ffffff;
    border-color: #9abecc;
    background-image: url('../img/menu_bullet_active.png');
}

ul ul,
ol ol
{
	margin-bottom: 0;
}

ul li
{
	list-style-image: url('../img/list_bullet.png');    
}

blockquote
{
	padding: 0 10%;
    font-style: italic;
}

.photogallery
{
	margin-bottom: 20px;
}

.main .large
{
    margin-bottom: 0;
}

.photogallery .photo
{
	float: left;    
}

.main .photogallery .photo
{
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.photogallery .photo img
{
    border: 1px solid #000000;
}

.photogallery .description
{
	line-height: 2em;
}	

.main .small .clear-0,
.sidebar .small .clear-0,
.sidebar .small .clear-1,
.sidebar .small .clear-2,
.main .large .clear-0,
.sidebar .large .clear-0,
.sidebar .large .clear-1
{
    clear: both;
}

.main .small .photo
{
	width: 146px;
    
}

.main .large .photo
{
	width: 229px;
    height: 180px;
    padding-top: 15px;
    margin-bottom: 0;
}

.sidebar .photo
{
	width: 100%;
}

.detail 
{
	text-align: center;
    margin-bottom: 20px;
}

	.detail img
    {
  	    border: 1px solid #000000;
    }
    
.controls
{
	text-align: center
}	

	.controls span
    {
    	visibility: hidden;
    }

.list h3
{
	margin-bottom: 5px;
}

.list p
{
	margin-bottom: 10px;
}

.withImage p
{
	padding-left: 145px;
}

.withImage img
{
	border: 1px solid #000000;
	float: left;
    margin: 5px 5px 5px 10px;
}

.list 
{
	margin-bottom: 10px;
}

ins.time
{	
	font-style: italic;
    line-height: 26px;
}

.list ins.time
{	
    float: right;
}

p img
{    
    border:1px solid #000000;    
    margin:5px 5px 0 5px;    
}

/*.filler
{
    width: 100%;
    height: 40px;
}*/

address
{
    font-style: normal;   
}

h5, h6
{
    margin-bottom: 5px !important;
}
    

table#waitingTable
{
    width: 100%;
    height: 200px;
    text-align: center;
}

table#waitingTable td
{
    vertical-align: middle;
}

.rbcWidgetArea
{
    margin-bottom: 20px;    
}

    

#submenu ul.menu
{
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
    margin: 0 20px;
    font-size: 1.1em;
}

#submenu ul.menu li
{
    display: inline;
    margin: 0;
    padding: 0;
    padding-right: 12px; 
    border-right: 1px solid #000000;
    margin-right: 8px;
    
}

#submenu ul.menu li.last
{
    border: 0;
    margin: 0;
}

/* IE6 HACKS */
* html .main
{
    width: 610px !important;    
    margin-right: 0;
}

* html .sidebar
{
    float: right;
    width: 300px !important;
    margin-left: 0;
}

* html #mainmenu ul li
{    
    display: inline-block;
}

* html .footer .left
{    
    width: 380px !important;
}

* html .footer .right
{
    width: 460px !important;
padding-bottom: 10px;        
}
