@charset "UTF-8";
body {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	margin: 0px;
	text-align: left;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(ART/REMSbackground2014.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0%;
	font-weight: lighter;
}

a:link {
	text-decoration: none;
	outline:none;
}
a:visited {
	color: #6CF;
	text-decoration: none;
	outline:none;
}
a:active {
	color: #FFF;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #80FF00;
	outline:none;
}
img {
	border: none;
	outline:none;
}

img.bg {
	/* Set rules to fill background */
  min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
  width: 100%;
	height: auto;
	/* Set up positioning */
  position: fixed;
	top: 0;
	left: 0;
	z-index: -5000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	list-style: none;
}
.a_lemon {
	color: #FF0;
}
.a_lime {
	color: #80FF00;
	font-size: small;
}
.limes {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.Regular_Limes {
	color: #0F0;
}
.limes:Hover {
	color: #80FF00;
	text-decoration: none;
}
.a_limeCentered {
	color: #80FF00;
	font-size: 80%;
	position: absolute;
	clear: both;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.a_big_ass_lemon_text {
	font-size: 1em;
	color: #FF0;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
}
.a_big_ass_lemon_text_Center {
	font-size: x-large;
	color: #FF0;
	text-align: center;
}
.a_medium_lime_text {
	color: #80FF00;
	font-size: 1.2em;
}
.menu_selections {
	font-size: 90%;
	color: #FFF;
}
.menu_selections:Hover {
	color: #80FF00;
}

/* Course type selectoins. Atributes for the curricula types are specified here */

#ourCourses {
	text-align: left;
	font-size: 30px;
	line-height: 50%;
	text-shadow: 3px 3px 4px #333333;
	padding-left: 2px;
	z-index: 2000;
}
#learntoride {
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-border-radius: 12px 0px 0px 12px;
	border-radius: 12px 0px 0px 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-left: -20px;
	margin-bottom: 10px;
}
#improveyourride {
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-border-radius: 12px 0px 0px 12px;
	border-radius: 12px 0px 0px 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-left: -20px;
	margin-bottom: 10px;
}
#lessonsyourway {
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-border-radius: 12px 0px 0px 12px;
	border-radius: 12px 0px 0px 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-left: -20px;
	margin-bottom: 10px;
}

#product {
	float: right;
	z-index: 10;
	width: 300px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	right: 0px;
	top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#product ul {
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#product ul .courseShadow {
	box-shadow: 0px 6px 6px #333333;
	-webkit-box-shadow: 0px 6px 6px #333333;
}
#product ul a, #product ul a:visited {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-right: 2px solid hsla(57,100%,47%,0.75);
	background-color: #CB3D61;
}
#product ul a:hover, #product ul a:active, #product ul a:focus {
	border-left: 24px solid #FFCC00;
	color: #FFCC00;
	background-color: #333333;
	border-right-width: 0px;
}
#product a:link, #product a:visited {
	text-decoration: none;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #FFFFFF;
	font-size: 0.9em;
}
#product a em {
	color: #FFFFFF;
	text-shadow: none;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	right: 0px;
	font-size: 1.6em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-style: normal;
}
#product .rems {
	font-weight: bolder;
	font-size: 1.8em;
}
.rems {
	font-size: 1.1em;
	font-weight: bold;
}
#product a.current em {
text-decoration:underline;
}





.coursehead {
	font-size: 120%;
	color: #FFFFFF;
	background-image: url(../ART/bg-50perSQR.png);
	background-repeat: repeat;
	width: 93%;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	box-shadow: 0px 6px 6px #333333;
	-moz-box-shadow: 0px 6px 6px #333333;
	-webkit-box-shadow: 0px 6px 6px #333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #FF0000;
	position: relative;
	margin-top: 20px;
	font-weight: bold;
	border-right-width: 8px;
	border-right-style: groove;
	border-right-color: #FF0000;
}
/* End course menu schema. */



.bottom_line_grey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.clearfloat {
	font-size: 1px;
	clear: both;
	line-height: 0px;
	height: 0px;
	text-align: center;
}
.right_line_grey {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.lines_grey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}
#ourmoon {
	float: right;
	position: absolute;
	z-index: 1;
	clear: both;
	bottom: 0px;
	right: 0px;
	overflow: auto;
}
#ourplanet {
	height: 300px;
	width: 151px;
	float: left;
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 0px;
}
#main_container {
	width: 900px;
	text-align: left;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 10;
	padding-top: 10px;
	background-color: hsla(0,0%,24%,0.90);
	min-height: 700px;
	-webkit-box-shadow: inset 0px 0px;
	box-shadow: inset 0px 0px;
	border-right: 1px solid hsla(0,0%,60%,1.00);
	border-left: 1px solid hsla(0,0%,60%,1.00);
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border-bottom: 1px solid hsla(0,0%,60%,1.00);
	background-image: url(ART/bg-50perSQR.png);
	background-repeat: repeat;
}
#main_container #header  {
	position: relative;
	background-image: url(ART/getremscom.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 50px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#main_container #header #number {
	position: relative;
	font-size: 160%;
	color: #E6E6E6;
	font-weight: bolder;
	text-align: right;
	float: right;
	padding: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_container #mainBody #leftPane #calldemo {
	padding-top: 20px;
}
#main_container #header #mainmenu {
	position: relative;
	float: right;
	clear: right;
	width: auto;
	margin: 0px;
	height: auto;
	padding-top: 16px;
}
#main_container #header #mainmenu li {
	bottom: 0px;
	float: right;
	margin-bottom: 0px;
	bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
#main_container #mainBody {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	clear: right;
	box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	top: 0px;
}
#main_container #mainBody
.transparency{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	background-color: #333;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -5;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.mainBody ul, .mainBody ol {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_container #mainBody #leftPane {
	float: left;
	width: 590px;
	margin-bottom: 40px;
}
#main_container #mainBody #leftPane ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#main_container #mainBody #leftPane ul li {
	position: relative;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.6;
}
#main_container #mainBody #leftPane ul .indent  {
	padding-left: 40px;
}
#remsMenu ul li {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: block;
	border-style: solid;
	border-color: #FF0004;
}
#remsMenu ul li a {
	color: #FFFFFF;
}
#mainBody #leftPane .scootin {
	margin-left: 10px;
	margin-top: 10px;
}
#header #phonenum  {
	position: relative;
	float: right;
	font-size: 1.5em;
	margin-right: 10px;
}
.thinfont {
	font-weight: lighter;
	font-size: 110%;
}


@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}
#main_container #mainBody #leftPane #meritcard {
	position: relative;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_container #mainBody #leftPane #listed  {
	padding-left: 20px;
}
#radius {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#latest {
	background-color: #666;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
.shadow {
  box-shadow: 7px 7px 8px #333;
  -webkit-box-shadow: 7px 7px 8px #333;
  -moz-box-shadow: 7px 7px 8px #333;
  filter: progid:DXImageTransform.Microsoft.dropShadow(color=#333, offX=7, offY=7, positive=true);
}
#mailto     {
	clear: both;
	float: right;
	position: relative;
	z-index: 1000;
	letter-spacing: .2em;
	text-align: center;
	top: 50px;
}
