html
{
	height: 100%;
}

body 
{
	background-color: #ffffff;
	background-image: url(images/bgRepeat.jpg);
	background-repeat: repeat-x;
	margin:0px; 
	padding:0px;

	font-family: arial, helvetica, verdana, sans-serif; 
	color: #333333;
	font-size: 13px; 
	line-height: 1.5em;
	text-align: center;
	
	
}

a:link      { text-decoration:underline;  color:#144f8c;}
a:visited   { text-decoration:underline; color:#144f8c; }
a:hover     { text-decoration:underline; color:#144f8c; }
a:active    { text-decoration:underline; color:#144f8c;}

.navLink
{
	font-size: 12px;
    font-weight: bold;
	line-height: 1.3em;
}

a.navLink:link      { text-decoration:none;  color:#ffffff; font-size: 12px;}
a.navLink:visited   { text-decoration:none; color:#ffffff; font-size: 12px;}
a.navLink:hover     { text-decoration:none; color:#bcc36d; font-size: 12px;}
a.navLink:active    { text-decoration:none; color:#ffffff; font-size: 12px;}

.interiorLink
{
	font-size: 15px;
    font-weight: bold;
	line-height: 1.8em;
}

a.interiorLink:link      { text-decoration:underline;  color:#144f8c;}
a.interiorLink:visited   { text-decoration:underline; color:#144f8c; }
a.interiorLink:hover     { text-decoration:underline; color:#144f8c; }
a.interiorLink:active    { text-decoration:underline; color:#144f8c;}

.bioLink
{
	font-size: 11px;
      	font-weight: bold;
	line-height: 1.1em;
}

a.bioLink:link      { text-decoration:underline;  color:#144f8c;}
a.bioLink:visited   { text-decoration:underline; color:#144f8c; }
a.bioLink:hover     { text-decoration:underline; color:#144f8c; }
a.bioLink:active    { text-decoration:underline; color:#144f8c;}

.medGreen
{
	font-size: 14px;
    font-weight: bold;
	line-height: 1.8em;
	color: #767d33;
}

.medBlue
{
	font-size: 14px;
    font-weight: bold;
	line-height: 1.8em;
	color: #003768;
}

.medWhite
{
	font-size: 14px;
    font-weight: bold;
	line-height: 1.3em;
	color: #ffffff;
}

.linkBlue
{
	font-size: 14px;
      	font-weight: bold;
	line-height: 1.1em;
}

a.linkBlue:link      { text-decoration:underline;  color:#003768;}
a.linkBlue:visited   { text-decoration:underline; color:#003768; }
a.linkBlue:hover     { text-decoration:underline; color:#003768; }
a.linkBlue:active    { text-decoration:underline; color:#003768;}

.linkLightGreen
{
	font-size: 14px;
      	font-weight: bold;
	line-height: 1.1em;
}

a.linkLightGreen:link      { text-decoration:underline;  color:#cbd673;}
a.linkLightGreen:visited   { text-decoration:underline; color:#cbd673; }
a.linkLightGreen:hover     { text-decoration:underline; color:#cbd673; }
a.linkLightGreen:active    { text-decoration:underline; color:#cbd673;}

#logoLink
{
	 position: absolute;
	 left: -15px;
	 top: -120px;
}

#logoLinkHome
{
	 position: relative;
	 left: 20px;
	 top: 30px;
}

#mainBody
{
	 width:930px;
	margin:0px auto;
	text-align:left;

}

#footerBG
{
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	width: 930px;
	height: 57px;
	
}

#footerText
{
	padding-top: 13px;
	color: #ffffff;
	font-size: 12px; 
	line-height: 1.5em;
	text-align: center;
}

.floatLeft { float: left; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



#homeBG
{
	
	position:relative;
	
	margin: 0 auto 0 auto;
	
}

#homeText
{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	width: 840px;
	
}

#mainHeader {
		
	width: 930px;
	height: 154px;
	
	margin: 0 auto 0 auto;
}

#mainHeaderBG {
		
	width: 930px;
	height: 154px;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}

#navBG {
		
	width: 930px;
	height: 47px;
	background-image: url(images/navBG.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}

#menuAdjust
{
	position: relative;
	top: 8px;
	left: 30px;
}

#headerContact
{
	color: #333333;
	font-size: 11px; 
	line-height: 1.3em;
	text-align: center;
	vertical-align: top;
	position:absolute;
	top: -133px;
	left: 670px;
	display:block;
}

#headerContactHome
{
	color: #333333;
	font-size: 12px; 
	line-height: 1.3em;
	text-align: center;
	position:absolute;
	top: -173px;
	left: 620px;
	display:block;
}

#slideshow 
{
	width: 554px;
	height: 305px;
	position: absolute;
	left: 290px;
	top: 5px;
}

#homeLeft
{
	width: 280px;
	
	position: relative;
	left: 0px;
	top: 5px;
}

#clickToLearn
{	
	text-align: center;
	background-image: url(images/clickToLearnBG.jpg);
	background-repeat: no-repeat;
	width: 550px;
	height: 55px;
	position: absolute;
	left: 338px;
	top: 317px;
	padding-top: 8px;
}

#homeCoupon
{	
	position: absolute;
	left: 398px;
	top: 387px;
}


.pageContent
{	
	position: relative;
	left: 45px;
}

.pageContentInterior
{	
	position: relative;
	width: 800px;
	left: 65px;
	top: 10px;
}

.leftRepeat
{
	width:930px;
	margin-left:0%;
	background: #FFFFFF url(images/leftBorder.jpg) repeat-y left top;
	padding-left:0px;
}

.rightRepeat
{
	background:  url(images/rightBorder.jpg) repeat-y right top;
	padding:0 0 0 0;
}

/* mac hide \*/
* html .rightRepeat{height:1%}
/* force "layout" in IE */
.leftRepeat p
{
	padding:0 10px;
	margin:0 0 1em 0
}


.pageHeader
{
	font-size: 20px;
	font-weight: bold;
	color: #1568b3;
	
}

#homeText
{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	width: 840px;
	
}

.pageText
{
	width: 870px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;

	padding: 10px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	
}

.pageImage
{
	padding: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}