/*html, body, img, table, td, h1, h2, ul, li, p {*/
/*
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: none;
}
*/

td, ul, li, div, p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
ul ul, ol ul {
	margin-left: 1.2em;
	margin-bottom: 0px;
}
img {
	border: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	background: #86acb9 url(../images/bg_blue.jpg) 0 0 repeat-x;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

strong {
	font-weight: bold;
	color: #534A3E;
}

a, a:visited, a:active {
	color: #0082C6;
	text-decoration: underline;
}
a strong, 
a:visited strong, 
a:active strong {
	color: #0082C6;
}

a:hover {
	color: #0052AF;
}

h1 {
	margin-bottom:16px;
	margin-right: 20px;
	
	font-family: Myriad Pro, Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #2D9D06;
}

h2,
.col h3 {
	margin-bottom: 8px;	
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2F7BAB;
}
.col h3 {
	font-size: 14px;
}

p {
	margin-top: 12px;
	margin-bottom: 12px;
}

ul {
	list-style-type: none;
	margin-bottom: 12px;
}

ul img.bullet {
	margin-right: 3px;
	vertical-align: middle;
}

select {
	background-color: white;
	border: 1px solid #E2E2E2;
}

.clearer {
	display: block;
	clear: both;
}

.positioner {
	position:relative;
}

table#layout {	
	width: 100%;
}

td.center {
	width: 780px;
}

td.center .content-width {
	width: 760px;
	margin: 0 auto;
}

td.center {
	background-color: #fff;
}

/************************ HEADER ROW ******************************/
#header td.left, #header td.center, #header td.right {
	height: 1px;
	vertical-align: middle;
}
#header td.center {
	background-image: url(../images/header-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #E2E2E2;
	background-color: #EDEDED;
}

#header .layout {
	width: 100%;
	height: 100%;
}


#header .layout td.logo {
	padding: 10px 0px;
	vertical-align: middle;
}

#header .layout td.menu {
	padding: 10px 0px;
}
#header .layout td.menu div.positioner {
	height: 90px;
}
#header .layout td.menu .phone {
	position: absolute;
	top: 10px;
	right: 10px;
}
	
#header .layout td.menu table {
	position: absolute;
	bottom:0px;
	right: 0px;
}

#header .layout td.menu table td a {
	display: block;
	/*
	padding: 2px 16px;
	*/
}

#header .layout td.menu table td img {
	display: block;
}

.arrow {
	margin: 0px 2px 0px 5px;
}

.error {
	color: red;
	font-weight: bold;
	display: block;
}

/************************ BODY ROW ******************************/
#body .center {
	vertical-align: top;
	/*background-image: url(../images/bg.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	
	padding: 26px 0px 25px 0px;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
}
/*
#body table.layout td.content {
	padding-right: 20px;
}
*/

/************************ FOOTER ROW ******************************/
#footer td.left, #footer td.center, #footer td.right {
	vertical-align: top;
	height: 45px;
}
#footer td.center {
	background-color: #5E5E5E;
}

#footer .layout {
	width: 100%;
	height: 100%;
}

#contact {
	width: 112px;
}

#copyright, #contact {
	vertical-align: top;
	padding: 10px;
}

#footer .layout img {
	display: block;
}


/*

#sideBox {
	float: right;
	margin: 0px 0px 10px 10px;
}

*/


.col {
	float: left;
	width: 225px;
	margin-right: 15px;
}

.contactInfoWrapper {
	position: relative;
}
.contactInfo {
	position: absolute;
	top: -76px;
	right: 0;
}

tr#body td.center .content-width {
	margin-bottom: 40px;
}


ul.news {
	line-height: 1.5em;
}
ul.news li {
	clear: both;
}

.newsDate { float: left; width: 165px; text-align: right }
.newsTitle { float: right; width: 570px; }




#overlayBox { display: none; }