/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CBD178;
	font: normal 12px Verdana, Tahoma, Verdana, sans-serif;
	color: #000000; 
	text-align: center;
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 150px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
}

#maincontent{
position: fixed; 
top: 0;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 150px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #A31915;	
}
a:hover {
	background: inherit;
	color: #A31915; 
}
/* headers */
h1, h2, h3, h4 {
	font-family: Arial;
	font-weight: Bold; 		
}
h1 { font-size: 120%; }
h2 { font-size: 110%; text-transform: uppercase; }
h3 { font-size: 110%; color: #A31915; }
h4 { color: #000; }

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0px;		
}

#slideshow-home
{
position:relative;
display:block;
top:-90px;
}

#home-tourism-logo
{
position:relative;
display:block;
top:-50px;
left:60px;
}

#sslinks-tourism-logo
{
position:relative;
display:block;
top:0;
left:210px;
}

/* specials text - home page */
.specials-text
{
 font-family: arial, helvetica, "bitstream vera sans", sans-serif; 
 font-size:2em;
 font-weight:bold;
 color: #A31915;
}


ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* images */
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

/* creative friends images */
img.cf-left {
			margin: 15px 20px 5px 0px;  
			float:left;
			}
			
img.cf-middle {
			  margin: 15px 20px 5px -30px;  			  
			  }
			
img.cf-right {
			 margin: 40px 20px 5px 0px;  
			 float:right;
			 }

/* Frida Kahlo */
img.fk-left {
			margin: 15px 20px 5px 75px;  
			float:left;
			}
			
			
img.fk-right {
			 margin: 15px 70px 5px 0px;  
			 float:right;
			 }
			 
/* Salt Spring */
			 
img.ss-market  {
			   margin: 25px 0 0 -60px;  /* market photo */
			   }
			   
img.ss-bhuddha {
			   margin: 25px 0 0 -60px;  /* bhuddha photo */
			   }
			   
img.ss-hikes  {
			 margin: 475px 0 0 -60px;  /* hikes photo */
			 }
			 
img.ss-golf {
			margin: 410px 0 0 -60px;  /* golf photo */
			}
			
img.ss-kids {
			margin: 412px 0 0 -60px;  /* kids photo */
			}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px  dashed #9EA738; 
  	background: #CBD178;    
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 833px;
	background: url(bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	width: 91%;
	margin: 0 auto;
	padding: 0;	
}
/* header */
#header {
	position: relative;
	width: 833px;
	height: 60px;
	background: #FFF url(header.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
}

/* menu */
#menu {
	padding-left: 250;
	clear: both;
	width: 833px;
	height: 35px;
	background: #CBD178 url(menubg.jpg) repeat-y;
	margin: 0;
	font: bolder 14px/26px Tahoma, Verdana, Arial, Sans-Serif;			
}

#menu ul{
	margin: 0; padding: 0 0 0 35px;
}
#menu ul li {
	float: left;
	list-style: none;
	background: #CBD178 url(btn1.gif) no-repeat left top;
	
}
#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 0 12px 0 30px;
	background: inherit;
	color: #000000;
	
}
#menu ul li a:hover {
	background: #CBD178 url(btn2.gif) no-repeat left top;
	color: #A31915;
	
}
#menu ul li#current a {	
	background: #CBD178 url(btn2.gif) no-repeat left top; 
	color: #A31915;	
}

/* Main */
#main {
	float: left;	
	width: 100%;
	padding: 0;	margin: 0;	
}
#main h1 {
	color: #A31915; 
	border-bottom: 1px solid #A31915;
	background: #CFD683 url(arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 30px;	
	margin: 10px 0 0 0;
}

/* footer */
#footer {
	clear: both;
	color: #000000;
	font-size:10px;
	font: Arial;
	background: #CBD178 url(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;
	font-size: 10px;
	padding: 10px 60px; 0 0;
}

/* below footer */
#wd-text
   {	
	color: #000000;
	font-size:10px;
	font: Arial;	
	width: 833px;
	height: 30px;
	text-align: center;	
	margin: 0 auto;
}

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.noborderImage {
border:none;
}


hr {border: none 0;
border-top: 1px dashed #9EA738;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
