@charset "UTF-8";
/* CSS Document */

body#body { background:url(images/Musical_notes.png) repeat scroll 50% 0 #000;}

a {text-decoration: none; color:#bbbbbb; outline:none;}
a:hover {text-decoration: none; color:#ffffff; }
a.active {text-decoration:none; color:#ffffff;}


.a2 {text-decoration: none; color:#c7bca0; outline:none;} /* for menu items of Green-brown Template */
.a2_active {text-decoration:none; color:#ffffff;}
.a2:hover {text-decoration:none; color:#ffffff;}


.horizontal_menu {padding-bottom:7px; padding-top:7px; color:#aaaaaa;} /* for menu on all the pages */


.body_table {  background-color: #d0d7df; border: 2px solid; border-color: #3D72A4; font-family:Verdana; font-size:10pt; color:#000000; text-align:justify;} /* for the home page */

.body_table2 {  background-color: #d3ccbc; border: 2px solid; border-color: #65754D; font-family:Verdana; font-size:10pt; color:#000000; text-align:justify;} /* for the green-brown template */

.body_table3 {  background-color: #dddddd; border: 2px solid; border-color: #333333; font-family:Verdana; font-size:10pt; color:#000000; text-align:justify;} /* for the rest of the pages - the only difference from home page is the border color */



.footer{background-color:#333333; color:#dddddd; text-align:center; padding-bottom:10px; padding-top:10px; font-size:8.5pt;}

.footer2{background-color:#534c3a; color:#c7bca0; text-align:center; padding-bottom:10px; padding-top:10px; font-size:8.5pt;} /* for green-brown template */



/* for headings on all the pages - in different colors */
.blue_h2{color:#3d72a4; font-size:16px; font-weight:bold;}

.green_h2{color:#6f7d57; font-size:16px; font-weight:bold;}

.purple_h2{color:#575785; font-size:16px; font-weight:bold;}

.orange_h2{color:#eda846; font-size:16px; font-weight:bold;}

.black_h2{color:#000000; font-size:16px; font-weight:bold;}




.question{ font-family:Verdana; font-size:10.5px; font-weight:bold; color:#333333; padding-left:8px;} /* used in "About Us" page - for separating question fonts from answer fonts */

.contact_bold {font-family:Verdana; font-size:12px; font-weight:bold;} /* used in "Contact Us", "Findings and Forms", "our team" and "Take a test" pages, to display bold text */


.a3 {text-decoration: underline; color:#000000; outline:none;} /* used in "Contact Us" page - for link to email */
.a3:hover {text-decoration:none; color:#444444;}

.a4 {text-decoration: underline; color:#3d72a4; outline:none;} /* used in "test.html" and "note1.html, note2.html" */
.a4:hover {text-decoration:underline; color:#444444;}

.a5 {text-decoration: underline; color:#534c3a; outline:none;} /* used in "documents.html" to display the links to the Forms and PDFs */
.a5:hover {text-decoration:underline; color:#000000;}

.a6 {text-decoration: underline; color:#454574; outline:none;} /* used in "team.html" */
.a6:hover {text-decoration:underline; color:#000000;}


.win{text-align:center; font-size:15pt; margin-left:25px;} /* used in index.html - to display "Win an apple iPad" */

li{list-style-image:url(Images/PostBullets.png); margin-right:25px;} /* list used in Fun Facts page */



/* image styles */
image_border{
	border-style:outset;
	padding:1px;
	border-color: #191970;
	border-width:1px;
}

img.floatLeft { 
    float: left; 
    margin: 4px;
}
