/* CSS Document */
/* INSIDE PAGE STYLES */

/* Sets the attributes of the table row above the content on the inside pages - KEEP */
.spacer {
	padding: 5px;
	border-bottom: 1px dashed #CCCCCC;
}
/* Sets the attributes of the Main Inside Page Category Titles */
.title {
color: #1E467C;
}
/* Sets the attributes of the Contact Page Category Titles*/
.titleSmall {
color: #336699;
padding-bottom: 8px;
}

/* Sets the attributes of the Contact Page sidebar titles */
.titleSmallPadd {
color: #1E467C;
padding-left: 20px;
}
/* Sets the attributes of the left sidebar width */
.insideSidebarLeft {
	width: 25%;
}
.insideSidebarLeftThin {
	width: 15%;
}
/* Sets the attributes of the left sidebar text (believe only effects Contact Page) */
.insideSidebarLeft p{
	margin-left: 20px;
	margin-right: 15px;
}
/* Sets attributes for the main content table cell of the inside pages. */
.insideMaincontent {
	width: 50%;
	padding: 20px 20px 20px 20px;
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
}
.insideMaincontentWide {
	width: 70%;
	padding: 20px 20px 20px 20px;
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
}
/* Sets the attributes of the two-column pages - client solutions and history */
.insideTwoColumn {
	width: 75%;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 20px;
	border-left: 1px dashed #cccccc;
}
/* Sets the attributes of the right sidebar width to a flexible %. */
.insideSidebarRight {
	width: 25%;
}
.insideSidebarRightThin {
	width: 15%;
}
/* Sets the attributes of the right sidebar text. */
.insideSidebarRight p{
	padding: 0px 20px 30px 20px;
}

/* Sets the attributes of the map border on the contact page */
.map {
border: 2px solid #336699;
}
/* Sets the attributes of the side column listings*/
ul.listDecor {
	list-style-position: outside;
	list-style-type:square;
	color: #666666;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 20px 15px;
	}
.listDecor li {
	padding-top: 0px;
	margin-bottom: 10px;
	}
ul.listDecor ul {
	margin-left: 0px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: none;
	color: #666666;
}
/* Sets the attributes of the sitemap */
ul.listDecorALT {
	list-style-position: outside;
	list-style-type:square;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 40px 15px;
	}
.listDecorALT li {
	padding-top: 0px;
	padding-bottom: 5px;
	}
ul.listDecorALT ul {
	margin-left: 0px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: none;
}
ul.listDecorALT ul li {
	padding-top: 5px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
}
/* Sets the attributes of the numbered list on the privacy policy */
ul.listDecorNum {
	list-style-position: outside;
	list-style-type:decimal;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 15px;
	}
.listDecorNum li {
	padding-top: 0px;
	margin-bottom: 10px;
	}



/* define styles here that had previously been included in some individual html files */
.style1 {color: #6CB63E}

.style2 {color: #3366CC}

.style3 {font-weight: bold}

.style4 { font-size: 10px; color: #666666; }

/* previously defined as style1 in contact.vtl */
.style5 { color: #336699; font: bold; }

/* previously defined as style2 in contact.vtl */
.style6 { color: #FF0000; font-weight: bold; }
