/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 0px;
	color: #524E4E;
	font-family: Georgia;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
}

.clr {
	clear: both;
}

.outline {
  border: 0px solid #cccccc;
  background: #ffffff;
  padding: 0px;
}

#buttons_outer {
	width: 700px;
  	margin-bottom: 0px;
	margin-right: 0px;
	float: left;

 }

#buttons_inner {
	border: 0px solid #cccccc;
	height: 21px !important;
	height: 21px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%; /* Changed on 6_14_08 to get the user3 menu to right-justify properly. */
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 8px;
	line-height: 25px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #930c16;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: Georgia;
	font-size: 11px;
	color: #c64934;
}
input#mod_search_searchword {float:left;}
input.button-search {
float:right; 
margin: 2px 0px;
width:62px; 
height:17px; 
background:url(../images/btn_search.gif) 50% 50% no-repeat; 
border:none;}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 0px;
	width: 100%;
	height: 102px;
	/*background: url(../images/logo_04Apr.jpg) no-repeat;*/
}
#popup_header {
	float: left;
	padding: 0px;
	margin-right: 0px;
	width: 500px;
	height: 102px;
	background: url(../images/HPU-logo.gif) no-repeat;
}

#top_outer{
	float: left;
	width: 25%;
}

#top_inner {
  border: 0px solid #cccccc;
	padding: 0px;
  /*height: 144px !important;*/
  height: 102px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
    float: left;
	margin-top: 0px;
	/*width: 165px;*/
	/*width: 250px !important;
	width: 250px;*/
}

#left_inner {
  float: none !important;
  float: left;
  padding-top: 0px;
  /*width: 100%;*/
}

#right_outer {
	background-color: #dcdcdc;
    float: right;
	margin-top: 0px;
	/*width: 165px;*/
	/*width: 250px !important;*/
	width: 210px;
}

#right_inner {
  margin:0px;
  float: none !important;
  float: left;
  padding-top: 0px;
  width: 210px;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	/*border: 1px solid #cccccc;*/
	float: left;
	width: 490px
}
#content_inner{
  /*float: none !important;*/
  float: left;
  padding-left: 0;
  padding-top: 0px;
  margin-left: 0px;
  width: 100%;
}
table.content_table {
	width: 98%;
	padding: 0px;
	margin-left: 8px;
     
}

table.content_table td {
	/*padding: 0px;*/
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}
/* Not sure if this is from the original template or not.
#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 0px solid #cccccc;
  padding: 0px;
}
*/

.user1_inner {
	border: 0px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 0px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 0px;
	border: 0px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}
.back_button a {
  color: #800000
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	/*padding: 3px;*/
}
/*ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}*/


td {
	text-align: left;
	font-size: 13px;
	line-height:17px;
}



body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Georgia;
	color: #524E4E;
	line-height:17px;
	font-size: 13px;
	background: #ffffff;
}

/* Joomla core stuff */
/*a:link, a:visited {
	//color: #c64934; comment this
	text-decoration: none;
}

a:hover {
	//color: #900;	comment this
	text-decoration: none;
}*/

table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	font-family:Georgia; 
	color:#524E4E;  
	font-size: 15px;
	line-height: 17px
	/*border: 1px solid black;*/
}

table.contentpaneopen td {
   padding-right: 0px;
   white-space: -o-pre-wrap;
   overflow: wrap;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}
table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 0px solid #eee;
}

.button {
  color: #c64934;
  font-family: Georgia;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	color: #000000;
	font-weight: normal;
	font-size: 28px;
	font-family:Georgia;
	line-height: 35px; 
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
div.moduletable {
	padding: 0px;
	margin-bottom: 0px;
}
div.moduletable-banner {
	width: 450px;
	height: 250px;
	padding: 0px;
	margin-bottom: 0px;
	float: left;
}

div.moduletable-graphic {
	width: 450px;
	height: 250px;
	padding: 0;
	margin-bottom: 2px;
	margin-left: 0px !important;
	margin-left: 0px;
	float: left;
	overflow: hidden;
}

div.moduletable-blogheader {
	width: 490px;
	height: 97px;
	padding: 0;
	margin-bottom: 2px;
	margin-left: 0px !important;
	margin-left: 0px;
	float: left;
	overflow: hidden;
}

.moduletable-blog_bullet {
	color: #524E4E;
	font-family: Georgia;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
}

.moduletable-blogbar, .moduletable-calendar, .moduletable-recentposts {
	color: black;
	font-family: Georgia;
	text-align: left;
	font-size: 12px;  /*original 23px*/
	font-weight: normal;
	line-height: 1.3em;
	white-space: -o-pre-wrap;
}
/*
.moduletable-blogbar .contentpaneopen, .moduletable-blogbar .contentpaneopen td {
	text-align: justify;
	font-size: 10px;
}
*/
.moduletable-calendar {

}

#right_outer table#wp-calendar {
	margin:0px 38px;
	width: 130px;
/*	margin-left: 30px;
	margin-right: 20px;*/
}

div.moduletable-search {
/*	background:url(../images/bg_rightside_title.jpg) center bottom no-repeat;
	background-color: white;
	width: 187px;*/
	height: 22px;
	margin: 0px;
	padding:27px 10px; /* 37px 14px 38px with background enabled. 27px 14px; without. */
}

div.moduletable-header {
	margin-top: 4px;
}

table.moduletable th, div.moduletable-blogbar h3, div.moduletable h3, .moduletable-calendar h3, .moduletable-recentposts h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #333;
	text-align: left;
	padding-left: 20px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
.moduletable-calendar {/*margin: 0px 20px;*/} 
.moduletable-recentposts h3, div.moduletable-blogbar h3, .moduletable-calendar h3 {
	background: #dcdcdc url(../images/bg_rightside_title.jpg) top center no-repeat;
/*	color: #000;
	width: 190px;*/
	margin: 0px 0px 15px;
/*	font-size:16px;
	line-height:normal;
	text-align:center;*/
}

.moduletable-recentposts .contentpaneopen, .moduletable-blogbar .contentpaneopen {
	margin: 0px 20px;
	width: auto;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small, .small a{
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 0px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: none;
    background-color :#930c16 ; 
	font-size: 12px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-align: left;
	padding-top: 6px;
	padding-left: 0px;
	height: 22px !important;
	height: 27px;
	width: 100%;
	text-decoration: none;
	font-family:Georgia; 
	text-indent: 18px;
	vertical-align: middle;
	border: 1px #850011;
}
a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}
a.sublevel:link, a.sublevel:visited {
	padding-left: 0px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-align: left;
   /* background-color: #D5D2C6;*/
    font-weight: bold;
	padding-top: 5px;
	padding-left: 0px;
	/*height: 25px !important;*/
	/*height: 25px;*/
	width: 100%;
	font-family:Georgia; 
	text-indent: 20px;
	text-decoration: none;

}

a.sublevel:hover {
	color: #000000;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #336699;
	font-weight: bold;
}

#sublevel{
	/*width: 100%;*/
        width: 250px;
	background-color: #F2F2F2; /*#ede6d5;*/
	line-height: 25px;
	text-indent: 24px;
	margin-top: 0px !important;
	margin-top: -3px;
}
#sublevel ul {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px auto;
	WIDTH: 85%; PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
}

#sublevel li {
	MARGIN: 0px;
	FONT-FAMILY: Georgia;
	WIDTH: 100%;
	POSITION: relative;
	TEXT-ALIGN: left;
}

#sublevel ul ul {
	LEFT: 90%;
	BACKGROUND: #ede6d5;
	MARGIN-left: 0px;
	WIDTH: 100%;
	POSITION: absolute;
	TOP: 0px;
	TEXT-ALIGN: left;
}
#sublevel ul ul li, #sublevel ul ul li a {
	BACKGROUND: #F2F2F2;
	MARGIN-left: 0px;
	FONT-FAMILY: Georgia;
	font-weight: bold;
	color: #336699;
	WIDTH: 100%;
	TEXT-ALIGN: left;
	text-decoration: none;
	font-size: 11px;
}

div#sublevel ul ul {
	DISPLAY: none;
}
div#sublevel ul li:hover ul ul {
	DISPLAY: none;
}
div#sublevel ul ul li:hover ul ul {
	DISPLAY: none;
}
div#sublevel ul li:hover ul {
	DISPLAY: block;
}
div#sublevel ul ul li:hover ul {
	DISPLAY: block;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}
.readon, a.readon, a.readon:hover, a.readon:visited{
	font-family:Georgia;
	font-weight:normal;
	font-size:13px;
	color: blue;
	text-decoration: underline;
	text-indent: 0px;
}
.mainlevel-nav a,.mainlevel-legalsmenu a { text-transform:uppercase !important; }
.mainlevel-nav span { padding:0 4px 0 4px; }
/*
.mainlevel-nav, .mainlevel-nav a
{
	font-family:Georgia;
	color: Black; 
	font-weight: Bold;
	font-size:11px;
	text-align:center;
	line-height: 15px;
	text-decoration: none;
}

 .mainlevel-legals, .mainlevel-legals a
{
	font-family:Georgia;
	color: #524E4E; 
	font-weight:bold;
	font-size:11px;
	text-align:left;
	line-height: 15px;
	text-decoration: none;
}
 .mainlevel-legalsmenu, .mainlevel-legalsmenu a
{
	font-family:Georgia;
	color: #524E4E; 
	font-weight:bold;
	font-size:11px;
	text-align:center;
	line-height: 15px;
	text-decoration: none;
}
*/
/* #buttons .mainlevel-legals {font-size: 8px; text-align: right;}  override the class for the user3 module position */

.navtable li.mainlevel-nav, .navtable .mainlevel-nav a, .navtable .mainlevel-nav a:link, .navtable .mainlevel-nav a:visited {
	text-decoration: none;
	color: black;
}
.navtable li.mainlevel-legals, .navtable .mainlevel-legals a, .navtable .mainlevel-legals a:link, .navtable .mainlevel-legals a:visited, .navtable a.mainlevel-legals /* added 07_23_08 for faculty listing */ {
	text-decoration: none;
	color: #524E4E;
}
.navtable .mainlevel-nav a:hover {
	text-decoration: underline;
	color: black;
}
.navtable .mainlevel-legals a:hover, .navtable a.mainlevel-legals:hover /* added 07_23_08 for faculty listing */ {
	text-decoration: underline;
	color: #524E4E;
}
.copyright
{
	font-family:Georgia;
	color:#524E4E; 
	font-weight: bold;
	font-size:11px;
	text-align:center;
	float: center;
	line-height: 15px;
}
.moduletable-pullquote {
	color: black;
	font-family: Georgia;
	text-align: left;
	font-size: 19px;  /*original 23px*/
	font-weight: normal;
}

.moduletable-pullquotesmall {
	color: black;
	font-family: Georgia;
	text-align: left;
	font-size: 16px; 
	font-weight: normal;
}


.moduletable-pullquote_bullet {
	color: #524E4E;
	font-family: Georgia;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
}

div.moduletable-pullquote {
	background-color: white;
	width: 200px;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 30px;
	line-height: 1.3em;
	white-space: -o-pre-wrap;
}
/* Added Oct 8th for new front page design.jason. */
div.moduletable-homeX { /* intelegencia:ss */
	color: black;
	font-family: Georgia;
	text-align: left;
	font-size: 17px;  /*original 23px*/
	font-weight: normal;
	background-color: #f1ebe5;
	width: 210px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	line-height: 1.3em;
	white-space: -o-pre-wrap;
}

div.moduletable-home a, div.moduletable-home a:link {
	color: #8B0000;
	font-size: 12px;
	font-weight: bold;
}

div.moduletable-home span.left_text_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: no-repeat url(../images/arrow3.png) left 8px;
	padding: 10px 0px 10px 15px;
	display: block;
}

div.moduletable-home .secondary_body_copy {width: auto;}

/* END Added Oct 8th for new front page design.jason. */
.blackouter {
  width:100%;
  /*background: #000000;*/
  background: #133066 url(../images/main-bg.gif) no-repeat scroll 0 0; /* intelegencia:ss */
  padding: 0px;

}

.secondary_headline_text {
	color: #000000;
	font-weight: bold;
	font-size: 16px !important;
	font-family:Georgia !important;
	line-height: 20px !important;
}

.secondary_headline_text_bigger {
	color: #000000;
	font-weight: bold;
	font-size: 20px !important;
	font-family:Georgia !important;
	line-height: 20px !important;
}

.left_text_title {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	font-family:Georgia;
	line-height: 20px;
}

.attribution {
	color: black;
	font-family: Georgia;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.blank {

	color: white;
	font-size: 0px;
	text-decoration: none;
         display: none;
}


.toll_free_number {
	color: black;
	font-family: Georgia;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.consultation_copy {
	color: #524E4E;
	font-family: Georgia;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

.main_body_copy {
	color: #524E4E;
	/*color: #98999B;	color used by brand engine*/
	/*color: Gray;*/
	font-family: Georgia;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
}

.main_body_copy a{
	color: blue;
	font-family: Georgia;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: underline;
}
/* Added Oct 8th for new front page design.jason. */
.main_body_copy-home, .main_body_copy-home2 {
	color: #524E4E;
	/*color: #98999B;	color used by brand engine*/
	/*color: Gray;*/
	font-family: Georgia;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
}

.main_body_copy-home li, .main_body_copy-home2 li {
	list-style: outside;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/arrow2.png);
}

.main_body_copy-home a, .main_body_copy-home2 a, .main_body_copy-home a:link, .main_body_copy-home2 a:link {
	color: #524E4E;
	font-family: Georgia;
	text-align: center;
	font-size: inherit;
	font-weight: normal;
	line-height: 17px;
	text-decoration: underline;
}

.main_body_copy-home2 a, .main_body_copy-home2 a:link {
	color: #8B0000;
	font-weight: bold;
}
/* END Added Oct 8th for new front page design.jason. */

.secondary_body_copy {
	color: #524E4E;
	font-family: Georgia;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	width: 94%;
}

.secondary_body_copy a {
	color: blue !important;
	font-family: Georgia;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: underline;
}
#newsFlash, #rss_scroll {width: auto; height: 16px;}
#rss_scroll, #rss_scroll a {
	color: #524E4E;
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
}

#rss_scroll a {
	color: black;
	text-decoration: underline; 
}

.empty_row {
	display: block;
    background-color :#930c16 ; 
	font-size: 12px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-align: left;
	padding-top: 6px;
	padding-left: 0px;
	height: 16px !important;
	height: 22px;
	width: 100%;
	text-decoration: none;
	font-family:Georgia; 
	text-indent: 18px;
	vertical-align: middle;
	border: 1px #850011;
}

.blog {
	width: 100%;
	background-color: white;
	margin-left: 0px;
	padding-left: 0px !important;
}

#div_popup {
	background-color: white;
	margin-left: 30px;
}

div.form_label{
	color: black;
	font-family: Georgia;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
.inputbox{
	color: #524E4E;
	font-family: Georgia;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
.testimonial_copy1
{
	color: black;
	font-family: Book Antiqua;
	font-size: 13px;
	margin-left: 5px;
}
.testimonial_copy2
{
	color: black;
	font-family: Book Antiqua;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.testimonial_title
{
	color: black;
	font-family: Book Antiqua;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.landing_white_copy1{
	color: white;
	font-family: Book Antiqua;
	font-size: 14px;
	font-weight: bold;
}

.landing_white_copy2{
	color: white;
	font-family: Book Antiqua;
	font-size: 13px;
}

.landing_title {
	color: black;
	font-family: Book Antiqua;
	font-size: 15px;
	font-weight: bold;
}
.landing_normal_copy {
	color: black;
	font-family: Book Antiqua;
	font-size: 12px;
	font-weight: normal;
}

ul {
        margin: 5px;
        padding: 5px;
}

li {
        margin:5px;
        padding:5px;
}

.main_body_copy-home ul, .main_body_copy-home2 ul, .main_body_copy-home li, .main_body_copy-home2 li {
	margin: 10px;
	padding: 0px;
}

/* Override for Facile Forms background */
.content_outline {
	position: relative;
}
#ff_frame54 {
	background: transparent;
}
/* Override for odd window error in IE
#ff_frame13 {
	height: 231px!important;
	width: 250px!important;
}
*/
.contentpane {background: transparent;}

/* Module Styles */
div.modulemid h3 {
	font-weight: bold;
	color: #FFF;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px!important;
	font-weight: normal;
	letter-spacing: -.5px;
	padding-left:7px;
}

div.modulemid {
margin:0px 0px 5px 0px;
background: transparent url(../images/mid_box_bl.png) no-repeat bottom left;  border: 0px solid #fff;
color:#ccc;
}
div.modulemid div {
background: transparent url(../images/mid_box_br.png) no-repeat bottom right;
}
div.modulemid div div {
background: transparent url(../images/mid_box_tl.png) no-repeat top left;
}

div.modulemid div div div {width: auto; padding: 0px; background: none;}

div.modulemid > div > div > div {
background: transparent url(../images/mid_box_tr.png) no-repeat top right;
padding: 10px 15px 0px 15px;
width: auto !important;
width: 100%;
}

div.module-shadowbox {
margin:0px 0px 5px 0px;
background: transparent url(../images/shadow_box_bl.jpg) no-repeat bottom left;  border: 0px solid #fff;
color:#ccc;
}
div.module-shadowbox > div {
background: transparent url(../images/shadow_box_br.jpg) no-repeat bottom right;
}
div.module-shadowbox > div > div {
background: transparent url(../images/shadow_box_tl.jpg) no-repeat top left;
}
div.module-shadowbox div div div {width: auto; padding: 0px; background: none;}
div.module-shadowbox > div > div > div {
background: transparent url(../images/shadow_box_tr.jpg) no-repeat top right;
padding: 25px 30px 0px 25px;
width: auto !important;
width: 100%;
}
button.hpu_submit, button#ff_elem2621.hpu_submit {
margin: 0px;
padding: 0px;
background: none;
border: 0px none;
}


div.modulemid div div div div, div.module-shadowbox div div div div {
background: none;
padding: 0;
width: auto;
}

div.modulemid .mostreadmid li a, div.modulemid .latestnewsmid li a, div.modulemid p, div.modulemid a, div.modulemid .landing_normal_copy,div.modulemid .secondary_body_copy, div.modulemid .form_label {color:#FFF;}

div.mid .mostreadmid li a, div.mid .latestnewsmid li a, div.mid p, div.mid a, div.mid .landing_normal_copy, div.shadowbox .landing_normal_copy, div.mid .secondary_body_copy, div.shadowbox .secondary_body_copy, div.mid .form_label, div.shadowbox .form_label {color:#FFF;}

div.shadowbox div {
/*padding: 0;
background: none;*/
}
div.shadowbox .inputbox, div.shadowbox .form_label {font-size: 10px; line-height: 1em;}

/* Mojoblog */
#wp-calendar {

}

blockquote {text-align: justify!important;}
/*
heading13 {
  font-family: Book Antiqua;
  font-size: 20px; 
  line-height: 1.5em; 
  color: #ad0000; 
  width: 100%; 
  text-align: center; 
  display: block; 
  margin: 10px 0px 15px 0px;
}
*/
/*#ff_div2572 {width: 100%!important;}*/


/* intelegencia: ss */
/*-----Left Panel Home--*/
.logo
{
padding:9px 0 9px 0;
}
.tollfree
{
padding:17px 9px 9px 0;
}

#leftpanel{
background:#f2f2f2 url(../images/left-panel-bg.gif) repeat-x;
width:249px; float:left;
border-right:1px solid #acb9bf;
max-height:2000px;
line-height:15px !important;
}

#education{
width:65px; float:left; padding:15px 0 0 15px;
}

.accredimage{
width:169px; float:left; padding:17px 0 0 0;
}

.bar{
width:215px; clear:both; background:url(../images/bar.gif)  repeat-x;  height:3px; margin:0 0 0 15px;
}

#call{
padding:17px 0 17px 17px;

}

#military{
padding:17px 0 17px 15px;
}

#smallimgleft{
width:80px; float:left; padding:15px 0 0 0;
}

.learnimage{
width:132px; float:left; padding:17px 0 0 10px;
}

#discover{
width:80px; float:left; padding:15px 0 22px 0;
}

.bar1{
width:215px; clear:both; background:url(../images/bar.gif)  repeat-x;  height:3px; margin:0 0 0 15px;
}

#university p.news{width:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#336699;
padding:0 0 40px 17px;
}

#university p.univerimg{
padding:5px 0 1px 17px; 
}
/*-----Left Panel Home End--*/

/*-----Right Panel Home--*/
#rightpanel{
width:445px; float:left; background:#FFFFFF;
margin-left: -16px !important;
max-height:2000px;

}

#rightpanel .getinvolved,#rightpanel .table, #rightpanel .tr,#rightpanel .td, #rightpanel table tr td,.getinvolved table,.getinvolved tr,.getinvolved td {
	line-height:15px !important;
}
.arrowblue{
padding:10px 0 0 19px !important;
}

.subheading{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#336699;
font-weight:bold;
padding:10px 0 0 7px !important;
text-transform:uppercase;
}

.involvedimg{
padding:5px 0 0 33px !important;
}

.involheading{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#336699;
font-weight:bold;
text-transform:uppercase;
}

.inolvheadspace{
padding:5px 0 0 0 !important;
}

.involtext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.degreetext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
padding:0 10px 0 7px !important;
}

.linktext{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px; color:#006699;
padding:0 0 0 28px; 
}

.linktext1{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px; color:#006699;
padding:5px 0 0 20px; 
}

.arrow{
float:left; padding:0 0 0 10px;
}

.arrow1{
float:left; padding:5px 0 0 0;

}
/*-----Right Panel Home End--*/

/*------Footer Start--*/
#footer_homepage
{
background-color:#133066;
clear:both;
}

#footer_homepage span{
/*padding:0 4px 0 4px;*/
}

#footer_homepage p.ftext,#footer_homepage table,#footer_homepage tr,#footer_homepage td{
font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff; padding-top:5px; line-height:15px; /*padding:15px 0 0 0; text-transform:uppercase;*/  text-align:center;
}

#footer_homepage p.ftextblue{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#6699cc; line-height:15px; /*padding:15px 0 0 0;*/ text-transform:uppercase; text-align:center;}


#footer_homepage a:link{
color:#fff;
text-decoration:none;
}

#footer_homepage a:visited{
color:#fff;
text-decoration:none;
}

#footer_homepage a:hover{
color:#fff;
text-decoration:underline;
}
/*------Footer End--*/

/*------Top-Nav link--*/

.topnav
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:bold;
text-align:right;
padding:5px 10px 5px 0;
}

.topnav a:active{
color:#fff;
text-decoration:none;
}

.topnav a:hover{
color:#fff;
text-decoration:underline;
}

.topnav a:link{
color:#fff;
text-decoration:none;
}

.topnav a:visited{
color:#fff;
text-decoration:none;
}


.topnav a:active{
color:#fff;
text-decoration:none;
}

.topnav a:hover{
color:#fff;
text-decoration:underline;
}

.textleft {
	text-align:left;
	padding-left:10px;
}
/*------End-Top-Nav link--*/

/*------Common link--*/

#leftpanel a:link,#rightpanel a:link{
color:#336699;
text-decoration:none;
}

#leftpanel a:visited,#rightpanel a:visited{
color:#336699;
text-decoration:none;
}

#leftpanel a:active,#rightpanel a:active{
text-decoration:none;

}

#leftpanel a:hover,#rightpanel a:hover{
text-decoration:underline;
}



/*-----End-Common link--*/

/*------Chetan Gupta
Added: 29 July 200p

--*/

.careerheadtext{
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:28px;
color:#333333;
padding:20px 0 24px 0;

}

.career-heading{
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:18px;
line-height:1.1em;
color:#830511;
padding:22px 11px 0 0;

}


.strat-heading{
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:18px;
line-height:1.1em;
 color:#830511;
 padding:23px 15px 0 0;
}

.recruiheading{
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:18px;
line-height:1.1em;
 color:#830511;
 padding:20px 15px 0 0;
}


.networking{
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:18px;
line-height:1.1em;
 color:#830511;
 padding:19px 15px 0 0;
}

h2.career-subheading{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold; 
color:#336699;
padding:0 16px 0 5px;
line-height:1.3em;
margin:0;
}

h2.career-rightheading{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold; 
color:#336699;
padding:0 28px 8px 5px;
margin:0;
line-height:1.3em;
}


h2.rightheading-res{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold; 
color:#336699;
padding:0 45px 8px 5px;
margin:0;
line-height:1.3em;
}

h2.career-subheading-resource{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold; 
color:#336699;
padding:0 25px 0 5px;
line-height:1.3em;
margin:0;
}

.careertext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#333333;
padding:0 11px 13px 5px;
line-height:1.3em;
}

.careertextapply{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#333333;
padding:0 16px 12px 5px;
line-height:1.2em;
}


.careertextres{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#333333;
padding:0 18px 13px 5px;
line-height:1.3em;
}

.careerbar{
padding:6px 0 0 0;
}
.arrcarblue{
padding:5px 0 0 0;
>padding:6px 0 0 0;
}

.arrcarbluesingle{
padding:6px 0 0 12px;
}


.rightheading{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333333;
padding:11px 0 10px 0;
}


.featured{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333333;
padding:5px 0 1px 0;
}

.federaltext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333333;
padding:25px 0 10px 0;
}

.arrcarblue1{
padding:8px 0 0 12px;
text-align:right;
}

.backtop{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#929292;
padding:4px 0 0 0;
}


.backtop a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#929292;
text-decoration:none;
}

.backtop a:link{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#929292;
text-decoration:none;
}

.backtop a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#929292;
text-decoration:underline;
}


.backtopright{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:right;
color:#929292;
padding:5px 0 0 0;
}


.backtopright a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#929292;
text-decoration:none;
}

.backtopright a:link{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#929292;
text-decoration:none;
}

.backtopright a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#929292;
text-decoration:underline;
}


#test td{
height:auto;

}
/*-----End-Common link--*/
.careerMain {
	margin-left:-17px; margin-top:-1px;
	>margin-right:0; margin-top:-1px;
}





a h2.career-subheading{color:#336699; text-decoration:none;}
a:link h2.career-subheading{color:#336699; text-decoration:none;}
a:visited h2.career-subheading{color:#336699; text-decoration:none;}
a:hover h2.career-subheading{color:#336699; text-decoration:underline;}
a:active h2.career-subheading{color:#336699; text-decoration:none;}



h2.career-subheading a{color:#336699; text-decoration:none;}
h2.career-subheading a:link{color:#336699; text-decoration:none;}
h2.career-subheading a:visited{color:#336699; text-decoration:none;}
h2.career-subheading a:hover{color:#336699; text-decoration:underline;}
h2.career-subheading a:active{color:#336699; text-decoration:none;}




a h2.career-rightheading{color:#336699; text-decoration:none;}
a:link h2.career-rightheading{color:#336699; text-decoration:none;}
a:visited h2.career-rightheading{color:#336699; text-decoration:none;}
a:hover h2.career-rightheading{color:#336699; text-decoration:underline;}
a:active h2.career-rightheading{color:#336699; text-decoration:none;}




a h2.rightheading-res{color:#336699; text-decoration:none;}
a:link h2.rightheading-res{color:#336699; text-decoration:none;}
a:visited h2.rightheading-res{color:#336699; text-decoration:none;}
a:hover h2.rightheading-res{color:#336699; text-decoration:underline;}
a:active h2.rightheading-res{color:#336699; text-decoration:none;}





a h2.career-subheading-resource{color:#336699; text-decoration:none;}
a:link h2.career-subheading-resource{color:#336699; text-decoration:none;}
a:visited h2.career-subheading-resource{color:#336699; text-decoration:none;}
a:hover h2.career-subheading-resource{color:#336699; text-decoration:underline;}
a:active h2.career-subheading-resource{color:#336699; text-decoration:none;}

/* Start of Intelliworks landing page css */


#inner-landing{
width:700px;
margin:0 0 0 -17px;
}

#inner-landing p{
margin:0;

}

.intelliheader{
width:700px;
position:relative;
}

.landing-left{
width:430px; float:left;
background:url(../images/text-intelli.jpg) no-repeat; width:397px; height:43px;
}

.landing-right{
width:270px; float:left;
}

.landing-text{
font-family:tahoma;
font-size:19px;
color:#7d201c;
font-weight:bold;
padding:20px 0 0 22px;
}

.intelli-text{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#333333;
padding:23px 18px 0 24px;
line-height:21px;

}

.req-img{
padding:18px 0 0 83px;
}

.reqast 								
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
padding:25px 0 0 172px;
}

.int-comtext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#33333;
padding:16px 15px 0 24px;
line-height:15px;
}

.video-intelli{
padding:44px 0 0 24px;
}

.henley-intelli{
padding:16px 0 0 16px;
}

.hear-intelli{
padding:27px 0 0 16px;
}

.learn-intelli{
padding:31px 0 0 16px;
}


ul.bullet{
margin:0;
padding:0;
}

ul.bullet li{
list-style-type:square;
list-style-position:outside;
list-style-image:none;
margin-left:33px;
>margin-left:35px;
margin-top:0;
padding:2px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#252525;
line-height:17px;
}

.studintelli{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#252525;
padding:4px 0 0 18px;
line-height:16px;

}

/* form css */

.request-intelli{
width:653px; clear:both; border:1px solid #663300; margin:0 auto;
background:#112b5c url(../images/form-bg-intelli.gif) no-repeat; width:653px;
}

.bottintelli{
background:url(../images/form-bottom-bg-intelli.gif) no-repeat; width:653px; height:11px;
}

.headpadd{
padding:13px 0 0 0;
}

.certtext{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color:#7f8dab;
 padding:9px 0 0 0;
}

.labelintelli{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
font-weight:bold;
padding:6px 0 0 0;
margin:0;
}

.otherlabelintelli{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#cccccc;
font-weight:normal;
padding:6px 0 0 0;
margin:0;
}

.intinput{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#252525;
width:253px;
border-left:2px solid #d0d0d0;
border-top:2px solid #d0d0d0;
height:17px;

}


.intselect{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#252525;
width:258px;
border-left:2px solid #d0d0d0;
border-top:2px solid #d0d0d0;
}

.inttextarea{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#252525;
width:254px;
border-left:2px solid #d0d0d0;
border-top:2px solid #d0d0d0;
}

.intselectpref{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#252525;
width:87px;
border-left:2px solid #d0d0d0;
border-top:2px solid #d0d0d0;
}

.intellismtext{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:normal;
 color:#7f8dab;
 padding:22px 0 0 0;
}

.int-comtext1 {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:15px;
padding:17px 15px 0 24px;
}

#intnewlp p {
 margin:0;
}

/* End css */

.institute_clss{
width:318px; >> width:316px; 
/* width:295px; >> width:270px; */
}

.lnm_clss{
 width:121px; >> width:97px; 
/* width:295px; >> width:270px; */
}

.add_clss{
/* width:121px; >> width:117px; */
width:40px; >> width:40px;
}

.state_clss{
/* width:121px; >> width:117px; */
width:20px; >> width:20px;
}

.city_clss{
/* width:121px; >> width:117px; */
width:150px; >> width:140px;
}

/* End of Intelliworks landing page css */