/* 
Styles
*/
html{
background: #FFFFCD;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}


body {
	background: #FFFFCD url(images/montanawest_comp_home_02_bkg.jpg) repeat-x;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	width: 900px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
.padder {
	padding: 10px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #2255AA;
	text-decoration: none;
	}
	
a:hover {
	color: #e18700;
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 898px;
	font-family: Myriad Pro, Trebuchet MS, Sans-Serif;
	padding: 0px;
	overflow: hidden;
	}

.default {
	background: #FFFFFF url(images/header_HOME.jpg) no-repeat;
	height: 243px;

}

.about {
	background: #FFFFFF url(images/header_ABOUT.jpg) no-repeat;
	height: 357px;
}

.contact {
	background: #FFFFFF url(images/header_CONTACT.jpg) no-repeat;
	height: 357px;
}

.events {
	background: #FFFFFF url(images/header_EVENTS.jpg) no-repeat;
	height: 357px;
}

.fceda {
	background: #FFFFFF url(images/header_FECDA.jpg) no-repeat;
	height: 357px;
}

.investors {
	background: #FFFFFF url(images/header_INVESTORS.jpg) no-repeat;
	height: 357px;
}

.maps {
	background: #FFFFFF url(images/header_MAPS.jpg) no-repeat;
	height: 357px;
}

.news {
	background: #FFFFFF url(images/header_NEWS.jpg) no-repeat;
	height: 357px;
}

.quality {
	background: #FFFFFF url(images/header_QUALITYOFLIFE.jpg) no-repeat;
	height: 357px;
}

.dobusiness {
	background: #FFFFFF url(images/header_REALESTATE.jpg) no-repeat;
	height: 357px;
}

.profile {
	background: #FFFFFF url(images/header_REGIONALPROFILE.jpg) no-repeat;
	height: 357px;
}

.report {
	background: #FFFFFF url(images/header_REPORTBUILDER.jpg) no-repeat;
	height: 357px;
}

.resources {
	background: #FFFFFF url(images/header_RESOURCES.jpg) no-repeat;
	height: 357px;
}

.search {
	background: #FFFFFF url(images/header_SEARCH.jpg) no-repeat;
	height: 357px;
}

.taxes {
	background: #FFFFFF url(images/header_TAXES.jpg) no-repeat;
	height: 357px;
}

.maillist {
	background: #FFFFFF url(images/header_CONTACT.jpg) no-repeat;
	height: 357px;
}






	
#header p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#header li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width: 520px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.headerright {
	width: 350px;
	float: left;
	margin: 5px 15px 0px 0px;
	padding: 10px 0px 0px 8px;
	text-align: left;
	}

.headerright a, .headerright a:visited {
	color: #B5C4D9;
	font-size: 8 px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	}
	
.headerright a:hover {
	color: #B5C4D9;
	text-decoration: underline;
	}
	
.headerright a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}
	
/************************************************
*	Navbar  									*
************************************************/

#navbar {
	width: 865px;
	height: 47px;
	margin: 89px 0 0 8px;
	padding: 0px;
	}
	
#navbarleft {
	width: 865px;
	height: 45px;
	float: left;
	margin: 0px; 
	padding: 0px;
	}
	
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #083A81;
	width: 70px;
	display: block;
	font-size: 10.5 px;
    font-weight: normal;
	text-decoration: none;
	}
	
#nav a:hover {
	background: #083A81;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	}

#nav li {
	border: 1px solid red;
	width: 90px;
	height: 44px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	border-left: 1px solid #CCCC9A; 
	border-right: 1px solid #CCCC9A; 
	background: #FFFFFF;
	min-height: 420px;
	width: 863px;
	padding: 0px;
	margin: 0px auto 0px;
	}
	
#content_home {
	border-left: 1px solid #CCCC9A; 
	border-right: 1px solid #CCCC9A; 
	background: #FFFFCC;
	min-height: 100px;
	width: 863px;
	min-height: auto;
	padding: 0px;
	margin: 0px auto 0px;
	}

#content_home h1 {
	color: #083A81;
	font-size: 28px;
	line-height:28px;
	font-family: Myriad Pro, Trebuchet MS, Serif;
	font-style:italic; 
	font-weight: normal;
	margin: -20px 0 0 30px;
	padding: 0;
	}
		
#content_home .homefocusimg {
	background: #FFFFFF url(images/home_image_swoosh.jpg) no-repeat;
	width: 502px;
	height: 222px;
	position:relative;
	left: 369px;
	top:-92px;
	}



#content p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#content_home p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 17px;
	}
	
#content h3, #content_home  h3{
	color: #083A81;
	font-family: Myriad Pro, Trebuchet MS, Sans-Serif;
	font-size: 22px;
	font-weight:normal;
	display:inline;
	}

	
#content .small, #content_home .small {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	}


#content .subtitle, #content_home .subtitle{
	color: #083A81;
	font-size: 12px;
	font-style:italic; 
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}
		
#contentleft {
	margin: -300px auto 0px;
	float: left;
	width: 320px;
	background: #FFFFCC url(images/home_box_bg.gif) repeat-x;
	padding: 20px 30px 20px 20px;
	}
	
#contentleft #spotlight {
		width:100%;
		background-color:#FFF;
		border:1px solid #cccc99;
		background-image:url(images/bkg_spotlight.gif);
		background-repeat:no-repeat;
	}
	
#contentleft #spotlight p{
	font: 11px/15px Arial, Helvetica, sans-serif;
	margin-left: 135px;
	padding-top:15px;
	}
	
#subcontentleft {
	border-right: 1px solid #CCCC9A; 
	/*min-height:440px;*/
	margin: -140px auto 0px;
	float: left;
	width: 520px;
	padding: 0px 30px 20px 20px;
	}
	
#subcontentleft ul, ol {
	padding-left: 25px;	
	padding-bottom: 10px;
}

#subcontentleft ul li {
	list-style-position:outside;
	list-style-type: disc;
}

#subcontentleft ol li {
	list-style-position:outside;
	list-style-type: decimal;
}


#contentright {
	/*border: 1px solid red;*/
	margin: -92px 0px 0px 0px;
	width: 490px;
	float: left;
	background: #FFFFFF;
	background-image:url(images/bkg_focus_areas_home.gif);
	background-repeat:repeat-y;
	}
	


/************************************************
*	Report Builder 				     		    * 
************************************************/

#reportbuilder {
	min-height:440px;
	margin: -170px auto 0px;
	float: left;
	width: 550px;
	padding: 0px 30px 20px 20px;
	}
	
#reportbuilder h2{
	color: #083A81;
	font-family: Myriad Pro, Trebuchet MS, Sans-Serif;
	font-size: 18px;
	font-weight:normal;
	padding-top:10px;
	}

/************************************************
*	PAGE title					     		    * 
************************************************/

#pagetitle {
	position: relative;
	top: -200px;
	height: auto;
	left: 10px;
	width: auto;
	padding: 0;
	margin: 0;
	}
	
#pagetitle .fade {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85px;
	font-weight: normal;
	/*position:relative;
	top: 0px;
	left: 0px;*/
	margin: 0px 0 0 0px;
	color: #E3E7F0;
	line-height:100px;
	}
	

#pagetitle h1 {
	color: #083A81;
	letter-spacing:-.06em;
	font-size: 28px;
	line-height:28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic; 
	font-weight: normal;
	margin: -70px 0 0 30px;
	padding: 0;
	}
#pagetitle h2 {
	color: #083A81;
	letter-spacing:-.06em;
	font-size: 18px;
	line-height:28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic; 
	font-weight: normal;
	margin: 2px 0 0 30px;
	padding: 0;
	}	


/************************************************
*	Sub Nav					     		    * 
************************************************/

#sub_navbar {
	font-family: Arial;
	font-weight: normal;
	position:relative;
	top: -221px;
	left: 20px;
	width: auto;
	}

#ie_sub_navbar {
	/*border: 1px solid red;*/
	font-family: Arial;
	font-weight: normal;
	position:relative;
	top: -221px;
	left: -480px;
	width: auto;
	}

#ie_sub_navbarleft {
	background: #083A81; /*url(images/left_sub_nav.gif) no-repeat;*/
	color: #FFFFFF;
	height: 30px;
	float: left;
	/*width:800px;*/
	position:relative;
	/*top: 0px;*/
	left: 500px;
	margin: 0px; 
	padding: 0px;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}


#sub_navbarleft {
	background: #083A81; /*url(images/left_sub_nav.gif) no-repeat;*/
	color: #FFFFFF;
	height: 30px;
	float: left;
	margin: 0px; 
	padding: 0px;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}
	
	
#sub_nav {
	margin: 0px;
	padding: 5px 10px;
	list-style: none;
	}
	
	
#sub_nav .current_page_item{
	background: url(images/sub_nav_arrow.gif) no-repeat;
	}
	
#sub_nav .page_item{
	background: url(images/sub_nav_divider.gif) no-repeat;
	padding-left: 10px;
	}

#sub_nav .cat-item{
	background: url(images/sub_nav_divider.gif) no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	}


#sub_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#sub_nav a {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
    font-weight: normal;
	text-decoration: none;
	}
	
#sub_nav a:hover {
	color: #FFFFFF;
	display: block;
	text-decoration: underline;
	}

#sub_nav li {
	height: 30px;
	float: left;
	margin: 5px 0px;
	padding: 0px 5px;
	}


/************************************************
*	Focus Areas					     		    * 
************************************************/
	

	
#homehelp {
	width: 141px;
	float: left;
	padding: 11px;
	margin: 0px;
	border-left:1px solid #cccc99;
	}
	
#homehelp h3 {
	font: normal 20px/18px Georgia, "Times New Roman", Times, serif;
	margin-bottom:11px;
	}
	
#homehelp p {
	font: 11px/15px Arial, Helvetica, sans-serif;
	padding-top:11px;
	}

/*#homefocus {
	padding: 0;
	margin: -20px 0 0 10px;
	float:left;
	width: 168px;
	border-right:1px solid #cccc99;
	} */
	
#homefocus {
	width: 161px;
	float: left;
	margin-left: 1px;
	}
	
/*#homenews {
	width: 120px;
	margin: 0px 0 0 5px;
	min-height: 270px;
	float: left;
	}*/
	
#homenews {
	width: 140px;
	float: left;
	padding: 10px;
	margin: 0px;
	}

#homenews ul {
	margin: 0px 0px 0px 11px;
	padding: 0px 0px 11px 0px;
	list-style-type: none;
	}
	
#homenews li {
	font-size:12px;
	line-height: 13px;
	padding-left:5px;
	padding-bottom:5px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .0em;
	}
	
#homenews p {
	line-height: 13px;
	margin: 0px 0px 0px 11px;
	padding:0px;
	}

#homenews h3 {
	font: normal 20px/18px Georgia, "Times New Roman", Times, serif;	

	}

	
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
	float: right;
	min-height:380px;
	width: 290px;
	margin: -70px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	line-height: 20px;
	}
	
#r_sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCC9A;
	color: #083A81;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 10px 10px 10px;
	margin: 0px 15px;
	}

#r_sidebar p {
	padding: 5px 0px;
	margin: 0px 25px;
	line-height: 14px;
	}
	
	
#r_focus {
	margin: 10px 0 0 -2px;
	border-top: 1px solid #CCCC9A;
	background: #FFFFFF url(images/sub_nav_focus.jpg) repeat-x ;
	width: 292px;
	min-height: 200px;
	
	}

	
#r_sidebar #r_focus h3 {
	font: bold 16px/18px Georgia, "Times New Roman", Times, serif;	
	margin:25px 0 0 25px;
	}

#r_focus ul {
	margin: 7px 25px 0px 25px;
	padding: 0px;
	list-style: none;
	}
	
#r_focus li {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	background-image: url(images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 5px .5em;
	padding-left:-9px;
	padding-bottom:2px;

	}


	
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	border-left: 1px solid #CCCC9A; 
	border-right: 1px solid #CCCC9A; 
	border-bottom: 1px solid #CCCC9A; 
	border-top: 1px solid #083A81; 
	background: #FFFFFF url(images/bottom_bg.gif) no-repeat;
	width: 863px;
	height: 90px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	color: #8A7967;
	font-size: 11px;
    font-weight: normal;
	}
	
#footer a {
	color: #8A7967;
	text-decoration: none;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a:hover {
	color: #8A7967;
	text-decoration: underline;
	}
	
.footerleft {
	width: 380px;
	float: left;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	}
	
.footermiddle {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 10px 0px 8px 6px;
	}

.footerright {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	}
	
	
/* - - - - - - - - - MINI FOCU AREA STYLES*/
	
#r_sidebar #mini_focus_areas {
	border:1px solid #cccc99; 
	margin-left:-3px; 
	width:292px	
}

#r_sidebar #mini_focus_areas h1 {
	color:#083A81;
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
	padding-bottom: 5px;
}

#r_sidebar #mini_focus_areas p {
	font-size: 12px;
	line-height: 14px;
	margin:0px;
}
	
	

	
