html, body {
	height: 100%;	
}
body {
    margin: 0;
    padding: 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.8em;
    color:#FFF ;
    background: #151c38 url(../imgs/bgmax2.jpg) no-repeat center top;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:1.25em;
}

h2 {
	font-size:1.10em;
}

a, a:Visited {
	color:#a2c4fe;
	text-decoration:none;
}

a:Hover {color:#FFF;}

.InputControl {
	background:#020f46 url(../imgs/bg-btn.jpg) top repeat-x;
	border:#8daee4 1px solid;
	color:#fff;
	cursor:pointer;
    cursor:hand;
}

.menutop {
	font-size:0.8em;
}

.top {
	 background:url(../imgs/top.gif); height:39px; padding-left:45px;
}

.footer {
	 background:url(../imgs/bottom.gif) no-repeat; text-align:center; height:52px; padding-top:10px; vertical-align:top;
}

.left {
	 background:url(../imgs/bg-left.gif) right; vertical-align:top; text-align:right;
}

.right {
	 background:url(../imgs/bg-right.gif) left; vertical-align:top;
}

.content {
	 background:#2a63cc url(../imgs/bg-inner.jpg) bottom left no-repeat; vertical-align:top; height:630px; padding-left:25px; padding-right:25px;
	 padding-bottom:25px;
}

.menutoplnk, .menutoplnk:Visited {
	color:#FFFFFF;
	text-decoration:none;
}

.menutoplnk:Hover {color:#a2c4fe;}


/* ADDED */

#divStudent 
{   
    height:315px;
    width:280px;
    text-align:justify;
    float:left;
    margin-right:5px;
    background: url('/imgs/bg-left.png') no-repeat;
    padding: 5px 13px 13px 13px;
    border:0px solid red;
}

#divFamily
{   
    height:315px;
    width:280px;
    text-align:justify;
    float:left;
    margin-right:5px;
    background: url('/imgs/bg-mid.png') no-repeat;
    padding: 5px 13px 13px 13px;
    border:0px solid red;
}

#divVacation
{   
    height:315px;
    width:280px;
    float:left;
    text-align:justify;
    background: url('/imgs/bg-right.png') no-repeat;
    padding: 5px 13px 13px 13px;
    
    border:0px solid red;
}


#divOwner
{   
    height:65px;
    width:910px;
    clear:both;
    padding-top:30px;
}

.TextHome
{
    margin:0;
    padding:0;
}

/* FORM TABLE */

.tblForm
{
    width:600px;
    background:#1f59bd;
    padding:15px;
    margin:30px;
    border:1px solid white;
    background: url(../imgs/bg-transparent.png) repeat;
}

.tblForm td
{
    border-bottom:1px dotted white;
    padding:10px;   
}
input
{
    padding:3px;
    border-top: 1px solid #C0B3A3;
    border-left: 1px solid #C0B3A3;
    border-right:1px solid #D8D4CF;
    border-bottom:1px solid #D8D4CF;
}
textarea
{

    padding:3px;
    border-top: 1px solid #C0B3A3;
    border-left: 1px solid #C0B3A3;
    border-right:1px solid #D8D4CF;
    border-bottom:1px solid #D8D4CF;
}
.button
{
    border:0px;
	background:url(../imgs/bg-button.gif);
	color:White;
	font-weight:bold;
	width:96px;
	height:31px;
    padding:0px;
    text-align:center;
    cursor:pointer;
    cursor:hand;
}

.button:hover, .InputControl:hover, .seInputControl:hover
{
    color:#FFFF99;
}

.error
{
    font-size:1.5em;
}

.lblSent
{
    font-size:1.3em;
}

.divBox
{
    width:95%;
    border:1px solid white;
    background: url(../imgs/bg-transparent.png) repeat;
    margin:20px 0px;
    padding:10px;
    position:relative;
}

.divLoginBox
{
    background: url(../imgs/bg-login.png) no-repeat;
    margin:20px 0px;        
}


.divBottom
{
    width:95%;
    border:1px solid white;
    padding: 5px 10px;
    margin-top:-21px;
    background: url(../imgs/bg-transparent-bottom.png) repeat;
    height:18px;
}

.divHead td
{
    border-bottom:1px solid #ccc;
    padding-top:5px;
    width:150px;
    padding-left:5px;
}
.nowidth td
{
   width:auto;
}

.lblBold
{
    font-weight:bold;
}

.icons
{
    padding-left:2px;
    float:right;
}

.maps
{
    text-align: center;
    float:left;
    margin:30px 10px;
}

.small-recommended
{
    position:absolute;
    right:0px;
    top:0px;
}

.blankimage
{
    width:220px;
    height:85px;
    border:none;
}
.blanklink
{
    border:none;
    display:block;
}
.tblLeads
{
    border-bottom: 1px solid white;
    width:100%;
}

dt {
	color:white;
	font-size:1.3em;
	margin-top:20px;
	padding-left: 10px;
}


dd
{
    font-size:small;
    font-style:italic;
    color:#dddddd;
    padding-top:10px;
    padding-left: 15px;
}


/* POPUP */
a{
	z-index:10;
	}
a:hover{
	position:relative;
	z-index:100;
	}			
a span{
	display:none;
	}
a:hover span{
	display:block;
	position:absolute;
	float:left;
	top:-4.2em;
	left:-5.8em;
	background:#fffcd1;
	border:1px solid #444;
	color:#444;
	padding:1px 5px;
	z-index:10;
	width:175px;
	cursor:help;
}

.moreinfo {
    width:500px !IMPORTANT;
}

.homeinfo {
    width:300px !IMPORTANT;
    padding:5px !IMPORTANT;
    left:-8em !IMPORTANT;
    top:-6em !IMPORTANT;
}

a:hover #popupspan {
	top:-15em !IMPORTANT;
	left:-15em !IMPORTANT;
}

.LnkDisabled
{
    color:#888 !IMPORTANT;
}

.LnkDone
{
    color:#888 !IMPORTANT;
    text-decoration:line-through;
}


.scotia
{
    position:absolute;
    right:-9px;
    top:-13px;
    text-decoration:none !IMPORTANT;
}
.banner-scotia img
{
    height:70px;
    width:600px;
}