
/*********************************************************
   HTML Elements
 *********************************************************/

/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  font: 18px arial, sans-serif;
  color: #404041;
 
}

p {
    display: block;
	padding: 5px 5px 0 5px;
	font: 12px Verdana, sans-serif;
	color: #000;
	margin: 0;
  
}

.footer{
    display: block;
	padding: 5px 5px 0 5px;
	font: 12px/16px Verdana, sans-serif;
	color: #fff;
	margin: 0;
  
}


h2 {
 	text-transform: none;
	color: #59595b;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid 3px #d0d0d0;
}

h2.member {
 	text-transform: none;
	color: #59595b;
	font-size: 1em;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background:#FFCC33;
	
	
}

h3 {
  
  font-family: Tohma, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:1em;
  color:#000;
 }

h4 {
  
  font-family: Tohma, Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: #59595b;
    
  }
  
 h4.footer {
  
  font-family: Tohma, Arial, Helvetica, sans-serif;
  font-size: .7em;
  color: #59595b;
    
  }

h5 {
    font-family: Tohma, Arial, Helvetica, sans-serif;
  	font-size: .8em;
  	color: #59595b;
	border-bottom: 1px solid #f0b70f;
	margin-bottom: 25px;
}

.style7 {color: #666666}


/* Links */


a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

a:link { color:#f0b70f; text-decoration:none; font-weight:bold;}
a:visited {color:#999; text-decoration:none; font-weight:bold;}
a:hover {color:#404041; text-decoration:none; font-weight:bold;}
a:active {color:#f0b70f; text-decoration:none; font-weight:bold;}

/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}

img {
margin: 0px auto;

}


img.portfolio {
margin: 0px auto;
border: 1px solid #999;
background: #CCCCCC;
padding: 5px;
}

img.link {
margin: 0px auto;
border: 3px solid #999;
padding: 2px;
}


a:hover img.link {
margin: 0px auto;
border: 3px solid #31BCD1;
padding: 2px;
}


/* Lists */
ul li {
    list-style: none;
}

li.content {
	display: block;
	text-align:left;
	color: #1F3F48;
	margin: 5px 0 0 10px;
	text-indent: 15px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bullet2.gif);
	background-repeat:no-repeat;
	width:300px;
	height: 8px;
}

	
ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}

li {
list-style:none;
}

/* Blockquote */
blockquote {
  margin: 0 0 0 40px;
  padding: 0 0 5px 20px;
  width:80%;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}

li.bullet {
	margin: 0 auto;
	background-image: url(../images/bullet_line.jpg)) no-repeat;
	padding: 2px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
}
/**************************************************************
   Form Elements
 **************************************************************/

TD,input{font-family:arial, verdana,trebuchet,helvetica,geneva,sans-serif;font-size:11px; color:#404041;}

form {
  padding: 10px;
  margin: 0 0 0 150px;
  
  
}

/* If you're finding the input elements get pushed down, increase the width */
label {

  float: left;
  width: 15%;
  vertical-align: top;
}

input,
select {
  padding: 2px;
  margin-bottom: 8px;
  font: 400 1em verdana, sans-serif;
  color: #404041;
  border: 1px solid #FFFFFF;
  border-bottom: 1px solid #f0b70f;
}
textarea{
color:#3B6B9F;
}

input:focus,
input:hover,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;
  font: 100 0.8em verdana, serif;
  cursor: pointer;
  color:#f0b70f;
  background: #404041;
  border-width: 1px;
  border-style: solid;
  border-color: #f0b70f;
}

input.button:hover {
  padding: 2px 5px;
  font: 100 0.8em verdana, serif;
  cursor: pointer;
  color:#000;
  background: #404041;
  border-width: 1px;
  border-style: solid;
  border-color: #f0b70f;
}
input.radio {
  background: none;
  border: 0px;
  border-style:none;
}





