/* 
    Standard colours 
    #D8313B - red

    #d7dede - l.grey
*/

/* ---------------------------- Reset.css ----------------------------- */
:link,:visited { text-decoration:none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }
dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none;  }
address,abbr { font-style:normal; }
/* ---------------------------- Helpers.css ----------------------------- */
.clear { clear:both; }
.float-left { float:left; }
.float-right { float:right; }

.third { width: 24.5%; }
.normal-width { width:745px; }
.full-width { width:983px; }
.normal-width .left { width:535px; }
.normal-width .right { width:200px; padding: 24px 0 0 0; }
#news .right { width:190px; padding: 0 0 0 0; }
#content h1{ margin: 0 0 10px 0; }
.alternate-color {background-color:#e7f2f8;}

input.textbox
{
    border: 1px solid #999;
	padding: 3px;
    width: 150px;
    color:#333;
}

/* ---------------------------- Layout.css ---------------------------- */

html { text-align: center; }
body { background: #fff; font-family: Arial; font-size: 0.8em; }

#outerwrapper { width:1003px; text-align: left; margin: 0 auto; background: #fff; }

#header { width: 100%; }
#header img { float:left; }
#header #flashbanner { float:left; width:740px; height: 145px; margin: 0 0 1px 0; }
#topnav {float: left; height: 22px; width:748px; margin: 0 0px 1px 2px; background:#d7dede; font-size: 14px;}
#topnav ul { padding: 3px 0 0; }
#topnav li { float: left; }
/*#topnav { border-bottom: solid 1px #231f20;	height:29px; overflow:hidden;}
#topnav .topselected { border-bottom: solid 3px #0073b2; }
#topnav ul.MM2{display:none;}*/




#middle { width: 100%; background:#d7dede; margin: 2px 0 0 0;}
#leftcontainer { float:left; width:253px; min-height: 400px; }
.containerlogo { background: transparent url('../images/inspired-2012-mark.jpg') no-repeat 20px 50%;}
#rfacontainer { background-color: #f1ece9; float:left; width:253px; height: 125px; margin-top: -12.4%; }
.rfalogo { background: transparent url('../media/4808-RFA-OSL-WebBanner.gif') no-repeat 20px 50%;}
#contentcontainer { float:left; width:740px; background: #fff; padding: 10px 0 0 10px; }

#breadcrumbs { padding: 10px 0 10px 5px; }
#breadcrumbs ul li { float:left; }
#breadcrumbs ul li,
#breadcrumbs ul li a { color:#646464; }
#breadcrumbs ul li.chevron { padding: 0 10px; }

#footer { clear:both; background: #fff; margin: 4px 0 0; border-top: solid 2px #d7dede; }
#footer div.middle { width: 25%; text-align:center; }
#footer div.last { text-align:center; }
#footer div.icons { margin-top: 0.5%; width: 25.5%; }
#footer p { padding: 10px 0; }

h1 { font-family: arial; color:#000; font-size: 1.8em; width: 535px; margin: 0 0 0 5px; font-weight: bold; }
h2 { color:#000; font-size: 1.4em; margin: 10px 0 15px 0; }
h3 { font-family: arial; color:#000; font-size: 1.5em; width: 535px; font-weight: normal; }

a:link, a:visited, a:active { color:#D8313B; text-decoration:underline; }
a:hover { text-decoration:underline; }
p { color:#231f20; margin: 0 0 10px 0; line-height: 1.4em; }
.padding p { padding-right:180px;}

hr 
{  
    border: none;
    height:10px;
    background:url(/images/line.gif) no-repeat;
}

#content { min-height: 500px; padding-bottom:20px; }
#content p { padding: 0 150px 0 0;}
#content img.float-right { margin: 5px 0 5px 5px;}
#content img.float-left { margin: 5px 5px 5px 0 ;}
#content ul { padding: 0 0 0 20px;}
#content ul li { list-style-type:disc; }

.eventfinder-controls
{
    padding: 10px 0;
}
.eventfinder-controls input.textbox
{
    margin: 5px 0 10px 10px;
	border: 1px solid #999;
	padding: 3px;
    width: 150px;
    color:#333;
}

table.museums
{
    width: 740px;
}
table.museums td.link
{
    width: 150px;
}

table.museums tr
{
    height:20px;
}

#quotes
{
    width: 350px;
    height: 136px;
    margin: 12.65px 0 30px 50px;
}

fieldset
{
    border:none;
}
fieldset div.row
{
    clear:both;
    padding: 10px 0;
}
fieldset div.row label
{
    float:left;
    width: 150px;
    font-weight:bold;
}
fieldset div.row div
{
    float:left;
    display:inline;
}

.imgProtect
{
    vertical-align:middle;
}

/* ------------------------------ fancybox ------------------------------ */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancybox/fancy_title_right.png) repeat-x;
}

p#bubble { padding:0}

/* ------------------------------ Homepage Toggles ------------------------------ */

div#fancy_homepage {
	margin: 0;
	z-index: 100;
	position: absolute;
}

#homepage h1{ margin: 0 0 10px 0; }

#homepagecontainer { float:left; width:740px; background: #fff; padding: 10px 0 0 10px; }

#homepage { min-height: 500px; padding-bottom:20px; }
#homepage p { padding: 0 0px 0 0;}
#homepage img.float-right { margin: 5px 0 5px 5px;}
#homepage img.float-left { margin: 5px 5px 5px 0 ;}
#homepage ul { padding: 0 0 0 20px;}
#homepage ul li { list-style-type:disc; }
#left {width: 49%; float: left;}
#right {width: 49%; float: right;}












































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
