﻿body
{
	margin: 0 auto;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
    background-image:url('/Assets/images/1033/homepage/stripebackgrndimage.gif');
}

textarea
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 760px;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

table
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


/* START Navigation Header Tall */

h2.nav_header_tall, label.hidden
{
	position: absolute;
	top: -20em;
	left: -200em;
}

div#nav_header_tall
{
	width: 760px;
	height: 68px;
	background-color: #000000;
}

div#nav_header_tall ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 3em;
	text-align: center;
}

#nav_header_tall li
{
	float: left;
	width: 95px;
}

#nav_header_tall li a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#nav_header_tall li a:hover
{
	text-decoration: underline;
}

/* END Navigation Header Tall */



/* START Navigation Header Short */

h2.nav_header_short, label.hidden
{
	position: absolute;
	top: -20em;
	left: -200em;
}

div#nav_header_short
{
	width: 760px;
	height: 32px;
	background-color: #000000;
}

#nav_header_short ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 3em;
	text-align: center;
}

#nav_header_short li
{
	float: left;
	width: 97px;
}

#nav_header_short li a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#nav_header_short li a:hover
{
	text-decoration: underline;
}


/* END Navigation Header Short */


/* START Navigation Top */
/* Made width 770px, which is 10px greater than body width of 760px, 
in order for Firefox to render top navigation bar on one line. 
Also changed div#nav_top li a padding from .3em to 4px 3px 4px 3px; 
to accommodate Firefox Ver. 1.5. */

h2.nav_top, label.hidden
{
	position: absolute;
	top: -20em;
	left: -200em;
}

div#nav_top
{
	width: 770px;
}

div#nav_top ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#nav_top li
{
	float: left;
	font-size: .85em;
}

div#nav_top li a
{
	width: 121px;
	height: 2em;
	background-color: #009899;
	line-height: 1em;
	display: block;
	border-top: 1px solid #999999;
	border-bottom: 4px solid #000000;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 4px 3px 4px 3px;
}

div#nav_top li a:hover
{
	width: 119px;
	margin-left: .1em;
	margin-right: .1em;
	border-bottom: 4px solid #d5c73a;
}

div#nav_top li a.highlight
{
	width: 119px;
	border-bottom: 4px solid #000000;
	font-weight: bold;
	color: #d5c73a;
}

div#nav_top li a.highlight:hover
{
	width: 117px;
	border-bottom: 4px solid #d5c73a;
	text-decoration: none;
}

/* END Navigation Top */


/* START Navigation Left */

h2.nav_left, label.hidden
{
	position: absolute;
	top: -20em;
	left: -200em;
}

div#nav_left
{
	clear: both;
	width: 164px;
	float: left;
}

div#nav_left_no_sm
{
	clear: both;
/*	width: 164px;   */
	float: left;
}


div#nav_left ul
{
	list-style: none;
	padding: 0;
	margin: 0;
/*	line-height: 0;    */
	float: left;
}

div#nav_left li
{
	margin: 0;
	font-size: 10px;

}

div#nav_left li a
{
	background-color: #339999;
	/* height: 3em; 
	 line-height: 2em; */
	display: block; 
	border-top: 1px solid #ffffff;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	/* text-indent: 3px; */
	width: 161px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div#nav_left li a:hover
{
	text-decoration: underline;
}

div#nav_left li a.sub
{
	background-color: #d4eeef;
	/* height: 2em; 
	line-height: 2em; */
	display: block;
	border-top: 1px solid #ffffff;
	color: #000000;
	text-align: left;
	text-decoration: none;
	/* text-indent: 3px; */
	width: 158px;
	padding-left: 6px;
}

div#nav_left li a.sub:hover
{
	text-decoration: underline;
}


/* END Navigation Left */


/* START Closing Stub for Navigation Left */

div#nav_left_bottom_stub
{
	float : left;
	width: 164px;
	line-height: 14px;
	border-top: 1px solid #ffffff;
	background-color: #339999;
}

div#nav_left_bottom_stub_white
{
	float : left;
	width: 164px;
	line-height: 14px;
	border-top: 1px solid #ffffff;
	background-color: #ffffff;
}

div#nav_left_bottom_stub_white_15px
{
	float : left;
	width: 15px;
	line-height: 14px;
	border-top: 1px solid #ffffff;
	background-color: #ffffff;
}





/* END Closing Stub for Navigation Left */



/* START Content */

div#content
{
	float: left;
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-right: 30px;
	width: 541px;
}

div#content_no_sidemenu
{
	float: left;
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-right: 30px;
	width: 760px;
	line-height: 1.5;	
}


h1
{
	font-size: 21px;
	font-weight: bold;
	color: #339999;
	letter-spacing: 1px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: -1em;
	margin-top: .75em;

}

h2#headline_home
{
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	margin-top: -1px;
	padding-bottom: .5em;
}


h3
{
	font-size: 11px;
	font-weight: bold;
	color: #339999;
	margin-bottom: -1em;
	padding-top: 5px;
	padding-bottom: 10px;
}

h4
{
	font-size: 12px;
	font-weight: normal;
	color: #cb6b1e;
}

h5
{
	font-size: 11px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}

ul
{
	list-style-type: disc;
}

ol
{
	list-style-type: decimal;
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #a04e69;
	text-decoration: underline;
}

.main_text_10
{
	font-size: 10px;

}


/* START COLUMN STYLES */

/* h2.column_left
{
	width:29%;
	float:left;
	margin-left:0;
	padding:8px;
	}

.column_left 
{
	width:29%;
	float:left;
	margin-left:0;
	padding:8px;
	}
	
.column_center
{
	width:29%;
	float:left;
	margin-left: 8px;
	padding:8px;
	}
	
.column_right
{
	width:29%;
	float:left;
	margin-left: 8px;
	padding:8px;
	}

.column_left_bgcolor 
{
	width:29%;
	float:left;
	margin-left:0;
	padding:8px;
	background:#ddd;
	}
	
.column_center_bgcolor
{
	width:29%;
	float:left;
	margin-left: 8px;
	padding:8px;
	background:#ddd;
	}
	
.column_right_bgcolor
{
	width:29%;
	float:left;
	margin-left: 8px;
	padding:8px;
	background:#ddd;
	}
	
.clear {clear:both; font-size:.1em;} */


/* END COLUMN STYLES */




/* END Content */


/* START Navigation Bottom */

h2.nav_second_menu, label.hidden
{
	position: absolute;
	top: -20em;
	left: -200em;

}

#nav_second_menu
{
	clear: both;
	/* width: 760px;  */
	background-color: #000000;
}

#nav_second_menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_second_menu li
{
	float: left;
	font-size: 10px;
}

#nav_second_menu li a
{
	background-color: #000000;
	height: 2.2em;
	line-height: 2em;
	width: 108px;
	display: block;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#nav_second_menu li a:hover
{
	text-decoration: underline;
}
#nav_second_menu_last ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_second_menu_last li
{
	float: left;
	font-size: 10px;
}

#nav_second_menu_last li a
{
	background-color: #000000;
	height: 2.2em;
	line-height: 2em;
	width: 112px;
	display: block;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#nav_second_menu_last li a:hover
{
	text-decoration: underline;
}


h2.nav_bottom, label.hidden
{
	position: absolute;
	top: -20em;
	left: -200em;

}

#nav_bottom
{
	clear: both;
	width: 760px;
}

#nav_bottom ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_bottom li
{
	float: left;
	font-size: 10px;
}

#nav_bottom li a
{
	background-color: #b8a809;
	height: 2.2em;
	line-height: 2em;
	width: 108px;
	display: block;
	border-top: 1px solid #000000;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

#nav_bottom li a:hover
{
	text-decoration: underline;
}

/* END Navigation Bottom */


/* START Footer */

div#footer
{
	clear: both;
	margin-top: .5em;
	font-size: 10px;
	text-align: center;
}

/* END Footer */




/* Hide from IE5-Mac \*/
#nav_bottom li a
{
	float: none;
}
/* End hide */



/* Hide from IE5-Mac \*/
div#nav_top li a
{
	float: none;
}
/* End hide */


/* Hide from IE5-Mac \*/
div#nav_header_short li a
{
	float: none;
}
/* End hide */


/* Hide from IE5-Mac \*/
div#nav_header_tall li a
{
	float: none;
}
/* End hide */

/* START Old BHI Styles for RED */

.red_header
{
	font-size:21px;
	font-family: verdana,arial,helvetica,sans-serif;
	color : #A72D1A;
	font-weight : bold;
	letter-spacing : 1px;
}

.red_header_bg
{
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #ffffff;
	font-weight: bold;

	background-color: #A72D1A;
	width: 541px;
}

.red_header_bar
{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #A72D1A;
	text-indent: 8px;
	width: 541px;
	height: 15px;
	background-image: url('/Assets/images/1033/red_header_bar.gif');
	background-repeat: no-repeat;
	margin-bottom: -.5em;
	display: block;
}

.red_highlight
{
	font-size: 12px;
	font-family: verdana,arial,helvetica,sans-serif; 
	color: #cb6b1e; 
}


.red_highlight:hover
{
	font-size: 12px;
	font-family: verdana,arial,helvetica,sans-serif; 
	color: #cb6b1e; 
	text-decoration: none;
}


.red_highlight_bold
{
	font-size: 12px;
	font-family: verdana,arial,helvetica,sans-serif; 
	font-weight: bold;
	color: #cb6b1e; 
}

/* END Old BHI Styles for RED */


h1#hidden
{
	position: absolute;
	top: -20em;
	left: -200em;
}

/* new style for both menus at the top */


/* START college_list */

/* Made width 770px, which is 10px greater than body width of 760px, 

in order for Firefox to render top navigation bar on one line. 

Also changed div#nav_top li a padding from .3em to 4px 3px 4px 3px; 

to accommodate Firefox Ver. 1.5. */

 

h2.college_list, label.hidden

{

      position: absolute;

      top: -40em;

      left: -200em;

}

 

div#college_list
{
      width: 770px;
}

div#college_list ul
{
      list-style: none;
      padding: 0;
      margin: 0;   
}
 
div#college_list li#cas
{
      float: left;  
      width: 126px;
}

div#college_list li#cbpa
{ 
      float: left;
      width: 178px;
}
 
div#college_list li#chp
{
     float: left;
     width: 162px; 
}
 
div#college_list li#chp a img
{
   text-decoration: none;
   border-style: none;
}
 
 
div#college_list li#coe
{
      float: left;
      width: 117px;
}
 
div#college_list li#sidl
{
    float: left;
    width: 170px; 
}

div#college_list li#uc
{
      float: left;
      width: 177px;
 }
 
div#college_list li
{
      float: left;


}
div#college_list li a img
{
    text-decoration: none;
    border-style: none;

}


/* END Navigation Top */
/*  Special added for new allmenu master page */

div#fourmenu
{
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	display: block;
	vertical-align: middle;
	height: 3em;
}
div#fourmenu a
{
	text-decoration: none;
}
h2.homepage
{
	font-size: 14px;
	font-weight: bold;
	color: #6a2223;
	margin-bottom: -1em;
	margin-top: .75em;

}
