/*------------------------------------------ START Left Side CSS----------------------------------------*/
.internalPageSplashImage{
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	width: 248px;
}
.internalPageSplashImage blockquote{
	width:248px;
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	background: url(../images/blockQuoteBottom.jpg) no-repeat right bottom;
	margin-top: 30px;
}
.internalPageSplashImage blockquote p{
	padding: 45px 10px;
	font: normal 2.3em "Times New Roman", Times, serif;
	color: #FF9933;
	text-align: center;
	background: url(../images/blockQuoteTop.jpg) no-repeat left top;
}

/*------------------------------------------ END Left Side CSS----------------------------------------*/


/*------------------------------------------ START Right Side CSS----------------------------------------*/
.internalPageContent{
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	position: relative;
	width: 480px;
	min-height: 550px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-left:1px solid #DFE6FF;
	z-index: 1;/*Im so the menu is above the titles*/
}
.internalPageContent h1 {
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	margin: 9px 0px 0px 15px;
	padding-bottom: 10px;
	z-index: 10;/*Im so the menu is above the titles*/
}
.internalPageContent h2 {
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	margin: 9px 0px 0px 15px;
}
.internalPageContent h3 {
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	clear:both;
	margin: 9px 0px 0px 15px;
}
.internalPageContent h4 {
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	clear:both;
	margin: 0px 10px 10px 20px;
}
.internalPageContent h6 {
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	clear:both;
	margin: 14px 10px 1px 10px;
}
.internalPageContent p {
	clear:both;
	position: relative;
	line-height: 1.55em;
	margin: 7px 10px 0px 25px;
}
.internalPageContent p br {
	line-height: .8em;
	margin: 0px;
	padding: 0px;
}
.internalPageContent ul {
	clear:both;
	font-weight:lighter;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	margin: 7px 20px 0px 35px;
}
.internalPageContent li{
	margin-top: 4px;
	line-height: 1.25em;
}

.internalPageContent .rightCallOut {
	clear:both;
	float:right;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	margin: 10px 15px 0px 0px;
	width: 210px;
	padding: 6px;
	background-color:#DFE6FF;
	border: .5px solid #B7C7FF;
	font-size:1em;
	line-height: 1.5em;	
	font-weight:lighter;
	color:#336699;
	text-align:center;
}
.internalPageContent .rightCallOut a {
	color:#FF0000;
}

.internalPageContent .moreButton{
	position:absolute;
	bottom: 0px;
	right: 0px;
}
/*------------------------------------------ START Right Side CSS----------------------------------------*/