
/* BEGIN POSITIONING AND CONTAINER ELEMENTS */

/*  PAGE CONTAINER
	This is the entire page content area, sets the width to 765px
 */
#pageContainer
{	
	font-family: Verdana, Arial, sans-serif;
	left: 0px;
	top: 0px;
	width: 785px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: absolute;
	border-width: 0 0 0 0;
}

/* -- HEADER CONTAINER
		Contains:
		Header menu (4 items up top)
		Search bar
*/
#headerContainer
{	
	float:left;
	width: 100%;
}

#headerLogo
{	
	float: left;
	width: 244px;
}

#headerMenu
{	
	float:left;
	clear:none;
	width:500px;
	margin-top:65px;
}

#headerSearch
{	
	float:left;
	margin-left:5px;
}

/* -- NAVIGATION MENU CONTAINER
		Contains the DHTML navigation menu
		CSS for actual menu behavior is separate
		This is just for positioning of the menu block itself
*/
#navigationMenuContainer
{
	clear:both;
	width: 620px;
	margin-left:155px;
	padding-top:10px;
	padding-bottom: 0px;
	background: transparent;
	border-width: 0 0 0 0;
}



/* -- Body Center container elements
		Contains
		Schedule Container
		Main Content Container
*/	

#bodyCenterContainer
{	
	width: 100%;
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index:2;
}

/* ---- Schedule Sidebar container elements 
		Contains the schedule sidebar
*/
#sidebarScheduleContainer
{
	float: left;
	width: 80px;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right:0px;
	border-width: 0 0 0 0;
}


	
/* ---- Main Content container elements 
		Easiest way to identify this is
		the big white block of main content
		Contains 
		Breadcrumb trail
		"Editable" content area
		Footer 
		Note: Has "box-model" hack to get around IE5
		bug with interpretation of box-model
		For more info: http://tantek.com/CSS/Examples/boxmodelhack.html
		
			
*/
#mainContentAreaContainer
{
	float:right;
	clear:right;
	width: 680px;
	border: 1px solid Black;
	background: White;
	margin: 0px 0px 0px 10px;
	padding: 10px 25px 10px 25px;
	height: 100%;	
	z-index:2;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width:610px;
}

html>body #mainContentAreaContainer {
  width:610px;

} 


/* ------ 	Main Content breadcrumb trail container elements 
			Breadcrumb navigation trail container		
			Contains
			Breadcrumb		
*/	
#breadcrumbTrailContainer
{
	padding-bottom: 35px;
}


/*BEGIN BREADCRUMB ELEMENTS*/
#breadcrumb
{
font-family: verdana, arial, sans-serif;
font-size:10px;
font-weight:bold;
list-style: none;
padding: 0;
margin: 0;
}

#breadcrumb li
{
font-family: verdana, arial, sans-serif;
font-size:10px;
font-weight:bold;
display: inline;
padding-left: 2px;
margin: 0;
*background-image: url("/images/navigation/breadcrumb_gt.gif");
*background-repeat: no-repeat;
*background-position: 0 60%;
*padding: 0 0.5em 0 1em;
*margin: 0 1em 0 -1em;
}

a:link.breadcrumbCurrent {
	color: #000033;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
}

a:visited.breadcrumbCurrent {
	color: #000033;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
}

#breadcrumb li:before {
	content: "> ";
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	
}
#breadcrumb li:first-child:before 
{ content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #breadcrumb li
{
background-image: url("/images/navigation/breadcrumb_gt.gif");
background-repeat: no-repeat;
background-position: 0 60%;
padding: 0 0.5em 0 1em;
margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
html #breadcrumb { height: 1%; }

html #breadcrumb li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
html #breadcrumb li:first-child { background-image: none; }


/* END BREADCRUMB ELEMENTS */

/* ------ 	Main content footer container
				Footer content container
*/

#footerContainer
{
	clear: both;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding-top: 25px;
}
/* END POSITIONING AND CONTAINER ELEMENTS */


/* form element classes */
input.normal {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.normalButton {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* end form element classes */





a:link {
	color: #cc0033;
	font-family: verdana, arial, sans-serif;
}
a:visited {
	color: #cc0033;
	font-family: verdana, arial, sans-serif;
}
a:hover {
	color: #000033;
	font-family: verdana, arial, sans-serif;
}
a:active{
	color: #000033;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
}

.small {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.footer {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 6px;
	border-bottom: 1px #000000 solid;
	border-top: 1px #000000 solid;
}
.sub {
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cc0033;
	margin: 10px 0px;
	padding: 0px;
	border-bottom: 1px #000000 solid;
}
#sidebar_rt {
	float: right;
	width: 35%;
	background: #ffcc66;
	border: 0;
	margin: 0 0 0 15px;
	padding: 10px;
	}
#sidebar_sm {
	float: right;
	width: 15%;
	background: #ffcc66;
	border: 0;
	margin: 0 0 0 15px;
	padding: 10px;
	}
table {
	margin-left: auto;
	margin-right: auto;
}
td {
	padding: 3px;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
th {
	padding: 3px 15px 3px 15px;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #003366;
}
li.small {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	margin-left: -12px;
}
.listsub {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
	margin: 20px 0 0 0;
	padding: 0px;
	border-bottom: 1px #000000 solid;
}


/* UNDERWRITING PROMO CONTAINER
	Contains Underwriting Ad
*/
#underwritePromoContainer
{
	float:right;
	width: 130px;
	height: 140px;
	padding: 2px 2px 2px 2px;
	background-color: #003366;
	text-align: center;
	border-width: 1px 1px 1px 1px;
	border-style: ridge ridge ridge;
	border: ridge;
	margin-bottom:10px;
	margin-top:0px;
	margin-left:20px;
}

