@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	background-color: #231f20;
	overflow: -moz-scrollbars-vertical;
	height: 100%;
}

a {
	color: #f48300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:hover {
	color: #f48300;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f48300;
	font-size: 28px;
}

h1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #f48300;
	text-decoration: none;
	font-size: 28px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f48300;
	margin-top: 10px;
	margin-bottom: -10px;
}

h2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #f48300;
	text-decoration: none;
	margin-top: 10px;
	font-size: 24px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f48300;
	margin-top: 10px;
	margin-bottom: -10px;
}

h3 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #f48300;
	margin-top: 10px;
	font-size: 18px;
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f48300;
	font-size: 16px;
	margin-bottom: -10px;
}

h4 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #f48300;
	font-size: 16px;
	text-decoration: none;
}

h4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #f48300;
	font-size: 16px;
	text-decoration: underline;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f48300;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -10px;
}

p {
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border: none;
}

.blogimage {
	border: solid #f48300 1px;
	padding: 3px;
}

dl {
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 15px;
}

dd{
	margin-bottom: 15px;
}

ul {
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ol {
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.navigation ul {
	margin: 0px 0px 0px -23px;
	line-height: 16px;
	list-style: circle;
	font-size: 16px;
	color: #f48300;
}

.navigation a {
	color: #dddddd;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navigation a:hover {
	color: #f48300;
	font-family: Arial, Helvetica, sans-serif;
}

.blockquote {
	width: 400px;
	margin-left: 100px;
	font-variant: small-caps;
	font-size: 15px;
}

.dottedline {
	color: #f48300;
	border-bottom: 1px dashed #f48300;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-top: -10px;
}

.dottedline2 {
	color: #f48300;
	border-bottom: 1px dashed #f48300;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-top: 15px;
	margin-left: -10px;
}

.titlebar {
	display: block;
	background-color: #f48300;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 1px;
}

.titlebar a {
	display: block;
	background-color: #f48300;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 1px;
}

.rollover a {
	display: block;
	width: 100%;
	background-color: #231f20;
}

.rollover a:hover {
	background-color: #494949;
}

.linklist {
	display: none;
}

.navigation a {
	font-size: 11px;
	margin-left: -4px;
}

.authorhighlight {
	color: #dddddd;
}

.blogdate {
	color: #818181;
	font-size: 11px;
}

#navigation {
	float: left;
	width: 136px;
	color: #f48300;
	border-right: 1px dashed #f48300;
	padding-bottom: 30px;
	margin-right: 10px;
	padding-top: 10px;
}

#body {
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
	min-height: 100%;
}

* html #body {
	height: 100%;
}

#repeat1 {
	background-image: url(images/repeat_1.jpg);
	background-repeat: repeat-x;
	width: 101%;
	height: 354px;
	margin: 0px 0px 0px -8px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 392px;
	width: 900px;
	margin-top: -350px;
}

#home {
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 47px;
	width: 76px;
	top: 152px;
	left: 100px;
}

#about {
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 47px;
	position: absolute;
	width: 124px;
	top: 152px;
	left: 201px;
}

#blog {
	background-image: url(images/blog.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 47px;
	position: absolute;
	width: 71px;
	top: 152px;
	left: 346px;
}

#leadership {
	background-image: url(images/leadership.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 47px;
	position: absolute;
	width: 260px;
	top: 152px;
	left: 438px;
}

#links {
	background-image: url(images/links.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 47px;
	position: absolute;
	width: 81px;
	top: 152px;
	left: 718px;
}

#content {
	position: relative;
	width: 760px;
	margin: -280px 100px 30px 72px;
	height: 100%;
	z-index: 1;
	padding-bottom: 2.5em;
}

#text {
	width: 610px;
	margin-left: 147px;
}

#repeat2 {
	background-image: url(images/repeat_2.jpg);
	background-repeat: repeat-x;
	width: 101%;
	height: 110px;
	position: relative;
	margin: -7.6em 0px auto -8px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 231px;
	width: 900px;
	position: relative;
	margin: -14.8em auto auto auto;
}

#rssfeed {
	position: absolute;
	top: 128px;
	left: 795px;
}

#facebook {
	position: absolute;
	top: 128px;
	left: 772px;
}

#search {
	position: absolute;
	top: 212px;
	left: 777px;
	z-index: 2;
}

#sitecounter {
	position: absolute;
	top: 127px;
	left: 816px
}