/****** FILE: themes/dream/css/bx_styles.css *****/
/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/*next button*/
.bx-next {
	position:absolute;
	top:40px;
	right:-55px;
	z-index:999;
	width: 45px;
	height:220px;
	text-indent: -999999px;
	background: url(/themes/dream/images/next.png) no-repeat 0 0;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40px;
	left:-56px;
	z-index:999;
	width: 45px;
	height: 220px;
	text-indent: -999999px;
	background: url(/themes/dream/images/prev.png) no-repeat 0 0;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(/themes/dream/images/gallery-page-bg.png) repeat top left;
}

/*auto start button*/
.bx-auto .start {
	background: url(/themes/dream/images/bx_styles/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(/themes/dream/images/bx_styles/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 -224px;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}













/****** FILE: themes/dream/css/default.css *****/
img, div { behavior: url(iepngfix.htc) }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


/* ==========================================================================
   standard
   ========================================================================== */

h1 {
	background: url(/themes/dream/images/dream-australia-logo.png) no-repeat top left;
	text-indent: -9999px;
	margin: 15px 0 15px 15px;
	height: 60px;
	width: 275px;
}
h1 a {
	display: block;
	height: 60px;
}
h2, h3 {
	font-family: 'Noto Serif', serif;
	margin: 0 0 10px 0;
	line-height: 1.1em;
}
h2 {
	font-size: 18px;
	color: #993300;
}
h3 {
	font-size: 16px;
	color: #2F96CF;
}
h4 {
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	color: #979C00;
}

h5 {
	font-family: 'Noto Serif', serif;
	color: #950069;
	font-size: 14px;
}

h6 {
	font-family: 'Noto Serif', serif;
	color: #478585;
	font-size: 14px;
}

a {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
ol, ul {
	list-style: none;
}
li {
	margin-left:15px;	
}

ul {
	list-style-type:disc;
	margin-left:15px;
}

ol {
	list-style-type:decimal;
	margin-left:15px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin: 0 0 10px 0;
}   

/* ==========================================================================
   common
   ========================================================================== */

body {
	line-height: 1;
	margin:0;
	padding:0;
	color: #000;
	font: 12px Tahoma, Helvetica, Arial, Geneva, sans-serif;
}
#pagination {
	padding: 10px 0;
}
#pagination a, #pagination .current {
	padding: 0 5px;
}
#pageWrapper {
	width: 920px;
	margin: 0 auto;
}
#page {
	width: 920px;
	margin: 0 auto;
}
.underlineDouble {
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url("/themes/dream/images/bottom-rule.png") repeat-x scroll left bottom transparent;
	width: 420px;
}
.underlineTriple,
#VideoGalleryPage .underlineDouble {
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url("/themes/dream/images/bottom-rule.png") repeat-x scroll left bottom transparent;
	width: 640px;
}
#login {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	font-family: 'Noto Serif',serif;
	font-size: 18px;
}
#login a {
	color: #fff;
	font-size: 12px;
	opacity: .4;
}
#social {
	position: absolute;
	width: 30px;
	right: -30px;
}
#social img.pad {
	padding-bottom: 5px;
}
#HomePage #main {
	background: url('/themes/dream/images/home-main-bg.png') repeat-y left top #FFF;
	margin-bottom: 10px;
}
#HomePage .home-content {
	background-color: #fff;
	padding: 20px;
	/*margin-right: 230px;*/
}


#main {
	background: url('/themes/dream/images/main-bg.png') repeat-y left top #FFF;
	width: 920px;
}
#VideoGalleryPage #main {
	background: url('/themes/dream/images/main-bg-video.png') repeat-y left top #FFF;
}
#main .colSingle {
	width: 190px;
	padding: 20px 20px 10px 20px;
	float: left;
}
#main .colSingle img {
	margin-bottom: 10px;
}
#main .colDouble {
	width: 420px;
	padding: 20px 20px 10px 20px;
	float: left;
}
#main .colTriple {
	width: 650px;
	padding: 20px 20px 10px 20px;
	float: left;
}

#main .colDoubleNoPad {
	width: 460px;
	padding: 0 0 20px 0;
	float: left;
}
#main .colTripleNoPad {
	width: 690px;
	padding: 0 0 20px 0;
	float: left;
}
.rule {
	background: url('/themes/dream/images/rule.png') no-repeat;
	height: 1px;
	width: 190px;
	display: block;
	margin: 15px 0;
}
#bottom .rule {
	background: url('/themes/dream/images/bottom-rule.png') no-repeat;
	width: 240px;
	height: 1px;
	display: block;
	margin: 15px 0;
}
#footer .logo {
	padding-bottom: 10px;
}
#footer #socialMedia img {
	padding-right: 5px;
}
.article {
	padding-bottom: 10px;
}
.articleTopPad {
	padding-top: 10px;
}
.articleTopPadBorder {
	background: url('/themes/dream/images/bottom-rule.png') no-repeat bottom left;
	margin-bottom: 20px;
	padding: 20px 0 10px;
}
.articleBorder {
	background: url('/themes/dream/images/bottom-rule.png') no-repeat bottom left;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.articleBottomPadBorder {
	background: url('/themes/dream/images/bottom-rule.png') no-repeat bottom left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}



/* ==========================================================================
   forms
   ========================================================================== */

#login_content h2, #signup h2 {
	text-align: center;
	padding: 10px 0;
}
.required,
.validation {
   	color: #ff0000;
}
.leftCol {
	width: 160px;
	text-align: right;
	padding: 4px 10px 16px 0;
	vertical-align: top;
}
.rightCol {
	width: 250px;
	padding-bottom: 10px;
}
input#memberLogin, #signup input#signupSubmit {
	background-color: #993300;
    border: 0 none;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 2px;
    width: 80px;
    font-family: 'Noto Serif',serif;
    font-size: 14px;
    cursor: pointer;
}
input.field {
	width: 160px;
	padding: 2px;
}
textarea.field {
	width: 165px;
	padding: 2px;
}
   
   
/* ==========================================================================
   secondary nav
   ========================================================================== */
   
ul.secondaryNav {
	font: 14px 'Noto Serif',serif;
	list-style-type:none;
	margin: 0;
}
ul.secondaryNav li {
	margin: 0;
	background: #FFF url('/themes/dream/images/rule.png') no-repeat left bottom;
}
ul.secondaryNav li a {
	color: #000;
	padding: 5px 0;
	display: block;
}


   
/* ==========================================================================
   slider 1 gallery
   ========================================================================== */

#header {
	width: 920px;
	background-color: #fff;
	position: relative;
}
#shadow {
	background-color: rgb(255,255,255); /* Needed for IEs */

	-moz-box-shadow: 0 0 8px #999;
	 -webkit-box-shadow: 0 0 8px #999;
	 box-shadow: 0 0 8px #999;

	/*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;*/
	width: 880px;
	height: 290px;
	padding: 20px;
}
#slider1 {
	position: relative; /* This protects the inner element from being blurred */
	background-color: #FFF;
}
.bx-pager {
	position: absolute;
	width: 320px;
	left: 540px;
	height: 30px;
	top: 15px;
	padding: 0;
	text-align: left;
	padding-left: 20px;
}
.bx-pager a {
	float: left;
}
.bx-pager a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
.bx-pager-item .active {
	background-color: #000;
}

.bx-wrapper .bx-caption {
    background: url("/themes/dream/images/caption-bg.png") repeat scroll left top transparent;
    bottom: 2px;
    left: 0;
    position: absolute;
    width: 500px;
    color: #FFFFFF;
    display: block;
    font: 18px/1.3em 'Noto Serif',serif;
    padding: 10px;
}


/* ==========================================================================
   slider 2 gallery
   ========================================================================== */

#slider2 {
	position: relative;
	background-color: #FDFCF7;
	padding: 20px;
	width: 880px;
	margin-bottom: 10px;
}
#slider2 .caption {
    display: block;
    background: url("/themes/dream/images/caption-bg.png") repeat scroll left top transparent;
    bottom: 2px;
    left: 0;
    position: absolute;
    width: 140px;
    color: #FFFFFF;
    display: block;
    font: 12px/1.3em 'Noto Serif',serif;
    padding: 10px;
}
#slider2 .bx-prev {
	position:absolute;
	top:65px;
	left:-44px;
	z-index:999;
	width: 45px;
	height: 43px;
	text-indent: -999999px;
	background: url(/themes/dream/images/slider2-prev.png) no-repeat 0 0;
}
#slider2 .bx-next {
	position:absolute;
	top:65px;
	right:-45px;
	z-index:999;
	width: 45px;
	height: 43px;
	text-indent: -999999px;
	background: url(/themes/dream/images/slider2-next.png) no-repeat 0 0;
}
#slider2 .bx-prev:hover, #slider2 .bx-next:hover {
	background-position: 0 -43px;
}



/* ==========================================================================
	newsletter signup
   ========================================================================== */


#newsletter {
	background: url('/themes/dream/images/newsletter-bg.png') repeat-y left top #FFF;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
	width: 170px;
}
#newsletter .pointer {
	float: left;
	width: 45px;
	padding-right: 10px;
}
#newsletter .heading {
	float: left;
	font: italic 14px/1.1em 'Noto Serif', serif;
	width: 110px;
	padding-bottom: 10px;
}
.daydreaming {
	display: block;
	float: left;
	width: 170px;
	border-top: 1px solid #993300;
	border-bottom: 1px solid #993300;
	text-align: center;
	font: 18px 'Noto Serif', serif;
	color: #993300;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-shadow: 2px 2px 2px #999;
	line-height: 21px;
}



/* ==========================================================================
   home
   ========================================================================== */ 

#searchField {
	width: 140px;
	padding: 3px;
	margin-bottom: 10px;
}
.searchSubmit {
	border: none;
	background-color: #FFF;
	font: 14px 'Noto Serif', serif;
	cursor: pointer;
	color: #999900;
	padding: 5px 0 0 0;
}
#video {
	background-color: #fff;
	height: 170px;
	margin-bottom: 10px;
}
#map {
	width: 690px;
	float: left;
}
#HomePage #map {
	background-image: url('/themes/dream/images/map/parchment.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	float: none;
}
#bottom {
	width: 840px;
	background: #FBF8EE url('/themes/dream/images/bottom-bg.png') repeat-y left top;
}
#bottom .col, #footer .col {
	width: 240px;
	padding: 20px;
	float: left;
}
#bottom img {
	margin-bottom: 10px;
}
.border {
	border: 1px solid #000;
}
#job .heading {
	font-weight: bold;
	display: block;
}
.storyTitle {
	background: url('/themes/dream/images/pointer.png') no-repeat left 2px;
	text-indent: 35px;
}


/* ==========================================================================
   profiles
   ========================================================================== */ 

.thumbPad {
	width: 200px;
	height: 175px;
	margin: 0 20px 0 0;
	float: left;
}
.thumbPadRight {
	width: 200px;
	height: 175px;
	float: left;
}
.red .thumb {
	width: 200px;
	height: 110px;
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
}
.red .thumbRight {
	width: 200px;
	height: 110px;
	margin: 0 0 20px 0;
	float: left;
	position: relative;
}
.red .thumb img, .red .thumbRight img {
	float: left;
}
.red .thumb .heading, .red .thumbRight .heading {
	background: url("/themes/dream/images/caption-bg.png") repeat scroll left top transparent;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 180px;
	padding: 10px;
	float: left;
	font: 14px 'Noto Serif',serif;
	color: #FFF;
}
.green .thumb {
	width: 200px;
	height: 110px;
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
}
.green .thumbRight {
	width: 200px;
	height: 110px;
	margin: 0 0 20px 0;
	float: left;
	position: relative;
}
.green .thumb img, .green .thumbRight img {
	float: left;
}
.green .thumb .heading, .green .thumbRight .heading {
	background: url("/themes/dream/images/caption-bg-green.png") repeat scroll left top transparent;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 180px;
	padding: 10px;
	float: left;
	font: 14px 'Noto Serif',serif;
	color: #FFF;
}

.heading a {
	color: #fff;
}
.heading a:hover {
	text-decoration: none;
}


/* ==========================================================================
   profiles details
   ========================================================================== */

.companyThumb {
	width: 160px;
	float: left;
	padding-right: 20px;
	height: 130px;
}
.companyDetails {
	width: 240px;
	line-height: 130px;
	height: 130px;
	float: left;
}
.companyDetailsText {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.logoFeature {
	width: 420px;
	text-align: center;
	margin-bottom: 10px;
}
.logoFeature img {
	padding: 20px;
}



/* ==========================================================================
   different colours for different templates
   ========================================================================== */ 


/*blue*/
.blue ul.secondaryNav li a.current, .blue ul.secondaryNav li a:hover {
	text-decoration: none;
	color: #0099CC;
}  
body.blue {
	background: url(/themes/dream/images/bg-blue.jpg) repeat-x top left #F6EED5;
}
.blue h2 {
	color: #0099CC;
}

/*orange*/
.orange ul.secondaryNav li a.current, .orange ul.secondaryNav li a:hover {
	text-decoration: none;
	color: #CC6600;
}  
body.orange {
	background: url(/themes/dream/images/bg-orange.jpg) repeat-x top left #F6EED5;
}
.orange h2 {
	color: #CC6600;
}

/*red*/
.red ul.secondaryNav li a.current, .red ul.secondaryNav li a:hover {
	text-decoration: none;
	color: #993300;
}  
body.red {
	background: url(/themes/dream/images/bg-red.jpg) repeat-x top left #F6EED5;
}
.red h2 {
	color: #993300;
}

/*green*/
.green ul.secondaryNav li a.current, .green ul.secondaryNav li a:hover {
	text-decoration: none;
	color: #993300;
}  
body.green {
	background: url(/themes/dream/images/bg-green.jpg) repeat-x top left #F6EED5;
}
.green h2 {
	color: #999900;
}

/*teal*/
.teal ul.secondaryNav li a.current, .teal ul.secondaryNav li a:hover {
	text-decoration: none;
	color: #418585;
}  
body.teal {
	background: url(/themes/dream/images/bg-teal.jpg) repeat-x top left #F6EED5;
}
.teal h2 {
	color: #418585;
}

/*maroon*/
.maroon ul.secondaryNav li a.current, .maroon ul.secondaryNav li a:hover {
	text-decoration: none;
	color: #990033;
}  
body.maroon {
	background: url(/themes/dream/images/bg-maroon.jpg) repeat-x top left #F6EED5;
}
.maroon h2 {
	color: #990033;
}





/* ==========================================================================
   different h colours for home page
   ========================================================================== */ 

h2.blue {
	color: #0099CC;
}
h2.brown {
	color: #996600;
}
h2.orange {
	color: #CC6600;
}
 h2.beige {
 	color: #A99C76;
 } 



/* ==========================================================================
   Google Custom Search Engine
   ========================================================================== */ 

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #cc3300 !important;
	border-width: 0 1px 1px 0 !important;
	background-color: #e08566 !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/* ==========================================================================
   Clearfix
   ========================================================================== */ 

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}






/****** FILE: themes/dream/css/colorbox.css *****/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/themes/dream/images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/themes/dream/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/themes/dream/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/themes/dream/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/themes/dream/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/themes/dream/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/themes/dream/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/themes/dream/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/themes/dream/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/themes/dream/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/themes/dream/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/themes/dream/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/themes/dream/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/themes/dream/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(/themes/dream/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/themes/dream/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/themes/dream/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/themes/dream/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/themes/dream/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/themes/dream/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/themes/dream/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/themes/dream/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


/****** FILE: themes/dream/css/navigation.css *****/
@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.8
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox3+
 *				Mac OS: Safari2+, Firefox3+
 *
 * @link		http://www.lwis.net/free-css-drop-down-menu
 * @copyright	2008-2012 Live Web Initiatives, http://www.lwis.net, http://www.lwis.net
 *
 */


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
ul.dropdown li {
	float: left;
	min-height: 1px;
	line-height: .9em;
	vertical-align: middle;
}
ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}
ul.dropdown ul li {
 float: none;
}
ul.dropdown li:hover > ul {
 visibility: visible;
}


/* primary nav 
_____________________________*/

#navigation {
	padding: 10px 10px 0 10px;
	color: #000;
	text-decoration: none;
}
#navigation ul a:link, #navigation ul a:visited {
	color: #000;
	text-decoration: none;
}
#navigation li {
	padding-bottom: 10px;
	width: 140px;
	padding-left: 10px;
}
#navigation .heading {
	font: 14px 'Noto Serif', serif;
}

/* dropdown nav
_____________________________*/

#navigation ul ul a:link, #navigation ul ul a:visited {
	color: #FFF;
	text-decoration: none;
}
#navigation ul ul a:hover {
	color: #000;
}
#navigation li ul {
	width: 150px;
	padding: 5px 10px;
}
#navigation ul ul li {
	padding: 7px 0;
	border-bottom: 1px dotted #FFF;
}
#navigation ul ul li.last {
	border-bottom: none;
}


/* navBlue
_____________________________*/

li#navBlue .secondary {
	color: #0099CC;
}
li#navBlue ul {
	background: #0099CC;
}
li#navBlue {
	border-bottom: 10px solid #0099CC;
}



/* navOrange
_____________________________*/

li#navOrange .secondary {
	color: #CC6600;
}
li#navOrange ul {
	background: #CC6600;
}
li#navOrange {
	border-bottom: 10px solid #CC6600;
}


/* navRed
_____________________________*/

li#navRed .secondary {
	color: #993300;
}
li#navRed ul {
	background: #993300;
}
li#navRed {
	border-bottom: 10px solid #993300;
}


/* navGreen
_____________________________*/

li#navGreen .secondary {
	color: #999900;
}
li#navGreen ul {
	background: #999900;
}
li#navGreen {
	border-bottom: 10px solid #999900;
}


/* navMaroon
_____________________________*/

li#navMaroon .secondary {
	color: #990066;
}
li#navMaroon ul {
	background: #990066;
}
li#navMaroon {
	border-bottom: 10px solid #990066;
}


/* navTeal
_____________________________*/

li#navTeal .secondary {
	color: #418585;
}
li#navTeal ul {
	background: #418585;
}
li#navTeal {
	border-bottom: 10px solid #418585;
}




/* ones below not necessary?? */

ul.dropdown {
 position: relative;
 z-index: 9999;
 float: left;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}
ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

