﻿/* left column */

#colLeft {
	float: left;
	width: 305px; 
	margin: 2px 0px 0px 28px;
	/*border: thin blue solid;*/
}

.contentImage {
	position: relative; 
	margin: 0 auto;
	padding: 20px 0px 0px 33px;
	width: 250px;
	/*border: thin red solid;*/
}

.contentImage img {
	width: 230px;
	height: 140px;
	/*border: thin aqua solid;*/
}

/* content column */

#colText {
	padding: 30px 28px 0px 15px;
	float: right;
	width: 535px;
	background-color: white;
	/*border: thin black solid;*/
}

#spacerDiv {
	clear: both;
	height: 30px;
}

/* plus navigation elements */

#navPlus {
	position: relative; 
	margin: 0 auto;
	width: 305px;
	margin: 45px 0px 0px 0px;
	/*border: thin black solid;*/
}

#plusImage {
	position: relative; 
	margin: 0 auto;
	top: 24px;
	width: 91px;
	height: 91px;
	background-image: url('../images/plugSign.png');
}

#plusHeading {
	border: thin black solid;
}

#navPlus p {
	position: absolute;
	height: 16px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.smallText {
	font-size: 13px;
}

.smallBoldText {
	font-size: 13px;
	font-weight: bold;
}

.medText {
	font-size: 16px;
}

.medBoldText {
	font-size: 16px;
	font-weight: bold;
}

.largeText {
	font-size: 18px;
	font-weight: bold;
}