@charset "UTF-8";
/* master css for Bob-Leon ----------------------
copyright 2009, Rick Gerard

Global reset ------------------------------------
*/

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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* Master Styling --------------------------
*/

body {
	text-align: center;
	font-size: 76%;
	color: #001900;
}

#container {
	padding: 0 5px;
	margin:0 auto;
	width: 825px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
}

#header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	text-align: right;
	width: 825px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0 5px;
}

#masthead {
	font-size: 1.2em;
}

#nav {
	font-size: 18px;
	background-image: url(../images/menuBar.jpg);
	background-repeat: repeat-x;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
}

#content {
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer {
	width: 825px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top:20px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	letter-spacing: 2px;
	color: #030;
	border-top-width: 3px;
	border-top-style: outset;
	border-top-color: #0FAE4A;
}

.left_column {
	width: 375px;
	float: left;
}

.right_column {
	width: 375px;
	float: right;
}

.clear {
	clear: both;
}

/* headers --------------------------------------
*/

h1 {
	letter-spacing: .1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #030;
	padding-top: 12px;
	padding-bottom: 12px;}

h2 {
	letter-spacing: .1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #030;
	padding-top: 2px;
	padding-bottom: 0px;
}

h3 {
	font: bold 1.4em Verdana, Geneva, sans-serif;
	letter-spacing: .1em;
	padding-top: 1em;
	padding-bottom: .1em;
}

h4 {
	font: bold italic 1.4em Verdana, Geneva, sans-serif;
}

h5 {
	font: bold oblique 1em Verdana, Geneva, sans-serif;
	letter-spacing: .12em;
}

/* text formatting ------------------------------
*/

#content  p {
	padding-bottom: 1.2em;
}

.notes {
	font-size: .85em;
	color: #666;
	padding-left: 40px;
	top: -.1em;
	line-height: 10px;
	position: relative;
}

/* image formatting -------------------------------
*/

.inline {
	position: relative;
	width: 175px;
	top: .5em;
}

.inlinesm {
	position: relative;
	width: 100px;
	top: .2em;
}
.phone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 2px 0 5px 0;
}



/* links -------------------------------------
*/

#content a {
	color: #063;
}

a:link {
	text-decoration: none;
	color: #030;
}
a:visited {
	text-decoration: none;
	color: #033;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #060;
}

.imgLft {
	padding-left: 20px;
	position: relative;
	float: right;
}

.img48cntr {
/*	padding-left: 15px;*/
/*	top: 20px;*/
	position: relative;
}
