body {
  margin: 0;
  padding: 0;
  background-color: #050845;
  color: white;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  background-color: #fdf8f2;
  color: black;
  margin: 10px 20px 30px 20px;
  
  padding: 10px;
}
#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}
#tagline {
  font-weight: bold;
  background-color: #fdf8f2;
  color: #050845;
  font-style: italic;
  margin: 0;
  padding: 0 0 0 20px;
  width: 300px;
  float: left;
}
#main {
  width: 100%;
  margin-top: 10px;
  background-image: url(images/sidebarbg1.gif);
  background-position: right top;
  background-repeat: repeat-y;
}
#content {
	border-top: 1px solid #b9d2e3;
	border-right: 1px solid #b9d2e3;
	border-left: 1px solid #b9d2e3;
	background-color:#F7F7F7;
	color: black;
	margin-top: 0;
	margin-right: 198px;
	margin-bottom: 0;
	margin-left: 190px;
}
#mainfeature {
	background-image: url(images/croker-header.jpg);
	background-repeat: no-repeat;
	background-color: #b7c1ca;
	color: white;
	padding: 2em 2em 1em 200px;
	height: 1%;
	display: block;
}
#mainfeature2 {
	background-image: url(images/u2314.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: white;
	padding: 2em 2em 1em 100px;
	height: 1%;
	display: block;
}
#mainfeature3 {
	background-image: url(images/oarbg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: white;
	padding: 2em 2em 1em 200px;
	height: 1%;
	display: block;
}
#mainfeature4 {
	background-image: url(images/surfbg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: white;
	padding: 2em 2em 1em 200px;
	height: 1%;
	display: block;
}

#mainfeature5 {
	background-image: url(images/usabg.jpg);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	color: white;
	padding: 2.5em 2em 0.1em 10px;
	height: 1%;
	display: block;
}
#mainfeature6 {
	background-image: url(images/pontoonbg.jpg);
	background-repeat: no-repeat;
	background-color: #b7c1ca;
	color: white;
	padding: 2.5em 2em 1em 10px;
	height: 1%;
	display: block;
}
#mainfeature7 {
	background-image: url(images/w8usabg.jpg);
	background-repeat: no-repeat;
	background-color: #b7c1ca;
	color: white;
	padding: 2.5em 2em 1em 10px;
	height: 1%;
	display: block;
}
#mainfeature8 {
	background-image: url(images/w8rombg.jpg);
	background-repeat: no-repeat;
	background-color: #b7c1ca;
	color: white;
	padding: 2.5em 2em 1em 10px;
	height: 1%;
	display: block;
}
#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 140%;
}

#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: white;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#content .inner {
  margin: 1px 1px 1px 1px;
}
#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}
#content .inner ul.features {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner p {
  color: #666666;
  font-size: 90%;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner p.author {
  font-weight:  bold;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}
#sidebar {
	width: 192px;
	background-color: #256290;
	color: white;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 32px;
}
#sidebar h3 {
  font-size: 100%;
  background-image: url(images/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#sidebar .inner {
  padding: 10px;
}
#sidebar ul {
  list-style-image: url(images/more-bullet.gif);
  margin-left: 0;
  padding-left: 15px;
}
#sidebar p, #sidebar li {
  font-size: 80%;
  line-height: 1.4em;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar .date {
  font-weight: bold;
}
#searchform .text {
  width: 196px;
  border: 1px solid #45bac0;
}
#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}
#sidebar .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#sidebar2 {
	float: left;
	width: 180px;
	border-top: 1px solid #b9d2e3;
	border-left: 1px solid #b9d2e3;
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
}
#sidebar2 .inner {
  margin:  10px;
}
#sidebar2 p {
  font-size: 90%;
  color: #666666;
}
#sidebar2 a:link, #sidebar2 a:visited {
  color: #245185;
  font-weight: bold;
}
#sidebar2 h3 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size:  110%;
}
#nav {
  list-style: none;
  margin: 0;
  padding:  0;
}
#nav li {
  border-bottom: 1px solid #b9d2e3;
  padding: 0.4em 0 0.2em 0;
  font-size:  90%;
}
#nav li a:link, #nav li a:visited {
  text-decoration: none;
  color: #245185;
  font-weight: normal;
}
#bloglatest h4 {
  color: #ff4e00;
  font-size: 100%;
  font-weight: bold;
}
#blog {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: url(images/more-bullet.gif);
}
#blog li {
  font-size: 90%;
  padding-bottom: 0.5em;
  color: #ff4e00;
  font-weight: bold;
}
#newsletterform .text {
  width: 135px;
  border: 1px solid #45bac0;
}
#newsletterform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#newsletterform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
  font-size: 80%;
}
#footer {
  width: 100%;
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  margin-top: 10px;
  clear: both;
}
#footer p {
  font-size: 90%;
  color: #256290;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}
#clearone {
  clear: both;
  height: 1px;
}

#main2 {
  margin-top: 10px;
  background-image: url(images/leftbg.gif);
  background-position: bottom left;
  background-repeat: repeat-y;
}






#leadstories {
}
#leadstories p { margin: 4px 0 6px 0; padding:0; }

#article1 {	}
#wrapper #main #content .inner .features #leadstories #article1 a {
	text-decoration: none;
}	
#wrapper #main #content .inner .features #leadstories #article2 a {
	text-decoration: none;
}

#image {
	width: 10%;
}

.picleft {  
	padding-right: 5px; 
	padding-bottom: 5px; 
	white-space: normal; 
	clear: left; 
	float: left;
	
	}
.picright {  
	padding-right: 5px; 
	padding-bottom: 5px; 
	white-space: normal; 
	clear: right; 
	float: right;
	
	}




#content .frontpage table {
	border:1px solid #c0c0c0;
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}
#content .frontpage td,th{
	/* add this if there are any errors i took this out to put the css tables,,,, border:1px solid #c0c0c0;  ,,,,, */
	border-collapse:collapse;
	padding:5px;
}	
#content .frontpage #image1,#image2{width:auto;}
#content .frontpage #story1,#story2{width:auto;}

#content .frontpage thead th{
	background:#F0F0F0;
	text-align:left;
}
#content .frontpage tbody th{
	text-align:left;
	background:#F0F0F0;
}

#content .frontpage tbody td{
	background:#F0F0F0;	
}
#content .frontpage tbody tr.odd td{
	background:#F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
}

#content .frontpage tbody p.more a:link {
  color: black;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}#wrapper #main #main2 #content .inner table tr td #p7TP1 .down .p7TPcontent #p7tpc1_4 table tr td table {
	border: 1px solid #000;
}
#wrapper #main #main2 #content .inner table tr td #p7TP1 .down .p7TPcontent #p7tpc1_3 table tr td table tr td table {
	border: 1px solid #000;
}









#rounded-corner
{
	font-family: small Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.part
{
	background: #b9c9fe url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.picture
{
	background: #b9c9fe url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}


.tableborder {
	border: 1px solid #333;
	background-color: #fdf8f2;
	width: 350px;
	height: 450px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}


div.float {
	float: left;
  }
  

   div.spacer {
  clear: both;
  }
