/****
THIS IS THE CSS FOR GEMINI. THE CODING IS PRETTY STRAIGHT-FORWARD,
BUT IF YOU NEED ANY HELP FEEL FREE TO EMAIL ME (kmcannon [at] telus [dot] net.
***/
body {
	margin:0;
	padding:0;
	background:#6DA18B url(images/repeat.gif) repeat-y top center;
	font-size:78%;
	font-family:Helvetica, Arial, Sans-serif;
}	
/****************       COMMON ELEMENTS           *******/
/****************           LINKS           ********/
a {
	color:#4290B8;
}

a:hover {
	color:#59806F;
	text-decoration:none;
}	
/****************          HEADINGS          *******/
h1, h2 {
	margin:0;
	padding:10px 0 0 40px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:normal;
	font-size:1.6em;
	color:#333;
}
/**********                         PARAGRAPHS         ******/
p {
	text-indent:10px;
	padding-left:10px;
}
/***********                        TABLES                     ******/
table {
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin-left:10px;
}

td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

th {
	background:#e5e5e5;
}	

/******************           INDEPENDANT DIVS AND CLASSES            ****/
/*****                    MAIN CONTAINER      *****/
#container {
	width:762px;
	margin:0 auto;
}
/*********                    HEADERS                          *******/

#header {
	background:url(images/forester5.jpg) no-repeat;
	height:175px;
	border-bottom:1px solid #ccc;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
}

#header h1, #header h2 {
	color:#009999;
	padding:55px 0 0 75px;
	font-size:3em;
}	

#header h2 {
	font-size:1.2em;
	padding:0 0 0 65px;
	margin-top:-6px;
}

#headerA {
	background:url(images/bf21.jpg) no-repeat;
	height:175px;
	border-bottom:1px solid #ccc;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
}

#headerA h1, #headerA h2 {
	color:#0000ff;
	padding:55px 0 0 75px;
	font-size:3em;
}	

#headerA h2 {
	font-size:1.2em;
	padding:0 0 0 65px;
	margin-top:-6px;
}	

#headerB {
	background:url(images/bf4.jpg) no-repeat;
	height:175px;
	border-bottom:1px solid #ccc;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
}

#headerB h1, #headerB h2 {
	color:#ffff00;
	padding:55px 0 0 75px;
	font-size:3em;
}	

#headerB h2 {
	font-size:1.2em;
	padding:0 0 0 65px;
	margin-top:-6px;
}	

#headerC {
	background:url(images/bf2.jpg) no-repeat;
	height:175px;
	border-bottom:1px solid #ccc;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
}

#headerC h1, #headerC h2 {
	color:#006633;
	padding:55px 0 0 75px;
	font-size:3em;
}	

#headerC h2 {
	font-size:1.2em;
	padding:0 0 0 65px;
	margin-top:-6px;
}	

#headerD {
	background:url(images/bf7.jpg) no-repeat;
	height:175px;
	border-bottom:1px solid #ccc;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
}

#headerD h1, #headerD h2 {
	color:#006633;
	padding:55px 0 0 75px;
	font-size:3em;
}	

#headerD h2 {
	font-size:1.2em;
	padding:0 0 0 65px;
	margin-top:-6px;
}	

/***********                      LEFT COLUMN           *****/
#leftcol {
	float:left;
	width:490px;
}
/************                    RIGHT COLUMN         ****/
#rightcol {
	width:240px;
	float:right;
}

#rightcol h1 {
	font-size:1.2em;
	padding-left:20px;
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
}	

img.portrait {   /**        The main image in the sidebar     **/
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin:10px auto 0 auto;
}	

#rightcol li {
	line-height:1.5em;
	list-style:none;
}	
/****************                NAVIGATION IN RIGHT COLUMN         *******/
#nav {
	list-style:none;
	padding-left:17px;
	margin:0 auto;
}

#nav li {
	background:#fff;
	width:210px;
	height:1.8em;
	line-height:1.8em;
	text-align:center;
	font-size:1.2em;
	margin:5px 0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}	

#nav li a {
	color:#333;
	text-decoration:none;
	display:block;
	width:210px;
}	

#nav li a:hover {
	background:#4C83BA;
	color:#fff;
}	
/******************                  FOOTER                 ****/
#footer {
	text-align:center;
	background:#fff;
	clear:both;
	margin:0;
	border-top:1px solid #ccc;
}

/******************                  Layout                ****/

 .smallboldcenter {
   font-size: 80%; 
	 font-weight: bold; 
	 text-align: center;
}

 .smallbluecenter {
   font-size: 80%; 
	 color: #0000ff;  
	 background-color: #ffffff; 
	 font-weight: bold; 
	 font-style: italic; 
	 text-align: center;
}
 .smallerboldcenter {
   font-size: 70%; 
   font-weight: bold; 
	 text-align: center;
}

 .smallredcenter {
   font-size: 90%; 
	 color: #990000;  
	 background-color: #ffffff; 
	 text-align: center; 
	 font-weight: bold;
}

 .phonecolor {
   color: #009966;  
	 background-color: #ffffff;
	 font-size:1.4em;
}
.buttonscontainer {width: 120px;}

.buttons a {color: #000099;
border: 1px solid;
background-color: #99FFCC;
padding: 2px;
padding-left: 3px;
font: 10px Trebuchet MS, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #99FFCC #006666 #006666 #99FFCC;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #CCFFCC;
border-color: #006666 #99FFCC #99FFCC #006666;
color: #00CC99;
text-decoration: none;}

	