/* CSS Document 
property of Vision Instruments
author: Dirk Bertels
Date: 22 May 2007
*/


/*********************************************************
**********************************************************
	GENERAL TAG CSS
**********************************************************
*********************************************************/
body
{
	margin: 0px;
	padding: 0px;
	background: #ececec;
	
	color: #222;
	font: 11px/15px Times-new-roman, Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color:#0099CC;		/*cdad00 336600 0099CC*/
	text-decoration:none;
}

a:visited
{
	color:#cc6600;		/*cdad00 336600 0099CC*/
	text-decoration:none;
}

a:hover
{
    color:#3CB371;		/*cdad00*/
	text-decoration:underline;
}

table.linkTable
{
	margin:10px;
    border: 0; 
    width: 805px; 
    padding-left: 0px;
}

td.linkCell
{
	padding:3px;
	font-weight:normal;
    text-align: center;
    width: 16%;

}



/*********************************************************
**********************************************************
	GENERAL TAG CLASSES
**********************************************************
*********************************************************/

/*********************************************************
	P CLASSES
*********************************************************/
p.imgfooter
{
font-size: 9px;
text-align: center;
color:#000
}
p.quotefooter
{
 font:11px/15px Times-new-roman;
 font-size:10px;
 margin-left:1%;
 color:#772b1a;
}


/*********************************************************
	header
*********************************************************/

div#header
{
	height: 40px;
 	margin: 0px 140px 0px;
 	width: 810px;
}

#header h1
{
    text-align: left;
	margin: 10px;
	padding: 0px;
    padding-left: 10px;
}


/*********************************************************
	links
*********************************************************/

div#links
{
        height: 20px;

 	    width: 810px;

}



/*********************************************************
	logo
*********************************************************/
#logo
{
/*lake_st_clair.GIF
sunset_01.GIF
eagle_01.GIF
rainbow_01.GIF
BG_04.GIF
*/
	background: url(images/BG_06.GIF) no-repeat;
	height: 150px;
 	width: 800px;
	margin-left: 12px;
	margin-top: 0px;
}

/*********************************************************
	wrap_page
*********************************************************/
#wrap_page
{
background: url(images/bg.png) repeat-y left;
/*
  width: 1100px;
	overflow: hidden;
	position:relative;
	margin: distance of vertical bars (vert hor)
	*/

width:1100px;
	overflow: hidden;
	position:relative;
	margin: 0px 140px;
}

/*********************************************************
	contents
*********************************************************/
#contents
{
	/*width: 484px;*/
	width: 700px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin-left: 30px;
}

#contents h1
{
	text-align: left;
    margin-top: 30px;
	margin-bottom: 40px;
	text-transform:uppercase;
	text-decoration:none;
	color:#999;
	font: 18px sans-serif;
}

#contents h4
{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 15px;
	text-decoration:none;
	color:#666;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*
#contents a:hover
{
	color:#3CB371
}
*/


/*********************************************************
	sidebar
*********************************************************/
#sidebar
{
	/*width: 238px;*/
	width:240px;
	float: right;
	line-height: 1.5em;
  /* white-space: wrap;*/
	margin: 8px 8px 8px 0px;
	margin-right: 0px;
	padding: 10px;
	font-size:10px;
}

#sidebar h2
{
	color: #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;

}



/*********************************************************
	footer
*********************************************************/
#footer
{
	clear: both;
	text-align: center;
	height: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 774px;
	padding: 0px;

	margin-left: 22px;
}
#footer p
{
	padding:10px;
	margin:0px;
}

/*********************************************************
**********************************************************
	DIV CLASSes
**********************************************************
*********************************************************/

/*********************************************************
	section
*********************************************************/
.section
{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	/*font-size: 0.80em;*/
	line-height: 1.5em;
}


.sectionBody ul
{
	margin-left: 20px;
	padding-left:0px;
	list-style-type: none;
}
.sectionBody ol
{
	margin-left:20px;
	padding-left:0px;
}
.sectionBody ul li
{
	list-style:square;
}
.sectionBody p
{
margin:8px 0;
padding:0;
}


h3.sectionTitle, h3
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;

	color:#555;
	text-decoration:none;
	border-style: none;
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;

}
/* H3 headers linking */
h3.sectionTitle a, h3.sectionTitle a:visited, h3 a
{
	color:#cdad00;
	text-decoration:none;
	border-style: none;
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;
}
h3.sectionTitle a:hover, h3 a:hover
{
text-decoration:underline;
color:#cdad00;
}























