html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color:#2a6c90;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
p, ul {
	margin: 0;
	padding-top:5px;
	padding-bottom:5px;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
a.header-links {
	text-decoration: none;
}

body {
	background: url(http://www.trifecta-tech.com/trifecta/images/blog/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(http://www.trifecta-tech.com/trifecta/images/blog/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(http://www.trifecta-tech.com/trifecta/images/blog/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(http://www.trifecta-tech.com/trifecta/images/blog/body_bg_bot.jpg) no-repeat;
}
#body-top {
  background: url(http://www.trifecta-tech.com/trifecta/images/blog/body_bg_top.gif) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

div#newsfeeds{
text-align: center;
padding-bottom: 3px;
}


strong {color:#5294c0;}


a.noStyle {
	text-decoration: none;
	color: #2a6c90;
}


/** logo **/

#logo {
  width: 25em;
  text-align: center;
}
#logo h1 {
  color: #bec7cd;
  font: 22px, Arial, Helvetica, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  margin: 0;
  font-size: 14px;
  padding-top: 1px;
}

#logo span {
  color: #a5aeb4;
  font-size: 25px;
 
}
/** nav **/

#nav {
  margin-top: 50px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(http://www.trifecta-tech.com/trifecta/images/blog/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}
div#content{margin:0 auto;
overflow-y:hidden;
padding-top:30px;
padding-left:10px;
padding-right:10px;
text-align:left;
}
/** content left **/
div#content_left{float:left;
width:529px;

} 
div#blue_top{ background:url(http://www.trifecta-tech.com/trifecta/images/blog/blue_top.png) no-repeat ;
height:16px;
width:529px;
}
div#blue_middle{background: url(http://www.trifecta-tech.com/trifecta/images/blog/blue_mid.png) repeat-y;
height:100%;
width:520px;
padding-right:7px;
padding-left:5px;
}
div#blue_bottom{ background:url(http://www.trifecta-tech.com/trifecta/images/blog/blue_bottom.png) no-repeat;
height:20px;
width:529px;
}

/** content right **/

div#content_right{ float: right;
width:228px;
}
div#grey_top{ background:url(http://www.trifecta-tech.com/trifecta/images/blog/grey_top.png) no-repeat;
height:16px;
width:228px;

}
div#grey_middle{ background:url(http://www.trifecta-tech.com/trifecta/images/blog/grey_middle.png) repeat-y;
height:100%;
width:220px;
padding-right:5px;
padding-left:5px;
}
div#grey_bottom{ background:url(http://www.trifecta-tech.com/trifecta/images/blog/grey_bottom.png) no-repeat;
height:31px;
width:228px;
}


/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer {
	color: white;
	padding-top: 10px;
}

.footer a {
	text-decoration:none;
	color:#fff;
}

.footer a:visited {
	color:#fff;
}

#copyright {
	padding-top: 5px;
	color:#fff;
}