@charset "utf-8";

/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	font-weight: normal;
}
#container {
	font-size: 95%;
	color: #333333;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

h1, h2, h3 {
	color: #292929;
	text-align: center;
}

h1 {
	color: #FF0000;
	text-align: center;
	font-size:150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	margin: 0px;
	font-weight: bold;
}
h4 {
	color: #333333;
}

p, ul, ol {
	text-align: left;
}

p {
}

ul {
	list-style-type: none;
}

li {
	margin-bottom: 5px;
}
ol {
}

a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

/* Logo */

#logo {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#logo h1 {
	float: left;
	padding: 70px 37px 0 0;
	height: 54px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
	background-image: url(images_stylized/img02.gif);
	background-repeat: no-repeat;
	background-position: 100% 63px;
}

#logo h2 {
	float: right;
	padding: 98px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	clear: both;
	width: 100%;
	float: left;
	font-size:100%;
	line-height:normal;
	background-color: #DAE0D2;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: static;
	display: none;
}
#menu ul {
	list-style:none;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 8%;
}
#menu li {
	float:left;
	margin:0;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 9px;
}
#menu a {
	display:block;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:5px 15px 4px 6px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #0000FF;
}
#menu #current {
	background-image:url(images/left_on.gif);
}
#menu #current a {
	background-image:url(images/right_on.gif);
	padding-bottom:5px;
	color: #FF0000;
}
/* Page */

#bg {
	background-repeat: no-repeat;
	background-position: center top;
}

#page, #header, #menu ul {
	width: 918px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 625px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 24px;
}

#content .content {
	padding-left: 32px;
}

/* Posts */
/* Commented out 14Nov07 
.post h1.title {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background-image: url(images_stylized/img07.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.post h2.title {
	margin: 40px 0 25px 0;
	padding-left: 33px;
	background-image: url(images_stylized/img07.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.post .title a {
	text-decoration: none;
	color: #292929;
}

.post .entry {
	padding-left: 32px;
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}
*/
/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 0;
	border-left-width: thin;
	border-left-color: #363636;
	border-right-color: #363636;
	border-bottom-width: thin;
	border-bottom-color: #363636;
	display: none;
}

#sidebar a {
	color: #FF0000;
}

#sidebar a:hover {
	color: #0000FF;
}
.box {
}
/* Commented out 14Nov07
.box .title {
	height: 27px;
	padding: 6px 0 0 34px;
	text-transform: lowercase;
	font-size: 17px;
	color: #FFFFFF;
	background-color: #C80000;
	background-image: url(images_stylized/img05.gif);
	background-repeat: no-repeat;
}

.box .content {
	padding: 26px;
	background: url(images/img06.gif) repeat-x;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}
*/
/* Footer */

#footer {
	/* commented out 14Nov07 
	background-image: url(images_stylized/img08.gif);
	background-repeat: no-repeat;
	background-position: center top;
	*/
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
	position: static;
	clear: both;
}

#footer p {
	text-align: center;
}
 #dir_serv {
	font-weight: lighter;
	z-index: 50;
	position: relative;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px;
}
#dir_serv ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
#dir_serv a {
	color: #FF0000;
	text-decoration: none;
}
#dir_serv a:hover {
	color: #0000FF;
	text-decoration: none;
}
#dir_serv h4 {
	color: #333333;
}
#header_middle {
	font-size: 45px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	float: left;
	color: #333333;
	left: 5px;
	top: 15px;
}
#header_right {
	float: left;
	vertical-align: text-top;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-weight: bold;
	position: relative;
	font-size: 110%;
	padding: 5px;
	left: 100px;
	top: 10px;
	display: none;
}
.slogan {
	font-size: 30%;
}
.box1 {
	position: relative;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #333333;
	border-left-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
.box2 {
	position: relative;
	padding: 5px;
	left: 5%;
}
.bullets2 {
	position: relative;
	list-style-position: outside;
	display: block;
}
.bullet_indent {
	position: relative;
	list-style-type: none;
	font-style: italic;
	font-weight: bolder;
	list-style-position: outside;
	display: block;
}
#banner {
	color: #000000;
	border-bottom-width: thin;
	border-bottom-color: #666666;
	font-style: italic;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
}
.strong {
	font-weight: bold;
	text-align: center;
}
.back {
	text-align: right;
	display: none;
}
.bullets {
	margin-left: 20%;
}
.bullet_indent {
	margin-left: 30%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.signature {
	font-family: "Lucida Handwriting";
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
