html, body, #wrapper { 
    min-height: 100%; 		/*Sets the min height to the height of the viewport*/ 
    width: 100%; 
    height: 100%; 		/*Effectively, this is min height for IE5+/Win, since IE wrongly expands 
     				an element to enclose its content. This mis-behavior screws up modern browsers*/ 
    } 
  
html>body, html>body #wrapper { 
    height: auto; 		/*this undoes the IE hack, hiding it from IE using the child selector*/ 
    } 
   
body { 
    margin: 0; 
    font-family: Arial, helvetica, sans-serif; 
    } 
  
#wrapper {
	position: absolute;
	top: -2px;
	left: 110px;
	height: 100%;
    } 
  
#footer {
	position: absolute;
	bottom: 0;
	background-color: #000000;
	width: 100%;
	text-align: left;
	height: auto;
	margin: auto;
	} 
  
#main { 			/*Value for vocational, graded and teaching cert pages */
    margin-bottom: 3em; 	/*Modify value as needed for footer height*/ 
    height: auto;
    padding: .5em; 
    }

#mainCourses { 			/*Value for courses page */
    margin-bottom: 5em;  
    height: auto;
    padding: 0.5em; 
    }

#mainMembership { 		/*Value for membership page */
    margin-bottom: 10em;  
    height: auto;
    padding: 0.5em; 
    }

#mainStudio {
	margin-bottom: 10em;
	height: auto;
	padding: 0.5em;
	text-align: center;
	width: auto;
	margin-top: 3em;
    }

				/*INSERT Main Value for other 3rd level pages based on studio page*/ 

.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: xx-large;
	font-weight: bold;
	text-align: right;
}

.colorbarCourses {
	background-color: #99CC00;
	width: 100%;
	display: table;
}

.colorbarGraded {			/*Value for Graded*/
	background-color: #FFCC00;
	width: 100%;
}

.colorbarMembership {			/*Value for Membership*/
	background-color: #A50021;
	width: 100%;
}

.colorbarStudioCourses {		/*Value for Studio and other 3rd level pages*/
	background-color: #4388C3;
	width: 100%;
}

.colorbarTeaching {			/*Value for Teaching Certification*/
	background-color: #FFCC99;
	width: 100%;
}

.colorbarVocational {			/*Value for Vocational*/
	background-color: #008080;
	width: 100%;
}

#divTopNav {				/*Value for courses, graded, membership, teaching cert, vocational*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#divTopNavStudio {			/*Value for studio and other 3rd level pages*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 195px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
					/*CREATE INLINE STYLES FOR A:HOVER FOR ALL PAGES AS REQUIRED*/

p {
	line-height: 1.5em;
	width: 700px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	padding-top: 15px;
}

#divTopNav a {				/*Value for all 2nd level pages EXCEPT studio*/
	font-size: 80%;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

#divTopNavStudio a {			/*Value for studio and other 3rd level pages*/
	font-size: 80%;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
					
#divImageCourses {			/*Value for Courses*/
	background-image: url(../Images/thmb_courses.jpg);
	background-repeat: repeat;
	height: 140px;
	width: 700px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#divImageGraded {			/*Value for Graded*/
	background-image:  url("../Images/thmb_graded.jpg");
	background-repeat: repeat;
	height: 140px;
	width: 700px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#divImageMembership {			/*Value for Membership*/
	background-image:  url("../Images/thmb_membership.jpg");
	background-repeat: repeat;
	height: 140px;
	width: 700px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#divImageTeaching {			/*Value for Teaching*/
	background-image: url(../Images/thmb_teachingcertification.jpg);
	background-repeat: repeat;
	height: 140px;
	width: 700px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#divImageVocational {			/*Value for Vocational*/
	background-image:  url("../Images/thmb_vocational.jpg");
	background-repeat: repeat;
	height: 140px;
	width: 700px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#divBottomNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 63px;
	padding-left: 10px;
	margin: 0px;
}

					/*INSERT divBottomNav Value for other 3rd level pages based on studio page*/ 
#divBottomNav a {
	font-size: 75%;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	color: #000000;
}
					/*INSERT divBottomNav a Value for other 3rd level pages based on studio page*/ 

.logoimagebar {				/*Remaining values for studio and other 3rd level pages below, Comment as needed */
	background-color: #000000;
	height: 140px;
	width: 100%;
}

.logoimage {
	background-color: #000000;
	height: 140px;
	width: auto;
	padding-left: 5px;
}

#divStudioNav {
	margin-right: auto;
	margin-left: auto;
}

#divStudioNav a {
	padding: 3px;
}

.thirdleveltext {
	text-align: justify;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	width: auto;
	padding: 0px;
	margin-top: 0px;
}
.pcenter {
	text-align: center;
}


#section_footer { margin-bottom: -1px; * margin-bottom: 0; /*Mozilla Firefox fix to display footer correctly*/

}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#mainThirdLevel {
	margin-bottom: 3em;
	height: auto;
	padding: 0.5em;
	width: auto;
	margin-top: 0em;
	vertical-align: top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#studioThirdLevel {
	margin-bottom: 3em;
	height: auto;
	padding: 0.5em;
	width: auto;
	margin-top: 0em;
	vertical-align: top;
	text-align: center;
}
.premovetpad {
	padding: 0px;
}
.pleft {
	text-align: left;
	width: 700px;
	padding: 0px;
	display: table-cell;
}
#mainThirdLevelShort {
	margin-bottom: 6em;
	height: auto;
	padding: 0.5em;
	text-align: center;
	width: auto;
	margin-top: 0px;
	list-style-position: outside;
	list-style-type: circle;
}
.blknwhtheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
.blknwhtheaderleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
}
.pright {

	text-align: right;
	width: auto;
	padding: 0px;
}
#divSmallTextnoTable {
	height: auto;
	padding: 0em;
	width: 700px;
	margin: 1em auto 0em;
}
.tblheaderLightYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF99;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderTan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC99;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderAqua {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #33CCCC;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderPaleBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #99CCFF;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderLime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #99CC00;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #FF6600;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderLavender {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #CC99FF;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderPaleGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #99FF99;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #FF0000;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderLightOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #FF9900;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderTealWhttxt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #008080;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderStudioBlueWhttxt {		

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4388C3;
	text-align: left;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderDarkYellowWhttxt {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #808000;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderLightBlueWhttxt {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366FF;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderPink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #FF00FF;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderLightGreen {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #99FF66;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderLavenderalignleft {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #CC99FF;
	text-align: left;
	padding: 5px;
	border: 1px solid #000000;
}
.tblheaderLightGold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #FFDD33;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
#divnoheight {
	height: auto;
	padding: 0em;
	width: 700px;
	margin: 0em;
}
.tblheaderMembershipWhttxt {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A50021;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
.pBlkOutline {
	padding: 5px;
	border: 1px solid #000000;
	width: 700px;
}
.headernoalign {

	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.pGreyOutlineBlkTxt {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 150px;
}
.tblheaderLimealignLeft {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #99CC00;
	text-align: left;
	padding: 5px;
	border: 1px solid #000000;
}
.headeralignLeft {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
.underlineandbold {
	text-decoration: underline;
	font-weight: bold;
}
.underline {

	text-decoration: underline;
}
.pLightYellowOutlineBlkTxt {
	border: 1px solid #000000;
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 5px;
	width: 650px;
}
#divAlignTableLeft {
	margin-bottom: 3em;
	height: auto;
	padding: 0.5em;
	width: 700px;
	margin-top: 0em;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.center {
	text-align: center;
}
#divBullet {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	width: 700px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
	font-size: 14px;
}
#divBullet650 {
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	width: 650px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
}
.pBacktoTop {
	padding: 0px;
}
#mainStore {
	margin-bottom: auto;
	height: auto;
	padding: 0.5em;
	text-align: center;
	width: 700px;
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
}
.pGreyOutlineBlkTxtNOALIGN {

	padding: 5px;
	border: 1px solid #000000;
	background-color: #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: 150px;
}
.altrowcolor {
	background-color: #E2EDF5;
	color: #000000;
}
.studiotableformat {
	border: thin dotted #000000;
}
.bulletpadding {
	margin-top: 10px;
	margin-bottom: 10px;
}
.table1pxborderrightsideOnly {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.RADStoretablesubheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	text-align: center;
}
.bodySales {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #000000;
	letter-spacing: 0.25em;
	text-align: center;
}
