/*  
Theme Name: SBTI Theme
Theme URI: http://www.sbtionline.com
Description: This is the theme for SBTI's webpage
Version: 1
Author: GHinojosa
Author URI: http://www.sbtionline.com
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p{ margin: 0; padding:0; }

body{ margin:0; padding:0; font-family:helvetica, arial, sans-serif; font-size:12px; text-align:left; vertical-align:top; color:black; background:#AAAAAA; }

p { line-height: 18px; margin:3px 0 10px 0;}

h1 { font-size:25px; font-family:helvetica, arial, sans-serif; display:block; font-weight:bold; padding:0px; margin:14px 0 14px 0;   }
h2 { font-size:20px; font-family:helvetica, arial, sans-serif; display:block; font-weight:bold;  }
h3 { font-size:17px; font-family:helvetica, arial, sans-serif; display:block; font-weight:bold; margin-bottom:5px; }
h4 {}
h5 {}
h6 {}

ul { line-height:18px; margin-top:-3px; }
ol { line-height:18px; margin-top:-3px; }

a {color:#000099; text-decoration:none;}
a:visited {color:##339966;}
a:hover, a:active {color:#0000FF;}

#page-wrap{
	margin: 0 auto 0 auto;
	width: 900px; 
	text-align: left;
	background: #FFFFFF;
	border-color: #000000; 
	border: solid 1px; 
}

#header{
	width:100%;
	background-color: #000000;
	background-image: url(images/sbti-header.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
#header-searchbox{
	float:right;
	text-align:left;
	height:50px;
	width: 185px;
}

.history-breadcrumb{ margin: 10px 0 4px 16px; font-size: 12px; color: #000000; position: relative; float: left;}
.history-breadcrumb a{color:#000099; text-decoration:none;}
.history-breadcrumb a:visited {color:#000099;}
.history-breadcrumb a:hover, a:active {color:#0000FF;}

#header-title{	
	position:relative;	
	margin: 37px 0 0 16px;
	color:#000000;
	text-align: left;	
}
#top-menu{
	background-color: #CE181E;
	width:100%;
	height: 25px;
	margin: 0;
	background-image: url(images/header-menu-shadow.jpg);
	background-repeat: repeat-x;
}

#container{
	background-color: #F6DBDC;
	float: right;
	width: 600px;
	margin: 15px 10px;
}

#footer{
	position:relative;
	text-align:center;
	background: #000000;
	padding:4px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	clear:both;
}
/******************************************************************************************************************************
 * B R E A D C R U M B
 *******************************************************************************************************************************/
#breadcrumb{
	float:left;	
	position: absolute;	
	display: block;
	margin: 0px 0px 0px -178px;
	height:50px;
	width:170px;	
	font-size:12px;
	font-weight:bold;					
}
#breadcrumb ul {list-style:none; margin:0px; padding:0px;}
#breadcrumb li { margin-left:0; margin-bottom:10px; display:block; background-color: #D1D3D4; color:black; width: 158px; }
#breadcrumb li a { display:block; width: 158px; background-color: #D1D3D4; text-decoration:none; padding:5px; color: black;}
#breadcrumb li a:hover { background-color: #8D8F92; color: #fff; }
#breadcrumb a:hover {color:white;}
#breadcrumb li.selected { display:block; width: 158px; color:white; background-color: #8c8c8c; margin:0 0 5px 0; padding:5px; }
#breadcrumb li.empty {display:block; width: 158px; color:black; background-color: #D1D3D4; padding:5px;}


/* These are for the drop shadow effect under the table */
.shadowwrap1 {float:left; background:url(images/shadow.gif) right bottom no-repeat; }
.shadowwrap2 {background:url(images/corner_bl.gif) left bottom no-repeat; }
.shadowwrap3 {padding:0 8px 7px 0; background:url(images/corner_tr.gif) right top no-repeat;}


/********************************************************************************************************************************
 *  Right-Side Boxes
/*******************************************************************************************************************************/
table.TblQuestions {
	border: 1px solid #4F5055;
	border-spacing:0pt;
	border-collapse: separate;
	*border-collapse: expression('separate', cellSpacing = '0px');
	padding: 0px;
	width:170px;	
}
table.TblQuestions th { border-top: 6px solid #CE181E;	padding:5px; background-color: white; color:#CE181E; font-weight:bold; }
table.TblQuestions td {	padding:5px; background-color: white; font-weight:bold; }

table.TblGainshare {
	border: 1px solid #8c8c8c;
	border-spacing:0pt;
	border-collapse: separate;
	*border-collapse: expression('separate', cellSpacing = '0px');
	padding: 0px;
	width:170px;
}
table.TblGainshare th { padding:5px; background-color: #8c8c8c; color: white; }
table.TblGainshare td { padding: 2px 2px 2px 5px; background-color: white; color: black; font-weight:bold; }

.TblRegisterNow
{	background-color:white;
	border: 1px solid #8c8c8c;
	width:170px;
	border-spacing:0pt;
	border-collapse: separate;
	*border-collapse: expression('separate', cellSpacing = '0px');
}
.TblRegisterNow th { background-color:#CE181E;color:white;padding:5px; text-align:left; font-weight:bold;}
.TblRegisterNow td { padding:8px 3px; text-align:left;font-weight:bold;}

.TblDownloadCourseDescription {width:170px; background-color:#CE181E; color:white; font-size:12px; text-align:left; border:1px solid #B6191F;}
.TblDownloadCourseDescription a {color:white; text-decoration:none;}


/********************************************************************************************************************************
*											 CSS For the TOP DROP DOWN MENU																				
*********************************************************************************************************************************/
#menuh-container
	{
	/*position: relative;*/
	top: 0px;
	left: 0px;
	}

#menuh
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0;
	margin-top: 0;
	}
		
#menuh a
	{
	text-align:left;
	display:block;	
	white-space:normal;
	margin-left:0px;
	margin-right:-1px;
	padding-left:5px;
	padding-right:5px;
	/*The following 3 lines help to decrease the line-height without decreasing the total height of each box item*/
	padding-bottom:3px;
	padding-top:3px;
	line-height:18px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{ color: white;	text-decoration:none; }
	
#menuh a:hover						/* menu on mouse-over  */
	{ color: white; background-color: #931115; text-decoration:none; }	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{ /*background-image: url(images/navdown_white.gif); background-position: right center; background-repeat: no-repeat;*/ }
	
#menuh a.parent:link, #menuh a.parent:visited, #menuh a.parent:active
	{
	text-align: left;
	background-color: #CE181E;	
	}	
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{	
	background-color: #931115;
	border: 1px solid #9F0000;
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh a.child:link, #menuh a.child:visited, #menuh a.child:active
	{
	text-align: left;
	background-color: #CE181E;	
	}
	
#menuh a.child, #menuh a.child:hover
	{
	background-color: #931115;
	border: 1px solid #9F0000;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0px;
	float:left;
	line-height:25px;	
	/*width:10em;*/	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	width:15em;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding:1em;
	margin:-1em 0 0 -1em;	
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
/*************************************************** End CSS Drop Down Menu ***********************************************************/


