/* HTML elements */

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin: 0;
  background-color: #FAFAFA;
}

img{
	vertical-align: bottom; 
	}
	
table{
font-size:12px;
}
ul{
font-size:12px;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a {
	text-decoration: underline;
	color: #627D19;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 12px;
	padding: 10px 10px;
	margin: 0;
}

h1,h2,h3,h4,h5,h6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #81A921;
	font-weight: 900;
	padding: 2px 10px;
	margin: 0;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 0.9em;
}

form {
	font-size:.9em;
}

fieldset {
	border:none;
	padding-left:35px;
}
legend {
	font-weight:bold;
	color: #81A921;
	font-size:1.1em;
	letter-spacing:2px;
	font-style:italic;
	margin-left:-25px;
}

form .field,
form.profile .field,
form.munic-profile .field {
	clear: both;
	display: block;
}

form.profile label,
form.munic-profile label {
	float:left;
	width: 300px; /* label width *//* label margin = (input left margin) - (label width) */
	margin-right: 10px; /* label margin */
}

form.profile label.checks,
form.munic-profile label.checks {
	margin-left: 0px; /* (label width) + 2(label margin) */
	width:580px;
}

form.munic-profile input.checks,
form.profile input.checks {
	margin-left: 0px; /* (label width) + (label margin) */
	width:50px;
}

form.profile div.option,
form.munic-profile div.option {
	clear: both;
	display: block;
}

form.profile label.checkswithcomments,
form.munic-profile label.checkswithcomments {
	margin-left: 0px; /* (label width) + 2(label margin) */
	width:580px;
}

form.munic-profile input,
form.profile input {
       width:200px;
}

form.munic-profile .option > input,
form.profile .option > input {
	width: 50px;
}


form.profile input.checkswithcomments-comments,
form.munic-profile input.checkswithcomments-comments {
	width:142px;
}

form.profile input.checkswithcomments-checks,
form.munic-profile input.checkswithcomments-checks {
	margin-left: 200px; /* (label width) + (label margin) */
	width:50px;
}

form.munic-profile div.option,
form.profile div.option {
	clear: both;
	display: block;
}

/* page layout */

#header {
	margin: 0;
	width: auto;
	height: 199px;
	background-image:url(../images/header-back.png);
	background-repeat: repeat-x;
}

#header-pub {
	margin: 0;
	width: auto;
	height: 199px;
	background-image:url(../images/header-back-pub.png);
	background-repeat: repeat-x;
}

#headercontainer {
	margin: 0 auto;
	width: 780px;
}

#headercontainer-pub {
	margin: 0 auto;
	width: 750px;
}

#header-left {
	float: left;
	width: 15px;
}

#header-middle {
	float: left;
	width: 750px;
}

#header-right {
	float: left;
	width: 15px;
}

#nav-top {
	height:95px;
}

#nav-top-pub {
	height:127px;
}

#logo {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 300px;
}

#logo-pub {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 398px;
}

#printlogo { display: none;}

#nav-top-right {
	position: relative;
	display: inline;
	float: left;
	height: 95px;
	width: 450px;
}

#nav-top-nav {
	font-size: 0.7em;
	text-align: right;
	margin: 0 0 0 0;
	padding: 1em 0 1em 0;
}

#nav-top-nav-pub {
	float: left;
	width: 352px;
	font-size: 0.7em;
	text-align: right;
	margin: 0 0 0 0;
	padding: 1em 0 1em 0;
}

#nav-top-search {
	height: 20px;
	margin: 0;
	padding: 0;
}

.searchbox {
	height:18px;
	background-image:url(../images/search.png);
	width: 151px;
	margin: 0 0 0 269px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: no-repeat;
	border: 1px solid #C0C0C0;
	padding: 0 0 0 19px;
}

.loginbox {
	height:18px;
	width: 151px;
	margin: 0 9px 0 19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #C0C0C0;
	padding: 0px;
}

#login {
	width:50px;
	margin: 0 0 20px 129px;
}


/* Navigation Bar */

#navcontainer {
	display: block;
	padding: 0;
	margin: 0;
	height: 32px;
	width: 750px;
}

#nav {
	position: relative;
	background-image:url(../images/menu_back.png);
	background-repeat:repeat-x;
	width: auto;	 
	height: 32px;
	margin:0;
	padding: 0;
	font-size: 11px; 
	line-height: 20px; 
	z-index:10; 
}

#nav, #nav ul	{
	list-style: none;
}		

#nav ul {
  position: absolute;
  left: -999em;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b1b1b1;
}

#nav li { 
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li {
  float:none;
  margin:0;
  padding:0;
 
}

#nav li:hover ul, #nav li.iehover ul {
  left: auto;
}

#nav a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  height: 32px; /* Height for this element is rendering different in IE 6 - is 34px in ie6*/
}

#nav ul a {
  height: auto;
  padding-left: 10px;
  width: 180px;
  background: none;
}

#nav a * { /* Hide nav_main li text (h3) for image replacement */
  position: absolute;
  left: -999em;
}

#nav ul a * { /* Restore preceding rule for nested list links */
  position: static;
  left: auto;
}

#nav ul a:hover {
  color: #000;
  background: #fff;
}


/* Link widths (heights are all 32px) */
#nav_main_minet a, #nav_main_search a, #nav_main_links a, #nav_main_share a, #nav_main_profile a
         { width:  90px; }

/* Submenu widths */
#nav_main_search ul a		   { width: 12em; }
#nav_main_profile ul a         { width: 10em; }


/* Navigation Main Buttons by id: normal state */
#nav_main_minet         { background: url(../images/nav-minet-off.png) no-repeat;  }
#nav_main_search        { background: url(../images/nav-search-off.png) no-repeat; }
#nav_main_links         { background: url(../images/nav-links-off.png) no-repeat;  }
#nav_main_share         { background: url(../images/nav-share-off.png) no-repeat; }
#nav_main_profile       { background: url(../images/nav-profile-off.png) no-repeat; }

/* Navigation Main Buttons by id: hover & current states */
#nav_main_minet a:hover         , #nav_main_minet.current           { background-image: url(../images/nav-minet-on.png) no-repeat; }
#nav_main_search a:hover        , #nav_main_search.current          { background-image: url(../images/nav-search-on.png) no-repeat; }
#nav_main_troubadour a:hover    , #nav_main_troubadour.current      { background-image: url(../images/nav/troubadour_over.gif) no-repeat; }
#nav_main_childhonouring a:hover, #nav_main_childhonouring.current  { background-image: url(../images/nav/childhonouring_over.gif) no-repeat;}
#nav_main_news a:hover          , #nav_main_news.current            { background-image: url(../images/nav/news_over.gif) no-repeat; }
#nav_main_links a:hover         , #nav_main_links.current           { background-image: url(../images/nav-links-on.png) no-repeat; }
#nav_main_share a:hover         , #nav_main_share.current           { background-image: url(../images/nav-share-on.png) no-repeat; }
#nav_main_store a:hover         , #nav_main_store.current           { background-image: url(../images/nav/store_over.gif) no-repeat; }
#nav_main_belugagrads a:hover   , #nav_main_belugagrads.current     { background-image: url(../images/nav/beluga_grads_over.gif) no-repeat;  }
#nav_main_profile a:hover       , #nav_main_profile.current         { background-image: url(../images/nav-profile-on.png) no-repeat;       }


/* remaining layout */


#banner-top, #banner-bottom {
	width: 750px;
	margin: 0;
	padding: 0;
}

#banner-top {
	height: 29px;
	background-image:url(../images/banner-top.png);
	background-repeat: no-repeat;
}

#banner-bottom {
	width: 750px;
	background-image:url(../images/banner-bottom-minet.png);
	background-repeat:no-repeat;
	height: 43px;
}

#banner-bottom h1 {
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:lowercase;
	font-size:1.4em;
}

#banner-pub {
	width: 750px;
	height: 72px;
	margin: 0;
	padding: 0;
}

#content {
	width: auto;
	background-image:url(../images/content-back.png);
	background-repeat: repeat-x;
	background-color: #FAFAFA;
	margin: 0;
	padding: 0;
}

#content-pub {
	width: auto;
	background-color: #FAFAFA;
	margin: 0;
	padding: 0;
}

#crumb {
	width: 750px;
	height: 43px;
	background-image:url(../images/crumbback.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0 15px;
}

#welcome {
	width: 265px;
	height: 33px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	float: left;
	font-size: .9em;
	color:#666666;
	font-weight: 900;
}

#breadcrumb {
	width: 435px;
	height: 14px;
	display: inline;
	padding: 4px 15px 4px 15px;
	float: left;
	font-size: 0.6em;
	color:#666666;
	font-weight: 900;
	text-transform:lowercase;
}

.contentcontainer {
	width: 750px;
	height: auto; 
	display: block;
	background-image:url(../images/contentcontainerback.png);
	background-repeat:repeat-y;
	margin: 0 auto;
	padding: 0 15px;
}

#contentcontainer-pub {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: auto; 
}

#contentcontainer-1-pub {
	margin: 0;
	padding: 0;
	float: left;
	width: 300px;
}

#contentcontainer-2-pub {
	margin: 0;
	padding: 20px;
	float: left;
	width: 229px;
	color: #5C5C5C;
	display: inline;
}

#contentcontainer-3-pub {
	margin: 0;
	padding: 0;
	float: left;
	width: 179px;
	display: inline;
}

#presentedby {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	}

#footer {
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	height: 22px;
	background-color: #FAFAFA;
}

#footerback {
	margin: 0 auto;
	width: 780px;
	height: 22px;
	top: 0;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	font-size: 0.6em;
	text-align: center;
	padding: 10px 0 0 0 ;
}

#footerback-pub {
	margin: 0 auto;
	width: 780px;
	height: 22px;
	top: 0;
	font-size: 0.6em;
	text-align: center;
	padding: 10px 0 0 0 ;
}

/* align image to the baseline of the parent block */

#headercontainer, #header-left, #header-middle, #header-right, #logo, #logo-pub, #nav, #nav-top, #nav-top-right, #banner-top, #banner-bottom {
	vertical-align: top;
}
/* ===================== Profiles =========================== */

/* profile tables */

#profile {
width: 730px;
margin: 10px 0 10px 10px;
padding: 0;
}

#profile-top-ind {
background-image:url(../images/tabletop-ind.png);
}

#profile-top-mun {
background-image:url(../images/tabletop-mun.png);
}

#profile-top-ind, #profile-top-mun {
background-repeat: no-repeat;
width: 730px;
height: 40px;
}

#profile-data {
width: 505px;
margin: 5px 0 10px 10px;
padding: 0;
border: 0;
}

.profile-mandate {
font-size: 12px;
margin: 2px 5px 2px 8px;
}

.profile-subtable {
width: 450px;
background-color: #F0F0F0;
margin: 5px 0 10px 10px;
padding: 0;
border: 0;
}

#profile-subtable-cell {
border-bottom: 1px dotted #aaaaaa;
font-size: 12px;
padding: 2px 10px;
}

#profile-photo {
margin: 5px;
width: 182px;
height: 215px;
border: 1px solid #808080;
background-color:#E6E6E6;
background-image:url(../images/profile-photo.png);
background-repeat: no-repeat;
}

#profile-label-personal, #profile-label-contact, #profile-label-expertise, #profile-label-highlights, #profile-label-budget, #profile-label-facilities, #profile-label-services, #profile-label-staff {
background-color: #E7F4C4;
margin: 0px 0 10px 0;
background-repeat: no-repeat;
background-position: top;
height: 70px;
}

#profile-label-personal { background-image:url(../images/profile-label-personal.png); }
#profile-label-contact { background-image:url(../images/profile-label-contact.png); }
#profile-label-expertise { background-image:url(../images/profile-label-expertise.png); }
#profile-label-highlights { background-image:url(../images/profile-label-highlights.png); }
#profile-label-budget { background-image:url(../images/profile-label-budget.png); }
#profile-label-facilities { background-image:url(../images/profile-label-facilities.png); }
#profile-label-services { background-image:url(../images/profile-label-services.png); }
#profile-label-staff { background-image:url(../images/profile-label-staff.png); }

#profile-textcolumn {
padding: 10px 0 10px 0;
border-top: 1px dashed #C8C8C8;
}

.profile-subtext {
font-size: 12px;
padding: 0px 10px;
}

.profile-link {
font-size: 12px;
padding: 15px 10px;
}

.profile-region {
font-size: 12px;
padding: 0px 0px 4px 0px;
}


#item-row {
	padding:15px 15px 15px 15px;
}

#inactivesearch
{
	margin-left: 11px;
}

#inactivelist table
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: 13px;
	width: 700px;
}

#inactivelist table thead tr td
{
	color: #FFFFFF;
	background-color: #81A921;
	font-weight: bold;
}
#inactivelist table tr td
{
	border: 1px solid #c8c8c8;
	padding: 2px;
}

#field-programidlist .option > label
{
	width: 300px;
}
