body {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666666;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	padding: 0 0 0 0;
	width: 960px; /* Change this number to the same thing as the width of the header */
}

.clearer {
	clear: both;
}

h2 {
	border-bottom: 1px dotted #C5C5C5;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	margin:0 0 8px;
	padding:0 0 8px;
}

h3 {
	border-bottom: 1px dotted #C5C5C5;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin: 0 0 8px;
	padding: 8px 0;
}

a {
	color: #990000;
	margin: 0;
	padding: 0;
}

.col_header {
	color: #000000;
	font-size: 16px;
	font-family: Helvetica, arial, sans-serif;
	padding: 15px 10px 0;
	font-weight: bold;
}

.main_content_left {
	width: 240px; /*This width along with the middle and right section need to equal the width of the holder */
	float: left;
	margin: 15px 0px 0 0;
}

.main_content_middle {
	width: 490px;
	float: left;
	border-right: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	padding: 30px 20px 100px;
	font-size: 12px;
	min-height: 550px;
}

.main_content_middle p {
	font-size: 12px;
}

.main_content_right {
	width: 150px;
	float: left;
	margin: 15px 0;
}

.main_content_right input[type="text"] {
	width: 145px;
}

/* Menu Styles */
#menu {
	width: 240px;
	margin: 0 0 0 40px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li a {
	text-decoration: none;
	color: #990000;
}


/* Widgets (Right Sidebar)*/
.right_widget {
	margin: 0 0 10px 0;
	width: 170px;
}

.right_widget_content {
	padding: 0px 0 10px 10px;
}

#header {
	background-image: url('http://sterlingknight.biz/s/img/1004-header_gradient.png');
	background-repeat: repeat-x;
	height: 223px;
	padding: 7px 0 0 0;
	margin: 0;
	width: 100%;
}

#header img {
	margin: 0;
}

.altcolor {
	background: #DADADA none repeat scroll 0 0;
}

.emotionheader_wrapper {
	background:transparent url(http://sterlingknight.biz/s/img/1004-emotionheader_bg.png) no-repeat scroll 0 0;
	height:210px;
	margin: 0 auto;
	padding:3px 2px 1px;
	width:956px;
}

#mainNavWrapper {
	margin: 0 0 0 -40px;
}

ul.mainNav1 {
	margin: 0 0 0 40px;
	padding: 0;
}

ul.mainNav1 li {
	list-style-type: none;
}

ul.mainNav1 li a:hover, ul.mainNav1 li a.current {
	background: #DADADA url(http://sterlingknight.biz/s/img/1004-mainNav_current.png) repeat-x scroll 0 0;
}

ul.mainNav1 li a {
	border-bottom:1px solid #DADADA;
	display:block;
	padding:4px 15px;
	text-decoration:none;
	color: #990000;
	font-size: 12px;
}

.grey-bullet {
	list-style-type: none;
	margin: 0 0 0 -35px;
	font-size: 12px;
}

.grey-bullet a {
	text-decoration: none;
}

.emotionheader_wrapper a img {
	border: 0;
}

.footer {
	margin: 10px 0 20px 405px;
	position: relative;
}

.footer .img {
	margin: 5px 0 0 0;
	float: left;
}

.footer .poweredby {
	margin: 10px 0 0 5px;
	float: left;
}

a.no_underline {
	text-decoration: none;
}