@charset "ISO-8859-1";
body {
	background-image: url(../images/img_bgnd_tile.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #878D8D;
}
.bodytxt {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 7px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #001E3B;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
}
li {
	list-style-position: outside;
	list-style-type: square;
}
.intro {
	color: #001E3B;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #001E3B;
	font-size: 14px;
	line-height: 17px;
}
#container {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer {
	background-image: url(../images/img_spm_footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 11px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}
.horizdivider {
	color: #001E3B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #001E3B;
	font-size: 5px;
	line-height: 5px;
}
.blue {
	color: #001E3B;
}
a {
	color: #001E3B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.white {
	color: #FFFFFF;
}
.grey {
	color: #878D8D;
}
.thumbborder {
	border: 3px solid #878D8D;
	margin-right: 10px;
	margin-bottom: 10px;
}
.thumbborder a {
	border: 3px solid #006699;
}
.thumbborder:hover  {
	border: 3px solid #FFFFFF;
}
.horizdividergrey {
	color: #878D8D;
	font-size: 5px;
	line-height: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5F6467;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5F6467;
	font-size: 1px;
	line-height: 1px;
}
#ticker  {
	width: 940px;
	clear: both;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 940px;
}
.theme-default #slider {
	width:940px; /* Make sure your images are the same size */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.case-studies #slider {
	width:600px; /* Make sure your images are the same size */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
	margin-top:0px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}