body {
	margin: 0;
	padding: 0;
	background: url(images/graphics/diamondbkgd2.gif) repeat;
	xbackground-color: #fbe29d;
	font-size: 13px;
	color: #222222;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4545db;
	text-transform: lowercase;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	color: #4545db;
	font-weight: bold;
}

p, ul, ol {
	xline-height: 200%;
	line-height: 125%;
}

blockquote {
	padding: 1em 2em 1em 2em;
	border-top: 1px solid #a2a2db;
	border-left: 1px solid #a2a2db;
	border-right: 1px solid #4545db;
	border-bottom: 1px solid #4545db;
	xbackground: #92FBFF;
	background: #fbe29d;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #4545db;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 196px;
	margin: 0 auto;
	background: url(images/graphics/headeredmonson5.gif) no-repeat left center;
}

#logo {
	float: left;
	padding: 90px 0 0 0;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo a {
	color: #FFFFFF;
}

#search {
	float: right;
	width: 200px;
	padding: 135px 0 0 0;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 190px;
	padding: 3px 5px;
	background: #FFFFFF url(images/graphics/img09.gif) repeat-x;
	xbackground: #FFFFFF url(images/graphics/img03.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#x {
	display: none;
}

/* Page */

#page {
	width: 760px;
	margin: 0px auto;
	background: url(images/graphics/blwhbkgd2.gif)  repeat-y;
	xpadding: 20px 0px 0px 0px;
}

/* Content */

#content {
	float: right;
	width: 479px;
	border-right: 1px #4545db;
	xbackground-color:#FFFFFF;
	padding: 20px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.byline {
	margin: 0;
}

.meta {
	padding: 5px 10px;
	border: 1px solid #EFEFEF;
	xbackground: #CBF2FA;
	background: #a2a2db;
}

.meta .more {
	padding-left: 20px;
	xbackground: url(images/img04.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	xbackground: url(images/img05.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 199px;
	border-left: 1px #a2a2db;
	xbackground-color:#FFFFFF;
	padding: 0px 20px 20px 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding-left: 10px;
	background: url(images/graphics/img06.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	color: #5b8042;
}

/* Content > Sidebar > Menu */

#menu {
	padding: 0 0 20px 0;
}

#menu ul, #menu ol {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	padding-bottom: 1px;
	xbackground: url(images/img07.gif) repeat-x left bottom;
	border-bottom-color: #4545db;
	border-bottom-style: dotted;
}

#menu a {
	display: block;
	width: 150px;
	padding: 3px 20px 3px 30px;
	text-decoration: none;
}

#menu a:hover {
	background: #fbe29d url(images/graphics/img08.gif) no-repeat 10px 50%;
	color:#000000;
}

/*See how to highlight current page notes */

#home a#homenav,
#services a#servicesnav, 
#about a#aboutnav, 
#location a#locationnav,
#contact a#contactnav
   {
	xbackground: #F6E922 url(images/graphics/img08.gif) no-repeat 10px 50%;
	background: #fbe29d url(images/graphics/img08.gif) no-repeat 10px 50%;

	color:#000000;

}

/* Footer */

#footer {
	width: 740px;
	clear: both;
	margin: 0 auto;
	padding: 15px 10px;
	xborder: 1px solid #EFEFEF;
	background: #4545db;
	color: #fbe29d;
	xbackground: url(images/graphics/footerbkgdtwo.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}
#footer a	{
	color: #FFFFFF;
	

