﻿.boxContainer {
	float: left;
	margin: 5px 17px 5px 0;
}


.boxContainer h1 {
	font-family: Tahoma, Arial;
	color: #2D9FE3;
	font-size: 16px;
	text-align: center;
	border-bottom: solid 1px #2D9FE3;
	line-height: 26px;
	vertical-align: middle;
	padding: 4px 0 0 0;
}


.boxContainer h2  {
	font-family: Tahoma, Arial;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0 5px 0;

}
div#rightbar .boxContent h3, .boxContent h3 {
	font-family: Tahoma, Arial;
	color: #356BA2;;
	font-size: 12px;
	margin: 12px 0 5px 0;
	font-weight: bold;

}

.boxContainer ul li a:link, .cb ul li a:visited, .cb p a:link, .cb p a:visited, #askPeter p a:link  {
	color: #2D9FE3;
	text-decoration: none;

}
.boxContainer ul li a:hover, .cb p a:hover, #askPeter p a:hover {
	color: #2D9FE3;
	margin-bottom:1px;
	border-bottom: solid 1px #2D9FE3;

}

.boxContainer ul {
	margin: 7px 0 1px 0;
	text-indent: 0px;
	padding: 0 0 0 0;
}

.boxContainer ul li {
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type:none;
	background-image: url(../images/bullet.jpg);
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
        font-family : Tahoma,Arial,Helvetica,Verdana, sans-serif;
	font-size: 12px;
	padding: 0 0 4px 20px;
}



div#rightbar .boxContent li {
	padding: 0 0 5px 20px;
	margin: 0;

}


.boxContentContainer {
	margin: -3px 0 0 0;
	padding: 0;
}




.boxContentContainer a.imageNoHover:hover {
       text-decoration:none;
	border: none;
        background: none;
        padding:0;
        margin:0;
}






.boxTop {
	height: 35px;
	padding: 0;
	margin: 0;

}

.boxContent {
	margin: 0;
	padding: 0 12px;
}

.boxContent ul {
	margin: 0px;
}


.boxContent li {
	padding: 0 0 4px 20px;
}


.boxBottom {
	margin: -2px 0 0 0;
	padding: 0;
}


.rightBox {
	margin-right: 0px;
}


/* BOX Home */
/* BOX Left */

.homeLeft {
	width: 296px;
}

.homeLeftTop {
	background: url(../images/box_topHomeLeft.gif) no-repeat top;
	padding: 0 10px;
	height: 40px;
}

.homeLeftMiddle {
	background: url(../images/box_middleHomeLeft.gif) repeat-y center;
	margin: -7px 0 0 0;
}

.homeLeftBottom {
	background: url(../images/box_bottomHomeLeft.gif) no-repeat bottom;
	height:22px;
}
/* BOX Middle */
.homeMiddle {
	width: 365px;
}

.homeMiddle a:link, .homeMiddle a:visited {
        color: #fff;
        display: block;
}

.homeMiddleTop {
	background: url(../images/box_topHomeMiddle.gif) no-repeat top;
	padding: 0 10px;
}

.homeMiddleMiddle {
	background: url(../images/box_middleHomeMiddle.gif) repeat-y left;
	padding: 3px 0 0 0;
}

.homeMiddleBottom {
	background: url(../images/box_bottomHomeMiddle.gif) no-repeat bottom;
	height: 28px;
}

/* BOX Right */
.homeRight {
	width: 280px;
}
.homeRightTop {
	background: url(../images/box_topHomeRight.gif) no-repeat top;
	padding: 0 10px;
}

.homeRightMiddle {
	background: url(../images/box_middleHomeRight.gif) repeat-y center;
}

.homeRightBottom {
	background: url(../images/box_bottomHomeRight.gif) no-repeat bottom;
	height: 21px;
}



/* BOX Two Column (Finance & Investors) */

.twoColumn {
	width:255px;

}
.twoColumnTop {
	background:url(../images/box_top2col.gif) no-repeat top;
	padding: 0 10px;
}
.twoColumnMiddle {
	background: url(../images/box_middle2col.gif) repeat-y center;
	margin: -2px 0 0 0;
}
.twoColumnBottom {
	background:url(../images/box_bottom2col.gif) no-repeat bottom;
	height:19px;
}

