* { 
	padding : 0;
	margin : 0;
	outline: 0px;/* removes Firefox dotted borders */
} 
html {
	overflow-y: scroll;/* used to force a vertical scrollbar in Firefox - otherwise a horizontal jump occurs when the scrollbar is not present, i.e. when the page content does not exceed the window depth */
}


p {
	margin-bottom: 14px;
	line-height: 20px;
}
#tabbar_wrapper br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}
#contact_us {
	margin: 0 auto;
	text-align: left;
}
#maintextcolumn #contact_us h2 {
	font-size: 1em;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 0;
	color: #959595;
} 
#articles  li {
	margin-left: 30px;
	margin-right: 30px;
/*	list-style-type: none;*/
}
#examples p {
	text-align: center;
	margin-bottom: 0px;
}



#menu1 {
width: 550px;
margin-left: auto;
margin-right: auto;
list-style-type: none;
/*padding: 5px 5px 45px;*/
}
#menu1 li {
	float: left;
	border: 1px solid #BBA46F;
}
#menu1 a {
	display: block;
	width: 181px;
	height: 33px;
	padding-top: 6px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	float: left;
	background-repeat: no-repeat;
	background-color: #CDD0A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;/*ti was 18px*/
}
#menu1 a:hover {
	color: #fff;
	background-color: #849B59;
}
#menu1 span {
	display: block;
	width: 181px;
	height: 33px;
	padding-top: 6px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	float: left;
	background-repeat: no-repeat;
	background-color: #B6B098;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;/*ti was 18px*/
}
img.floatTR { 
float: right;
margin-left: 1.3em;
margin-bottom: 1em;
margin-top: 0.5em;
} 



body { 
font-family: Arial, Helvetica, sans-serif;
/*color: #959595; ti light grey*/
font-size: 0.9em;/*ti was 12px*/
	background-image: url(../images/bgtexture.jpg);
} 
#wrapper { 
width: 600px;/*ti was 560 */
margin: 0 auto;
} 
img {
	padding: 3px;
	border: 1px solid #e1e1e1;
}
img.button {
	padding: 0;
	border: none;
}
#map {
	text-align: center;
} 
img.floatTL { 
float: left;
margin-right: 1.3em;
margin-bottom: 1em;
margin-top: 0.5em;
} 
blockquote { 
font-family: serif;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
background-color: #dcdcdc;
} 
#header { 
margin: 5px 5px 0 5px;
height: 90px;
padding: 10px;
/*background-color: #fff;*/
background-image: url(../images/header.gif);/*ti was head.jpg*/
background-repeat: no-repeat;
} 
#header h1 { 
font-size: 1.4em;
font-style: normal;
padding-left: 5px;
padding-top: 5px;
color: #dee066;
} 
#header a { 
color: #50ff2e;
text-decoration: none;
font-size: 11px;
padding-left: 5px;
} 
#navbar {
	margin: 0 5px 0 5px;
	padding: 4px;
	background-color: #E2E4CB;
/*	border-top: 1px solid #ccc; ti*/
} 
*/ti
#menu {
	margin-top: 1px;
	font-size: 12px;
	width: 97%;
	height: 32px;
	background-color: #E2E4CB;
	text-align: center;
}
#menu UL { 
padding-right: 0;
padding-left: 0;
padding-bottom: 0;
margin: 0;
padding-top: 10px;
} 
#menu UL LI { 
padding-right: 10px;
display: inline;
padding-left: 10px;
padding-bottom: 0;
margin: 0;
padding-top: 0;
list-style-type: none;
} 
#menu UL LI A { 
color: #84a828;
} 
#menu UL LI A:hover { 
border-top-width: 0;
border-left-width: 0;
border-bottom-width: 0;
color: #787830;
border-right-width: 0;
}
ti */
* html #centercolumn { 
height: 300px;
} 
#maintextcolumn {
	margin: 0 5px 0 5px;
	display: inline;
	padding: 25px;
	/*width: 96.5%; ti*/
	float: left;
/*	min-height: 300px; ti*/
	background-color: #ffffff;
	background-image: url(../images/bg.gif);/*ti was bg.jpg*/
	background-repeat: repeat-x;
/*	border-top: 1px solid #ccc; ti*/
	text-align: justify;
	clear: both;/*ti*/
	width: 540px;
} 
#maintextcolumn h1 {
	font-size: 1.5em;
/*	text-decoration: underline;*/
	padding-top: 5px;
	padding-bottom: 10px;
	color: #4781A3;
} 
#maintextcolumn h2 {
	font-size: 1.3em;
/*	text-decoration: underline;*/
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4781A3;
} 
#maintextcolumn h3 {
	font-size: 1.0em;
/*	text-decoration: underline;*/
	padding-top: 5px;
	padding-bottom: 5px;
	color: #4781A3;
} 
#maintextcolumn #book {
	float: left;
	margin: 0 15px 0 0;
}
/*
#maintextcolumn a { 
color: #50ff2e;
background-color: #e9e9a3;
padding-left: 3px;
padding-right: 3px;
} ti*/
.hr_line {
	width: 85%;
	margin: 0 auto 10px auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #B6B098;
}
#footer_padding {
	margin: 0 5px 0 5px;
	display: inline;
	padding: 0 25px 0 25px;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/bg_footer_padding.gif);
	background-repeat: repeat-x;
/*	border-top: 1px solid #ccc; ti*/
	text-align: justify;
	clear: both;/*ti*/
	width: 540px;
} 
#copyright {
	margin-top: 17px;
	font-size: 0.9em;
}#footer {
/*	background-color: #ffffff;*/
	margin: 0 5px 5px 5px;
	display: inline;
	color: #000000;
	float: left;
	width: 98%;
	height: 58px;
	background-image: url(../images/footer.gif);/*ti was footer.jpg*/
	background-repeat: no-repeat;
	padding-left: 3px;
	text-align: center;
	padding-top: 5px;/*ti was 17px */
	font-size: 11px;
} 
#footer a { 
	font-size: 11px;
	color: #b1b1b1;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

