﻿
body {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	color: #000000;
}

.csf-header-box {
	background: #990000;
	border-radius: 20px;
	border: 4px solid #990000;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.csf-header-logo-td {
	background: #990000;
	width: 80px;
}
.csf-header-logo {
	vertical-align: middle;
	background: #990000;
	padding-left: 4px;
}
.csf-header-text-td {
	background: #F4F4EA;
	border-radius: 16px;
	padding-left: 20px;
}
.csf-header-text {
	color: #A6C150;
	font-weight: bold;
	font-size: 28px;
}
.csf-subheader-text {
	color: #999999;
	font-weight: normal;
	font-size: 16px;
}
.csf-header-links {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.csf-main {
	max-width: 1000px;
	width: 100%;
	border-radius: 20px;
	border: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.csf-footer-links {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.csf-footer-box {
	color: #990000;
	background: #F4F4EA;
	border-radius: 20px;
	border: 2px solid #990000;
	max-width: 1000px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
.csf-footer-text {
	color: #A6C150;
	font-weight: normal;
}
.csf-subfooter-text {
	color: #999999;
	font-weight: normal;
	font-size: 14px;
}

.csf-button {
	min-width: 100px;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	color: #990000 !important;
	font-weight: bold;
	font-size: 16px;
	padding: 6px;
	background: #FFFFFF;
	border-radius: 20px;
	border: 4px solid #A6C150;
	float: left;
	margin: 2px;
}
.csf-button:hover {
	cursor:pointer;
	background:#F4F4EA;
	text-decoration: none;
}

.csf-buy-button {
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	padding: 6px;
	background: #FFFFFF;
	border-radius: 20px;
	border: 4px solid #A6C150;
	margin: 2px;
}
.csf-buy-button:hover {
	cursor:pointer;
	background:#F4F4EA;
}

.csf-nav {
	float: left;
}
.csf-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.csf-nav a {
    display: block;
	text-decoration: none;
	text-align: center;
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	min-height: 0px;
}
.csf-nav li {
	min-width: 100px;
	min-height: 0px;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	padding: 6px;
	background: #FFFFFF;
	border-radius: 20px;
	border: 4px solid #A6C150;
	margin: 2px;
	float: left;
    position: relative;
}
.csf-nav li li {
	margin: 2px;
}
.csf-nav li:hover {
	background:#F4F4EA;
}
.csf-nav li li:hover {
	background:#F4F4EA;
}	
.csf-nav ul ul  {
    position: absolute;
	visibility: hidden;
	top: +35px;
	left: -6px;
}
.csf-nav li:hover > ul {
	visibility: visible;
}
.csf-drop-a {
    display: block;
	text-align: left !important;
	text-decoration: underline !important;
	color: #000000 !important;
	font-weight: bold;
	background-image: url('images/shield.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 26px;
	min-height: 26px !important;
	margin: 4px;
}

.csf-service-clear {
	clear: both;
}
.csf-service-upper {
	background-image: url('images/shield.png');
	background-repeat: no-repeat;
	background-position: 4px 8px;
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	min-width: 200px;
	color: #990000;
	font-weight: bold;
	float:left;
}
.csf-service-lower {
	background:#F5F5F5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
