/*
      Created by Paul Chute
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 vertical-align:top;
 width: 900px;
 float: left;
 padding: 10px;
 /*border: 1px solid #ccc;*/
 height: 130px;
 margin: 10px 0px 5px 0px;
 /*background: #BD9C8C;*/
}

.photo {
	margin: 5px;
	border:#CCCCCC 1px solid;
	}

.spon {
 width: 300px;
 height: 100px;
 border: 1px solid #ccc;
 margin: 20px;
 float: left;
}
 


#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 /*background: #E7DBD5;*/
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 744px;
 float: left;
}

#rightcolumn { 
 color: #333;
 text-align:center;
 vertical-align: middle;
 /*border: 1px solid #ccc;
 background: #E7DBD5;*/
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 503px;
 width: 130px;
 float: left;
}
#footer { 
 width: 900px;
 text-align:right;
 color:#FFFFFF;
 clear: both;
 border: 1px solid #ccc;
 background: #CCCCCC;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size: 85%;
}

#footer ul {
	list-style: none;
	/*padding-top: 1em;*/
}

#footer li a:link, #footer li a:visited {
	text-decoration:none;
	color: #666666;
}

#footer li a:hover {
	text-decoration:underline;
}

.entrybox {
	float: left;
	height: 180px;
	width: 190px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 10px 10px 10px 20px;
}
#business {
	float: left;
	height: 180px;
	width: 674px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 10px 10px 10px 20px;
}

/*Text -----------------------------------------------------------------*/

h1 {
	background-image: url(../images/dotty.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0 0 6px 0;
	margin-bottom:30px;
	margin-top:10px;
	color: #41667f;
	font-size: 160%;
	font-weight: normal;
	background-color: transparent;
}

h2 {
	background-image: url(../images/dotty1.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0 0 6px 0;
	color: #41667f;
	font-size: 100%;
	font-weight: 200;
	background-color: transparent;
	margin-bottom: 5px;
}

h3 {
	padding: 0 0 6px 0;
	color: #41667f;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}

a:link, a:visited {
	text-decoration:none;
	color: #0066CC;
}

a:hover {
	text-decoration:underline;
}

.reallist {
	list-style-type:square;
	margin-left:50px;
	margin-bottom:30px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.smalllist {
	list-style-type:square;
	margin-left:50px;
	margin-bottom:30px;
	font-size:13px;
	line-height:20px;	
}
.smalltext {
	font-size:11px;
	line-height: 14px;
	
}
.info {
	font-weight:bold;
	font-size:14px;
	color: #0066CC;
}


/*image ---------------------------------------------------------------------------*/

img {
	border: none;
}


.contentimg {
	float: left;
	margin-right: 10px;
}

.contentimg1 {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}

.mainimg {
	padding-bottom: 20px;
}

.entryimg {
	padding-left:10px;
	padding-top: 5px;
}
.imgdiv {
	vertical-align:baseline;
}
.entrytext {
	height: 90px;
}

/* Navigation Bar ---------------------------------------------------------------- */

.solidblockmenu{
margin: 0px 0px 5px 0px;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #CCCCCC;
border-width: 1px 0;
background:  #6993DE center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: #82E634 center center repeat-x;
}

/* Forms -----------------------------------------*/

form {
	width: 400px;
	padding: 10px;
}
fieldset {
	padding: 10px;
	margin-bottom: 10px;
}

legend {
	font-size: 110%;	
}

input.txt {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width: 200px;
}
input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
}
form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 0.6em;
}
form div label {
  float: left;
  width: 40%;
  
}

/*--------Tables-----*/
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 80%;
	margin-bottom: 30px;
}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 0.3em;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 0.3em;
}
.datatable caption {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding: 0.4em 0 0.8em 0;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}


</style>

[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]
