/*
================================================================
 CSS DOCUMENT
===============================================================
 
 Author: 		Rob Evans
 Company: 		a la Carde Graphic Design. www.alacarde.ca
 Client: 		Sandra Howe
 Date Created: 	October 12, 2006
 Other Notes:  
 
 Table of content:
 ================================
 
 1 - General
 2 - Layout
 3 - Banner
 4 - Top Nav
 5 - Top Row
 6 - Middle Row
 7 - Bottom Row 
 8 - Footer

*/


/* 1 - General */  


*  {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.625em;
	color: #4E3621;
	
	background-color: #a58d73;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 12px;

}


a {

}

a:hover {

}

/* 2 - Layout */

#wrapper {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-color: #AFB7A0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #4E3621;
}


/* 3 - Banner -- Hidden header text that makes up the banner. */
#banner1 h1 {
	background: transparent url(../images/banner1.jpg) no-repeat left top;
	width: 775px;
	height: 47px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	}
#banner1 h1 span {
	display:none;
	}
#banner2 h1 {
	background: transparent url(../images/banner2.jpg) no-repeat left top;
	width: 775px;
	height: 54px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	}
#banner2 h1 span {
	display:none;
	}
#banner3 h1 {
	background: transparent url(../images/banner3.jpg) no-repeat left top;
	width: 775px;
	height: 42px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	}
#banner3 h1 span {
	display:none;
	}
#banner4 h1 {
	background: transparent url(../images/banner4.jpg) no-repeat left top;
	width: 775px;
	height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	}
#banner4 h1 span {
	display:none;
	}

/* 4 - Top Nav  */

#wrapper #topnav #nav {
width: 775px;
	margin-right: auto;
	margin-left: auto;

}
#wrapper #topnav #nav {
	background-color: #660000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#topnav #nav ul { 
list-style-type:none;
margin:0pt;
padding:0pt;
text-indent:0px;
font-size: 100%;
}

#wrapper #topnav #nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	font-size: 120%;
}
#wrapper #topnav #nav a:hover {
	font-weight: bold;
	color: #660000;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
#wrapper #topnav #nav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

/* 5 - Top Row  */

#wrapper #toprow {
	padding: 20px;
	position: relative;
	background-image: url(../images/topbg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#wrapper ul { 
            margin-left: 50px; /* Indents the whole list 50px to the left */
}

#wrapper li { 
            padding-bottom: 5px;  /* Adds a bit of space after each item in the list.  To remove the space you can set it to 0px*/
}

/* Rounded Corners generated at: http://www.roundedcornr.com/ */
#toprow .roundedcornr_box_637601 {
	background: #ffffff;
	width: 464px;
	padding: 0px;

	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 271px;
}
#toprow .roundedcornr_top_637601 div {
   background: url(../images/roundedcornr_637601_tl.png) no-repeat top left;
   position: relative;
}
#toprow .roundedcornr_top_637601 {
   background: url(../images/roundedcornr_637601_tr.png) no-repeat top right;
   position: relative;
}
#toprow .roundedcornr_bottom_637601 div {
   background: url(../images/roundedcornr_637601_bl.png) no-repeat bottom left;
   position: relative;
}
#toprow .roundedcornr_bottom_637601 {
   background: url(../images/roundedcornr_637601_br.png) no-repeat bottom right;
   position: relative;
}

#toprow .roundedcornr_top_637601 div, #toprow .roundedcornr_top_637601, 
#toprow .roundedcornr_bottom_637601 div, #toprow .roundedcornr_bottom_637601 {
   width: 464px;
   height: 15px;

   position: relative;
	
}
#toprow .roundedcornr_content_637601 {
	margin: 5px 25px 0px;
	font-weight: bold;

	position: relative;
}

#wrapper #toprow #topColumn1 {
	width: 219px;
	position: absolute;
	top: 20px;

}
/* 6 - Middle Row  */
#wrapper #middle {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6c1315;
	border-right-color: #6c1315;
	border-bottom-color: #6c1315;
	border-left-color: #6c1315;
	padding: 20px 0px 20px 20px;
	border-right-style: none;
	border-left-style: none;
}
#wrapper #middle img {
	padding-right: 19px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
/* 7 - Bottom Row  */
#wrapper #bottomrow {
	padding: 20px;
	position: relative;
	background-image: url(../images/bottombg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* Rounded Corners generated at: http://www.roundedcornr.com/ */
#bottomrow .roundedcornr_box_637601 {
	background: #ffffff;
	width: 455px;
	padding: 0px;

	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#bottomrow .roundedcornr_top_637601 div {
   background: url(../images/roundedcornr_637601_tl.png) no-repeat top left;
   position: relative;
}
#bottomrow .roundedcornr_top_637601 {
   background: url(../images/roundedcornr_637601_tr.png) no-repeat top right;
   position: relative;
}
#bottomrow .roundedcornr_bottom_637601 div {
   background: url(../images/roundedcornr_637601_bl.png) no-repeat bottom left;
   position: relative;
}
#bottomrow .roundedcornr_bottom_637601 {
   background: url(../images/roundedcornr_637601_br.png) no-repeat bottom right;
   position: relative;
}

#bottomrow .roundedcornr_top_637601 div, #bottomrow .roundedcornr_top_637601, 
#bottomrow .roundedcornr_bottom_637601 div, #bottomrow .roundedcornr_bottom_637601 {
   width: 455px;
   height: 15px;

   position: relative;
	
}
#wrapper #bottomrow #topColumn1 #book {
	padding: 10px 5px 5px;
	text-align: center;
}

#bottomrow .roundedcornr_content_637601 {
	margin: 0px 25px;
	font-weight: bold;

	position: relative;
}

#wrapper #bottomrow #topColumn1 {
	width: 219px;
	position: absolute;
	top: 20px;
	left: 535px;

}
/* Book rounded corners */
/* Rounded Corners generated at: http://www.roundedcornr.com/ */
#bottomrow  #topColumn1 .roundedcornr_box_637601 {
	background: #ffffff;
	width: 220px;
	padding: 0px;

	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#bottomrow #topColumn1 .roundedcornr_top_637601 div {
   background: url(../images/roundedcornr_637601_tl.png) no-repeat top left;
   position: relative;
}
#bottomrow #topColumn1 .roundedcornr_top_637601 {
   background: url(../images/roundedcornr_637601_tr.png) no-repeat top right;
   position: relative;
}
#bottomrow #topColumn1 .roundedcornr_bottom_637601 div {
   background: url(../images/roundedcornr_637601_bl.png) no-repeat bottom left;
   position: relative;
}
#bottomrow #topColumn1 .roundedcornr_bottom_637601 {
   background: url(../images/roundedcornr_637601_br.png) no-repeat bottom right;
   position: relative;
}

#bottomrow #topColumn1 .roundedcornr_top_637601 div, #bottomrow #topColumn1 .roundedcornr_top_637601, 
#bottomrow #topColumn1 .roundedcornr_bottom_637601 div, #bottomrow #topColumn1 .roundedcornr_bottom_637601 {
   width: 220px;
   height: 15px;

   position: relative;
	
}
#bottomrow #topColumn1 .roundedcornr_content_637601 {
	margin: 5px 25px 0px;
	font-weight: bold;

	position: relative;
}

/* 6 - Footer  */
#wrapper #footer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #6B1316;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
/* 8 - Main Pages  */
#wrapper #content {
	padding: 20px;
	position: relative;
	background-image: url(../images/topbg.gif);
	background-repeat: no-repeat;
	background-position: -90px 170px;
}

/* Rounded Corners generated at: http://www.roundedcornr.com/ */
#content .roundedcornr_box_637601 {
	background: #ffffff;
	width: 555px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 181px;
}
#content .roundedcornr_top_637601 div {
   background: url(../images/roundedcornr_637601_tl.png) no-repeat top left;
   position: relative;
}
#content .roundedcornr_top_637601 {
   background: url(../images/roundedcornr_637601_tr.png) no-repeat top right;
   position: relative;
}
#content .roundedcornr_bottom_637601 div {
   background: url(../images/roundedcornr_637601_bl.png) no-repeat bottom left;
   position: relative;
}
#content .roundedcornr_bottom_637601 {
   background: url(../images/roundedcornr_637601_br.png) no-repeat bottom right;
   position: relative;
}

#content .roundedcornr_top_637601 div, #content .roundedcornr_top_637601, 
#content .roundedcornr_bottom_637601 div, #content .roundedcornr_bottom_637601 {
   width: 555px;
   height: 15px;

   position: relative;
	
}
#content .roundedcornr_content_637601 {
	margin: 10px 25px;
	font-weight: bold;
	position: relative;
	top: -1px;
}

#wrapper #content #topColumn1 {
	width: 132px;
	position: absolute;
	top: 20px;

}
#content  #topColumn1 .roundedcornr_box_637601 {
	background: #ffffff;
	width: 132px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 20px;
}
#content #topColumn1 .roundedcornr_top_637601 div {
   background: url(../images/roundedcornr_637601_tl.png) no-repeat top left;
   position: relative;
}
#content #topColumn1 .roundedcornr_top_637601 {
   background: url(../images/roundedcornr_637601_tr.png) no-repeat top right;
   position: relative;
}
#content #topColumn1 .roundedcornr_bottom_637601 div {
   background: url(../images/roundedcornr_637601_bl.png) no-repeat bottom left;
   position: relative;
}
#content #topColumn1 .roundedcornr_bottom_637601 {
   background: url(../images/roundedcornr_637601_br.png) no-repeat bottom right;
   position: relative;
}

#content #topColumn1 .roundedcornr_top_637601 div, #content #topColumn1 .roundedcornr_top_637601, 
#content #topColumn1 .roundedcornr_bottom_637601 div, #content #topColumn1 .roundedcornr_bottom_637601 {
   width: 132px;
   height: 15px;

   position: relative;
	
}
#bottomrow #topColumn1 .roundedcornr_content_637601 {
	margin: 5px 25px 0px;
	font-weight: bold;

	position: relative;
}

#content #topColumn1 .roundedcornr_content_637601 {
	margin: 5px;
	font-weight: normal;
	position: relative;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.heading_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #660000;
}
.heading_smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #660000;
	font-weight: normal;
}
.heading_smallest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #660000;
}
.main_text_alternative {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4E3621;
}

.indentText {
        padding-left: 20px;
        padding-right: 20px;
}
