/*
      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;*/
}


#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 /*background: #E7DBD5;*/
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 502px;
 width: 450px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 /*border: 1px solid #ccc;
 background: #F2F2E6;*/
 margin: 0px 5px 5px 0px;
 padding: 0px;
 height: 370px;
 width: 286px;
 display: inline;
}
#contentbox1 {
 font-size: 11px;
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #C9DDFC;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 150px;
 width: 266px;
 display: inline;*/
}
#contentbox2 { 
 font-size: 11px;
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #C9DDFC;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 150px;
 width: 266px;
 display: inline;*/
}
#contentbox3 { 
 font-size: 11px;
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background:  #C9DDFC;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 150px;
 width: 266px;
 display: inline;*/
}
#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;
}


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

h1 {
	background-image: url(../images/dotty.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 10px;
	padding: 0 0 6px 0;
	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;
}

p {
	line-height: 20px;
}

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

a:hover {
	text-decoration:underline;
}


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

img {
	border: none;
}
.contentimg {
	float: left;
	margin-right: 10px;
	border-style:none;
}


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

.mainimg {
	padding-bottom: 20px;
}

/* 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;
}

</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]
