* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(../images/bodyBG.jpg) #fff repeat-x;
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #3a3f55;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 85%;
	background: url(../images/ContentBG2.jpg) 180px 0 no-repeat;
	min-height: 650px; 
	position: relative;
}

#leftCol {
	position: absolute;
	top: 20px;
	left: 0;
	width: 178px;
	padding-top: 120px;
	background: url(../images/cpc.jpg) no-repeat;
	
}

#contentHolder {
	padding-top: 150px;
	width: 550px;
	margin-left: 200px;
}

#content {
	width: 530px;
	margin: 0 auto;
	padding-top: 10px;
	line-height: 145%;
	font-size:90%
}


/************** content styles *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0;
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
}

/************** left column styles *******************/

#leftCol ul {
	list-style-type: none;
	border: 0px solid #3c4661;
 }

#leftCol li {
	margin: 0px;
	border-bottom: 1px dotted #C8C5D6;
}

#leftCol li a {
	display: block;
	color: #4D4A67;
	background-color: ;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 5px;
	font-variant:small-caps;
	font-size:110%;
	font-family:Georgia, "Times New Roman", Times, serif
}

#leftCol li a:hover {
	color: #9996B4;
	background-color:#43415A;
	
	
}


/************** generic stuff *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}


.left {
	float: left;
	margin: 5px 10px 2px 0;
}

/************** links in content *******************/

a img {
	border: none;
}

a {
	color: #7D84A2;
	text-decoration: underline;	
}

a:hover {
  color: #242d39;
 }
 
/* Styles for "you are here" */
body#homepage li#home a,
body#productspage li#products a,
body#manufacturepage li#manufacture a,
body#pmcipage li#pmci a,
body#formpage li#form a,
body#newspage li#news a {
	color: #FFFFFF;
	font-weight:normal;
	background-color: #4D4A67;
	font-variant:small-caps;
	background-image:url(../images/mainNav.gif);
	background-position: top right;
	background-repeat:no-repeat;
	}
 
 /************** vCard *******************/

div#contactinfo {font-size:90%;}

div#contactinfo h1 {
		font-size: 110%;
		text-transform: uppercase;
		margin-bottom: 10px;
		padding-left: 20px;
		}


div.vcard {
		width: 200px;
		background: #eeeeee;
		border: 1px solid #cccccc;
		padding: 4px 8px 15px 8px;
		margin-bottom: 15px;
		margin-left: 20px;
		}

.vcard h2 {
		font-size: 110%;
		text-transform: uppercase;
		margin-bottom:0
		}

.vcard p {
		font-size: 110%;
		line-height: ;
		margin-bottom:0;
		}
.hidden {
		display: none;
		}
		
.tel, .fn {
		margin-bottom: 0;
		
		}

.org {
		font-weight: bold;
		
		}
		
 /************** collapsable stuff *******************/
 
div#content p.toggle {
	margin-left:20px; 
	padding-left:20px; 
	background-image:url(../images/arrow.png); 
	background-repeat:no-repeat}
div.expandable p {
	margin-left:20px; 
	}
	
 /************** table stuff *******************/	
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	margin-bottom: 7px;
	
}
.datatable td {
	border: 1px solid #DFDFDF;	
	text-align:center;  padding:0; width:120px; height:23px
}
.datatable th {
	border: 1px solid #DFDFDF;
	background-color: #DFDFDF;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}

.datatable td a {
	width:100%;height:100%; display:block; text-decoration: underline; vertical-align:middle; 
}
.datatable td a:hover {
	background-color: #CCCCCC;
	
}


 /************** table stuff *******************/	
 
 .formtable {
	border: 0;
	margin-left:20px	
}
.formtable td {
	border: 0px solid #DFDFDF;	
	text-align:left;  padding:0; 
}
.formtable td.label {
	padding-left:10px;
	font-weight:bold 
}
.formtable th {
	border: 1px solid #DFDFDF;
	background-color: #DFDFDF;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}

.formtable td a {
	width:100%;height:100%; display:block; text-decoration: underline; vertical-align:middle; 
}
.formtable td a:hover {
	background-color: #CCCCCC;
	
}
.formtable input {
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	padding: 2px 0;
	text-align:left
	
}

.submitButton, .resetButton {
	color: #00008B;
    background-color: #CCCCCC;
    border: 1px outset #00008B;
	margin-left: 45px;
	margin-top: 10px;
	padding:3px;
		}
.resetButton {margin-left:15px} 
