/* CSS Document */

#topPhoto1 {
	float:right;
	border: 2px solid #FFFFFF;
	background-image:url(../../images/main_topPhoto1.jpg);
	background-repeat:no-repeat;
	background-color: #FFF;
	min-height:147px;
	height: auto !important;
	height:147px;
	width:480px;
	margin-bottom: 6px;
}
* html .mainPhoto {	margin-right: -5px; }

#topPhoto1 p {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	float: left;
	padding: 10px 20px 10px 20px;
	width:254px;
}

#topPhoto2 {
	float:right;
	border: 2px solid #FFFFFF;
	background-image:url(../../images/main_topPhoto2Bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	min-height:125px;
	height: auto !important;
	height:125px;
	width:480px;
}
* html .mainPhoto {	margin-right: -5px; }

.topPhotoP {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	float: right;
	padding: 45px;
	width: 340px;
	padding: 5px 20px 0 0;
}

.burst {
	width: 99px;
	min-height: 99px;
	height: auto !important;
	height:99px;
	background-image: url(../../images/home_burst.png);
	background-repeat: no-repeat;
	float: left;
}

.burst p {
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	margin: 9px 5px;
}

.burst a {
	text-align: center;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin: 15px 5px;
	text-decoration:none;
}

.burst a:hover {
	text-decoration:underline;
}

#nav {
	float: left;
}

#mainContent {
	margin-top: 5px;
}

/* three columns */

.threeColHolder {
	width: 725px;
	float: right;
}
.threeColLeft {
	width: 225px;
	float: left;
	padding: 20px 0 0 10px;
}

.threeColCenter {
	float: left;
	padding: 0 0 0 10px;
}

.threeColRight {
	float: right;
	padding: 0 20px 0 0;
}

/* end three columns */

.twoColContainer {
	width: 470px;
	float: right;
}

.twoColRight {
	float:right;
	margin-right: 20px;
}

ul#homeCallouts {
	margin: 0;
	padding: 0;
}

#homeCallouts li {
	float: left;
	list-style-type: none;
	padding-left: 35px;
	line-height: 150%;
	margin: 0;
}

#homeCallouts li a {
	font-size:16px;
	color: #A42F56;
}

#homeCallouts li.assessment {
	background-image:url(../../images/home_assessmentButton.jpg);
	background-repeat:no-repeat;
}

#homeCallouts li.modification {
	background-image:url(../../images/home_modificationButton.jpg);
	background-repeat:no-repeat;
}

#homeCallouts li.design {
	background-image:url(../../images/home_designButton.jpg);
	background-repeat:no-repeat;
}

#homeCallouts li.maintenance {
	background-image:url(../../images/home_maintenanceButton.jpg);
	background-repeat:no-repeat;
	padding-bottom:20px;
	border-bottom:1px solid #999;
}

#homeCallouts h3 {
	margin: 3px 0;
	padding: 0;
}

#homeCallouts p {
	margin: 0 0 15px 0;
	padding: 0;
}

/* gray boxes */

#doubleColumn {
	margin: 20px 10px 20px 10px;
	background-image: url(../../images/home_grayBkgdTwoCol.gif);
	background-repeat: repeat-y;
}

#grayBoxBorder {
	background-color: #DDD;
	height: 8px;
	width:225px;
	padding:0;
	margin:0;
}

.grayBox {
	width:205px;
	padding: 0 0 10px 0;
	margin:0;
}

.grayBox .photo {
	border:2px solid #FFF;
}

.grayBox ul {
	padding:0 15px 0 0;
	margin: 20px;
}

.grayBox li {
	margin: 0 0 20px 0;
	padding: 0;
}

.grayBox .bottomTextOne {
	padding-right: 10px;
	text-align:right;
}

.grayBox .bottomTextOne a {
	margin-right: 40px;
	display:block;
	font-size:14px;
}

.grayBox .bottomTextTwo {
	padding-right: 10px;
	text-align:left;
}

.grayBox .bottomTextTwo a {
	margin-left: 70px;
	display:block;
	font-size:14px;
}

.grayBox .bottomImg {
	float: right;
}

.learnBox {
	background-image:url(../../images/home_learnBoxBkgd.jpg);
	background-repeat:repeat-x;
	width:420px;
	padding: 20px;
	margin:0;
}

.learnBoxEdge1 {
	float: left;
}

.learnBoxEdge2 {
	float: right;
}

.bottomLinks {
	width: 200px;
	margin-left: 20px;
	float: left;
}

.bottomLinks a {
	font-size: 16px;
	text-decoration: none;
}

.bottomLinks a:hover {
	text-decoration: underline;
}

.bottomLinksImg {
	float: right;
	margin: 0 0 0 10px;
}

#aarpLinks {
	background-color: #FFF;
	padding: 15px;
}