/* ----------------- Tyography - lists, headings, links etc ------------------------- */

A:focus, A:hover, A:active /* Firefox image outline fix */
{ 
	outline: none 
}
A
{
	color: #01bdd9;
	text-decoration: none;
}
A:hover
{
	color: #231f20;
	text-decoration: none;
}
img
{
	border: 0px;
}

/* --------------------- Headers ----------------------------- */

H2, H3, .rightCol H3, H4
{
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
H1
{
	float: right;
	text-align: right;
	font-size: 2.2em;
	color: #00abc4;
	letter-spacing: -1px;
	position:relative;
	top:40px;
	right:20px;
font-weight: normal;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
H2
{
	font-size: 2.0em;
	color: #00abc4;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	
margin:0 0 10px 0;
}

H3 { 
font-size: 2.0em;}


P
{
	font-size: 1.2em;
	line-height: 1.8em; 
	color: #666;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.title {

font-size:14px;
font-weight:bold;
color: #00abc4;
}


.bold {


font-weight:bold;

}


ul
{
	padding: 0px 10px 0px 30px;
	margin: 10px 0px 10px 0px;
	list-style: disc outside;
	color: #666;
	font-size: 1.2em;
}

li
{
	padding: 0px 0px 10px 5px;
	margin: 0px;

	line-height: normal;
}

/* --------------------- Content Headers ----------------------------- */

.leftCol H2 { 
font-weight: normal;
color: #fff;

	background: url(../images/h2_bg.gif) 0px 0px no-repeat;
display:block;
padding: 8px 0 10px 15px;
margin: 20px 0 20px 0;
}

.panel H3 A{ 
font-weight: normal;
color: #fff;

	background: url(../images/h3_bg.gif) 0px 0px no-repeat;
display:block;
height: 22px;
padding: 8px 0 5px 15px;
margin: 20px 0 10px 0;

}

.panel H3 A:hover{ 
	background: url(../images/h3_bg.gif) 0px -36px no-repeat;
	color: #fff;
}

.rightCol H3 A{ 
	font-weight: normal;
	color: #fff;

	background: url(../images/h3_bg.gif) 0px 0px no-repeat;
	display:block;
	height: 22px;
	padding: 8px 0 5px 15px;
	margin: 20px 0 20px 0;
}


.rightCol H3 A:hover{ 

	background: url(../images/h3_bg.gif) 0px -36px no-repeat;	
}


/* --------------------- Content styles ----------------------------- */

.rightCol p {
padding: 0px 0 0 0;
}

.contact_p {
width:270px;
margin: 0 0 10px 0;
}


.highlight { 
font-size: 1.6em;
line-height: 1.4em;
font-weight: normal;
}

.news_title { 
font-size: 1.6em;
line-height: 100%;




}


.news { 
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #8d8d8d;
}

.news_date { 
font-size: 0.9em;
margin:0px 0 0 0;
	
}


.bold {
font-weight: bold;
}

.links {
line-height: 180%;
}

/* ---------------------Left / right styles ----------------------------- */



.leftCol A, .rightCol P A, .panel P A, .graybox A
{
	color: #00abc4;
	text-decoration: none;
	border-bottom: none;
	font-weight:bold;
}
.leftCol A:hover, .rightCol P A:hover, .panel P A:hover, .graybox A:hover
{
	color: #8d8d8d;
	text-decoration: none;
	border-bottom: 1px dotted #8d8d8d;
}

.panel P
{
	border: 0px solid red;
	margin: 0;
	line-height: 1.8em;
	padding: 5px 13px 25px 0px;
	width: 270px;

}

.leftCol P
{
margin: 10px 0 0 10px;
}

.imageLeft
{
	margin: 0px 20px 0px 0px;
	float: left;
}
.imageRight
{
	margin: 0px 0px 0px 20px;
	float: right;
}


/* --------------------------------------Footer---------------------------------------- */

#foot_right A
{
	color: #00abc4;
	font-weight: bold;
}


#foot_right A:hover{
color: #8d8d8d;
	border-bottom: 1px dotted #8d8d8d;
}


#footer P
{

	line-height: normal;
	padding: 20px 0px 0px 50px;
	margin: 0;
	color: #1d1d1d;
	clear: both;
	width: 800px;
}

/* --------------------------------------Form---------------------------------------- */

.form {
	background-color: #fff;
	border: 1px solid #cacacb;
	color: #666;
	height:20px;
	line-height:100%;
	width:200px;
	font-size:13px;
	margin: 5px 0px 0px 0px;
	padding:4px 0 0 4px;

}

.form2 {
	background-color: #fff;
	border: 1px solid #cacacb;
	color: #666;
	height:25px;
	line-height:100%;
	width:70px;
	font-size:11px;
	margin: 5px 0px 0px 0px;
	padding:0px;

}


input {
	background-color:#fff;
	border: 1px solid #cacacb;
}

input:hover {
	background-color:#eeeeee;
	border: 1px solid #cacacb;
}
input:focus {
	background-color:#eeeeee;
	border: 1px solid cacacbc;
}
textarea:hover {
	background-color:#eeeeee;
	border: 1px solid #cacacb;
}
textarea:focus {
	background-color: #eeeeee;
	border: 1px solid #cacacb;
}


