/*
Provides Voyage branding colours to the standard layout
*/


body {
	/* background: #edf4fb url("/_css/_gfx/bg_body.gif"); */
	margin: 0px;
}

#wrap {
	border-style: solid;
	border-color: #d4d4d4;
	/*border-color: #d9e8f7 #cce0f5 #cce0f5 #d9e8f7;*/
}


/* 
----------------------------------------*/

#logo { border: 0px solid red; width: 180px; background: url("/assets/i/top_logo.gif") no-repeat; }


#outer{ 
	border-left: solid 200px white !important;  /* color of the left column  */ 
} 

#left {
padding-top: 10px;
margin-top: 20px;
background-image: url(/assets/i/crease.gif);
background-repeat: repeat-y;
background-position: top right;
}

#content-left {
background: url("/assets/i/home_vr.gif");
background-position: top right;
background-repeat: no-repeat;
}

/* =defaults
----------------------------------------*/
fieldset {
	border-color: #e9e9e9;
	background: #f9f9f9 url("/_css/_gfx/fieldset.jpg") repeat-x;
}

fieldset legend {
	color: #999;
}


/* =navigation
----------------------------------------*/
#navigation #sitenav {
	border-color: #de972d !important;
}

/*
.home li#x-home,
.about li#x-about,
.news li#x-news,
.staff li#x-staff,
.homes li#x-homes,
.links li#x-links,
.contact li#x-contact {
	background: #de9529 url("/_css/_gfx/tab.gif") no-repeat right top;
}

.home li#x-home a,
.about li#x-about a,
.news li#x-news a,
.staff li#x-staff a,
.homes li#x-homes a,
.links li#x-links a,
.contact li#x-contact a {
	font-weight: bold !important;
	color: #fff !important;
}
*/


/* =backgound imagery
----------------------------------------*/
/*
.about #secondary.push { background: url(/_css/_gfx/secondary1.jpg) no-repeat; }
.news #secondary.push { background: url(/_css/_gfx/secondary2.jpg) no-repeat; }
.staff #secondary.push { background: url(/_css/_gfx/secondary3.jpg) no-repeat; }
.homes #secondary.push { background: url(/_css/_gfx/secondary4.jpg) no-repeat; }
.links #secondary.push { background: url(/_css/_gfx/secondary5.jpg) no-repeat; }
.contact #secondary.push { background: url(/_css/_gfx/secondary5.jpg) no-repeat; }
*/

/* =link colour
----------------------------------------*/
/* 
#content a {
	color: #06c !important;
}
#content a:hover {
	color: #39f !important;
}
*/


/* =module
----------------------------------------*/
dl.detail dd {
	background: url("/_css/_gfx/bullet_sq-default.gif") no-repeat 0 50%;
}