/*
Psych Savvy  2007
Developed by: Brant Ward
*/

@import url("scroll-rel.css");
@import url("global.css");
@import url("navigation.css");


/* Page */

div#page {
background:url("../images/page_bg.gif") no-repeat 50% 0;
margin:20px 0 0;
padding:50px 40px;
}

/* Wrap */

div#wrap {
width: 840px;
height: 460px;
margin: 0 auto;
}

/* Format */

div.text-box p, div.text-box ul, div.text-box ol {
margin:0 0 18px;
}

div.text-box ul {
list-style-type:disc;
margin:0 0 0 30px;
}
div.text-box ol {
list-style-type:decimal;
margin:0 0 0 30px;
}

div.text-box li {
margin:0 0 10px;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
margin:0 0 18px;
font-weight:normal;
}

div.text-box h2 {
color:#ef269d;
font-size:1.6em;
}
div.text-box h3 {
color:#ef2626;
font-size:1.6em;
}
div.text-box h4 {
color:#ef269d;
font-size:1.5em;
}
div.text-box h5 {
color:#333;
font-size:1.4em;
}
div.text-box h6 {
color:#000;
font-size:1.3em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
}

h1.hdr {
display:block;
height:20px;
text-indent:-9999px;
overflow:hidden;
margin:0 0 20px;
}

h1.welcome {
background: url("../images/h1_welcome.gif") no-repeat;
width:104px
}
h1.profile {
background: url("../images/h1_profile.gif") no-repeat;
width:82px
}
h1.about {
background: url("../images/h1_about.gif") no-repeat;
width:69px
}
h1.courses {
background: url("../images/h1_courses.gif") no-repeat;
width:151px
}
h1.bookings {
background: url("../images/h1_bookings.gif") no-repeat;
width:110px
}
h1.events {
background: url("../images/h1_events.gif") no-repeat;
width:74px
}
h1.case_studies {
background: url("../images/h1_case_studies.gif") no-repeat;
width:146px
}
h1.contact {
background: url("../images/h1_contact.gif") no-repeat;
width:101px
}
h1.gallery {
background: url("../images/h1_gallery.gif") no-repeat;
width:89px
}


/* Title */

div#title {
height:80px;
}

div#logo {
float:left;
display:block;
width:225px;
height:80px;
}
div#title h1.details {
margin:0;
padding:0;
}

div#title h1.details a {
position:relative;
top:0;
right:0;
float:right;
background:url("../images/h1_phone_email.gif") no-repeat;
text-indent:-9999px;
overflow:hidden;
width:300px;
height:10px;
}

/* Footer */

div#footer {
margin:100px 0 0;
}

div#footer p.copyright a {
background: url("../images/p_copyright.gif") no-repeat;
display:block;
width:478px;
height:10px;
text-indent:-9999px;
overflow:hidden;
}