@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}
:focus { 
	outline: 0;
}
html { 
	min-height: 100%; 
	margin-bottom: 1px;
}
img { 
	border: 0;
}
a:link, a:visited, a:active {
	color: #C6181B;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.hide {
	display: none; 
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
}
.whiteText {
	color: #FFFFFF;
}
.homepage {
	background-color: #d2d2d2;
	background-attachment: scroll;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#homeFlash {
	text-align: center;
	background-color: #650c10;
}

.subpage {
	background-color: #d2d2d2;
	background-attachment: scroll;
	background-image: url(../images/back2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
}
#header{
	padding-top: 10px;
	padding-left: 30px;
}
#utilityNav {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 20px;
	margin-right: 20px;
}
#utilityNav a {
	margin: 10px;
}
#mainMenu {
	background-color: #000000;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background-image: url(../images/logoBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 22px;
	height: 27px;
}
#mainMenu a {
	text-decoration: none;
	color: #666666;
	margin-right: 25px;
	margin-left: 25px;
}
#mainMenu a.current {
	color: #FFFFFF;
}
#mainMenu a:hover {
	color: #FFFFFF;
}
#subNav {
	font-size: 14px;
	text-align: right;
}
#pageTop {
	background-color: #FFFFFF;
	background-image: url(../images/pageTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color: #999999;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
	margin: 0px;
}
#pageTop p {
	padding: 0px;
	margin: 0px;
}
#introText {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	padding-bottom: 10px;
}
#introText p {
	margin-bottom: 10px;
}

#content{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	background-color: #FFFFFF;
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 0px;
} 
#content p {
	margin-bottom: 10px;
}
#content ul {
	padding-left: 10px;
	padding-bottom: 10px;
}
#content table {
	margin-bottom: 20px;
}

#features table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
}
#content table img a:link {
	border: 1px solid #999999;
}

#features td {
	padding: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
	margin-bottom: 20px;
	color: #666666;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
h4 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333333;
}
h5 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #333333;
}

.quote {
	font-style: italic;
	margin-right: 50px;
	margin-left: 20px;
}
blockquote {
	margin-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 20px;
	margin-top: 0px;
}

h4 img {
	margin-right: 5px;
}

.caption {
	font-size: 11px;
	font-style: italic;
	float: left;
	clear: both;
	margin-top: 5px;
}
.smallText {
	font-size: 11px;
	color: #666666;
}
#caseStudy {
	padding-bottom: 20px;
}


.caseStudyImage {
	float: left;
	margin-right: 20px;
}
.cs_description {
	margin-right: 50px;
	margin-left: 20px;
}
.rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#thumbnail {
	float: left;
	padding-right: 10px;
	height: 160px;
	width: 200px;
}
#thumbnail p {
	margin-right: 0px;
}
.thumbs a:link, .thumbs a:visited, .thumbs a:active {
	border: 2px solid #FFFFFF;
	float: left;
	margin-bottom: 0px;
}
.thumbs a:hover {
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
.pagetop a {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
#footer {
	background-color: #000000;
	width: 858px;
	padding: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
#bottomNav {
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#bottomNav a {
	color: #666666;
}
