﻿
/* Top Elements */
* { margin: 0; padding: 0; }

body {
	font: normal 80%/1.5em 'Trebuchet MS', Verdana, Tahoma, Verdana, sans-serif;
	color: #333; 
	text-align: center;
}
/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #667F99;	
}
a:hover {
	background: inherit;
	color: #000;
}
/* headers */
h1, h2, h3 {
	font-family: 'Century Gothic',Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 180%; }
h2 { font-size: 120%; text-transform: uppercase; }
h3 { font-size: 120%; color: #007E80; }
h3 {color:#7999BA; font-weight:bold;}

h1, h2, h3, p {
	margin: 0;
	padding: 10px;		
}
h3.a {
	background: inherit;
	text-decoration: none;
	color: #7999BA;	
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}
img.noborder 
{
    border: none;
}
/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #F7F9FB url(../../images/quote.gif) no-repeat 5px 5px;    
}
blockquote.dark {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
    background: #EBF0F5 url(../../images/quotedark.jpg) no-repeat 5px 5px;    
}
blockquote.clear {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #F7F9FB 5px 5px;    
}
blockquote.cleardark {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #EBF0F5 5px 5px;    
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 833px;
	background: url(../../images/bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	width: 91%;
	margin: 0 auto;
	padding: 0;	
}
/*Breadcrumb*/
#breadcrumb {
	text-align: left;	
	padding: 5px 0px 5px 5px;	
	font: normal 1em/1.6em Verdana, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: #444;		
}
/* header */
#header {
	position: relative;
	width: 833px;
	height: 100px;
	background: #FFF url(../../images/header2.jpg) no-repeat center top;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
}

/* Main */
#main {
	float: right;	
	width: 65%;
	padding: 0;	margin: 0;	
}
#main h1 {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(../../images/arrow.gif) no-repeat 5px 50%;	
	padding: 5px 0 5px 20px;	
	margin: 10px 0 0 0;
}

/*Spine*/
#spine 
{
    float:left;
    width: 11%;
    background: url(../../images/spine_08.jpg) no-repeat left top;
    margin: 8px 0px 0px 10px; 
    height:600px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 22%;
	padding: 0; margin: 0;		
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	/*background: #B6B8BB;	*/
	background: #000;
}
#sidebar .address 
{
    text-align:center;
    font-weight:bold;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../../images/bullet.gif) no-repeat 2px 3px ;
	padding: 2px 0 2px 25px;
	margin: 0 2px;			 
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}
#sidebar ul.sidemenu a:hover {	
	background: none;
}

/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% Verdana, Tahoma, sans-serif;
	background: #FFF url(../../images/footerbg.jpg) no-repeat center top;	
	width: 833px;
	height: 60px;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 auto;	
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }



