/*-----------------------------------------------------------------------------
Brodawel (basic)
version:   1.0
author:    PJ WebWorks
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Clearing floats - Zeldman DWWS3 */
hr, .clear {
	clear: both;
	visibility:hidden;
	height: 1px;
}
/* Self clearing floats - Dan Cederholm */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .group { /* for IE6 */
	height: 1%;
}
*:first-child+html .group { /* for IE7 */ 
	min-height: 1px;
}

/* =Typography
-----------------------------------------------------------------------------*/

p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6, legend  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* =Headings
-----------------------------------------------------------------------------*/

/* tags */
h1 {
	color: #076700;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	margin: 20px 10px 10px;
}
h2 {
	font-size: 0.85em;
	font-weight: normal;
	color: #076700;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}
h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #076700;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
}
h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-size: 12px;
	font-weight: normal;
	color: #076700;
	line-height: 1.4em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

/* =Links
-----------------------------------------------------------------------------*/

a:link {
	color: #076700;
}
a:visited {
	color: #076700;
}
a:hover {
	color: #05D900;
}
a:active {
	color: #076700;
}

/* =Prime positioning
-----------------------------------------------------------------------------*/
body {
	background: #FEF6D6 url(../i/back1.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}

/* content ID */
#content {

}
#content ul {
	font-size: 12px;
	font-weight: normal;
	color: #076700;
}
#content li {
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	line-height: 1.5em;
	list-style-type: square;
}
#content .mainlist {
	font-weight: bold;
	margin-top: 20px;
}
/* =Navigation
-----------------------------------------------------------------------------*/
/* navigation */
#primnav {
	margin-top: 50px;
}
#primnav img {
	display: block;
	margin-left: 15px;
	margin-bottom: 15px;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/
/* copyrightID */
#copyright {
	text-align: right;
	margin: 20px 10px 5px;
}
#copyright p {
	font-size: 10px;
	text-align: right;
	line-height: 15px;
}


/* googlemap find us */
.googbubble {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.googmapcont {
	margin-left: 15px;
	border: 1px solid #FFFFFF;
	width: 500px;
}
.googroute {
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: 1px solid #008047;
	width: 400px;
}
.googroute h3 {
	margin-top: 5px;
	padding-top: 5px;
}
.googroutebutt {
	color: #FFFFFF;
	background-color: #008047;
	border: 1px solid #CCC;
}
h2 strong {
	font-size: 16px;
}

