/* Start of CMSMS style sheet ' albertafire' */
body{
	margin:0px;
	padding:0px;
	background-image:url(images/main_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a, a:visited{
	color:#000000;
	text-decoration:underline;
}

a:hover{
	color:#b82e23;
	text-decoration:none;
}

h1, h2, h3, h4, from, p{
	margin:0px;
}

h1{
	font-size:150%;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	color:#b82e23;
}

h2{
	background-image:url(images/red_arrow.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 10px 0px 15px;
	width:auto;
	color:#FFFFFF;
	font-size:145%;
	font-weight:normal;
}

h3{
	font-size:120%;
	font-weight:bold;
}

.featuredLinkYellow{
	font-size:120%;
	font-weight:normal;
	text-align:left;
margin-left:18px;
margin-top:10px;
}

.featuredLinkYellow a, .featuredLinkYellow a:visited, .featuredLinkYellow a:hover{
	font-size:120%;
	font-weight:normal;
	text-align:left;
}

from{
	padding:0px;
}

p{
	padding:10px 0px 10px 0px;
}

clear{
	clear:both;
}

/*******************************************************************/

#wrapper{
	width:900px;
	margin:auto;
}

.logoBlock{
	background-image:url(images/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:103px;
	line-height:103px;
	padding:0px 0px 0px 232px;
	font-weight:bold;
	text-align:right;
}

.logoBlock a, .logoBlock a:visited, .logoBlock a:hover{
	margin:0px 5px 0px 5px;
        font-family:Tahoma;
	font-size:12px;
        font-weight: bold;
        text-decoration:none; 
}
.logoBlock a:active{
	color:#b82e23;
	text-decoration:none;
        font-family:Tahoma;
	font-size:12px;
        font-weight: bold;
}

.MenuHolder{
	background-image:url(images/menu_base.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#9b271e;
	padding:30px 10px 45px 10px;
}

.blackboxbase{
	background-image:url(images/blackboxbase.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	padding:10px 10px 10px 10px;
}

.blackboxbase a, .blackboxbase a:visited{
	color:#ff9900;
	text-decoration:underline;
}

.blackboxbase a:hover{
	color:#ff9900;
	text-decoration:none;
}

.blackboxbase p{
	padding:0px 10px 0px 15px;
	margin:13px 0px 0px 0px;
	width:auto;
	color:#ff9900;
	font-size:125%;
	font-weight:normal;
}

.blackboxbaseBorder{
	background-image:url(images/border.jpg);
	background-position: center right;
	background-repeat:no-repeat;
}
.blackboxbaseContent{
	padding:10px;
}

.contentRegion{
	width:auto;
	padding:10px;
}

.footerHolder{
	margin:50px 0px 10px 0px;
}

.footerBase{
	background-color:#dcdcdc;
	border-bottom:1px solid #b6b6b6;
	border-top:1px solid #b6b6b6;
}


/* Vertical menu for the CMS CSS Menu Module */
/* The wrapper determines the width of the menu elements */


#nav, #nav ul { 
   list-style: none; 
   margin: 0px; 
   width: 80%; /* width of the underline of menu*/
   margin-left: -1px; 
   margin-right: -1px;
/*background-color: #9B271E; */
}

#nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   right: 100%; 
   display: none;
}

#nav li { 
   margin-bottom: -1px; 
   position: relative;
   
}

#nav li a:hover{ 
color:#ff0000;
}



/* Styling the basic apperance of the menu elements */
#nav a { 
   border-bottom: 1px solid #FFFFFF;
   display: block; 
   margin: 0px; 
   padding: 5px 5px 5px 5px;/* Ex right one is dis from left*/
   /*padding-left: 0px;*/   
   color: #FFFFFF;
   font-weight: bold;
   font-family: tahoma, helvetica, arial, sans-serif;
   font-size: 11px;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
   padding-right: 5px;
    
}

#nav li, #primary-nav li.menuparent { 
   
min-height:1em; /* Fixes IE7 bug*/
/*background-image:url(images/menu_bullet_01.jpg);*/
background-position:left center;
background-repeat:no-repeat;
/*padding-left:20px;*/
color:#ff0000;
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#nav li.menuactive {
color:#ff0000;
/*background-image:url(images/menu_bullet_01.jpg);*/
background-position:left center;
background-repeat:no-repeat;
/*padding-left:20px;*/
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
/*
#nav li.menuparent, 
#nav li.menuparent:hover, 
#nav li.menuparenth {
/*background-image:url(images/menu_bullet_01.jpg);*/
background-position:left center;
background-repeat:no-repeat;
color:#ff0000;

}
*/

/* Styling the apperance of menu items on hover */
#nav li:hover, 
#nav li.menuh, 
#nav li.menuparenth, 
#nav li.menuactiveh { 
/*background-image:url(images/menu_bullet_01.jpg);*/
background-position:left center;
background-repeat:no-repeat;
/*padding-left:20px;*/
color:#ff0000;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#nav ul, 
#nav li:hover ul, 
#nav li:hover ul ul, 
#nav li.menuparenth ul, 
#nav li.menuparenth ul ul { 
   display: none; 
/*background-color: #e0e0e0;*/ 
background-color: #9B271E; 

}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul, 
#nav li.menuparenth ul, 
#nav ul li.menuparenth ul, 
#nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#nav li, #nav li.menuparenth { _float: left; _height: 1%; }
#nav li a { _height: 1%; }


/* section header */
#nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */

#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* End of ' albertafire' */

