@charset "utf-8";
/* CSS Document */

/*Layout Main Components*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-size: 11px;
	background-color: #666666;
	background-image: url(../site%20images/back_grey_cross.gif);
}
.thrColAbsHdr #container {
	position: relative; 
	width: 780px;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	background-color: #FFFFFF;
	background-repeat: repeat-x;
} 

.thrColAbsHdr #header {
	height: 100px;
	padding: 10 10 10 10;
	background-color: #003333;
	background-image: url(../site%20images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
} 

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 143px;
	left: 0;
	width: 150px;
	min-height: 300px;
	padding: 100px 5px 15px 5px;
	margin-top:0px;
	background-image: url(../site%20images/greyGrad2.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 245px;
	right: 0;
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding: 19px 10px 15px 5px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../site%20images/ebdgc2008Badge.gif);
	background-repeat: no-repeat;
	background-position: 70px top;
	min-height: 300px;
}
.thrColAbsHdr #mainContent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 0 185px 0 0;
	padding: 0 20px 10px 15px;
	min-height: 550px;
	background-image: url(../site%20images/nav-to-content-trans.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#contentWrapper{
	margin-left: 160px;
	padding: 0px;
	padding-top:25px;
	background-image: url(../site%20images/greyGrad2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

.thrColAbsHdr #mainContentWide {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 0 0 0 150px;
	padding: 0 10px 0 10px;
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#sideBarBox {
	width: 160px;
	background-color: #FFFFFF;
	background-image: url(../site%20images/BotBox.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
}

.boxContent {

	padding-bottom: 30px;
	position: relative;
	margin: 0px;

}
.emptySpace{
	padding: 10px;
}

#mainContent img{
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 5px;
}


/*********************************** Common Styles ***************************************/



.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

a {
	color: #3366CC;
	text-decoration: none;
}

#pageTitle{
	width:85%;
	margin-top:0px;
	margin-bottom:10px;
	height:75px;
	padding-left:25px;
}

#mainContent p, #mainContentWide p {
	text-align: justify;
	}

.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#sideBarBox h2 {
	font-size: 14px;
	background-image: url(../site%20images/topBox.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: top;
	padding-bottom:10px;
	padding-top:5px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	}
	
#compDetail h3 {
	font-size: 14px;
	text-align: center;
	padding-bottom:5px;
	padding-top:5px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	}
	
#sidebarTitle{
	font-size: 2em;
	text-align: left;
	background-position: top;
	padding: 5px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B34700;
	}

.sidebarText {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size:10px;
	list-style-type: disc;
	list-style-position: outside;
	}
	
.SidebarSubhead {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:10px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
.boxContent ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

/********************************Navigation Styles **********************************/
/*Tablinks*/
#tablinks ul,#tablinks li
{
	padding:0;
	margin:0;
	list-style:none;
	height: 20px
}

#tablinks
{
	background-color: #003333;
	background-image: url(../site%20images/tab-bgBlue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
	border:0;
}

#tablinks ul {
	padding-left:20px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#tablinks li
{
	float:left;
	border-right:1px solid #094747;
	background-image:url(../site%20images/tab-bgBlue.gif);
	background-position: bottom;
}

#tablinks a {
	display:block;
	padding:5px 10px;
}

#tablinks a:link, #tablinks a:visited, #tablinks a:hover, #tablinks a:active {
	color:white;
	text-decoration:none;

}

#tablinks a.current {
	background:#047070 url(tab-bg-hoverBlue.gif) repeat-x bottom;
}

#tablinks a:hover {
	background-image: url(../site%20images/tab-bg-hoverBlue.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
		
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*breadcrumbs*/
#breadcrumb {
	color:#fff;
	padding: 5px 10px 5px 30px;
	background-color: #002477;
}

#breadcrumb a {
	color:#fff;
}

#breadcrumb ul, #breadcrumb li {
	display:inline;
	padding:0;
	margin:0;
}

#breadcrumb ul li {
	padding-left:0;
}
#breadcrumb ul li ul li {
	padding-left:14px;
	background-image: url(../site%20images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* side menu */
.sideMenu { /*the div containing the side menu */
	font-size: 90%;
	margin: 0 5px 20px 0;
	padding: 0 13px 13px 0;
	/* background-image:url(../site%20images/cornerShadow.gif);*/
	background-position:right bottom;
	background-repeat:no-repeat;

  }
  
  .sideMenu p, .sideMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* border: 1px solid #9A9A9A; */
	border-bottom-width: 0;

  }
.sideMenu ul li a {
	color: #999999;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	background-repeat: repeat-x;
	border-color: #CCCCCC;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border-width: 1px;
	border-bottom-style: dotted;
	background-color: #FFFFFF;
	}
	
.sideMenu ul li a:hover{
	background-color:#FF6600;
	}
	
.sideMenu ul li a span {
	font-size:150%;
	font-weight: bold;
	display:block;
}
