/**************** General Classes *****************/
body {
	margin: 0px;
	/* background-color: #727272; Global White */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #3C3C3C;
	background-attachment: scroll;
	background-color: #F4F9F2;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;	/*  
	background-attachment: scroll;
	background-image: url(../images/bakgrunn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3366ff;
	*/
}

#popup {
	background-image: url(../images/popup_bk.jpg);
	background-repeat: repeat-x;
}

#subPage {
	
}

#globalContainer {
	width: 970px;
	margin: 0px auto;

}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #993300; /* Accent 10 */
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #993300; /* Text Medium */
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	color: #993300; /* Primary */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

a {
 color: #C92C17; /* Link */
 text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
}

p.noSpace {
	margin: 0px;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	text-align: right;
	padding: 5px;
}
#footer a {
	text-decoration: none;
}
/**************** Header Classes *****************/
#topHead {
	height: 210px;
	text-align: left;

}

#topHead img {
	float: right;
}

#topHeadText {
  float: right;
  margin: 55px 15px 0px 0px;
}

#topHead h1 {
	font-size: 11px;
	font-weight: bold;
	color: #666666; /* Global Gray */
}

#topHead h2 {
	font-size: 11px;
	color: #666666; /* Global Gray */
	font-weight: normal;
}
#banner {
	height: 30px;
	text-align: left;	
}

#subPage #header {
	border: 1px solid #826A50; /* Border Dark */
	height: 45px;
	/*background-color: #732600;  Primary */
}


#subPage #header #mainFeatured {
	width: 210px;
	height: 45px;
}

#homePage h1 {
	color: #840000; /* Global White */
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
}
#homePage h2 {
	font-size: 11px;
	color: #666666; /* Global Gray */
	font-weight: normal;
}

/**************** Top Nav Classes *****************/
#topNavOuter {
	border-bottom: 1px solid #826A50; /* Border Dark */
}

#topNav {
	padding: 6px 3px 0px 3px;
	background-color: #E0E0E0; /* Text Medium */
	color: #FFFFFF;  Global White 
	height: 31px;
/*	background-image: url(/images/topnav_bk.gif);
	background-repeat: repeat-x;*/
}

#topNav table, #topNav ul {
 float: right;
}

/************************************************ Sub Page Classes **********************************************/
#innerContainer {
	background-color: #FCFCFC;	/*border-right: 1px solid #D3CFCA;  Neutral Medium */	
/*  filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; */
	min-height:575px;
}
#homePage #innerContainer {
	background-image: url(../images/leftPane_background.jpg);
}
#subPage #innerContainer {

}

#innerContainer #innerLeft {
	float: left;
	padding: 5px;	
}
#homePage #innerContainer #innerLeft {
	width: 196px;
}

#subPage #innerContainer #innerLeft {
	width: 200px;
}

#innerContainer #innerRight {
	float: left;
  padding: 2px;
}

#subPage #innerContainer #innerRight {
	float: none;
	margin-left: 210px;
	padding: 5px;
	min-height: 550px;
}
#subPage #innerContainer #innerContent {
	float: none;
	padding: 2px;
	min-height: 550px;
	margin-right: 2px;
	margin-left: 2px;
}
#innerContainer #mainContent {
	float: left;
  padding: 2px;
}

#subPage #innerContainer #mainContent {
	float: none;
	margin-left: 210px;
	margin-right: 210px;	
	padding: 5px;
	min-height: 550px;
}
#innerContainer #outerRight {
	float: right;
  padding: 2px;
}

#subPage #innerContainer #outerRight {
	width: 203px;
	padding: 0px;
	min-height: 550px;
}
#subPage #innerContainer img {
}
/**************** Resources Classes *****************/
#resources {
	color: #C65711; /* Secondary */
	padding: 20px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#leftPane {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#homePage #leftPane a {
  text-decoration: none;		
}

#homePage #leftPane a {
	display: block;
}

#homePage #featured {
	padding: 20px;
}

#homePage #featured .featuredLeft {
	width: 250px;
	float: left;
	padding-right: 15px;
	border-right: 1px solid #D3CFCA; /* Neutral Medium */	
}

#homePage #featured .featuredRight {
	float: left;
	padding-left: 15px;
  width: 230px;
}

#homePage #featured h1 {
	margin-top: 0px;
}

#homePage #featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#homePage #featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:underline;
}

#homePage #featured li {
	padding-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
