html {
	background-color: #ffd873;
	background-position: center top;
	background-repeat: repeat-y;	
}

body {
	margin: 0;
	padding: 0;
	background-image: url(/local/vlbc/images/layout/bg-body.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana,Geneva,Tahoma,sans-serif;
	font-size: 76%;
}

body #iw_vpreview_toolbar {
	display: none;
}

#wrapper {
	min-height:245px;	
	overflow: hidden;
	background-image: url(/local/vlbc/images/layout/bg-body-inner.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	*padding-bottom:18px;
	width:775px;
}

h1, h2, h3, h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	color: #000;
}

h1 {
	color:#323B65;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.2;
	margin:0 0 0.3em;
	padding:0 0 10px;
	border-bottom: 1px solid #D6DAE8;
}

h2 {
	color:#0066CB;
	font-size:1.5em;
	font-weight:bold;
	margin:2em 0 5px 0px;
	padding:0 0 0.3em;
}

a:link, a:visited {
	color: #298dd4;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #323b65;
	overflow: hidden;
}

a img {
	border: none;
}

.clear {
	clear: both;
	line-height: 1;
	height: .1em;
	font-size: .1em;
}

form {
	margin: 0;
	padding: 0;
}


/*	header component styling
*/

#header #logo {
	background: transparent url(/local/vlbc/images/layout/logo-victimlinkbc.gif) no-repeat scroll 0% 0%; 
	width: 357px;
	height: 104px;
	float: left;
	margin-left:5px;	
}

#header #logo a#bcgov {
	display: inline-block;
	height: 100%; 
	width: 80px;
}

#header #logo a#home {
	display: inline-block;
	height: 100%; 
	width: 270px;
}

#header #sec-nav-bar {
	float: right;
	font-size: 0.85em;
	width: 350px;
}

#header #sec-nav-bar .sec-nav {
	display: inline;
	float: right;
	margin-top: 8px;
	height: 50px;
}

#header #sizer {
	display: inline;
	float: right;
	margin: 6px 10px 0 20px;
	height: 50px;
}

#header #sizer img {
	border: none;
	width: 12px;
	height: 12px;
	margin: 0 2px;
}

#header #sizer #label{ 
	border: none;
	font-weight:bold;
}

#header #search {
	margin:0 10px 0 0;
	float:right;
}

#header #search * {
	padding: 0;
	margin: 0;
}

#header #search form {
	float:right;
	margin: 0 0 0 10px;
}

#header #search #qt {
	vertical-align: top;
	margin: 2px 0 2px 0;
} 

#header #search form input.img {
	margin: 0 0 0 10px;
/*	margin-top: 1px; */
}

#header #search #search-field {
/*	text-align:right; */
}

#header #search legend {
	color:#64A22D;
	display:block;
	font-size:1em;
	line-height:1.4;
	margin:0;
	padding:0;
}

#header #search #search-scope, label.hide, #search-field img {
	display: none;
}

#header #search fieldset {
	border: none;
}

/* breadcrumb component 
*/

.breadcrumbs {
	margin: -.4em 0 0 0;
	font-size: .8em;
	color: #666666;
	line-height: 1.4;
}

.breadcrumbs a {
	text-decoration: underline;
}

.breadcrumbs .separator {
	color: #666666;
	font-size: .9em;
	padding: 0 5px;
}

.main-content p {
	line-height:1.6;
	margin:0 0 1em;
}

.main-content ul {
	line-height:1.6;
}


/*	footer component styling */

#footer {
	font-size:0.9em;
	height: auto;
	padding-top: 20px;
	*margin-top: 30px;
}
#footer div * {
	margin-bottom: 0;
	*margin-bottom:-20px;
	margin-top: 70px;
}
#footer .footer_links {
	text-align:center;
	margin:0 0 0.2em;
}
#footer .footer_links .links{
	padding-left:0px;
	*margin-left:2px;
	*margin-top:-28px;
}


#footer .footer_freeform {
	float: right;
	margin-right: 10px;
	position:relative;
	margin-top:-87px;
	*margin-top:-59px;
}

#footer #top-link { 
	display: block;
	background-color: #232D4C;
	color: #FFFFFF;
	border: none;
	padding: 10px 15px;	
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	margin-right:95px;
	*margin-bottom:20px;
	
	_height:10px;
	_width:15px;
	
}


/* =SECTION-NAVIGATION
----------------------------------------------------*/

#nav-col {
	padding: 0;
	font-size: .9em;
	border: solid 2px #b9b9b9;
	border-bottom: none;
}

/* Level 1 */

#nav-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-col ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display:none;
	overflow:hidden;
}

#nav-col ul li.current { 
	display:block;
}

/* fix for IE6 - remove gaps between list items */
#nav-col ul li a {
	display: inline-block;
}

#nav-col ul li a { 
	text-decoration: none;
	background-color: #d6dae8;
	border-bottom: solid 2px #b9b9b9;
	display: block;
	padding: 5px 12px; 
	color: #232323;
}

html>body #nav-col ul li a {
	height: 99%;
}

#nav-col ul li a:link, #nav-col ul li a:visited {
	color: #232323;
}

#nav-col ul li a.active {
	font-weight: bold;
	background-color: #ffd873;
}

#nav-col ul li a.expanded {
	font-weight: bold;
}

#nav-col ul li a:focus, #nav-col ul li a:hover, #nav-col ul li a:active {
	background-color: #243968;
	color: #fff;
}

/* Level 2 */

#nav-col ul li ul li {
	display:block;
	text-transform: none;
}

#nav-col ul li ul li a:link, #nav-col ul li ul li a:visited {
	padding-left: 22px;
	background-color: #eaecf3;
	background-image: url(/local/vlbc/images/layout/arrow-right-blue.gif);
	background-position: 12px 9px;
	background-repeat: no-repeat;
}

#nav-col ul li ul li a.active:link, #nav-col ul li ul li a.active:visited {
	font-weight: bold;
	background-color: #ffd873;
}

#nav-col ul li ul li a:focus, #nav-col ul li ul li a:hover, #nav-col ul li ul li a:active {
	background-color: #243968;
	color: #fff;
}

/* Level 3 */

#nav-col ul li ul li ul {
	display:block;
	background-color: #fff;
}

#nav-col ul li ul li ul li a:link, #nav-col ul li ul li ul li a:visited {
	padding-left: 36px;
	background-color: #fff;
	background-position: 26px 9px;
}

#nav-col ul li ul li ul li a:focus, #nav-col ul li ul li ul li a:hover, #nav-col ul li ul li ul li a:active {
	background-color: #243968;
	color: #fff;
}

/* Level 4 */

#nav-col ul li ul li ul ul li {
	display:block;
	background-color: #fff;
}

#nav-col ul li ul li ul li ul li a:link, #nav-col ul li ul li ul li ul li a:visited {
	padding-left: 52px;
	background-position: 44px 9px;
}

/* =CONTENT
----------------------------------------------------*/

#main-content { /* ie6.css */ /* 429px wide */
	margin: 0 158px 1em 158px;
	padding: 0 22px 0 18px;
	overflow: hidden;
	line-height: 1.6;
	/*font-size: .9em;*/
}

#main-content h1, #main-content h2, #main-content h3, #main-content h4 {
	margin: 2em 0 .3em 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}

#main-content h2 {
	font-size: 1.5em;
	color: #0066cb;
}

#main-content h3 {
	font-size: 1.3em;
}

#main-content h4 {
	font-size: 1.1em;
}

#main-content a:link, #main-content a:visited {
	text-decoration: underline;
}

/* Images */

#main-content img.border {
	border: solid 3px #d6dae8;
}

#main-content img.right {
	float: right;
	display: block;
	margin: 0 0 .5em 1.5em;
}

#main-content img.left {
	float: left;
	display: block;
	margin: 0 1.5em .5em 0;
}

.print-link {
	margin: 0 0 1.2em 0;
	padding: 0 0 15px 0;
}

.print-link a { /* ie6.css */
	display: block;
	width: 3em;
	text-align: right;
	float: right;
	padding-left: 18px;
	background-image: url(/local/vlbc/images/layout/icon-print.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.right-column {
	font-size: .9em;
}

.right-column .links {
	padding: 0;
	border: solid 2px #d6dae8;
	margin: 0 0 2em 0;
}

.right-column .links h3 {
	margin: 0;
	padding: 3px 5px;
	color: #fff;
	background-color: #243968;
	font-weight: bold;
	font-size: 1.1em;
}

.right-column .links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right-column .links ul li {
	margin: 0;
	padding: 5px 3px 5px 6px;
	border-top: solid 2px #d6dae8;
	line-height: 1.4;
	list-style: none;
}

.right-column .links ul.arrow li {
	margin: 0;
	padding: 5px 3px 5px 16px;
	border-top: solid 2px #d6dae8;
	line-height: 1.4;
	list-style: none;
	background-image: url(/local/vlbc/images/layout/arrow-right-blue.gif);
	background-position: 5px 11px;
	background-repeat: no-repeat;
}

.right-column .links ul li a {
	text-decoration: underline;
}

.right-column .phone-numbers {
	padding: 0;
	border: solid 2px #e3a828;
	margin: 0 0 2em 0;
}

.right-column .phone-numbers h3 {
	margin: 0;
	padding: 5px 5px 10px 32px;
	color: #fff;
	background-color: #e3a828;
	background-image: url(/local/vlbc/images/layout/icon-phone.gif);
	background-position: 7px 4px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 1em;
}

.right-column .phone-numbers h3 a {
	text-decoration: underline;
	color: #fff;
}

.right-column .phone-numbers h3 a#show-link {
	display: block;
	margin-top: .7em;
	font-weight: normal;
	font-size: .9em;
	color:#323B65;
}

.right-column .phone-numbers ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right-column .phone-numbers ul li {
	margin: 0;
	padding: 3px 3px 5px 6px;
	border-top: solid 2px #e3a828;
	line-height: 1.4;
	list-style: none;
}

.right-column .phone-numbers ul li a {
	text-decoration: underline;
}

.right-column .image-button {
	margin: 0 0 2em 0;
}

/* =NAVIGATION (main)
----------------------------------------------------*/

#main-navigation {
	position: absolute;
	width: 775px;
	background-color: #243968;
}

#main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-navigation ul#navigation {
	position: relative;
	width: 775px;
}

#main-navigation li.expandable {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	border-right: solid 1px #171e33;
	border-left: solid 1px #525d80;
	background-image: url(/local/vlbc/images/layout/arrow-down-white-space.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #1b233b;
}

#main-navigation li.non-expandable {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	border-right: solid 1px #171e33;
	border-left: solid 1px #525d80;
	background-color: #1b233b; 
}

#main-navigation a.main-link {
	display: block;
	min-height: 30px;
	padding: 5px 26px 5px 10px;
	color: #fff;
	min-width: 50px;
	max-width: 130px;
}

#main-navigation li.expandable a.main-link {
	background-image: url(/local/vlbc/images/layout/arrow-down-orange-space.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #243968; 
} 

#main-navigation li.expandable a.main-link:hover {
	background-image: none;
	background-color: transparent;
	color: #dea726;
} 

#main-navigation li.non-expandable a.main-link {
	background-color: #243968;
	padding: 5px 10px;
} 

#main-navigation li.non-expandable a.main-link:hover {
	background-image: none;
	background-color: transparent;
	color: #dea726;
}

#main-navigation li:hover.expandable a.main-link {
	background-image: url(/local/vlbc/images/layout/arrow-down-white-space.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #dea726;
}

#main-navigation li.non-expandable a.active {
	background-color: transparent;
	color: #dea726;
}

#main-navigation li.expandable a.active {
	background-image: url(/local/vlbc/images/layout/arrow-down-white-space.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #dea726;
}

/* Drop Down Level 1 */

#main-navigation ul li ul {
	display: none;
}

#main-navigation ul li ul { /* ie6.css */
	display: block;
	position: absolute;
	width: 15em; 
	left: -9999em;
	color: #000;
	background-color: #232d4c;
	color: #ffe4a5;
	padding: 0;
}


#main-navigation ul li:hover ul {
	left: auto;
}

#main-navigation ul li ul li {
	float: none;
	position: relative;
	height: auto;
	padding: 0;
	margin: 0;
	line-height: 1.2;
	border: none;
}

#main-navigation ul li ul li a { /* ie6.css */
/*	display: block; */
	background-color: #232d4c;
	color: #ffe4a5;
	width: 14em; 
	padding: .7em 10px;
	text-decoration: none;
/*	position: relative; */
	line-height: 1.2;
}

#main-navigation ul li:hover ul li a { /* ie6.css */
	display: block;
	background-color: #232d4c;
	color: #ffe4a5;
	width: 14em; 
	padding: .7em 10px;
	text-decoration: none;
/*	position: relative; */
	line-height: 1.2;
}

#main-navigation ul li:hover ul li:hover a {
	color: #fff;
}

/* feedback form styling*/

.-row {
	margin-top: 10px;	
}

.-field input {
	width:300px;	
}

.text-area-controls-field textarea {
	width:400px;
}
