/***********************************************/
/* http://www.canvalodge.co.za css                            */
/*Copyright (c) 2007          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	background-image: url(../img/bgtile.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	
}

a:link, a:visited, a:hover {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFFF99;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: Arial,sans-serif;
	margin: 0px 10px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #FF6600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

h2{
	font-size: 16px;
	color: #FFFF99;
	font-weight: bold;
	margin-bottom: 5px;
}

h3{
	font-size: 15px;
	color: #CCCCCC;
}

h4{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

h5{
	font-size: 12px;
	color: #003300;
	font-weight: bold;
}

ul{
	list-style-type: square;
	color: #FFFFFF;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width: 800px;
	background-color: #5A7643;
	border: 2px solid #FF6600;
	height: auto;
	position: relative;
	left: auto;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}

#masthead{
	margin: 0 0 5;
	padding: 2px 0px 0px;
	background-color: #003300;
	background-image: url(../img/bgbanner.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 96px;
	clear: both;
	float: left;
	position: relative;
}

#content{
	background-color: #003300;
	padding-bottom: 5;
	background-image: url(../img/stitch.jpg);
	background-repeat: repeat-x;
	width: 655px;
	float: right;
	padding-top: 20px;
	margin: 5px 2px;
	background: #003300;
	position: relative;
}

/************* #siteInfo styles ***************/

#siteInfo{
	border: 1px solid #003300;
	font-size: 75%;
	color: #cccccc;
	padding: 5px;
	background-color: #999966;
	margin-top: 5px;
	text-align: left;
	width: 788px;
	float: left;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	font-size: 12px;
	padding: 2px;
	margin-top: 2px;
	text-transform: capitalize;
	background-color: #999966;
	font-weight: bold;
	width: 110px;
	position: relative;
	clear: left;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
}
#navBar ul a:hover {
	color: #000000;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

p {
	color: #CCCCCC;
	font-size: 80%;
	margin-top: 5px;
	line-height: 1.5em;
}
.titletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-right: 10px;
	float: right;
	position: absolute;
	left: 331px;
	top: 31px;
}
strong {
	color: #FF6600;
	text-transform: uppercase;
}
.logo {
	float: left;
	clear: both;
	height: 96px;
	width: 139px;
}
.selections {
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #003300;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navBar ul {
	position: relative;
	margin: 5px 0px 0px 4px;
	padding: 3px;
	float: left;
	list-style-type: none;
	width: 120px;
	background-color: #003300;
}
.catimg {
	border: 2px double #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
