body {
	color: #444;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
}

#wrapper{
	font-size: 1em;
}

.clear {clear:both; height:1px;}
span.indenter {display:block;margin-left:20px;}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	color:#881e19;
}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.1em;
	line-height: 1.2em;
}

h1, h2, h3, p {
	margin: 0.6em 0;
}

p {
	margin: 1em 0px;
	line-height: 1.3em;
}

blockquote {
	font-style: italic;
	margin: 1em 2em;
}

ul, ol {
	margin: 1em 0.5em 1.6em 2.2em;
}

ul ul, ol ol {
	margin: 0em 0.5em 0em 2.2em;
}

li {
	margin: 0px;
}

select {
	padding: 0px;
}

label {
	padding: 0.2em;
}

a, a:link {
	text-decoration: none;
	font-weight: normal;
	color:#157898;
}
a:visited {
	color:#157898;
}
a:hover {
	color:#6d8790;
	text-decoration:underline;
}
#menuTop a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: bold;}

sup {
	font-size:1em;
	vertical-align: 20%;
}
/* HEADER AREA*/

/*MAIN COLUMN*/

/* right box */
#right-content {
	width: 175px;
	margin-top: 12px;
}
#right-content ul {
	margin: 0 0 0 12px;
}
#right-content li {
	list-style-type:square;
}
#right-content .box-inner {
	border: 1px solid #929790;
	border-top: none;
	width: 157px;
	padding: 8px;
}
#right-content h3 {
	background: url(../../images/layout/box-top.gif) no-repeat 0 0;
	color: #fff;
	height: 12px;
	padding: 3px 8px 5px 8px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
#right-content h3.diff {
	background: url(../../images/layout/box-top-diff.gif) no-repeat 0 0;
}
#right-content .right-box {
	margin-bottom:  8px;
}
#right-content .right-box a{
	/*display: inline-block;*/
	line-height: 1.8em;
}
/* end right box */

/*FOOTER AREA*/

#footermenu {
	padding: 1px 8px;
	font-size: 0.9em;
	text-align: center;
}
/* MENU */
#menu {
	/*padding: 20px 0px 0px 20px;*/
	clear: both;
}
#testimonials {
	background-color:#e0e1e2;
	padding:10px;
	width: 130px;
	margin-top: 12px;
}

/* SUBCATS & SIBLINGS */
#subcats, #siblings {
	margin: 12px 0px;
	font-size: 1em;
}

#subcats ul, #siblings ul {
	margin: 0.5em 2em;
	padding: 0 1em;
	list-style-image: url(../images/smallbullet.gif);
}
#subcats li, #siblings li {
	padding: 0;
	margin: 0;
}

/* BREADCRUMBS  */
#breadcrumbs {
	clear: both;
	width: 100%;
	font-size: 0.8em;
	margin: 2px 0px;
}
#breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li {
	display:inline;
	margin: 0;
	padding: 0;
}
#breadcrumbs a {
	text-decoration: none;
}


/* Google Map */
#map {
	width: 640px;
	height: 480px;
	margin: 16px auto;
}