/* Start of CMSMS style sheet 'BIG4 PORT FAIRY' */
 /***********************************************/

/* BIG4 PORT FAIRY stylesheet   */

/*created by WordsWorthcommunicating.com   */

/***********************************************/



body {
	margin:0;
	padding:0;
	text-align: center; 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
             background: #FFFFFF url(images2008/back_stripes.gif) repeat left top;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:2px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	letter-spacing: .2em;
	font-size: 20px;
	font-weight:bold;
	color: #294076;
	margin-top:2px;
	margin-bottom:2px;
	text-transform: uppercase;
}

#outershell{
   text-align:center;
	width:970px;
	margin: 0 auto;
	padding:0px;

 }
#innershell{
	position:relative;
	margin-top: 10px;
	width: 950px;
	margin-bottom: 75px;
	background-image: url(images2008/BIG4_inner_background.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-width: 2px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: solid;
	border-right-color: #DEDEDE;
	border-left-color: #DEDEDE;
	border-top-color: #DEDEDE;
}






#topsection{
	position:relative;
	height: 125px;
	background-repeat: no-repeat;
	background-position: left top;
}

#newsletter {padding-right:10px;
text-align:right;

}

#contentwrapper{
	width:950px;

padding-top: 20px;
	padding-bottom: 20px;

}

#leftcolumn {
             padding-top:20px;
	margin-top:0px;
	text-align:left;
	float:left;
	width:205px;
	background-image: url(images2008/BIG4_left_background.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#8F8FC6;
}
	

	
	#fpss {
	float:left;
	margin-left:15px;
	width:720px;    }    
	
	#global_content {
	padding:20px;

	}

	#newsletter {
	background-image: url(images2008/BIG4_global_background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:50px;
	font; 	font-weight: bold;
	color: #FFFFFF;
}

#middlecolumn {
	text-align:left;
	margin-left:20px;
             background-image: url(images2008/content_back.png);
	float:left;
	width:460px; }
	
#middlecolumn_2column  {
            	background-image: url(images2008/content_back.png);
	text-align:left;
	float:left;
	margin-left:20px;
	width:700px; }
	
#main {margin-left:20px;
			margin-right:20px;}

#rightcolumn {margin-left:20px;
	float:left;
	width:230px; }
	
	
#search {
padding-right: 10px;
text-align:right;}


a:link {
	font-family: Arial;
	font-size: 12px;
	color: #5b6aad;
	text-decoration: none;
	}

a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #5b6aad;
	text-decoration: none; }
	
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #F8DD00;
	text-decoration: none; }
	
a:visited:hover {
	font-family: Arial;
	font-size: 12px;
	color: #F8DD00;
	text-decoration: none; }
	
#footer {  font-size:10px;
background-color:#DEDEDE;
padding-top:1px;
padding-bottom:1px;
padding-right: 10px;
      }
	  
	  .footer a:link{  font-size:10px;
      }
	   .footer a:hover{  font-size:10px;
      }

input
{
color: #999999;
font-size:12px;
border: 1px solid #3B5AA5;
background-color: #ffffff;
}

.submit input
{
color: #999999;
font-size:10px;
border: 2px outset #3B5AA5;
background-color: #ffffff;
} 

img { border-style:none;
border: 0px solid #000000}

a img { border-style:none;
border:0px solid #000000}

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************

MENU

*********************/

#menu_vert {
   margin-top: 10px;

   padding-left: 0;
   margin-left: 0;

}
#menu_vert ul {
     margin-left: 0px;
	 padding-left: 0px}



/* third level has some padding to have it stand out */

div#menu_vert ul ul ul {

   padding-bottom: 0.5em;

}



/* menu li block */

#menu_vert li {

   list-style: none;

   margin: 0;

   border-bottom: 1px dashed #c0c0c0;

   display: block;

}



#menu_vert ul ul li {

   border: none;

}



/** fix stupid ie bug with display:block; **/

* html #menu_vert li a { height: 1%; } 

* html #menu_vert li hr { height: 1%; }

/** end fix **/



/* first level links */

div#menu_vert a {

   text-decoration:none; /* no underline for links */

   display: block; /* IE has problems with this, fixed above */

   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */

   color: #18507C; /* this will be link color for all levels */

   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 

   min-height:1em; /* Fixes IE7 whitespace bug */ 

}



/* next level links, more padding and smaller font */

div#menu_vert ul ul a {
	font-size: 90%;
	padding: 0.5em 0.5em 0.5em 2.8em;
	background-position: 1.5em center;
	background-color:#ffffff;
	border: 1px solid cccccc;
}



/* third level links, more padding */

div#menu_vert ul ul ul a {

   padding: 0.3em 0.5em 0.3em 4.3em;

   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
background-color:#ffffff;
border
}



/* hover state for all links */

div#menu_vert a:hover {

   background-color: #C0C0DF;

}

div#menu_vert a.activeparent:hover {

   background-color: #C0C0DF;

   color: #18507C;

}



/* 

active parent, that is the first-level parent 

of a child page that is the current page 

*/

div#menu_vert li a.activeparent {

   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 

   background-color: #3B5AA5;

   color: #fff;

}



div#menu_vert ul ul li a.activeparent {

   background-position: 1.5em center; 

   background-color: transparent;

   color: #18507C;

}





/* 

current pages in the default Menu Manager 

template are unclickable. This is for current page on first level 

*/

div#menu_vert ul h3 {

   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;

   background-color: #3B5AA5;

   display: block; 
   margin-left:0;

   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */

   color: #fff;                                 /* this will be link color for all levels */

   font-size: 1em;                           /* instead of the normal font size for <h3> */

   margin: 0;                                  /* as <h3> normally has some margin by default */

}



/* 

next level current pages, more padding, 

smaller font and no background color or bottom border 

*/

div#menu_vert ul ul h3 {

   font-size: 90%;

   padding: 0.3em 0.5em 0.3em 2.8em;

   background-position: 1.4em center;

   background-color: #ffffff;

   border-bottom: none;

   color: #000;     

}



/* current page on third level, more padding */

div#menu_vert ul ul ul h3 {

   padding: 0.3em 0.5em 0.3em 4.3em;

   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 

}



/* section header */

div#menu_vert li.sectionheader {

   border-right: none;

   font-size: 130%;

   font-weight: bold;

   padding: 1.5em 0 0.8em 0;

   background-color: #fff;

   line-height: 1em;

   margin: 0;

   text-align:center;

}


/* separator */

div#menu_vert li.separator {

   height: 1px !important;

   margin-top: -1px;

   margin-bottom: 0;

   padding:2px 0 2px 0;

   background-color: #000;

   overflow:hidden !important;

   line-height:1px !important;

   font-size:1px; /* for ie */

}



div#menu_vert li.separator hr {

   display: none; /* this is for accessibility */

}
/* End of 'Navigation: Simple - Vertical' */

/* End of 'BIG4 PORT FAIRY' */

