/* HTML Main CSS Document */

@import url("core.css");
@import url("header.css");


/* middle */
#middle {
	width: 100%;
	height: 300px;
	margin: 0px auto;
	background-image: url(../images/bg-middle.gif);
	background-repeat: repeat-x;
}
.middleholder {
	width: 950px;
	height: 300px;
	margin: 0px auto;
	background-image: url(../images/bg-middle-photo.jpg);
	background-repeat: no-repeat;
}
.text {
	width: 575px;
	float: left;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text ul {
	margin-top: 0px;
	padding-top: 0px;
}
.text p a {
	color: #FFF;
}
.text h3 {
	color: #FFF;
}
.text h1 {
	color: #FFF;
	margin-top: 10px;
}
.photo {
	width: 375px;
	float: right;
}



/* content */
#container {
	width: 100%;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#content {
	width: 950px;
	margin: 0px auto;
}




/* left */
.left {
	width: 660px;
	padding: 20px 20px 20px 0px;
	float: left;
}


/* right */
.right {
	width: 230px;
	float: right;
	background-image: url(../images/bg-right.gif);
	background-repeat: no-repeat;
	padding: 20px;
}


/* footer */
#footer {
	width: 100%;
	padding: 30px 0px 30px 0px;
	background-image: url(../images/bg-footer.gif);
	color: #5e5e5e;
	background-repeat: repeat-x;
	font-size: 12px;
}
.footerholder {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}
#footer ul {
	width: 600px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#footer li {
	padding: 0px;
	margin: 0px 10px 0px 10px;
	list-style-type: none;
	display: inline;
}
#footer li a, #footer li a:visited {
	color: #5e5e5e;
}
#footer li a:hover {
	color: #000000;
}
.copy {
	width: 350px;
	float: right;
	text-align: right;
}.text h3 a {
	color: #FFF;
}
.sidebartestimonial {
	font-size: .9em;
	font-style: italic;
}
.sidebarsignature {
	font-size: .9em;
	font-weight: bold;
}
.success {
	color: #060;
}
.failed {
	color: #F00;
}
.leftPad {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.highlight {
	background-color: #FF0;
}
#container #content .left h2 {
	text-align: center;
}
#container #content .left h3 {
	font-size: 1.5em;
}
#container #content .left div h4 {
	font-size: 1.25em;
}
.callout {
	border: 1px dashed #000;
	padding: 10px;
	background-color: #CEE3FF;
}
