#bg {
	background: url(../images/skin2006/bg.gif);
}

#outerContainer {
	background: url(../images/skin2006/bg_outerContainer.jpg) repeat-x;
}

#innerContainer {
	width: 875px;
	margin-left:auto;
	margin-right:auto;
}

#leftSideContainer {
	width: 760px;
	background:url(../images/skin2006/bg_innerContainer.gif) no-repeat;
	background-position: bottom center;
	float:left;
	display:inline;
	position:relative;
	padding-bottom: 60px;
}

#leftSideContainerEFule {
	width: 760px;
	background:url(../images/skin2006/bgEFule_innerContainer.gif) no-repeat;
	background-position: bottom center;
	float:left;
	display:inline;
	position:relative;
	padding-bottom: 60px;
}

#rightSideContainer {
	width:115px;
	background:url(../images/skin2006/bg_rightSideContainer.gif) no-repeat;
	background-position: bottom right;
	float:right;
	display:inline;
	position:relative;
	margin-top:80px;
}

#rightSideTopObject {
	background:url(../images/skin2006/bg_innerContainer.gif) no-repeat;
	background-position: top center;
	height: 20px;
}

#rightSideContentObject {
	position:relative;
	left:-20px;
	background:#FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
}

#rightSideSpacerObject {
	position:relative;
	left:-20px;
	height: 5px;
	width: 50px;
	background:#FFFFFF;
	padding-bottom: 35px;
	margin-bottom: 21px;
}

#content {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: #FFFFFF;
}

#leftSide {
	float:left;
	display:none;
	position:relative;
	width: 132px;
}

#rightSide {
	float:right;
	display:inline;
	position:relative;
	margin-left: 18px;
	width:690px;
}

/*
#menu {
	height: 85px;
	background: url(../images/skin2006/logo.gif) no-repeat;
	padding-left: 133px;
	margin-top: 25px;
	text-align:center;
}
*/

#menu {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:left;
	height:30px;
	display:block;
}

#contact {
	/*position:absolute;
	right:85px;
	top:120px;*/
	float:left;
	padding-top:6px;
}

#dottedLine {
	border-top: 2px dotted #CCCCCC;
	margin-top: 2px;
	margin-bottom: 10px;
	text-align:right;
}

#contentRounded {
	background: url(../images/skin2006/bg_roundedTop.gif) no-repeat;
	height: 76px;
	margin-left: 20px;
	margin-right: 20px;
	clear:both;
}

#bottom {
	clear:both;
	padding-top: 18px;
	margin-left: 20px;
	margin-right: 20px;
}

#bottomCenterContent {
	position:relative;
	left:30px;
	top:-20px;
	z-index:2;
	width: 660px;
	background: #FFFFFF;
}

#bottomTopRounded {
	background: url(../images/skin2006/bg_bottomTopRounded.gif) no-repeat;
	height: 36px;
}

#bottomBottomRounded {
	background: url(../images/skin2006/bg_bottomBottomRounded.gif) no-repeat;
	background-position: bottom center;
}

#footer{
	clear:both;
	text-align:center;
	font-size: 8pt;
	padding: 10px;
	color:#FFFFFF;
	width: 760px;
}

#forteLogo {
	text-align:right;
}

#verticalBanner {
	background: url(../images/skin2006/verticalBanner.jpg) no-repeat;
	height: 399px;
	width: 100px;
	margin-left: 10px;
	padding-bottom: 20px;
	cursor:pointer;
}

#horizontalBanner {
	width: 520px;
	height: 100px;
	display: block;
	overflow: hidden;
	padding-left:50px;
}

#search {
	text-align:right;
	margin-top: 20px;
}

#search_go {
	border: 1px solid #A6A6A6;
	background: #E8E8E8;
	color: #565656;
	font-size: 8pt;
	font-weight: bold;
}

.menuA {
	width: 250px;
	height: 20px;
	float:left;
	display:inline;
	position:relative;
	background: red;
}

.menuB {
	width: 132px;
	height: 20px;
}

.menuBSeparator {
	border-top: 1px dotted #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

.menuA_Flash {
	color:#0066CC !important;
	/*visibility:hidden;*/
	cursor:pointer;
	font-size: 11pt;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-weight:bold;
}

.menuB_Flash {
	color:#65B28C !important;
	/*visibility:hidden;*/
	cursor:pointer;
	font-size: 12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-weight:bold;
}

#datetime {
	text-align:right;
	color:#6D6D6D;
	visibility:hidden;
	cursor:pointer;
	font-size: 11pt;
}

form {
	display: inline; margin: 0;
}

#blog 
{
	padding:10px 0;
	border-bottom:1px dotted #CCCCCC;
}

#blog #title,
#blog #title a,
#blog #title a:active,
#blog #title a:visited,
#blog #title a:link
{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR: #0066CC;
	text-decoration:none;
}

#blog #title a:hover
{
	text-decoration:underline;
}

#blog #date,
#blog #comments #date
{
	font-size:8pt;
}

#blog #desc,
#blog #comments #desc
{
	font-size:10pt;
	padding:5px 0;
}


#blog #link,
#blog #comments #link
{
	text-align:right;
	font-size:8pt;
	font-weight:bold;
}

#blog #comments
{
	border:1px solid #CCCCCC;
	background-color:#DDDDDD;
	margin:10px;
}

#blog #comment
{
	margin:0 0 0 10px;
	padding:5px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color:#EEEEEE;
}

#blog #comment input
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size:10pt;
	color:#666666
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

#blog #comment label {
	font-weight:bold;
}

#blog #comment #submit
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color:#DDDDDD;
	font-weight:bold;
	font-size:10pt;
	font-size:10pt;
	color:#666666
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

/****FloatContainers fix:****/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{display:inline-block;}

/*Hides from IE-mac\*/
*html.clearfix{height:1%;}
.clearfix{display:block;}
/*Hides from IE-mac\*/

/*printer styles*/
@mediaprint{
/*hide the left column when printing*/
#rightSideContainer{display:none;}
#leftSideContainer{width:100%;float:none;}
}