@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Helvetica',Arial,sans-serif;
	font-size: 11px;
	background: #bebebe url('images/bg.gif') repeat-x;
}

#content {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 97px;
	margin-top: 10px;
	background: url('images/t_bg_head.png') no-repeat bottom center;
	behavior: url(js/iepngfix.htc);
}

#footer {
	height: 39px;
	background: url('images/t_bg_foot.png') no-repeat bottom center;
	behavior: url(js/iepngfix.htc);
}

#menu {
	height: 37px;
	background: url('images/t_bg_mid.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	padding: 0px 30px;
}

#body {
	background: url('images/t_bg_body.png') repeat-y top center;
	behavior: url(js/iepngfix.htc);
	padding: 10px 30px;
}

#box {
	height: 149px;
	padding: 0px 30px;
	background: url('images/t_bg_box.png') no-repeat;
	behavior: url(js/iepngfix.htc);
}

#logo {
	height: 90px;
	width: 250px;
	float: left;
	margin: 0px 0px 0px 30px;
	background: url('images/t_logo.png') no-repeat;
	behavior: url(js/iepngfix.htc);
}

a, a:link, a:visited {
	color: #2289b7;
	text-decoration: none;
}

a:hover {
	color: #444444;
}

a.readmore {
	display: block;
	text-align: right;
}

a.full {
	display: block;
	width: 100%;
	height: 100%;
}

h1 {
	color: #2289b7;
	font-weight: normal;
	font-size: 20px;
	margin: 10px 0px;
}

h2 {
	color: #444444;
	margin: 0px;
}

h3 {
	color: #aaaaaa;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

p.small {
	margin: 0px 0px 10px 0px;
	color: #aaaaaa;
}

p {
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}

#box h1 {
	color: #ffffff;
	font-size: 18px;
}

#box p {
	color: #ffffff;
}

div.internal {
	background: url('images/t_bg_box_mini.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	height: 47px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.w70 {
	width: 70%;
}

.w50 {
	width: 50%;
}

.w33 {
	width: 33%;
}

.w30 {
	width: 30%;
}

.w66 {
	width: 66%;
}

.mr4 {
	margin-right: 4%;
}

.cell_list {
	background: url('images/t_cell.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 190px;
	height: 120px;
}

.cell_box {
	background: url('images/t_cell_long.png') no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 190px;
	height: 150px;
	text-align: center;
}

.cell_box h1 {
	color: #ffffff;
	margin: 0px 5px;
}

.cell_box h1 a {
	color: #ffffff;
}

.cell_box p {
	color: #ffffff;
	margin: 0px 5px;
	text-align: left;
}

.cell_box input {
	border: none;
	background: #ffffff;
	color: #444444;
	padding: 3px;
	width: 170px;
}

.cell_box input.submit {
	width: 80px;
	height: 30px;
	border: none;
	background: url('images/submit_1.gif') no-repeat top center;
	margin-top: 5px;
}

.cell_box input.submit:hover {
	cursor: pointer;
	background: url('images/submit_1_hover.gif') no-repeat top center;
}

#box .cell_list {
	margin: 8px 0px 0px 0px;
}

.cell p {
	margin: 0px 5px;
}

.cell h1 {
	margin: 0px 5px;
}

.cell h3 {
	margin: 0px 5px 5px 5px;
}

.cell_top {
	width: 190px;
	background: #1a82a4 url('images/cell_color_top.gif') no-repeat;
	padding-top: 10px;
}

.cell_bottom {
	width: 190px;
	height: 18px;
	background: url('images/cell_color_bottom.gif') no-repeat;
}

.cell_light h1 {
	color: #ffffff;
	font-size: 18px;
	padding-bottom: 10px;
}

.cell_light p {
	color: #ffffff;
}

.p_dark p {
	margin: 0px;
	padding-bottom: 2px;
}

.p_dark p a, .p_dark p a:link, .p_dark p a:visited {
	padding: 4px;
	display: block;
	color: #ffffff;
}

.p_dark p a:hover {
	background: url('images/t_bg.png') repeat;
	behavior: url(js/iepngfix.htc);
}

.x_margin-top {
	margin-top: 0px;
}

.x_margin-bottom {
	margin-bottom: 0px;
}

.darkgray {
	color: #444444;
}

.bold {
	font-weight: bold;
}

.alignright {
	text-align: right;
}

ul.menu {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

ul.menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 36px;
}

ul.menu li a {
	float: left;
	color: #aaaaaa;
	padding: 0px 9px 0px 0px;
	margin-right: 10px;
	font-size: 14px;
}

ul.menu li a span {
	color: #aaaaaa;
	cursor: pointer;
	display: block;
	float: left;
	padding: 0px 0px 0px 9px;
}

ul.menu li a:hover {
	background: url('images/menu_unsel_right.gif') top right no-repeat;
}

ul.menu li a:hover span {
	background: url('images/menu_unsel_left.gif') no-repeat;
	color: #ffffff;
}

ul.menu li a.selected {
	background: url('images/menu_sel_right.gif') top right no-repeat;
}

ul.menu li a.selected span {
	background: url('images/menu_sel_left.gif') no-repeat;
	color: #ffffff;
}

a.cell_menu, a.cell_menu:visited, a.cell_menu:link {
	display: block;
	padding: 4px 4px 4px 25px;
	margin: 0px 1px;
	color: #ffffff;
	background: transparent url('images/bullet.gif') no-repeat;
}

a.cell_menu:hover {
	background: #2c2c2c url('images/bullet.gif') no-repeat;
}

a.cell_menu_sep, a.cell_menu_sep:link, a.cell_menu_sep:visited {
	display: block;
	padding: 4px 20px 4px 4px;
	margin: 0px 1px;
	color: #2289b7;
	text-align: right;
}

a.cell_menu_sep:hover {
	text-decoration: underline;
	color: #ffffff;
}

div.spacer {
	height: 10px;
}

.m_left_25 {
	margin-left: 25px;
}

p.labels {
	font-weight: bold;
}

p.labels input {
	width: 250px;
	font-size: 14px;
	padding: 3px;
	border: 1px solid #cccccc;
}

p.labels input:hover, p.labels textarea:hover {
	border: 1px solid #444444;
}

p.labels textarea {
	width: 250px;
	height: 100px;
	font-size: 14px;
	padding: 3px;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}