/*  Custom colour list
F9C748 yellow
CB932B orange
2E3432 charcoal
952006 burgundy
9EA09E grey text
F37C21 orange text
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CB932B;  /*orange*/
	border: 0px none;
    margin: 0 auto;
	padding: 0; 
	height: 100%;
	}
html {
	height: 100%;
	margin-bottom:1px;
	}
a:link {     /* unvisited link */
	text-decoration: none; 
	border: none;
	color: #952006;
	}
a:visited {  /* visited link */
	text-decoration: none; 
	border: none;
	color: #952006;
	}
a:hover {   /* mouse over link */
	text-decoration: underline; 
	border: none;	
	color: #631504;
	}
a:active {   /* selected link */
	text-decoration: none; 
	border: none;
	}
	
img {border: none}
img a:link {text-decoration: none; border: none} 
img a:visited {text-decoration: none; border: none}
img a:hover {text-decoration: none; border: none} 
img a:active {text-decoration: none; border: none} 

.hiddenPic {display:none; visibility:hidden; height:0; width:0}  /* to preload images */

.subtitle {
	color: #952006;
	letter-spacing: 1px;
	font-size: 1.2em;
	font-weight: bold;
	}
.text2 {	
	color: #952006;
	letter-spacing: 1px;
	font-size: 1.0em;
	font-weight: bold;
	font-style:oblique;
	}	
.text3 {	
	color: #2E3432;
	font-size: 0.9em;
	font-weight: bold;
	font-style:oblique;
	}	
.text4 {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	margin-left:30px; margin-right:0; margin-top:0; margin-bottom:0;
	text-align: right;
	}
		
sup {
	font-size: 60%;
	}		
			
/* Layout */

#container {
    margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	width: 870px;
	clear: both;
	}
#header {
	height: 217px;
	width: 870px;
	margin: 0;
	padding: 0;
	}
#menutop {
	text-align: left;
	height: 50px;
	width: 870px;
	padding: 0;
	margin-top: -16px;	
	}	
#main {
	background-image:url(nav/bg.jpg); background-repeat: repeat-y;	
	width: 870px; 
	}	
#borderleft {
	float: left;
	width: 20px;
	min-height: 100%;
	background-image:url(nav/bgleft.jpg);
	background-repeat:repeat-y;
	}
#sidemenu {
	float: left;
	width: 207px;
	min-height: 100%;
	background-color:#2E3432; /*charcoal*/
	padding-top: 12px;
	}	
#bodycenter {
	float: left;
	width: 553px;
	min-height: 100%;
	padding-left: 23px; 
	background-color: #FFFFFF;
	position: relative;
	}
#centertext {
	padding-top: 13px;
	position: relative;
	z-index: 1;
	}
.contents {
	line-height: 1.2em;
	}
.contents ul {
	margin-left: -25px;
	line-height: 1.2em;
	list-style-position: outside;
	}
.contents li{
	padding-left: 0px;
	padding-bottom: 10px;
	}		
#borderright {
	float: left;
	width: 67px;
	min-height: 100%;
	background-image:url(nav/bgright.jpg);
	background-repeat:repeat-y;
	}	
#footer {
	width: 870px;
	height: 50px;
	margin-top: 0px;
	padding-top: 1px;
	padding-left: 77px;
	background-color:#CB932B; /*orange*/
	background-image:url(nav/footer.jpg); background-repeat: no-repeat;
	text-align: center;
	color: #999999;
	font-size: 80%;
	}		
	
/* Search box */

#searchBox
{
	position: absolute;
	top: 9px;
	left: 635px;
	width: 130px;
	border: 0;
	background: #B97A08;
}
#searchButton
{
	position: absolute;
	top: 6px;
	left: 777px;
	width: 24px;
	height: 25px;
	border: 0;
	background-image:url(nav/menutop_search_button.jpg);	
}
	
/* Side Menu Links */	

.menu1 {
	color: #9EA09E;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 1.0em;
	padding-left: 5px;
	line-height: 2em;
	}	
.menu1 a {
	color: #9EA09E;
	text-decoration: none;
	}	
.menu1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}		
.menu1selected {
	color: #FFFFFF;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 1.0em;
	padding-left: 5px;
	line-height: 2em;
	}	
.menu1selected a {
	color: #FFFFFF;
	text-decoration: none;
	}	
.menu2 {
	color: #F37C21;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 6px;
	line-height: 1.5em;
	}	
.menu2 a {
	color: #F37C21;
	text-decoration: none;
	}	
.menu2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}		
.menu2selected {
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 6px;
	line-height: 1.5em;
	}		
.menu2selected a {
	color: #FFFFFF;
	text-decoration: none;
	}
.menu3 {
	color: #F9C748;
	text-transform: lowercase;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	line-height: 2.0em;
	}
.menu3 a {
	color: #F9C748;
	text-decoration: none;
	}	
.menu3 a:hover {
	color: #9EA09E;
	text-decoration: none;
	}		
.menu3selected {
	color: #FFFFFF;
	text-transform: lowercase;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	line-height: 2.0em;
	}	
.menu3selected a {
	color: #FFFFFF;
	text-decoration: none;
	}		
.bullet1 {
	color: #FFFFFF;	
	padding-left: 5px;
	margin-right: 3px;
	}
	
/* Random Quotes Area */

#quote {
	font-size: 10px;
	color: #CCCCCC;
	margin: 80px 10px 20px 0px;
	}
	
#author {
	color: #FFFFFF;
	font-style: italic;
	}	
	
/* Testimonials */

.testimonial {

	}
.testimonial blockquote {
	margin: 10px 10px 10px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FFFDE9;
	background: url('nav/textalt.gif') repeat-y;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:20px; padding-right:20px; padding-top:0.5em; padding-bottom:0.5em;
}
.testimonial p {
	border-left: 1px solid #CCC;
	margin: 0 0 30px 20px;
	padding: 0 0 0 0.5em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.test_quote p {
	border-left: 1px solid #CCC;
	color: #FFF;
	margin: 30px 0 30px 0;
	padding: 0 7px 0 5px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.test_author {
	color: #CCC;
	margin: 15px 0 10px 0;
	font-size: 10px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}		

/* Twitter area */
#twitter_div    {
	padding-right: 10px;
	}
#twitter_div  a {
	font-size: 10px;
	color: #CCC;
	}
#twitter_div ul {
	font-size: 9px;
	color: #CCC;
	}
#twitter_div li {
	margin-left: -20px;
	}
.sidebar-title {
	font-size: 10px;
	color: #952006;
	}

/* Right graphics */	

#cubes {
	position: absolute;
	top: 100px;
	left: 107px;
	z-index: -1;
	}
#cubes2 {
	position: absolute;
	top: 50px;
	left: 180px;
	z-index: -1;
	}
#notes_lg {
	position: absolute;
	background-image:url(nav/note.png);
	top: 35px;
	left: 350px;
	width: 314px;
	height: 301px;
	z-index: 2;
	}
#notes_lg p {
	position: absolute;
	top: 57px;
	left: 50px;
	width: 230px;
	height: 150px;
	font-family: "Comic Sans MS", "Lucida Handwriting", Tahoma; 
	}
#noteslink a {
	position: absolute;
	color: #2E3432;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	top: 240px;
	left: 55px;
	}		
#notespacer_lg {
	float: right;
	height:325px;
	width:210px;
	}	
#notes_med {
	position: absolute;
	background-image:url(nav/note2.png);
	top: 35px;
	left: 370px;
	width: 290px;
	height: 231px;
	z-index: 2;
	}
#notes_med p {
	position: absolute;
	top: 60px;
	left: 80px;
	width: 160px;
	height: 140px;
	font-family: "Comic Sans MS", "Lucida Handwriting", Tahoma; 
	}
#notespacer_med {
	float: right;
	height:200px;
	width:170px;	
	}
	
/* Rounded Corner Content Boxes - Yellow */
	
.bl {background: url(nav/bl.gif) 0 100% no-repeat #F9C748; width: 550px; line-height: 1.2em; position: relative;} 
.bl2 {background: url(nav/bl.gif) 0 100% no-repeat #F9C748; width: 335px; line-height: 1.2em; position: relative;}  /* smaller box */
.br {background: url(nav/br.gif) 100% 100% no-repeat} 
.tl {background: url(nav/tl.gif) 0 0 no-repeat} 
.tr {background: url(nav/tr.gif) 100% 0 no-repeat; padding: 1px 10px} 
.clear {font-size: 1px; height: 1px}

/* Rounded Corner Content Boxes - Grey Testimonial Quote */

.bl_tq {background: url(nav/bl_tq.gif) 0 100% no-repeat #CFCFCF; width: 195px; line-height: 1.2em; position: relative; color:#2E3432; font-size:12px; margin-top: 30px; } 
.bl_tq a {text-decoration:none; color: #2E3432;}
.br_tq {background: url(nav/br_tq.gif) 100% 100% no-repeat} 
.tl_tq {background: url(nav/tl_tq.gif) 0 0 no-repeat} 
.tr_tq {background: url(nav/tr_tq.gif) 100% 0 no-repeat; padding: 1px 10px}
