/* Developed for CleanGuard by Graphic Studio */

/* #4478BE - blue  #CD2633 - red */

.calloutRight {
	float: right;
	padding: 0px 0px 10px 0px;
	font-family:"Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-style:italic;
	color:#CD2633;
	width:auto;
	text-align: center;
}
.calloutLeft {
	float: left;
	padding: 0px 10px 0px 0;
	font-family:"Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-style:italic;
	color:#CD2633;
	width:auto;
	text-align: center;
}
body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 20px 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
}
.content-wrapper {
	border-radius: 8px;
}
.masthead {
	border-radius: 6px 6px 0px 0px;
}
.footer {
	border-radius: 0px 0px 6px 6px;
}
.masthead {
	padding: 0px;
	text-align: left;
}
.masthead .logo {
	background-color: #222;
}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
}
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
	position: relative;
}
.content-wrapper {
	border: 1px solid #222;
	box-shadow: 0px 0px 20px #000;
	margin: 0px auto;
	overflow: hidden;
	width: 1280px;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
}
.main-content {
	float: right;
	width: 78%;
}
.sidebar {
	width: 22%;
	float: right;
}
.sidebar .content {
	padding: 20px;
	font-size: 0.95em;
	line-height: 1.4em;
	background-color: #D8D8D8;
	background-image: -webkit-linear-gradient(#FFF, #AAA);
	background-image: linear-gradient(#FFF, #AAA);
}
.main-content .content {
	padding: 10px 20px;
	font-size: 1em;
	line-height: 1.4em;
	border-left: 1px solid #000;
}
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.1em;
}
.page-topper {
	margin-top: 0px;
}
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li {
	margin-bottom: 4px;
}
.content a {
	color: #0066CC;
}
.content a:hover, .content a:focus {
	color: #C30;
}
.footer a {
	color: #000;
}
.footer a:hover, .footer a:focus {
	color: #FFF;
}
.menutop-wrapper {
	background-color: #FFF;
	border-bottom: 1px solid #000;
	box-shadow: 0 0 30px #999;
	padding: 0px;
	position: relative;
	text-align: center;
	z-index: 10;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}
.footer {
	background-color: #4478BE;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: 0.7em;
	color: #000;
	text-align: center;
}
.footer p.copyright {
	margin: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {
	margin: 0px;
}
.content-wrapper {
	width: auto;
	margin: 0px;
}
.content-wrapper, .footer, .masthead {
	border-radius: 0px;
}
ul.menutop {
	display: block;
}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
}
@media only screen and (min-width: 700px) and (max-width: 1000px) {
.content-wrapper {
	width: auto;
	margin: 0px 10px;
}
.content {
	padding: 10px 10px !important;
}
}
.caption {
	padding: 4px 0px;
	font-size: 0.9em;
	line-height: 1.4em;
	font-style:italic;
	color:#000;
	width: auto;
	text-align: center;
}
.special {
	padding: 0px 0px 0px 18px;
	color: #C30;
}
