/* CSS Document - PCH_Styles.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 20px 0px;
}
strong {
	color: #333333;
}
a {
	font-size: 11px;
	color: #b20f0f;
}
a:visited {
	color: #b20f0f;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #b20f0f;
	margin-top: 0px;
	line-height: 100%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #555555;
}
h4 {
	font-size: 12px;
	color: #000000;
}
h5 {
	font-size: 11px;
	color: #000000;
}
h6 {
	font-size: 10px;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


/* IDs */

#shadow {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 900px;
	text-align: left;
}
#headerWrap {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 293px;
}
#header {
	width: 900px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 35px;
}
#logo {
	padding: 20px 20px 10px 20px;
}
#welcome {
	padding: 20px;
	width: 380px;
	line-height: 150%;
}
#bannerFlash {
	position: absolute;
	top: 53px;
	margin-left: 443px;
	width: 457px;
}
#welcome h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px 0px 6px 0px;
	color: #FFFFFF;
}
#menu {
	background-color: #555555;
}
#main {

}
#leftMenu {
	width: 228px;
	border-right: 1px solid #CCCCCC;
	padding: 10px;
}
#content {
	padding: 20px 30px;
	line-height: 150%;
}
#footerShadow {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 31px;
}
#footer {
	text-align: center;
	font-size: 10px;
	color: #999999;
	line-height: 200%;
}
#footer a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

/* Classes */

.menuItem {
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	float: left;
	padding: 10px 39px 10px 38px;
	background-color: #555555;
}
.menuItemCurrent {
	background-color: #96be37;
}

.leftMenuItem {
	padding: 5px 5px 5px 20px;
}
.leftMenuItem a {
	font-size: 13px;
	text-decoration: none;
	color: #749721;
}
.leftMenuItem a:hover {
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

.tipsBox {
	background-image: url(../images/tips_box_bg.gif);
	background-repeat: repeat-y;
	width: 560px;
	padding: 0px 15px;
	line-height: 180%;
}
.tipsBox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #AAAAAA;
	padding: 0px 5px 10px 5px;
	font-size: 14px;
}
.tipsBox h1 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}

.testimonial {
	color: #999999;
}
.testimonial span {
	color: #333333;
}
.testimonialBordered {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-top: 20px;
}

.borderRight {
	border-right: 1px solid #CCCCCC;
	padding-right: 20px;
}
.rightPic {
	margin-left: 10px;
	float: right;
	border: 5px solid #b20f0f;
}

.gray {
	color: #777777;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
