/*****************************************************************************
*   This document defines styles and positional elements used in the site    *
******************************************************************************

******************************************************************************
*                                                                            *
*   WARNING: Properties marked as STYLE can be edited without having an      *
*            effect on the LAYOUT of the page. Properties marked as layout   *
*            should not be edited as they will change the structure of       *
*            the site layout                                                 *
*                                                                            *
*****************************************************************************/

body {
	/* LAYOUT */
	margin: 0px;
	padding: 0px;
	width: 100%;
	/* STYLE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* PAGE LAYOUT CONTAINER */
#container {
	/* LAYOUT */
	width: 780px;
	margin-top: 34px;
	margin-right: auto;
	margin-left: auto;
}

/* HEADER ELEMENTS */
#header_logo {
	/* LAYOUT */
	width:780px;
	height: 125px;
}
#header_navBar {
	/* LAYOUT */
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 780px;
	/* STYLE */
	background-image: url(../Images/header_nav.gif);
	background-color: #008193;
}

/* CONTENT CONTAINER */
#content {
	/* LAYOUT */
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* LEFT COLUMN ELEMENTS */
#leftCol {
	/* LAYOUT */
	float: left;
	min-height: 382px;
	padding-left: 25px;
	width: 490px;
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 20px;
	/* STYLE */
	font-size: 12px;
	line-height: 18px;
	color: #808080;
}
#leftColLarge {
	/* LAYOUT */
	float: left;
	min-height: 382px;
	padding-left: 25px;
	width: 720px;
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 20px;
	/* STYLE */
	font-size: 12px;
	line-height: 18px;
	color: #808080;
}
*html #leftCol{ /* This is a hack to make IE6 set a minimum height do not edit unless you edit the min-height property above */ 
	/* LAYOUT */
	height:382px;
	padding-top: 38px;	
}

/* RIGHT COLUMN ELEMENTS */
#rightCol {
	/* LAYOUT */
	float: left;
	width: 230px;
	min-height: 300px;
	padding-top: 20px;
/*border:1px solid red;*/
	/* STYLE */
	font-size: 10px;
	color: #666666;
}
*html #rightCol	{ /* This is a hack to make IE6 set a minimum height do not edit unless you edit the min-height property above */ 
	/* LAYOUT */
	height:317px;
}

/* NEWS ELEMENTS */
.newsItem{
	/* LAYOUT */
	padding: 0px;
	width: 220px;
	margin:10px 5px 8px 5px;
	/* STYLE */
/*	border: 1px solid #008193;*/
/*background:#808080 url(../Images/newsItem-top2.gif) no-repeat left top;*/
/*background:#B3B3B3 url(../Images/newsItem-top2.gif) no-repeat left top;*/
background:#E5E5E5 url(../Images/newsItem-top2.gif) no-repeat left top;
/*color:#ffffff;*/
color:#808080;
}
.newsFooter {
background:transparent url(../Images/newsItem-bottom2.gif) no-repeat left bottom;
margin:0 0 0px 0
}
.newsTitle {
	/* LAYOUT */
/*	width: 220px;*/
/*	padding-left: 20px;	*/
	/* STYLE */	
/*	background:transparent url(../Images/navIcon_red_w.gif) no-repeat left top;	*/
	font-weight:bold;
	font-size:1.3em;
	font-family:arial;
text-decoration:none;
padding:5px 10px 2px 10px;
}
.newsBody {
padding:2px 10px 5px 10px;
/*	width: 220px;*/
/*	padding-left: 20px;*/
}

/* FOOTER ELEMENTS */
#footer {
	/* LAYOUT */
	width: 780px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* STYLE */	
	background-color: #008193;
}
#footer_middle {
	/* LAYOUT */	
	width: 735px;
	padding-left: 45px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	/* STYLE */
	font-size: 10px;
	color: #ffffff;
}
#footer_top {
	/* LAYOUT */
	width: 780px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	/* STYLE */	
	background-color: #008193;
	background-image: url(../Images/footer_top.gif);
}
#footer_base {
	/* LAYOUT */
	width: 780px;
	margin: 0px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
	/* STYLE */	
	background-image: url(../Images/footer_base.gif);	
}

/* GENERAL TEXT & POSITIONAL ELEMENTS */
h1 {
	/* STYLE - Home page title */
	line-height: 35px;
	font-size: 34px;
	color: #008193;
	font-weight: normal;
	margin-top: 10px;
}

h2{
	/* STYLE - Page title */
	color:#cc3333;
	font-size:1.8em;
	line-height: 1.1em;
font-weight:normal;
font-family:arial;
padding:10px 0 2px 0 ;
margin:5px 0;
}
h3{
	/* STYLE - Page sub-title */
	color:#008193;
	font-size:1.6em;
font-weight:normal;
font-family:arial;
padding:5px 0 2px 0 ;
margin:5px 0;
}
h4{
	/* STYLE - Page sub-title */
	color:#008193;
	font-size:1.3em;
font-weight:bold;
font-family:arial;
padding:5px 0 2px 0 ;
margin:5px 0;
}
p {
	line-height: 1.6em;
	font-size: 1.0em;
	margin: 2px 0px;
	padding:1px 0px;
}
ul  {
	line-height: 1.6em;
}
.floatingImg {
float: right;
margin: 8px 8px;
padding:2px;
border:1px solid #008193;
}

.clear{
	/* LAYOUT */
	clear:both;
}
.heading {
color:#008193; 
/*font-weight:bold;*/
}
.images {
float:right;
margin:0 0 0 10px;
padding:0px;
border:2px solid #008193;
}
.datatable  {
border:1px solid #666666;
}
.datatable td.colored {
background:#7FC0C9;
color:#666666;
padding:3px;
margin:0;
border-bottom:1px solid #666666;
}
.datatable td.coloredend {
background:#7FC0C9;
color:#666666;
padding:3px;
margin:0;
}
.datatable th.colored {
background:#BFDFE4;
color:#666666;
font-weight:bold;
font-size:1.4em;
font-family:arial;
text-align:left;
padding:5px 3px;
margin:0;
border-bottom:1px solid #666666;
}
.datatable td.nocolored {
color:#666666;
padding:3px;
margin:0;
border-bottom:1px solid #666666;
border-right:1px solid #666666;
}
.datatable td.nocoloredend {
color:#666666;
padding:3px;
margin:0;
border-right:1px solid #666666;
}
.author {
	color:#cc3333;
	font-size:1.2em;
font-weight:bold;
font-family:arial;
padding:0 ;
margin:0;
}
.testimonial {
background:#F2F9F9;
border:1px dashed #008193;
margin:10px 0;
padding:3px;
}

ul.bullet {
list-style-type: none;
list-style-image: url("../Images/navIcon_red_w.gif");
}
.xls {
border:1px solid #808080;
padding:2px;
margin:2px;
}