/* basic elements */

body { 
	font: 50% georgia, sans-serif;
	line-height: 1.6;
	color: #7a6531;   
	margin: 0; 
	padding: 0;
	}

p { 
	margin-top: 0;
	text-align:left;
	} 

h1 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	padding-top: 20px;	
	margin-bottom: 0; 
	color: #3b3018;
	}
	
h2 {
	font: 1.1em georgia, sans-serif;
	text-decoration:underline;
	}
	
h3 { 
	font: italic bold 1.0em georgia, sans-serif;
	letter-spacing: 1px;
	padding-top: 20px;	
	margin-bottom: 0; 
	color: #3b3018;
	}

.note {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 0 0;
}
	
/* accordion */

.description {
	font-size: 12px;
	line-height: 18px;
	color: #ffffbe;
	padding: 5px 0 15px 0;
}

#container {
	margin: 20px auto 0 auto;
	width: 700px;
}

	#top_container {
		width: 680px;
		height: 130px;
		margin: 10px auto 10px auto;
	}
	
	#bottom_container {
		clear: both;
		width: 700px;
	}
/* end accordion */

a.thumb
{
	font-size:11px;
	background-color:#96932e;
	text-align:center;
	}
	
.thumbnail {
	width:100px;
	height:75px;
	}	
	
.box {
	background-color:#FFFFCC;
	border-top:1px solid #913D35;
	border-bottom:1px solid #913D35;
	border-right:1px solid #913D35;
	border-left:1px solid #913D35;
	width:80%;
	}
	
.box1 {
	background-color:#FFFFCC;
	border-bottom:1px solid #913D35;
	border-right:1px solid #913D35;
	border-left:1px solid #913D35;
	width:80%;
	}
	
.Titlebox1 {
	background-color:#FFFFCC;
	border-top:1px solid #913D35;
	border-right:1px solid #913D35;
	border-left:1px solid #913D35;
	width:80%;
	padding:10px 10px 0px 10px;
	}
	
.box2 {
	background-color:#FFFFCC;
	border-bottom:1px dashed #913D35;
	border-right:1px dashed #913D35;
	border-left:1px dashed #913D35;
	width:80%;
	}
	
.Titlebox2 {
	background-color:#FFFFCC;
	border-top:1px dashed #913D35;
	border-right:1px dashed #913D35;
	border-left:1px dashed #913D35;
	width:80%;
	padding:10px 10px 0px 10px;
	}
	
.box3 {
	border-bottom:1px solid #913D35;
	border-right:1px solid #913D35;
	border-left:1px solid #913D35;
	width:80%;
	}
	
.Titlebox3 {
	border-top:1px solid #913D35;
	border-right:1px solid #913D35;
	border-left:1px solid #913D35;
	width:80%;
	padding:10px 10px 0px 10px;
	}
	
.box4 {
	border:0;
	width:80%;
	}
	
.Titlebox4 {
	border:0;
	width:80%;
	padding:0;
	}
	
.detail {
	font-size:11px;
	padding:0 10px 10px 10px;
	}

.highlighter {
	font-size:12px;
	color:#9A3D35;
	padding:0 10px 10px 10px;
	}

.highlight {
	color:#9A3D35;
	font-size:smaller;
	font-weight:bold;
	}
	
.signature {
	text-align:right;
	font-style:italic;
	}
	
/* Testimonials page */
.special {
	padding-left:25px;
	text-align:justify;
	font-size:12px;
	font-style:italic;
	padding-right:50px;
	}
	
.specialr {	
	padding-left:25px;
	text-align:right;
	font-size:12px;
	font-style:italic;
	padding-right:80px;
	}

.footer {
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	}
	
.thdr {
	font-size:70%;
	font-weight:lighter;
	color:#FFFFCC;
	border-bottom-width:thin;
	border-bottom-style: solid;
	border-bottom-color: #96932E;
	}

.schedule {
	border-bottom-width:thin;
	border-bottom-style: dotted;
	border-bottom-color: #96932E;
	}

hr {
	width: 80%;
	color: #e2df89;
	}
		
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9A3D35;
	}
	
a:visited { 
	text-decoration: none; 
	color: #9A3D35;
	font-weight:bold;
	}
	
a:hover, a:active { 
	text-decoration: none; 
	color: #9685BA;
	}
	
/* top nav	*/

#topnav {
	font: Georgia, serif;
	margin: 0;
	padding: 0;
	}

#topnav ul {
	float:left;
	padding-left: 0;
	margin:0;
	font-weight: bold;
	width: 100%;
	border-width: 1px 0;
	}
* html #topnav ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
	}

#topnav ul li {
	display: inline;
	}
	
#topnav ul li a {
	float:left;
	color: #96932E;
	font-weight: bold;
	padding: 8px 8px 5px 8px;
	text-decoration:none;
	background: white url('images/menudivide.gif') top right repeat-y;
	}
	
#topnav ul li a:hover {
	color: #9A3D35;
	background-color:#FACE65;
	border-bottom: 0;
	padding-bottom: 5px;
	}

#topnav ul li a.active {
	color: #9A3D35;
	background-color:#FACE65;
	border-bottom: 0;
	padding-bottom: 5px;
	}
	
/* Left Menu */

a.menu{
   font-family: Georgia, sans-serif;
   font-size: 14px;
   background:  url('images/nav_button.jpg');
   background-repeat: no-repeat;
   color: #FFFFFF;
   text-decoration: none;
   margin-bottom: 0px;
   padding-left: 20px;
   padding-top: 14px;
   display: block;
   width: 300px;
   height: 36px;
}

a.menu:visited {
   font-family: Georgia, sans-serif;
   font-size: 14px;
   background:  url('images/nav_button.jpg');
   background-repeat: no-repeat;
   color: #FFFFFF;
   text-decoration: none;
   margin-bottom: 0px;
   padding-left: 20px;
   padding-top: 14px;
   display: block;
   width: 300px;
   height: 36px;
}

a.menu:hover {
   background:  url('images/nav_ON.jpg');
   color: #9A3D35;
   background-repeat: no-repeat;
	} 

a.ON{
   font-family: Georgia, sans-serif;
   font-size: 14px;
   background:  url('images/nav_ON.jpg');
   background-repeat: no-repeat;
   color: #9A3D35;
   text-decoration: none;
   margin-bottom: 0px;
   padding-left: 20px;
   padding-top: 14px;
   display: block;
   width: 300px;
   height: 36px;
}
 
	
/* exported tables */

td.content {
	background-image:url('images/gradient.jpg');
	background-color: #FACE65;
	background-repeat: repeat;
	}

td.right {
	background-image:url('homepage/images/rt_nav_gradient.jpg');
	background-color:#fffcf7;
	background-repeat: repeat;
	}
	
td.left {
	background-image:url('images/nav_gradient.jpg');
	background-color:yellow;
	background-repeat: repeat;
	}
	
td.left_spacer {
	background-image:url('images/left_spacer.jpg');
	background-repeat: no-repeat;
	}
	
td.top {
	background-image:url('images/top_sy_logo.jpg');
	background-repeat: no-repeat;
	}
	
td.left_sy_logo {
	background-image:url('images/left_sy_logo.jpg');
	background-repeat: no-repeat;
	}
	
/* wrapped images */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px;
	padding-right: 15px;
}

