html { height:100%; }

body { 
  padding:0; 
  margin:0; 
  min-height:100%; 
  position:relative; 
  font: 70%/1.5 Tahoma, Arial, Hevlvetica, sans-serif;
  color: #333; 
  text-align: left;
/*  background: #fff; */
  background: url(../img/tall.jpg) repeat-x;
}

* html body { height:100%; }

h1 {
	font-size: 1.5em;
}

h2 {
	margin: 10px 0;
	font-size: 1.4em;
}

h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

a {
	color: #404040;
  text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: none;	
}

p {
	margin: 10px 0;
}

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

li {
	padding-left: 12px;
	background: url(../images/arrow-readon-on.gif) 3px 6px no-repeat;
}

img {
	border: 0;
	padding: 0;
	margin-left: 15px;
}

#mainframe{
  position: relative;
  width: 100%;
  min-width: 900px;
}

*html #mainframe{
  width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1003)? "1003px" : "100%");
}

.h_left{
width:12px; background:url(../img/h_left.png) no-repeat;
}
.h_right{
width:12px; background:url(../img/h_right.png) no-repeat; background-position:right;
}
.h_center{
background:url(../img/h_bg.png) repeat-x; height:91px;
}


/* JOOMLA! STYLE
----------------------------------------------------------- */
table.blog {
	width: auto;
}

table.blog .article_seperator {
}

a.readon {
	background: #F1F1F1;
	color: #305872;
	font-size: 10px;
	padding: 1px 5px;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: underline;
}

table.polls {
	width: 100%;
}

table.pollstableborder {
	padding-right: 10px;
	width: 100%;
	border-color: #FFFFFF;
	text-align: left;
}

table.pollstableborder img {
	margin: 4px 4px 4px 0;
}

.syndicate {
	padding: 6px 25px 0px 0px;
	margin-left: 18px;
}

div.syndicate a {
	padding-right: 30px;
	margin: 0;
}

table.contentpaneopen td, table.contentpane td {
	padding: 0;
	margin: 0;
	border: none;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	margin-right: 10px;
}

.createdate {
	color: #999999;
	font-weight: bold;
	line-height: 10px;
}

.modifydate {
	color: #999999;
	height: 15px;
}

.error {
	color: #CC0000;
}

.highlight {
	border-bottom: 1px dotted;
	font-weight: bold;
}

.mosimage {
	padding: 0;
	margin: 15px 10px 0 0!important;
	margin: 15px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #AAAAAA;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 0 5px 1px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	color: #666666;
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	background: #D2D2D2!important;
	border: 1px solid #DDDAB5;
	text-decoration: none!important;
}

.pagenavbar {
	padding-left: 14px;
	color: #666666;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	color: #666666;
}

.sectiontableheader {
	padding: 1px 4px;
	background: #305872;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a, .sectiontableheader a:hover {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 4px;
	background: #EEEEEE;
}

tr.sectiontableentry2 td {
	padding: 4px;
}

.small {
	color: #999999;
}

.button {
	padding: 1px 2px;
	background: #305872;
	border: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold; 
  cursor: pointer;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	color: #999999;
	text-decoration: none!important;
	background: none!important;
}

.buttonheading {
	padding-right: 15px;
}

.toclink {
	margin-left: 10px;
}

.toclink th {
}

.contentheading {
	color: #305872;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.componentheading {
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
}

/* END JOOMLA! STYLE
----------------------------------------------------------- */


/* Header */
#header {
  margin: 0; 
  padding: 0; 
  height: 90px; 
  overflow: hidden;
/*  background: #F1F1F1;*/
}

#logo{
  float: left;
  width: 180px;
  height: 90px;
  background: url(../img/logo.gif) no-repeat 50%;
}

#logo a {
	position: absolute;
	width: 180px;
	height: 90px;
}

#banner{
  margin-right: 200px;
  text-align: center;
  padding-top: 13px;
  min-width:300px;
}

#banner img {border: 0; margin: 0;}

#srch{
  float: left;
  width: 195px;
  height: 90px;
  color: #000;
  text-align: center;
  padding-top: 35px;
}

#srch input {
  border: 1px solid gray;
  background: #fff;
  font-size: 0.8em;
  width: 150px;
}

.container{
  float: left;
  width: 100%;
  margin-right: -200px;
}

#topnav {
/*	border-bottom: 4px solid #305872;*/
/*	background: url(../images/topnav-bg.gif) repeat-x;*/
	background: url(../img/topnavbg.gif) repeat-x;
	margin: 0;
	padding: 0;
  	height: 20px;
  	font-size:10px;
}

#topnav-inner {
	/*width: 770px;*/
	margin: 0px auto;
}

#topnav a {
/*	color: #404040;*/
	color: #fff;	
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#topnav a:hover {
	text-decoration: none;
}

#topnav ul {
	margin: 0;
	padding: 0;
}

#topnav li {
	margin: 0;
	padding: 0;
}

#faculty{
	height: 120px;
/*  background: url(../images/faculty.jpg) no-repeat left;*/
	background: url(../img/vs2.png) no-repeat left;
	background-color:#FFFFFF;
	border-bottom: 1px solid #679cbd;
	text-align: right;
	padding: 20px 40px 0 0;
}

#faculty_bg{ 
  background: url(../images/faculty_bg.gif) repeat-x; 
  height: 13px;
}

#pathway{
	padding: 0 0 10px 10px;
	background-color:#FFFFFF;
	text-align: left;
}

.pathway img {
	padding: 0px 6px;
	margin: 0;
	content: url(../img/arrow.png);
}


/* Center */
#center { 
	margin:0;
	padding-bottom: 30px;
	width:100%; 
	background-color:#FFFFFF;
	/* height: 100%; */
}

#left_column{
  width: 210px;
  margin: 0;
  padding-left: 10px;
}

#left_column .moduletable, #left_column .moduletable_menu {
	margin-bottom: 16px;
	padding-bottom: 7px;
	background: url(../img/module_bg2.gif) no-repeat;
	background-position:bottom;
}

#left_column .moduletable td {
	padding-left: 15px;
}

#left_column .moduletable h3, #left_column .moduletable_menu h3 {
	background: url(../img/module_top.gif) top left no-repeat;
	padding-left: 24px;
	padding-top: 4px;
	height: 27px;
	color: #595959;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top:8px;
/*	border: none;*/
}

#left_column .moduletable ul li {
	background: none;
}

#left_column .moduletable ul li a, #left_column .moduletable_menu ul li a {
	padding-left: 15px;
	background: url(../images/a_bg.gif) left no-repeat;
	color: #404040;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.2em;
	
}

#left_column .moduletable ul li a:hover, #left_column .moduletable_menu ul li a:hover { text-decoration: underline; }

#center_text{ 
  margin: 0 20px;
  padding: 0;
  text-align:left;
}

/*----------------------------------------------------*/

#right_block{
padding-right:9px;
  width: 210px;
  margin: 0;
  padding-left: 10px;
  text-align:left;
}

#right_block .moduletable, #right_block .moduletable_menu {
	margin-bottom: 16px;
	padding-bottom: 7px;
	background: url(../img/module_bg2.gif) no-repeat;
	background-position:bottom;
}

#right_block .moduletable td {
	padding-left: 15px;
}

#right_block .moduletable h3, #left_column .moduletable_menu h3 {
	background: url(../img/module_top.gif) top left no-repeat;
	padding-left: 24px;
	padding-top: 4px;
	height: 27px;
	color: #595959;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top:8px;
/*	border: none;*/
}

#right_block .moduletable ul li {
	background: none;
}

#right_block .moduletable ul li a, #right_block .moduletable_menu ul li a {
	padding-left: 15px;
	background: url(../images/a_bg.gif) left no-repeat;
	color: #404040;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.2em;
	
}

#right_block .moduletable ul li a:hover, #right_block .moduletable_menu ul li a:hover { text-decoration: underline; }

/*----------------------------------------------------*/



/* Footer */
#footer { 
/*  position:absolute; */
  bottom:0; 
  width: 100%; 
  padding: 0; 
  color: #8D8C90;
  background: #F1F1F1;
  border-top: 4px solid #679cbd;
}

p.indent { 
  clear: both; 
  overflow: hidden;
  margin: 0; 
  padding: 0; 
  height: 100px; 
}

#cpr{
 /* float: left;*/
 text-align:center;
  margin: 10px;
}

#cpr a{color: #8D8C90; text-decoration: none; }
#cpr a:hover{color: #8D8C90; text-decoration: underline; }

#logos{
	margin-right: 180px;
  height: 121px;
  background: url(../images/hsbi_logos.jpg) no-repeat 50% 50%;
  overflow: hidden;
  text-align: center;
}

#counters{
  float: right;
  width: 180px;
  margin-top: 10px;
}
