﻿p
{
  font-family: Arial, Helvetica, sans-serif;
  color: #005393;
}

.asplabel
{  font-family: Arial, Helvetica, sans-serif;
  color: #005393;
  font-size: 10pt;
  
}

a:active 
{
  font-weight: bold;
  text-decoration: none;
  color: #005393;
}

a:link 
{
  font-weight: bold;
  text-decoration: none;
  color: #005393;
}

a:visited 
{
  font-weight: bold;
  text-decoration: none;
  color: #005393;
}

a:hover
{
  font-weight: bold;
  text-decoration : underline;
  color: #005393;
}



a img
{
  border: none;
}

body
{
  color: #005393;
  border-right: 0px;
  border-top: 0px;
  background: #fff fixed no-repeat center center;
  margin: 0px;
  border-left: 0px;
  border-bottom: 0px;
  letter-spacing: 0px;
}

.topline
{
width: 980px;
	margin:0 auto;
	display:block;
	position: relative;
	
	background : #FCFCFE;
	height : 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  color: #005393;

  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  
  border-top-left-radius : 5px;
  border-top-right-radius : 5px;
}

.tbprofile
{
  border-style : Solid;
  border-width :1px;
  border-color : #A90911; 
}

.imgshadow_light { 
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}

#sunridge_content
{
  width: 980px;
  background: #ffffff;
  margin: 0 auto;
  display: block;
  position: relative;
}

#sunridge_footer
{
  width: 980px;
  background: #ffffff;
  margin: 0 auto;
  display: block;
  position: relative;
}

.validationError
{
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   color:Red;
}

.footer
{
  float: left;
  position: relative;
  width: 958px;
  background: #ffffff;
  border: 1px solid #E2E0EA;
  margin: 0px auto 0px auto;
  padding: 0px 10px 0px 10px;
}

.footer p
{
  font-family: Arial, Helvetica, sans-serif;
  color: #005393;
}

.footer .leftcol
{
  float: left;
  border: 0px;
  position: relative;
  margin-left: 5px;
  width: 49%;
}

.footer .rightcol
{
  float: right;
  border: 0px;
  position: relative;
  margin-left: 5px;
  width: 49%;
  z-index: 1;
}


.suncontent
{
  float: left;
  position: relative;
  width: 968px;
  background: #FCFCFE;
  border: 1px solid #E2E0EA;
  margin: 0px auto 0px auto;
  padding: 5px 5px 10px 5px;
}

.suncontent p, .suncontent ul, .suncontent li
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #005393;
  text-align: left;
}



.suncontent_h3
{
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #005393;
  text-shadow: 1px 1px 1px #FFFFFF;
  border-bottom: 1px solid #005393;
  margin-top: 7px;
}

.suncontent label
{
  float: left;
  display: block;
  text-align: left;
}
/* Column Sizes 
 
  
*/

.suncontent .col_1, .suncontent .col_2, .suncontent .col_3, .suncontent .col_4, .suncontent .col_5, .suncontent .col_6
{
  float: left;
  border: 0px;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.suncontent .col_1
{
  width: 16%;
}
.suncontent .col_2
{
  width: 33%;
}
.suncontent .col_3
{
  width: 50%;
}
.suncontent .col_4
{
  width: 66%;
}
.suncontent .col_5
{
  width: 83%;
}

.suncontent .col_6
{
  width: 100%;
}

.fullWithBorder
{
  float: left;
  position: relative;
  width: 98%;
  border: 1px solid #E2E0EA;
  margin: 4px auto 4px auto;
  padding: 4px 6px 4px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.suncontent .columnContent
{
  width: 95%;
  float: left;
  border: 0px;
  position: relative;
  margin: 5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge  */
.suncontent .firstcolumn
{
  margin-left: 0; /* Clearing margin & left */
  clear: left;
}

/* Box styles */

.light_grey_box, .black_box, .dark_grey_box
{
  color: #eeeeee;
  padding: 4px 6px 4px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.black_box
{
  background-color: #000080;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}
.light_grey_box
{
  background-color: #E0E2FC;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}
.dark_grey_box
{
  background-color: #005393;
  -webkit-box-shadow: inset 0 0 3px #111111;
  -moz-box-shadow: inset 0 0 3px #111111;
  box-shadow: inset 0 0 3px #111111;
}

.light_grey_box, .black_box, .dark_grey_box p
{
  font-size: 12px;
  line-height: 18px;
  margin: 4px 4px 4px 4px;
  margin-bottom: 10px;
  color: White;
}

table.PriceTable
{
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  border-color: #DDE0F1;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
  background-color: #FEFEEC;
}

table.PriceTable td
{
  border: 1px solid #DDE0F1;
  text-align: center;
}

table.PriceTable td p
{
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
}

table.LessonTable {
  width:97%;
  margin-left : auto;
  margin-right : auto;
  table-layout : fixed;
  border-color : #DDE0F1;
  border-width:1px;
  border-spacing:;
  border-style: solid;
  border-collapse:collapse;
  background-color : #F4F8FC;
}

table.LessonTable td {
  border-color : #DDE0F1;
  border-style: solid;
  border-width : 1px;
}

table.LessonTable td p{
  MARGIN-LEFT: 3px;
  MARGIN-RIGHT: 3px;
  MARGIN-TOP: 0px;
  MARGIN-BOTTOM: 0px;
}

