/* force right scrollbar in non-ie browsers to prevent horizontal jumping */
html {
height: 100%;
margin-bottom: 1px;
}

/* ~~~~~~~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~~~~*/

body 
{
background-color: #a47bb3;
text-align: center;
margin: 0;
padding: 0;
color: #000;
font-family: arial,helvetica,sans-serif;
font-size: 1em;
}

img
{
border: 0;
}

.clear
{
clear: both;
}


/* ~~~~~~~~~~~~~~~~~ TYPOGRAPHY ~~~~~~~~~~~~~~~~~*/

h1
{
width: 550px;
font-family: times new roman,times,serif;
font-weight: normal;
color: #e309b2;
font-size: 1.3em;
margin: 0;
padding-bottom: 3px;
border-bottom: 1px solid #898989;
}

h1.short
{
width: 185px;
font-family: times new roman,times,serif;
font-weight: normal;
color: #e309b2;
font-size: 1.3em;
margin: 0;
padding-bottom: 3px;
border-bottom: 1px solid #898989;
}

h1.long
{
width: 765px;
font-family: times new roman,times,serif;
font-weight: normal;
color: #e309b2;
font-size: 1.3em;
margin: 0;
padding-bottom: 3px;
border-bottom: 1px solid #898989;
}

h2.short
{
width: 185px;
font-family: times new roman,times,serif;
font-weight: normal;
color: #e309b2;
font-size: 1.2em;
margin: 0;
padding-bottom: 3px;
border-bottom: 1px solid #898989;
}

h3
{
font-weight: bold;
color: #b1408b;
font-size: 0.9em;
line-height: 1.3em;
margin-top: 0.6em;
margin-bottom: -0.7em;
padding-bottom: 0
}

p
{
font-size: 0.85em;
line-height: 1.5em;
}

p.rightcol
{
font-size: 0.8em;
line-height: 1.5em;
}

p a:link,
p a:visited
{
color: #9e3bff;
font-weight: bold;
text-decoration: none;
}

p a:hover,
p a:active
{
color: #9e3bff;
font-weight: bold;
text-decoration: underline;
}

ul
{
margin-left: 0;
padding: 0;
}

ul li
{
margin-left: 0;
margin-bottom: 1em;
list-style: none;
font-size: 0.85em;
line-height: 1.3em;
}

.note
{
color: #e309b2;
}

.center {
text-align: center;
}


/* ~~~~~~~~~~~~~~~~~ STRUCTURAL ~~~~~~~~~~~~~~~~~*/

.stage
{
position: relative;
width: 815px; 
margin: 0 auto 50px auto;
padding-bottom: 45px;
text-align: left;
background-color: #fff;
}

.content
{
margin: 22px 22px 0 25px;
}


/* ~~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~*/

body#services .header
{
position: relative;
width: 815px;
height: 250px;
background: #bea1c9 url('../images/hdbg_fuschias.jpg') no-repeat top left;
z-index: 0;
}

body#approach .header
{
position: relative;
width: 815px;
height: 250px;
background: #bea1c9 url('../images/hdbg_leaves.jpg') no-repeat top left;
z-index: 0;
}

body#fees .header
{
position: relative;
width: 815px;
height: 250px;
background: #bea1c9 url('../images/hdbg_forget-me-nots.jpg') no-repeat top left;
z-index: 0;
}

body#contact .header
{
position: relative;
width: 815px;
height: 250px;
background: #bea1c9 url('../images/hdbg_peace-lilies.jpg') no-repeat top left;
z-index: 0;
}

body .header .hgi
{
position: absolute;
top: 0;
right: 0;
width: 126px;
height: 82px;
background-color: #fff;
z-index: 10;
}

.linkbar
{
position: relative;
width: 815px;
height: 22px;
background-color: #000;
z-index: 1;
}

.linkbar .graduate
{
position: absolute;
top: 0;
right: 0;
width: 126px;
height: 22px;
z-index: 11;
}


/* ~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~*/

.textlinks
{
position: absolute;
background-color: #000;
bottom: 0;
left: 0;
width: 815px;
font-size: 0.7em;
color: #fff;
padding: 0.5em 0;
}

.textlinks ul
{
font-size: 1em;
margin-left: 25px;
padding: 0;
display: inline;
}

.textlinks ul li
{
font-size: 1em;
margin: 0 1em 0 0;
list-style: none;
display: inline;
}

.textlinks a:link,
.textlinks a:visited
{
color: #fff;
text-decoration: none;
}

.textlinks a:hover,
.textlinks a:active
{
color: #fff;
text-decoration: underline;
}

.credit
{
float: right;
color: #b6b5b5;
margin-right: 10px;
}

.credit a:link,
.credit a:visited
{
color: #b6b5b5;
text-decoration: none;
}

.credit a:hover,
.credit a:active
{
color: #d0cfcf;
text-decoration: underline;
}

