/* Heritage College & Seminary Oct 18th 2006 12:34 PM
known issue: need to fix item p tags, because of this the footer won't work as positon:relative
Oct 18, 2006 2:55 PM Known issue: Footer is displaced
*/

/*************************** BEGIN DEFAULTS ****************************/
body {
/* default font */
background-color:#FFFFFF;
font-family:Verdana, Arial, "Helvetica", sans-serif;
font-size:11px;
color: #414141;
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px;
height: 100%;
width: 100%;
text-align: left;
}

div, table {
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px;
position: relative;
z-index: 0px; 
}

table {
border-collapse: collapse;
}
/***************************  END DEFAULTS  ****************************/

/*********************** BEGIN CSS EDITOR USABLE ***********************/
.subheading { /* TO BE USED AS CONTENT ITEM'S Subheader */
color: #5f050e;
font-size: 14px;
font-weight: bold;
margin: 2px 0px 4px 0px;
}

.subsubheading { /* TO BE USED AS CONTENT ITEM'S Subheader */
color: #5f050e;
font-size: 12px;
font-weight: bold;
margin: 2px 0px 4px 0px;
}

#divlinks { /* TO BE USED AS CONTENT ITEM'S Subheader - UNDER TESTING */
/* background: red; */
position: relative;
z-index: 0;
}

/*************************  END CSS EDITOR USABLE  ************************/

/************************** BEGIN CONTENT MERGED **************************/
/*** KNOWN ISSUE - OCT 18, 2006 2:47 PM - If z-index is 0, conflicts with menu's z-index ***/
#hc-content { /* sub-section middle box */
/* background: blue; */
float:left;
height:auto;
margin-left:5px;
margin-right:2px;
position:relative;
text-align:left;
width:470px;
z-index: 0;
}

#hc-content div.componentheading, /** CATEGORY LISTING / DESCRIPTION **/
#hc-content table.contentpaneopen td.contentheading /** CONTENT ITEMS **/
{
color: #5f050e;
font-size: 16px;
font-weight: bold;
margin-bottom: 4px;
padding-top: 5px;
padding-bottom: 10px;
position: relative;
z-index: 0;
}

#hc-content a {
color:#90062a;
text-decoration:underline;
}

/**************************  END CONTENT MERGED **************************/

/************************* BEGIN HOME PAGE SMALL *************************/

div.moduletable-hc-homepage-item-small span.article_seperator {
display: none;
}

div.mod_contentitem-hc-homepage-item-small, 
div.mod_contentitem-hc-homepage-item-small table,
div.mod_contentitem-hc-homepage-item-small table tr {
/* background: red; */
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div.mod_contentitem-hc-homepage-item-small table.contentpaneopen,
div.mod_contentitem-hc-homepage-item-small table.contentpaneopen tr,
div.mod_contentitem-hc-homepage-item-small table.contentpaneopen td {
/* background-color: green; */
border: 0px;
margin-right: 4px; 
}

#hc-homepage-item-small, 
div.moduletable-hc-homepage-item-small {
background-image:url(../images/title_bg.jpg);
background-repeat:no-repeat;
display: block;
float: left;
height:auto;
padding-left: 10px; 
position:relative;
text-align:left;
width:244px;
}

div.mod_contentitem-hc-homepage-item-small table.contentpaneopen {
/* border: solid red 1px; */
width: 230px;
}

#hc-homepage-item-small h1, /* .moduletable-hc-homepage-item-small h3, */
div.mod_contentitem-hc-homepage-item-small table.contentpaneopen td.contentheading {
/* background-color: blue; */
color: #5f050e;
font-size: 14px;
font-weight: normal;
padding-top: 9px;
padding-bottom: 5px;

}
/**************************  END HOME PAGE MERGED  **************************/

/*************************** BEGIN CONTENT RIGHT ****************************/
/** Oct 19, 2006 1:37 PM ROWENA - USED IN HOMEPAGE & SUBSECTIONS **/

#hc-right { /* right side box area */
/* background: green; */
border-left:1px dotted #999999;
float:left;
height:auto;
padding-left: 0px; /*10px; */
position:relative;
text-align:left;
width: 212px;
z-index: 0;
}

div.moduletable-right-content {
/* background: blue; 
background-image:url(../images/title_bg.jpg);
background-repeat:no-repeat; */
display: block;
float: left;
height:auto;
padding-left: 10px; 
padding-top: 3px; 
position:relative;
text-align:left;
width:244px;
}

div.moduletable-right-content h3, /** CONTENT HEADERS **/
div.moduletable-right-content table.contentpaneopen td.contentheading {
background-image:url(../images/title_bg.jpg);
background-repeat:no-repeat;
background-position: top;
color: #5f050e;
font-size: 14px;
font-weight: normal;
margin-right: 4px; 
padding-top: 12px;
padding-bottom: 5px;
}

div.moduletable-right-content span.article_seperator {
display: none;
}
 
div.mod_contentitem-right-content table {
/* background: red; */
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align:left;
width:230px;
}

div.mod_contentitem-right-content table.contentpaneopen,
div.mod_contentitem-right-content table.contentpaneopen td {
/* background-color: green; 
border: solid black 1px; */
margin-right: 14px; 
margin-right: 4px; 
}

/***************************  END CONTENT RIGHT  ****************************/

/**************************** BEGIN MENU MERGED *****************************/

#hc-side-menu {
border-collapse:collapse;
float:left;
margin:0px 0px 0px 0px;
/* height:200px; */
padding:0px 0px 0px 0px;
position:relative;
text-align: left;
width:175px;
z-index: 99; 
}
/*
#hc-side-menu ul {
text-align:left;
padding:0px;
margin:0px;
list-style:none;
}
#hc-side-menu li {
height:36px;
width:172px;
border: 1px solid #7f7b7c;
margin-bottom:1px;
}
*/
/****************************  END MENU MERGED  *****************************/

/*************************** BEGIN BANNER MODIFIED **************************/

#hc-quick-links-box {
background-color:#f2f7de;
border: 1px solid #9d9d9d;
float:left;
height:422px;
position:relative;
text-align:left;
top:-190px; /* fix later */
width:230px;
z-index: 0;
} 	

#hc-menu-bar {
background-color:#4b4b4b;
float:left;
height:26px;
margin-top:1px;
margin-bottom:3px;
position:relative;
text-align:left;
width:902px;
z-index: 0;
}

#hc-hdr-pic {
/* background-image:url(../images/hdr_pic.jpg); */
background-color: #333333;
background-position:left;
background-repeat:no-repeat;
padding-top: 0px;
float:left;
height:150px;
width:413px;
z-index: 0;
}

#hc-header {
border: 1px solid #9d9d9d;
background-color: #333333;
float:left;
height:150px;
position:relative;
width:900px;
z-index: 0;
}

/***************************  END BANNER MODIFIED  **************************/

/*************************** BEGIN BANNER STYLES ****************************/

#hc-container {
width:910px;
margin-top:35px;
padding-left:10px;
padding-right:10px;
}

#hc-logo {
float:left;
height:50px;
width:216px;
background-image:url(../images/logo.jpg);
}

#hc-space { /* contains the breadcrumb and links on top right */
float:right;
width:910px;
margin-top:10px;
margin-bottom:5px;
}

#hc-breadcrumbs {
margin-left:5px;
color:#5f050e;
font-size:10px;
float:left;
position:relative;
text-align:left;
}

#hc-breadcrumbs  a {
color:#5f050e;
font-size:10px;
text-decoration:none;
}

#hc-breadcrumbs  a:hover {
color:#5f050e;
font-size:10px;
text-decoration:underline;
}

.marker {
font-weight:bold;
 font-style: oblique;
}

#hc-menu-top a {
color:#5f050e;
font-size:10px;
text-decoration:none;
}

#hc-menu-top a:hover {
color:#5f050e;
font-size:10px;
text-decoration:underline;
}

#hc-menu-bar ul {
margin:0px;
padding:0px;
list-style:none;
}

#hc-menu-bar li {
float:left;
margin-right:3px;
border-right:1px #ffffff solid;

}

#hc-menu-bar #button p {
position:relative;
font-size:11px;
color:#FFFFFF;
margin-top:0px;
margin-right:0px;
margin-left:0px;
padding-top:5px;
margin-bottom:0px;
padding-left:2px;
padding-right:2px;
}

#hc-menu-bar #button span a {
text-align:left;
background-image:url(../images/menuitemBg.jpg);
height:26px;
padding-left:5px;
padding-right:5px;
display:block;
width:auto;
float:left;
 /* IE doesn't support auto removed display:block */
position:relative;
text-decoration:none;
}

#hc-menu-top {
clear:both;
float:right;
margin-right:10px;
color:#5f050e;
position:relative;
font-size:10px;
}

/***************************  END BANNER STYLES  ***************************/

/*************************** BEGIN TOP AD STYLES ***************************/

/* #hc-eNews-signup, */
div.moduletable-topad {
background-color: #333333;
float:right;
height:150px;
margin: 0;
padding: 0;
text-align: right;
vertical-align: top;
width:252px;
}  

div.moduletable-topad div.mod_contentitem-topad {
margin: 0;
padding: 0;
vertical-align: top;
}

div.moduletable-topad div.mod_contentitem-topad table,
div.moduletable-topad div.mod_contentitem-topad table.contentpaneopen {
/* background: green; */
border-collapse: collapse;
border: 0px;
/* cellspacing: 0px; */
margin: 0;
padding: 0;
vertical-align: top;
}

div.moduletable-topad div.mod_contentitem-topad span.article_seperator {
display:none;
}

div.moduletable-topad img {
margin: 0;
padding: 0;
text-align: center;
vertical-align: top;
border: 0px;
}

/***************************  END TOP AD STYLES  ***************************/

/*************************** BEGIN ENEWS STYLES  ***************************/

#hc-eNews-signup-area {
margin-left:90px;
color:#7b7b7b;
font-size:10px;
}

#hc-eNews-signup .title {
color:#90062a;
_font-weight:800; /* make font look somewhat decent in IE */
font-size:14px;
margin-top:8px;
margin-bottom:1px;
margin-left:0px;
margin-right:0px;
padding:0px;
}

#hc-eNews-signup .title_small {
padding:0px;
margin:0px;
color:#b47d37;
font-size:10px;
_font-size:9px; /* font is too big for some reason in IE */
}

#hc-eNews-signup .email_address {
margin-left:5px;
margin-top:2px;
width:135px;
color:#7b7b7b;
font-size:10px;
border-top: 1px solid #7f7b7c;
border-right: 1px solid  #c6c3be;
border-left: 1px solid #7f7b7c;
border-bottom: 1px solid #c6c3be;
height:15px;
padding-left:5px;
}

#hc-eNews-signup a {
text-decoration:none;
}

#hc-eNews-signup #submit_button {
float:right;
cursor:pointer;
margin-right:15px;
_margin-right:6px; /* IE position off, fix later */
background-position:right;
text-decoration:none;
height:16px;
padding-top:4px;
margin-top:5px;
background-repeat:no-repeat;
width:60px;
background-image:url(../images/go_onwhite.jpg);
font-size:10px;
color:#7b7b7b;
}

#hc-eNews-signup form {
margin:0px;
padding:0px;
}

#hc-eNews-signup ul {
list-style:none;
padding:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:2px;
}

#hc-eNews-signup li {
padding:0px;
margin:0px;
}

/*************************** END ENEWS STYLES   ***************************/

#hc-eNews-signup {
float:right;
width:250px;
background-repeat:no-repeat;
background-position:left;
background-image:url(../images/eNews_bg.jpg);
height:150px;
text-align:left;
}
#hc-eNews-signup-area {
margin-left:90px;
color:#7b7b7b;
font-size:10px;
}
#hc-eNews-signup .title {
color:#90062a;
_font-weight:800; /* make font look somewhat decent in IE */
font-size:14px;
margin-top:8px;
margin-bottom:1px;
margin-left:0px;
margin-right:0px;
padding:0px;
}
#hc-eNews-signup .title_small {
padding:0px;
margin:0px;
color:#b47d37;
font-size:10px;
_font-size:9px; /* font is too big for some reason in IE */

}
#hc-eNews-signup .email_address {
margin-left:5px;
margin-top:2px;
width:135px;
color:#7b7b7b;
font-size:10px;
border-top: 1px solid #7f7b7c;
border-right: 1px solid  #c6c3be;
border-left: 1px solid #7f7b7c;
border-bottom: 1px solid #c6c3be;
height:15px;
padding-left:5px;

}
#hc-eNews-signup a {
text-decoration:none;

}
#hc-eNews-signup #submit_button {
float:right;
cursor:pointer;
margin-right:15px;
_margin-right:6px; /* IE position off, fix later */
background-position:right;
text-decoration:none;
height:16px;
padding-top:4px;
margin-top:5px;
background-repeat:no-repeat;
width:60px;
background-image:url(../images/go_onwhite.jpg);
font-size:10px;
color:#7b7b7b;

}

#hc-eNews-signup form {
margin:0px;
padding:0px;
}
#hc-eNews-signup ul {
list-style:none;
padding:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:2px;
}
#hc-eNews-signup li {
padding:0px;
margin:0px;
}

/*************************** END ENEWS STYLES   ***************************/

#hc-footer {
float:left;
font-size:10px;
position:relative;
width:900px;
top: 0px; /* bad */
}

#hc-footer a {
color:#5f050e;
font-size:10px;
text-decoration:none;
}

#hc-footer a:hover {
color:#5f050e;
font-size:10px;
text-decoration:underline;
}