@import "common.css";

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #7a0026;
}

#myExperience {
	clear: both;
	width: 302px;
	height: 282px;
	overflow: hidden;
	float: left;
}

#flashBlock {
	width: 498px;
	height: 282px;
	overflow: hidden;
	float: right;
	background: #A4A9AD;
}

#tornPaperBottom {
	clear: both;
	width: 800px;
	height: 21px;
	overflow: hidden;
	background: url(../images/home/bdy_torn_paper_bottom.jpg);
}

#socialNetworkLinks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 302px;
	height: 62px;
	overflow: hidden;
}

#socialNetworkLinks li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 62px;
	overflow: hidden;
	display: block;
}

.whiteVertBar {
	float: left;
	width: 3px;
	height: 318px;
	background: #fff;
}

#leftContentCol {
	float: left;
	width: 245px;
	height: 318px;
	padding: 0px 15px;
}

#leftContentCol a {
	color: #7A0026;
}


#midContentCol {
	float: left;
	width: 245px;
	height: 318px;
	background: url(../images/home/bdy_spiral.png) no-repeat;
	background-position: 1px 0px;
	padding: 0px 15px;
}

#midContentCol a {
	color: #7A0026;
}

#rightContentCol {
	float: left;
	width: 214px;
	height: 318px;
	padding: 0px 15px;
}

#rightContentCol a {
	color: #7A0026;
}


.readMore {
	text-decoration: underline;
	color: #7a0026;
}

.borderedText {
	clear: both;
	border-top: dotted 1px #929894;
	border-bottom: dotted 1px #929894;
	color: #7a0026;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#quicklinksWrapper {
	background: #7a0026;
	width: 214px;
	padding-bottom: 15px;
}

#quicklinksform {
	margin: 0px 0px 0px 22px;
	padding: 0px;
}

#quicklinks {
	margin-top: 5px;
}

#myExperienceText {
	font-size: 12px;
	color: #052e53;
	
}