/*
Theme Name: TutorBlu Main
Copyright 2004 - 2005 Annuity Assurance, All Rights Reserved.
Powered by: Image202 Entertainment (dw) ||> http://www.image202.com/
*/

/* Common Styles & Layout
----------------------------------------------- */

body {
margin: 0px;
background: #fff;
}

.container {
width: 800px;
margin: 0 auto;
}

#logoHeader {
margin-top: 85px;
border-top: 2px solid #d5d7e4;	
}

#bannerImage {
}

#siteIntro {
margin-top: 30px;
}

.frontButton {
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
margin-top: 25px;
margin-bottom: 25px;
}

#footer {
color: #171717;
background-color: #fff;
width: 800px;
border-top: 2px solid #d5d7e4;
}

.copyright {
font-size: 10px;
text-align: center;
color: #666;
}



/* Navigation
----------------------------------------------- */
.navLinks {
list-style: none;
width: 800px;
margin: 0;
padding: 10px 0 20px 0px;
text-align: center;
border-bottom: 2px solid #d5d7e4;
}

.navLinks li {
display: inline;
padding: 0 7px 0 0px;
}

/* Links
----------------------------------------------- */
.navLinks li a, .navLinks li a:visited {
color: #003366;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
letter-spacing: 0.01pt;
font-weight: 400;
}

.navLinks li a:hover {
color: #171717;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
letter-spacing: 0.01pt;
border-bottom: 1px solid #171717;
}

.frontButton a {
display: block;
font-size: 12px;
font-weight: bold;
margin: 0 auto;
margin-top: 5px;
padding: 4px 3px 4px 3px;
width: 500px;
background-color: #555E6C;
border: 1px solid #555E6C;
text-decoration: none;
color: #fff;

}

.frontButton a:hover {
background-color: #788395;
border: 1px solid #555E6C;
text-decoration: none;
color: #fff;
}

.editEntry {
float: right;
position: relative;
top: 10px;
right: 5px;
margin: 0;
}

.editEntry a {
display: block;
height: 9px;
width: 12px;
border-bottom: none;
background: url(images/editicon_off.gif) transparent no-repeat 0 0;
}

.editEntry a:hover {
background: url(images/editicon_on.gif) transparent no-repeat 0 0;
border-bottom: none;
}

/* Headings, Paragraphs, and...
----------------------------------------------- */
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333333;
text-align: center;
}

h2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: lighter;
color: #FF6600;
text-align: center;
letter-spacing: 2px;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
text-align: justify;
padding-right: 15px;
padding-left: 15px;
letter-spacing: 0.5px;
line-height: 19px;
}