@charset "utf-8";
@import url("../webfonts/opensans_light/stylesheet.css");
@import url("../webfonts/Play_Bold/stylesheet.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

#sliderWrapper {
	margin-bottom: 8px;
	background-image: url(../images/mainimages/about-richmond.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 25px;
	background-repeat: no-repeat;
}
#maintenanceBody {
	margin-top: 15px;
}
#mLeft {
	padding-bottom: 15px;
	height: auto;
}
#mLeft #download {
	text-align:center;
}

#maintenanceBody #mLeft p {
	font-family: "opensans light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#maintenanceBody #procedures {
	padding-bottom: 15px;
}
#maintenanceBody #procedures h2 {
text-align: center;	
}
#maintenanceBody #procedures ul {
	
}
#maintenanceBody #procedures li {
	font-family: "Play Regular", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet.png);
}
#maintenanceBody #agreements {
	margin-bottom: 15px;
}
#maintenanceBody #agreements h2 {
	text-align: center;
	margin-bottom: 15px;
}
#maintenanceBody #agreements ul {
	margin-left: 0px;	
}
.list {
	width: 50%;
	font-family: "Play Regular", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet2.png);
	float: left;
	letter-spacing: -1px;
}
.list2 {
	width: 100%;
	font-family: "Play Regular", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet2.png);
}		


#mRight {
	text-align: center;
}
#mLeft a {
	background-color: #00B2EF;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height:16px;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 55px;
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#mLeft a:hover {
	background-color: #e10000;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: 16px;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 55px;
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
@media only screen and (min-width: 481px) {
#sliderWrapper {
	
	margin-bottom: 8px;
	background-image: url(../images/mainimages/maintenanceheader.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	background-repeat: no-repeat;
}
#maintenanceBody {
	margin-top: 15px;
}
#mLeft {
	padding-bottom: 15px;
	height: auto;
}
#mLeft #download {
	text-align:center;
}

#maintenanceBody #mLeft p {
	font-family: "opensans light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#maintenanceBody #procedures {
	padding-bottom: 15px;
}
#maintenanceBody #procedures h2 {
text-align: center;	
}
#maintenanceBody #procedures ul {
	margin-left: 30px;
}
#maintenanceBody #procedures li {
	font-family: "Play Regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet.png);
}
#maintenanceBody #agreements {
	margin-bottom: 15px;
}
#maintenanceBody #agreements h2 {
	text-align: center;
	margin-bottom: 15px;
}
#maintenanceBody #agreements ul {

}
.list {

	width: 33%;
	font-family: "Play Regular", Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet2.png);
}
.list2 {
	font-family: "Play Regular", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet2.png);
}		


#mRight {
	text-align: center;
}
#mLeft a {
	background-color: #00B2EF;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: 16px;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 55px;
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#mLeft a:hover {
	background-color: #e10000;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: 16px;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 55px;
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
}
@media only screen and (min-width: 769px) {
#sliderWrapper {
	
	margin-bottom: 8px;
	background-image: url(../images/mainimages/maintenanceheader.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	background-repeat: no-repeat;
}
#maintenanceBody {
	margin-top: 15px;
}
#mLeft {
	padding-bottom: 15px;
	height: auto;
}
#mLeft #download {
	text-align:center;
}

#maintenanceBody #mLeft p {
	font-family: "opensans light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#maintenanceBody #procedures {
	padding-bottom: 15px;
}
#maintenanceBody #procedures h2 {
text-align: center;	
}
#maintenanceBody #procedures ul {
	margin-left: 30px;
}
#maintenanceBody #procedures li {
	font-family: "Play Regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet.png);
}
#maintenanceBody #agreements {
	margin-bottom: 15px;
}
#maintenanceBody #agreements h2 {
	text-align: center;
	margin-bottom: 15px;
}
#maintenanceBody #agreements ul {

}
.list {

	width: 33%;
	font-family: "Play Regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet2.png);
}
.list2 {
	font-family: "Play Regular", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet2.png);
}		


#mRight {
	text-align: center;
}
#mLeft a {
	background-color: #00B2EF;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height:  16px;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 60px;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#mLeft a:hover {
	background-color: #e10000;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height:  16px;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 60px;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
}
@media only screen and (min-width: 1200px) {
#sliderWrapper {
	margin-bottom: 8px;
	background-image: url(../nivo/images/slide4.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px -315px;
}
#maintenanceBody {
	margin-top: 15px;
}
#mLeft {
	padding-bottom: 15px;
	height: auto;
}
#mLeft #download {
	text-align:center;
}

#maintenanceBody #mLeft p {
	font-family: "opensans light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#maintenanceBody #procedures {
	padding-bottom: 15px;
}
#maintenanceBody #procedures h2 {
text-align: center;	
}
#maintenanceBody #procedures ul {
	margin-left: 30px;
}
#maintenanceBody #procedures li {
	font-family: "Play Regular", Arial;
	font-size: 19px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet.png);
}
#maintenanceBody #agreements {
	margin-bottom: 15px;
}
#maintenanceBody #agreements h2 {
	text-align: center;
	margin-bottom: 15px;
}
#maintenanceBody #agreements ul {

}
.list {
	width: 33%;
	font-family: "Play Regular", Arial;
	font-size: 19px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet2.png);;
	float: left;
}
.list2 {
	font-family: "Play Regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/mainimages/bullet2.png);
}		


#mRight {
	text-align: center;
}
#mLeft a {
	background-color: #00B2EF;
	font-family: "opensans regular", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 70px;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#mLeft a:hover {
	background-color: #e10000;
	font-family: "opensans regular", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
	border: 1px solid #F2F2F2;
	display: inline-block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	height: 70px;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
}
.floatLeft {
	float: left;
}
.header2 {
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-family: "opensans light", Arial;
	line-height: normal;
	font-weight: normal;
	width: 100%;
	padding: 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header2blue {
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-family: "opensans light", Arial;
	line-height: normal;
	font-weight: normal;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.headerbryant {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(../images/mainimages/maintenanceheader.jpg);
	background-repeat: no-repeat;
	background-position: 230px center;
}
.mainfont {
	font-family: "opensans light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
}
.play {
	font-family: "Note this";
	font-size: 45px;
	font-style: normal;
	line-height: 70px;
	font-weight: normal;
	font-variant: normal;
	color: #00B2EF;
	text-align: center;
}
.clear {
	clear: both;
}
.coupon {
	height: auto;
	min-height: 400px;
	text-align: center;
	border: 5px dashed #333;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 5px;
	background-color: #E1E1E1;
	color: #FFF;
	margin-bottom: 25px;
}
.amountfont {
	font-family: "Play Bold", "Arial Black";
	font-size: 45px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #E60000;
}
.desfont {
	font-family: "Play Bold", "Arial Black";
	font-size: 19px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.disfont {
	font-family: "Open Sans", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
