* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	font: normal .90em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
	color: #151515; /*#6A6A6A; this is the default color for text on the page.  It is a grey.  It is also the test color */
	text-align: center;
	background: #ffffff; /*#000; This color changes the background below the footer (not sure why)*/
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #fffff; /* Parner Info text color below footer.  Changed to white to hide it*/
}
ul span, ol span {
	color: #8bc73f; /*Dark Blue*/
}
img {
	border: 3px solid #444; 
}
img.no-border {
	border: none;
}
img.float-right {
	margin: 5px 0px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
a img {
	border: 3px solid #444;
}
a:hover img {
	border: 3px solid #CCC !important; /* IE fix*/
	border: 3px solid #444;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  background: #111; /* Darker Black */
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777; /* Dark Blue */
}
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #111;
	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;
}
#header-content, #footer-content, #content {
	width: 83%;
}
#header {
	background: #444 url(../images/logobg.png) repeat-x 0 0;
	height: 110px;
	text-align: left;
}
#header-content {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#header-content #logo {
	position: absolute;
	font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px;
	color: #000;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 0px;
	left: 20px;
	background-image:url(../images/brinkin_logo1.png) ;
	width: 276px;
	height: 110px;
}
#header-content #slogan {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC; /* Blue */
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 60px;
	left: 35px;
}
#header-content ul {
	position: absolute;
	right: 20px;
	top: 75px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-content li {
	display: inline;
}
#content-wrap {
	clear: both;
	float: left;
	background: #ffffff;
	width: 100%;
}
#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
#sidebar {
	float: right;
	width: 260px;
	margin: 10px 0;
	padding: 0;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0;
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
}
#sidebar .sidebox {
	background: #fff; /* this is the color of the sidebox */
	margin: 5px 15px 10px 15px;
}
#main {
	margin: 10px 0;
	padding: 0 270px 0 0;
}
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 1px solid #8bc73f;/*#68050A;  Redish color border line dividing footer and content*/
	font-size: 95%;
	text-align: left;
}
#footer h2, #footer p {
	padding-left: 0;
}
#footer-content {
	margin: 0 auto;
}
#footer-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 15px;
}
#footer-content .col2 {
	width: 30%;
	padding: 0 0 30px 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.clear {
	clear: both;
}
.comments {
	text-align: right;
	border: 1px dashed #151515; /* Blackish */
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}