body {
	background-image: url(graphics/pg_bkg.gif);
	font-size: 80%;
	line-height: 1.5;
	color: #000000;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	margin: 0px;
	padding:0px;
}

#header {
	text-align:center;
}

hr {
	color:#23b24d;
}

#logo {
}

#wrap {
	position: relative;
	width: 902px;
	left: 50%;
	margin-left: -452px;	
	background-color: #fff;
	border: solid 1px green;
	height:auto;
}

.mp_backlinks {
	font-size: 80%;
	color:#000000;
}

#main {
	width: 890px;
	padding: 5px;
	height:100%;
}

#home-upper-wrapper {
}
#home-clear-wrapper {
	clear:both;
}
#home-lower-wrapper {
}

#home-upper-left {
	width:432px;
	margin:0px 10px 0px 8px;
	float:left;
  min-height:180px;
  height:auto !important;
  height:180px;	
	line-height:1.5;
}
#home-upper-right {
	width:432px;
	margin:0px 0px 0px 0px;
	float:left;
  min-height:180px;
  height:auto !important;
  height:180px;	
	line-height:1.5;
}

#home-lower-wrapper {
}

#home-lower-left {
	width:285px;
	height:410px;
	margin:0px 10px 0px 8px;
	padding:2px;	
	float:left;
	background-color:#eef9ff;
}
#home-lower-center {
	width:280px;
	height:410px;
	margin:0px 10px 0px 0px;
	padding:2px;
	text-align:center;
	float:left;
	background-color:#eef9ff;
}
#home-lower-right {
	width:280px;
	height:410px;
	margin:0px 0px 0px 0px;
	padding:2px;	
	float:left;
	background-color:#eef9ff;
	line-height:1.4;
}

#three-up-left {
	width: 32%;
	padding: 5px;
	float:left;
}
#three-up-center {
	width: 32%;
	padding: 5px;
	float:left;
}
#three-up-right {
	width: 32%;
	padding: 5px;
	float:left;
}

#two-up-left {
	width: 49%;
	padding: 5px;
	float:left;
}
#two-up-right {
	width: 49%;
	padding: 5px;
	float:left;
}
#center-div {
	width: 100%;
	text-align:center;
}
#onepagecms-div {
	width: 100%;
}

#newsletters {
	position:relative;
	margin-left: 49px;
	font-size: 90%;
}
#newsletter-1 {
	width: 23%;
	padding: 5px;
	float:left;
	text-align:center;
}
#newsletter-1 img {
	border:0;	
}
#newsletter-2 {
	width: 23%;
	padding: 5px;
	float:left;
	text-align:center;	
}
#newsletter-2 img {
	border:0;	
}
#newsletter-3 {
	width: 23%;
	padding: 5px;
	float:left;
	text-align:center;	
}
#newsletter-3 img {
	border:0;	
}
#newsletter-4 {
	width: 23%;
	padding: 5px;
	float:left;
	text-align:center;	
}
#newsletter-4 img {
	border:0;	
}
#newsletter-footer {
	clear:both;
	text-align:center;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 5px;	
}

body.popup {
	font-size: 80%;
	line-height: 1.5;
	color: #000000;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	list-style:1.5;
}

#top-div {
	clear:both;
}
#top {
	margin:5px;
	font-size: 75%;
}

#footer {
	position: relative;
	clear: both;
	text-align:center;
	font-size: 80%;	
}

a {
	color: #000000; text-decoration: underline
}
a:hover {
	color: #555555; text-decoration: none
}
a.top {
	color: #000000;
	text-decoration: underline;
	font-size: 80%;
}	
a.top:hover {
	color: #777777;
	text-decoration: underline;
	font-size: 80%;
}	

table {
	font-size: 90%;
}


/* Credits: Dynamic Drive CSS Library      */
/* URL: http://www.dynamicdrive.com/style/ */
/* I changed "mattblack" to "matteblack".  */
.matteblacktabs{
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #23b24d;
	border-bottom: 1px solid #23b24d;
	border-right: 1px solid #23b24d;	
	background-color:#23b24d;
	margin-top: -2px;
}
.matteblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	font: bold 12px Verdana;
	list-style-type: none;
}
.matteblacktabs li{
	display: inline;
	margin: 0;
}
.matteblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #23b24d; /*background of tabs (default state)*/
}
.matteblacktabs li a:visited{
	color: white;
}
.matteblacktabs li a:hover{
	color: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.matteblacktabs li.selected a{
	background: green; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#crnwebdev-logo {
	border:0;
}
