/*
*** Home Page CSS
*** Steven Grosvenor
*** March 2007
*/

/* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*line-height: 20px;*/
}

div#base-container {
	margin: 0 auto;
	width: 760px;
}

div#base-five {
	float: left;
	width: 219px;
	background: #FBEABD; /* border-right: 1px solid #C7C7C7;     border-bottom: 1px solid #C7C7C7;*/
	height: 152px;
}

div#base-five img, div#base-one-content, div#base-two-content, div#base-three-content, div#base-four-content, .panelcontent, .webinar-main {
	padding: 5px;
}

div#base-five-content {
	padding: 5px;
	font-size: 0.8em;
}

div#base-four {
	width: 184px;
	margin: 5px 0px 0px 0px;
	border: 1px solid #C7C7C7;
	border-top: 10px solid #133D6F;
	float: right;
	text-align: left;
	height: 453px;
}

div#base-one {
	width: 184px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #C7C7C7;
	border-top: 10px solid #133D6F;
	float: left;
	text-align: left;
	height: 453px;
}

div#base-one div#base-two div#base-three div#base-four {
}

div#base-two, div#base-three {
	width: 184px;
	margin: 5px 5px 5px 0px;
	border: 1px solid #C7C7C7;
	border-top: 10px solid #133D6F;
	float: left;
	text-align: left;
	height: 453px;
}

div#content {
	width: 760px;
	height: auto;
}

div#head1, div#head2, div#head3, div#head4 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: white; /*border: 1px solid #C7C7C7;     background: #133D6F;*/
	height:23px;
	
}
div#head1-right{
	float:right;
	height:23px;
}
div#head1-left{
	float:left;
	height:23px;
}

div#header-container {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	height: 240px;
}

div#header-left {
	width: 541px;
	float: left;
	height: 248px;
}

div#header-right {
	width: 219px;
	float: left; /*border-bottom: solid 1px #c0c0c0;*/
	height: 255px;
}

img {
	border: 0;
}

li {
	margin-left: 0;
	padding-left: 0; /* distance between marker and text */
	margin-bottom: 0.6em; /* a little spacing between list items */
}



ul {
	margin: 0 0 0 15px; /* bullet image is in left margin */
	padding-left: 0;
	padding-bottom:3px;
	list-style: square url(../images/css/bullet.gif); /* wide image for the bullet */
}
li.webinar {
	margin-left: 0;
	padding-left: 5px; /* distance between marker and text */
	margin-bottom: 0.2em; /* a little spacing between list items */
}
ul.webinar {
	margin: 0 0 0 15px; /* bullet image is in left margin */
	padding-left: 0;
	list-style: square url(../images/homepage/webinar/webinar-logo.gif); /* wide image for the bullet */
}

.blueStrip{
	border-top: 10px solid #133D6F;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.clearfix:after {
	clear: both; /* make the container clear the period */
	display: block; /* inline elements don't respond to the clear property */
	content: "."; /* the period is placed on the page as the last thing before the div closes */
	height: 0; /* ensure the period is not visible */
	visibility: hidden; /* further ensures the period is not visible */
}

.full-width-panel-top, .full-width-panel, .full-width-panel-r {
	padding: 5px; /* background: #f5f5f5;     border-bottom: solid 1px #c0c0c0;     border-top: solid 1px #c0c0c0; */
	color: Gray;
}

.hr-dot {
	background: url(../images/css/hr.jpg) repeat-x;
	background-position: center;
	height: 5px;
}

.hr-dot-grey {
	background: url(../images/css/hr-grey.jpg) repeat-x;
	background-position: center;
	height: 5px;
}
 .hr-dot-yellow {
	background: url(../images/css/hr-yellow.gif) no-repeat;
	background-position: center;
	height: 5px;
}
.pad5{
	padding: 5px;
	margin: 3px 0px 0px 5px;
}

/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
.panel-introduction {
	padding: 5px;
	height: auto;
}

.simpleHeader, div#head5, div#head1, div#head2, div#head3, div#head4, div#head5 img {
	padding: 6px;
}

.small{
	font-size: 0.6em;
}

#div app-acceleration{
	font-size: 0.75em;
	vertical-align: top;
	overflow: hidden;
}
