/* CSS Document */

/*sets default values for all browsers*/
html * {
	padding: 0;
	margin: 0;
}

/*global styles, also sets gradient background*/
body {
	background: url(../images/global/bkgd.jpg) repeat-x;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-attachment:fixed;
}

#container {
	width:744px;
	margin:10px auto 0 auto;/*centers webpage*/
	position:relative;
}

/**************************************/
/*             =HEADER
/**************************************/

/*rounded corners*/
#rc_topheader {
	background:   url(../images/global/rc_headertop.gif) no-repeat;
	width:744px;
	height:51px;
	position:relative;
	float:right;
	z-index:10;
	margin:0 0 -51px 0;/**makes room for top rounded corners**/
}

/*gradient of header, main header*/
#header {
	background: url(../images/global/gradient_header.jpg) repeat-x top;
	background-color:#FFFFFF;
	height:auto;
	position:relative;
	width:100%;
	padding:0 0 2px 0;
	z-index:9;/*do not remove, essential for dropdown menus to function*/
	width:742px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

#logo  {
	background-image: url(../images/global/logo.gif);
	width:202px;
	height:62px;
	left:19px;
	position:relative;
	float:left;
	top:10px;
	z-index:93;
}

/**************************************/
/* =SEARCHBOX + NAV DIRECTLY UNDERNEATH
/**************************************/

/*search box*/
#search_box {
	background-color:#CCCCCC;
	position:absolute;
	right:15px;
	border:1px solid #999999;
	margin:0;
	padding:0em .1em;
	width:12em;
	z-index:98;
	top:10px;
	float:none;
}

#search_box table {
	width:11.7em;
	z-index:99;
}

#search_box h6 {
	padding:0 .3em;
}

/*input field*/
#search_input {
	width:7.6em;	
	border:1px solid #999999;
	margin:0 .2em;
	padding:.1em 0;
	color:#666666;
}

#search_icon {
	margin:.2em;
	padding:0;
	position:relative;
	float:right;
}

/*nav underneath search box*/
#basicnav {
	position:relative;
	clear:right;
	float:right;
	font-size:.7em; 
	margin:-10px 0 35px 0;/*gives space between this and  main nav below*/
}

#basicnav li {
	display:inline;
	text-transform:uppercase;
	padding:0 1.7em 0 0;/*spacing between list items*/
	line-height:1em;
	margin:0;
}

#basicnav li a:link, #basicnav li a:visited {
	color:#000000;
	text-decoration:none;
} 

#basicnav li a:hover {
	color:#CC0000;
	text-decoration:underline;
}

/**************************************/
/*             =CONTENT
/**************************************/

/*rounded corners*/
#rc_header_content {
	background:  url(../images/global/rc_header_content.gif) no-repeat;
	height:50px;
	margin:-15px 0 0 0;/*removes rounded bottom corners in header from layout calculation*/
	width:744px;
	position:relative;
}

/*part of rounded corners*/
#rc_header_content_bkgd {
	background:  url(../images/global/rc_header_content_bkgd.gif) repeat-x;
	height:50px;
	position:relative;
	width:730px;
	margin:0 auto;
}

#content {
	background: url(../images/global/bkgd_content.jpg) repeat-y;/**repeated image needed to keep slim borders intact*/
	height:auto;
	position:relative;
	z-index:3;
}

/*actual text within content*/
#text {
	font-size:.9em;
	position:relative;
	padding:0 1em;
	height:auto;
	min-height:280px;
}

/*hyperlink styles*/
#text a:link {
	color:#000000;
	text-decoration:underline;
}

/*visited links turn blue*/
#text a:visited {
	color:#000099;
	text-decoration:none;
}

/*text turns red when hovered over*/
	#text a:hover {
	text-decoration:underline;
	color:#FF0000;
}

/*blue and red bar at bottom*/
#horizontal_design {
	background:  url(../images/global/bar.gif) no-repeat;
	height:8px;
	width:700px;
	margin:1em auto;/*centers bar and adds space above/below*/
	padding:0;
	clear:both;
}

/**************************************/
/*             =FOOTER
/**************************************/

#footer {
	background: url(../images/global/gradient_bottom.jpg) repeat-x;
	height:48px;
	margin-bottom:-48px;/**makes room for rounded corner image**/
	text-align:center;
	font-size:.7em;
	color:#333333;
}

#footer a:link, #footer a:visited {
	list-style:none;
	text-decoration:none;
	color:#333333;
	padding:0 5px 0 5px;
	z-index:75;
	position:relative;
}

#footer a:hover {
	text-decoration:underline;
	color:#333333;
}

#footer ul li {
	display:inline;
}

/*rounded corner*/
#rc_contentbottom {
	background-image:   url(../images/global/rc_contentbottom.gif);
	height:48px;
	width:744px;
	margin-bottom:40px;
	position:relative;
	z-index:12;
}


/**************************************/
/*           VARIOUS FLOATS
/**************************************/

.floatl {
	position:relative;
	float:left;
	margin:0 7px 0 5px;
}

.floatl_nomargin {
	float:left;
	margin:0 15px 0 8px;
}

.floatl img, .floatr img {
	position:relative;
	float:left;
}

.floatl p, .floatr p {
	position:relative;
	float:left;
	width:10em;
	padding:0 0 0 1em;
}

.floatr {
	position:relative;
	float:right;	
}

.bozeman {
    Position:relative;
	left:20px;
}


.banner {
    Position:relative;
	left: 0px;
	}

/**do not remove, will break layout. Clears floats*/
.clear {
	clear:both;
}

/**Clears floats while creating whitespace*/
.clear_space {
	clear:both;
	height:2em;
}

.clear_news {
        clear:both;
        height:2px;
}



/**************************************/
/*       ACCESSIBILITY STYLES
/**************************************/
.hidden {
	display:none;
}

.nodisplay {
	display:none;
}

/**************************************/
/*         CONTENT STYLES
/**************************************/

.italic {
	font-style:italic;
}

.bold {
	font-weight:800;
}

.red {
	color:#CC0000;
}

.center {
	text-align:center;
}

.blue {
	color:#000099;
}

