@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	background-image: url(../img/w-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.centrecol {
	padding-top: 20px;
}
.testimonial-name {
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 50px;
	color: #CD0B30;
}
.portfolio-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding: 0px;
	margin-top: 30px;
	display: block;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
}

.rightcol {

}


.oneColFixCtrHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	background-color: #000;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-color: #000;
	height: 280px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-color: #000;
	color: #FFF;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #CD0B30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	line-height: 24px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	line-height: 16px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}


.oneColFixCtrHdr #mainContent h3 {
	color: #CD0B30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	line-height: 14px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.oneColFixCtrHdr #footer {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-color: #000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight: bold;
}.oneColFixCtrHdr #nav {
	margin: 0px;
	background-color: #333;
	height: 30px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.oneColFixCtrHdr #nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.oneColFixCtrHdr #nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #CD0B30;
}
#dotline {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.cta-panel {
	background-image: url(../img/panel-cta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #333;
}

.cta-panel h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CD0B30;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.cta-panel p{
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.cta-panel a{
	color: #FFF;
	text-decoration: none;
	border: 1px solid #666;
	margin-top: 5px;
	background-color: #000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.cta-panel a:hover{
	color: #FC3;
	text-decoration: underline;
}

#featurebox {
	background-color: #333;
	border: 1px solid #999;
	margin: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.centrecol a{
	color: #FC3;
	text-decoration: none;
	font-weight: bold;
}

.centrecol a:hover{
	color: #FC0;
	text-decoration: underline;
}
.centrecol p {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}

