/* --------------------------------------------
       NZFEA / BFEA STYLE SHEET 2007

D Blue 0054a5
Blue 104e92
Mid Blue 688ec3
Light Blue AAC7E8
VL Blue dbe6f5

Lime c1cd30
Green 107746

-------------------------------------------- */

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #000;
	margin:0;
	padding:0;
	background-color:#FFF;
	}
div, form, dl, dt, dd {
	margin:0;
	padding:0;
	/*border:0;*/
	}

/* Base Container/Holder Elements */
#entire {
	width:100%;
	/*text-align:left;*/
	}
#hdr {
	height:118px;
	width:100%;
	min-width:760px;
	position:relative;
	background:#FFF url(../images/template/hdr-bk.gif) left top repeat-x;
	z-index:1;
	}
#hdr-home img, #hdr img {
	margin:0;
	padding:0;
	display:block;
	}
#hdr-l {
	position:absolute;
	top:0px;
	left:0px;
	width:290px;
	z-index:10;
	}
#hdr-r {
	position:absolute;
	top:0px;
	right:0px;
	width:333px;
	z-index:9;
	}
.logout 
{
    width:744px;
    padding:5px 13px;
}
#content {
	width:755px;
	position:relative;
	margin:3px 0 0 5px;
	}
#footer {
	font-family: Verdana, Helvetica, sans-serif;
	overflow:hidden;
	background-color:#FFF;
	text-align:left;
	font-size:9px;
	color:#688ec3;
	padding:10px 0 0 8px;
	background:#FFF url(../images/template/lb-bl.gif) left top no-repeat;
	clear:both;
	}
#left {
	width:169px;
	float:left;
	margin:0 5px 0 0;
	overflow:visible;
	position:relative;
	padding:0;
	z-index:10;
	background:#FFF url(../images/template/lb-tl.gif) left top no-repeat;
	}
#leftBar {
	width:166px !important;
	width:161px;
	padding:6px 0 10px 3px;
	background:transparent url(../images/template/lb-tr.gif) right top no-repeat;
	z-index:100;
	}
#right {
	width:575px;
	float:left;
	padding:10px 0 20px;
	/*overflow:hidden;*/
	position:relative;
	z-index:1;
	}

.a1col {
	float:left;
	width:185px;
	padding-right:5px;
	z-index:1;
}
.a2col {
	float:left;
	width:370px;
	padding-right:5px;
	z-index:1;
}

.a1col + .a2col, .a2col + .a1col {
	margin:3px 0 0 10px;
	}

/* Base Link Styles */
a { color: #104e92; 
	text-decoration: underline; 
	font-weight: bold;
	}
h5 a {	
	color:#107746;
	}
a:hover { 
	color: #c1cd30;
	}
#footer a {
	color:#688ec3;
	}
#footer a:hover { 
	color: #104e92;
	}
/* Cookie crumb div + links */	
#cookie {
	padding:0 0 10px;
	font-size:10px;
	color:#104e92;
	/*margin:0 0 10px;
	border-bottom:1px solid #DBE1AF;*/
	}
#cookie a {
	color:#107746;
	text-transform:uppercase;
	text-decoration: none;
	font-weight:normal;
	}
#cookie a:hover { 
	color: #104e92;
	text-decoration:underline;
	}
/* Base Text/Font Styles */
h1 {
	font-size:20px;
	line-height:21px;
	margin:0 0 9px;
	padding:0;
	color:#104e92;
	font-weight:bold;
	text-transform:uppercase;
	}
h2, h5 {
	font-size:17px;
	line-height:18px;
	margin:0 0 4px;
	padding:0;
	color: #107746;
	}

h3 {
	font-size:16px;
	line-height:19px;
	font-weight:normal;
	margin:0 0 7px;
	padding:0;
	color: #104e92;
	}
h4, h4 a {
	font-size:13px;
	line-height:14px;
	font-style:italic;
	margin:0 0 4px;
	padding:0;
	color: #c1cd30;
	clear:both;
	}
h4 a:hover { 
	color: #0054a5;
	}
h4 span {
	font-size:12px;
	font-style:italic;
	}
h3 + h4 {
	margin-top:-3px;
	}
h5 {
	margin:0;
	padding:13px 0 0;
	background:transparent url(../images/template/list-bk.jpg);
	}
h6 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px; 
	margin:0 0 9px 0;
	overflow:hidden;
	font-weight:bold;
	padding:13px 0;
	line-height:1.2em;
	background:transparent url(../images/template/list-bk.jpg);
	}	
p { 
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px; 
	line-height: 16px;
	margin:0 0 9px 0;
	overflow:hidden;
	}


#leftBar p, p.caption {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height: 13px;
	margin:7px 25px 0 6px;
	}
p.caption {
	font-weight:bold;
	line-height: 13px;
	margin:5px 0 7px;
	}
p strong { line-height:1.2em; }

.vlblue-bk p, .vlblue-bk dt, .vlblue-bk li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	}
.vlblue-bk li {
	font-weight:normal;
	}
dt {
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#688ec3;
	}
dt span {
	font-style:normal;
	color: #0054a5;
	}
ul {
	list-style:disc outside;	
	margin:0 0 0 5px;
	padding:0 0 11px 10px;
	}
li {
	margin:0;
	padding:0 0 3px;
	}
/* TABLE ELEMENTS */
table.imgLinks {
	margin:20px 0;
	border-collapse:collapse;
	border:0;
	padding:0;
	}
.imgLinks td  {
	margin:0;
	padding-right:5px;
}
.imgLinks img {
	margin:0 0 5px;
	padding:0;
	border:0;
	width:120px;
	height:90px
}
table.partners td {
	text-align:center;
}
/* Form Elements */
#search 
{
    width:100%;
    float:left;
    padding:10px 0px 10px 5px;
}
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color:#000;
	vertical-align:bottom;
	float:left;
	width:190px;
	font-size:11px;
	padding:1px 3px;
	}
select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color:#000;
	vertical-align:bottom;
	font-size:11px;
	padding:1px 3px;
	}
select.fixedWidth
{
    width:190px;
}
	

label {
	width:50px;
	float:left;
	clear:left;
	font-size:12px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:5px 0;
	color:#0054a5;
	}
.r { font-weight:bold; }
.button, .search-but {
	background-color:#104e92;
	color:#FFF;
	border:0;
	padding:1px 5px;
	font-weight:bold;
	font-size:11px;
	width:auto;
	vertical-align:bottom;
	}
.button:hover {
	background-color:#0054a5;
	}
.noborder {
	border:0;
	}
.no-mr {
	margin-right:0px;
	}
.search {
	width:85px;
	}
.search-but {
	background-color:#dbe6f5;
	color:#000;
	font-weight:normal;
	padding:1px 2px;
	width:45px;
	}
.search-but:hover {
	color:#0054a5;
	text-decoration:underline;
	}
	
span.path
{
    font-weight:bold;
    font-size:.8em;
    color:#666;
}
/* Color Styles */
.red {color: #D00; }
.dblue { color: #0054a5; }
.dblue-bk { 
	background-color: #0054a5;
	padding:10px 10px 1px 10px;
	}
h4.dblue {
	font-style:italic;
	font-weight:bold;
	}
h4.mb10 {font-size:13px; }
.grey { color: #777; }
.white { color: #FFF; }


/* Images in Content */
.img-r, .img-rs {
	float:right;
	width:140px;
	margin:0 0 0 5px;
	}
.img-l, .img-ls {
	float:left;
	width:140px;
	margin:0 5px 0 0;
	}
.img-ls, .img-rs {
	width:90px;
	}
.img-border { 
	border: 1px solid #0054a5;
	}
.cl {
	clear:both;
	}
.mt0 {
	margin-top:0;
	}
.mt10 {
	margin-top:10px;
	}
.mt20 {
	margin-top:20px;
	}
.mb5 {
	margin-bottom:5px;
	}
.mb10 {
	margin-bottom:10px;
	}
	

/* --- NAVIGATION ----------------------------- */
.nav {
	width:140px;
	clear:left;
	margin:0;
	padding:0;
	list-style: none;
	border: 0;
	text-align:left; 
	position:relative;
	z-index:1000;
	}

.nav li {
	margin:0;
	padding:0;
	width:100%;
	text-align:left;
	display:block;
	z-index:1000;
	}

.nav li:hover
{
   	position: relative; 
   	z-index:1000;
}
.nav li ul, .nav ul ul {
	position: absolute;
	list-style: none;
	left:139px; top:-1px;
	z-index:6000;
	width:154px;
	list-style: none;
	margin:0;
	padding:0;
	display:none;
	border: 1px solid #b3d69a;
	background:#FFF;
	}
.nav ul ul 
{
    left:154px;
}

.nav li.active a, .nav li.current a, .nav li.active ul li.active a, .nav li.current ul li.active a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal; 
	font-weight:normal;
	text-decoration: none; 
	line-height: 12px;
	color: #104e92;
	margin:0;
	padding:6px 0 6px 5px;
	border:0;
	width:142px;
	display:block;
	z-index:1000;
	background:transparent url(../images/template/arrow.gif) -150% 50% no-repeat;
	}
.nav li.active ul li.active a, .nav li.current ul li.active a {
	width:150px;
	}
.nav li.current a {  
	color: #0054a5;
	background:#FFF url(../images/template/arrow-w.gif) right 50% no-repeat;
	}
.nav li:hover a {
	color: #0054a5;
	background:#AAC7E8 url(../images/template/arrow.gif) right 50% no-repeat;
	}
.nav li:hover ul li.active a {
	color:#104e92;
	background:#FFF;
	padding-left:4px;
	}

.nav li.active ul li.active a:hover, .nav li.current ul li.current a:hover, 
.nav li.current ul li.active a:hover {
	color: #0054a5;
	background:#dbe6f5;
	}
	
.nav ul, .nav li:hover ul ul, .nav ul li:hover ul ul, .nav ul ul li:hover ul ul, .nav ul ul ul li:hover ul ul{
	display:none;
}

.nav li:hover ul, .nav ul li:hover ul, .nav ul ul li:hover ul, .nav ul ul ul li:hover ul, .nav ul ul ul ul li:hover ul{
	display:block;
}

/* NAV BUG FIXES - Fix IE. Hide from IE Mac \*/
html .nav li { float:none !important; float: left; height: 1%; }
html .nav li a { height: 1%; }
/* End */

/* Admin Styles */

div#login
{
    width:100%; 
    font-weight:bold;  
}

div#login input
{
    font-weight:normal;
}

div#login div
{
    clear:both;
    padding:.5em;
}

.loginError
{
    color:#f00;
}

div.orderListBox
{
    overflow:hidden;
    position:relative;
}


div.publish
{
    background:#AAC7E8;
    padding:.5em;
    clear:both;
    overflow:hidden;
    font-size:12px;
	font-weight:bold;
	color:#0054a5;
	margin:.5em 0;
	position: relative; 
}

div.publish input
{
    float:none;
    width:auto;
    clear:none;
    background:#AAC7E8;
}
div.orderListBox select
{
    float:none;
    width:auto;
    clear:none;
}

div.pageInactive
{
    background:#AAC7E8;
    padding:.5em;
    overflow:hidden;
    margin-bottom:1em;
    position:relative;
    width:530px;
}

div.pageInactive div.image
{
    float:left;
    width:50px;
}

div.pageInactive div.message
{
    float:left;
    text-align:center;
    width:400px;
}

div.pageInactive div.message input
{
    float:none;
    margin:.5em 0;
}

div.pageOptions
{
    background:#AAC7E8;
    padding:.5em;
    position: relative; 
}

div.publishOptions
{
    background:#ddd;
    padding:.5em;
    position: relative; 
}

div.publishOptions span.publishDate
{
    color:Green;
}

div.publishOptions span.unpublishDate
{
    color:Red;
}

div#filterPanel select, div#filterPanel input,div#listpanel select, div#listpanel input
{
    float:none;
    width:auto;
    padding:0;
    margin:0;
} 

div#filterPanel input
{
    height:1.3em;
}

div#filterPanel
{
    margin:1em 0;
    padding:1em;
    background:#AAC7E8; 
}

div#listpanel
{
    margin:1em 0;
}


div#listpanel table
{
    width:100%;
    border:none;
    border-collapse:collapse;
    border-bottom:1px solid #ccc;
    
}

div#listpanel th, div#listpanel td
{
    padding:.5em;
    text-align:left;
}

div#listpanel th
{
    background:#ddd;   
    border-bottom:#ccc solid 1px;
}

div#listpanel th.right, div#listpanel td.right
{
    text-align:right;
}

div#listpanel tr.AspNet-GridView-Alternate
{
    background:#efefef;
}

div.lindexMessage
{
    width:130px;
    font-size:.8em;
    font-weight:bold;
    color:#000;
    margin-top:.5em;
    padding:5px;
    background:#AAC7E8; 
}

/* in your region styles */

div#RegionContacts
{
    width:250px;
    float:left;
}

div#RegionContacts.noFloat
{
    float:none;
}

div#RegionContacts div.contacts
{
    padding:.5em;
	background:#efefef;
	margin-bottom:.8em;
}

div#RegionContacts h2
{
    padding-top:.5em;
    font-size:15px;
}

div#RegionContacts h3
{
    font-weight:bold;
    text-transform:uppercase;
    font-size:12px;
    font-style:normal;
    padding:0;
    margin:0;
}

div#RegionContacts h4
{
    font-weight:bold;
    text-transform:uppercase;
    font-size:10px;
    font-style:normal;
    padding:0;
    margin:0;
}


div#RegionMap
{
    width:300px;
    float:left;
}


/* search page Styles */ 

div#searchForm
{
    background:#dbe6f5;
    padding:1em 0 .7em 1em;
    margin:1em 0;
    vertical-align:middle;
    overflow:hidden;
    position:relative;
    width:45em;
    
}

div#searchForm label
{
    width:6em;  
    float:left;
    line-height:1.3em;
    height:1.5em;
    display:block;
     
}

div#searchForm div
{
    float:left;
    height:1.5em;
}

div#searchForm input
{
    float:none;
    margin:0;
    padding:0;
}

div#searchForm input.searchButton
{
    margin-left:.5em;
    height:2em;

}

div#searchForm input.searchQuery
{
    height:1.3em !important;
    height:1.4em;
    padding:.2em;
    line-height:1.5em;
    
}

div.childPages
{
    width:100%;
    margin-top:1em;
}

div.childPages p
{
    color:#666;
}

div.childPages h2
{
    padding-top:.5em;
    font-size:15px;
}

div.childPages h2 a
{
     text-decoration:none;
}

div.childPages h2 a:hover
{
     text-decoration:underline;
}


div.entryForm table
{
    margin:1em 0;
    width:100%;
}

div.entryForm tr
{
    
}

div.entryForm td
{
    width:50%;
   vertical-align:top; 
   white-space:nowrap;
   padding-bottom:.5em;
   border-bottom:1px solid #eee;
   line-height:1.8em;

}

div.entryForm td input, div.entryForm td select, div.entryForm td textarea
{
 width:95%; 
 float:none;  
}

div.checkBoxLine
{
    background:#AAC7E8;
    padding:.5em 0;
    clear:both;
    overflow:hidden;
    font-size:12px;
	font-weight:bold;
	color:#0054a5;
	margin:.5em 0;
}

div.checkBoxLine input
{
    float:none;
    width:auto;
    clear:none;
    background:#AAC7E8;
}

div.eventPanel
{
    margin-bottom:2em;
}

div#admin
{
    border:2px dashed #ccc;
}


div.list {
	/*border-top:1px solid #b3d69a;
	border-bottom:1px solid #b3d69a;*/
	margin-top:15px;
	padding:10px;
	background:transparent url(../images/template/list-bk.jpg);
	}
div.list h2 {
	float:left;
	width:auto;
	}	
div.list h4 {
	float:right;
	width:auto;
	clear:none;
	line-height:22px;
	}
div.list p {
	clear:both;
	margin:0;
	padding-top:5px;
	}
	
/* GALLERY */
.gallery {

}
.galleryHolder, .galleryHolderShort {
	width:190px;
	height:194px;
	padding-top:5px;
	margin:0 7px 15px 0;
	float:left;
	clear:none;
	background:transparent url(../images/icons/bk.gif) left bottom repeat-x;
	text-align:center;
	position:relative;
}
.galleryHolderShort {
	width:auto !important;
	height:auto !important;
	display:inline;
	margin:0 5px 5px 0;
	background:transparent;
}
.galleryImage {
	width:auto !important;
	display:inline;
	margin:0 auto;
}



.galleryAdd, .galleryDelete, .galleryAddBig {
	width:32px;
	height:32px;
	position:absolute;
	bottom:0px;
	z-index:100;
	background:transparent;
	padding:0;
	margin:0;
}
.galleryAdd {
	right:50%;
	}
.galleryDelete {
	left:50%;
	}
.galleryAddBig {
	width:190px;
	height:120px;
	left:0px;
	}
.imageButton {
	width:auto !important;
	height:auto !important;
	}
	
.galleryMainFront
{
    border:1px solid #ccc;
    background:#dbe6f5;
    height:400px;
    text-align:center;
    position:relative;
}

.galleryNext, .galleryPrevious
{
    position:absolute;
    width:50px;
    height:50px;
    top:175px;
}
.galleryPrevious
{
    left:0;
}

.galleryNext
{
    right:0;
}

.galleryHolderFront
{
    width:100px;
	height:100px;
	float:left;
	margin:0 5px 5px 0;
}
    .galleryImageFront 
    {
	text-align:center;
}
.imageButtonFront 
{
	background-color:inherit;
	vertical-align:inherit;
	float:none;
	width:auto;
	padding:0;
	}

/* UPLOADER */

.uploadDiv {
	padding:30px 0 0;
	}
.fs {
	padding:5px 0;
	width:100%;
	overflow:hidden;
}