h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:23px;
margin-bottom:15px;
}

h2 {
font-family: trebuchet MS, Arial, Helvetica, sans-serif;
font-size:15px;
margin-bottom:15px;
text-transform: uppercase;
color: #0767ad;
}

h2 a {
	text-decoration: none;
}

h2.bordered {
	background: url(../img/home-news-border.gif) bottom repeat-x;
	padding: 0 0 20px 0;
	
}

p {

line-height:18px;

margin-bottom:15px;
}

h3 {
font-family: trebuchet MS, Arial, Helvetica, sans-serif;
font-size:14px;
margin-bottom:15px;
color: #888;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
margin-bottom:15px;
}

h5 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-bottom:15px;
}

h6 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:15px;
}

.blue {
	color: #0767ad;
}


ul {
margin:0px 0px 0px 0px;
padding:0px;
}

ul li {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

ul li a, ul li a:visited {
color:#666;
text-decoration:underline;
}

ul li a:hover {
text-decoration:none;
}

ol {
margin:0px 0px 15px 25px;
padding:0px;
}

ol li {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

ol li a, ol li a:visited {
color:#999999;
text-decoration:underline;
}

ol li a:hover {
text-decoration:none;
}

a, a:visited {
	color: #0767ad;
}

a:hover {

}

.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
  
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Forms *****/
 
form {
display:inline;
}

#contactForm {
padding:0px 0px 0px 0px;
}

#contactForm ul {
margin:0px;
padding:0px;
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#878787;
width:520px;
}

#contactForm ul:after {
content:".";
height:0px;
clear:both;
visibility:hidden;
display:block;
}

#contactForm ul li {
clear:left;
}

#contactForm ul li input {
display: block;
width: 360px;
float: left;
border:1px solid #cbcbcb;
padding:3px 0px 3px 3px;
margin:0px 0px 10px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#878787;
}

#contactForm ul li textarea {
display: block;
width: 360px;
float: left;
border:1px solid #cbcbcb;
padding:3px 0px 3px 3px;
margin-bottom: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#878787;
}

#contactForm ul li select {
display: block;
width: 364px;
float: left;
border:1px solid #cbcbcb;
padding:3px 0px 3px 3px;
margin-bottom: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#878787;
}

#contactForm ul li label {
text-align: right;
width: 75px;
float: left;
padding:3px 20px 3px 0px;
}

#contactForm form input {
margin:10px 0px 0px 370px;
} 