/***********************************************/

/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/
/*Selwyn Collins
NAMCATERING  December 6 /2010*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*   AJAX */

 
/*****@import url("FONTCOLORS.css");  Global Settings *****/
/* Normalizes margin, padding p,ul, ol,li */


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0 0 40px 0;
	padding: 0px;
	font-size: 100%;

}
.coedGreenBoldCap {
	font-weight: normal;	/* yellow star */
	color: #096;
	font-size: 2.64em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 8px 6px 3px 0;
	float:left;
	height:40px;	
}

/**************FORMS******************/
#contactform  {
   display: block;
   /*border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: outset;
   border-right-style: outset;
   border-bottom-style: outset;
   border-left-style: outset;*/
   width: 520px;
   background-color: #FFF;
   margin: auto;
   padding: 10px;
   text-align: left;  
}
#contactform  select{
 font-size: 12px;
	background-color: #fff;
	border: 1px solid #b1b1bc;
	color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	width: 286px;
	height:24px;
	margin: 0 4px;
}
#contactform   div select{
 font-size: 12px;
	background-color: #FFF;
	border: 1px solid #b1b1bc;
	color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	width: 82px;
	height:24px;
	padding: 0px;
	margin: 0 4px;
}
#contactform  fieldset {
   background-color: #FFF;
   padding:6px 0 8px 0;
   margin:0 0 8px 0;
   border:none;
 /*border-bottom: solid 1px #eee;*/
}
#contactform  label {
   font-size: 13px;
   display: block;
   text-align: right;
   float: left;
   margin: 0px;
   width: 170px;
   padding:4px 0 3px 0;
   color:#000;
}
#contactform    input [type="select"] {
 font-size: 12px;
	background-color: #eee;
	border: none;
	color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	width: 282px;
	height:24px;
	padding: 0 4px;
	margin: 0 4px;
}
#contactform   textarea {
padding: 4px;
margin: 0 4px;
background-color: #FFF;
border: 1px solid #bababa;
color: #000000;
font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
width: 276px;
height: 110px;
}
 
#contactform   legend  {
  margin: 4px 0px 14px -4px;
  text-align: left; 
  line-height: 1.42em;
 border: none;
 font-size: 13px;
}
#contactform   input{
padding: 4px;
margin: 0 4px;
background-color:#ffffa0;
border: 1px solid #777;
color: #000000;
font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
width: 276px;
}
#contactform  input[type="submit"] {
	border-style: outset;
	border-width: 0.1em;
	margin: 0 58px 0 0em;
	background-color: #c2c2c2;
	border-color:#2fd;
	float:right;
	width:130px;
	height:34px;
	cursor: pointer;
	background-color: #0066cc;
	color:#fff;
}
	
#contactform  input[type="checkbox"] {
padding: 4px;
margin: 0 4px;
background-color: #FFF;
border: 1px solid #888;
color: #000000;
font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
width: 20px;
}

#contactform  input[type="submit"]:hover
{   
  	background-color: #fff;
	color:#397d02;
	border-style: inset;
	border-width: 0.1em;	
}

#contactform  input[type="submit"] span
{
  display: none;
}

a.passwordLink:link,
a.passwordLink:hover,
a.passwordLink:visited {
	background-color: #308014;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 160px;
	padding:4px;
	border:0.1em #FFF outset;
	margin:2px 0 4px 0;
	float:right;
}
a.passwordLink:hover{
	background-color: #ffffa0;
	color: #000;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 160px;
	padding:4px;
	border:0.1em #FFF inset;
}
