body {
	background: url(images/bg2.gif) repeat-x top #fff;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px auto auto auto;
	color: #514c48;
}

a {
	text-decoration: underline;
	color: #669900;
}

a.subtle {
	text-decoration: underline;
	color: #999999;
}

a.no_ul {
	text-decoration: none;
	color: #5095A0;
}
img.no_border { border: 0; }
a.nav, a.nav_selected { text-decoration: none; }
a.nav:link, a.nav:visited { color: #669900; }
a.nav_selected:link, a.nav_selected:visited, a.nav:hover { color: #5095A0; }

p, p.large, p.news {
	text-align: justify;
	padding: 5px 0 5px 0;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 5px 0;
}

p.large {
	font-size: 12px;
	line-height: 16px;
}

span { color: #5095A0; }
p.clear { clear: both; }
p.news { border-bottom: 1px #CCCCCC dashed; }

img.left_img {
	/*	float:left;*/
	padding: 5px 12px 0 0;
}

img.left_img_border {
	/*
	float:left;
*/
	margin: 5px 12px 0 0;
	border: 3px #b1cee0 solid;
}

h1 {
	font-size: 19px;
	color: #514c48;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 0px;
}

#container {
	width: 80%;
	min-width: 747px;
/*	height: auto; */
	margin: auto;
/*	padding: 0px; */
	position: relative;
}

/**  top menu  **/
#header {
/*	display: block; */
/*	position: relative; */
/*	width: 100%; */
/*	height: 220px; */
	background-color: #ffffff;
	margin-top: 64px; 
}


#menu_tab {
/* 	display: block; */
/*	width: 100%; */
/*	min-width: 747px; */
	height: 51px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/menu_gradient.png) repeat-x center;
	margin: 64px auto 0 auto;
}
.menu_l_corner {
  background: transparent url(images/top_left_corner.png) no-repeat;
  position: absolute;
/*  display: block; */
/*  top: 0; */
  left: 0;
  width: 16px;
  height: 16px;
}
.menu_r_corner {
  background: transparent url(images/top_right_corner.png) no-repeat;
  position: absolute;
/*  display: block; */
/*  top: 0; */
  right: 0;
  width: 16px;
  height: 16px;
}


table.menu_table, table.menu_table td {
/*	width: 310px; */
	margin: auto;
	height: 52px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

td.divider {
	background: url(images/divider.gif) no-repeat center;
	padding: 0px 14px 0px 14px;
}

#logo {
	width: 747px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
}

/**  top menu end **/
#content {
/*	display: block; */
/*	position: relative; */
/*	width: 100%; */
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

table.content {
	width: 100%;
	/*	margin: auto; */
	/*	height: auto; */
	padding-top: 15px;
}
td.left {
	vertical-align: top;
	padding: 5px 20px 0 15px;
}

td.right {
	/*	width: 225px; */
	/*	padding: 0px 5px 0 0; */
	vertical-align: top;
	padding: 5px 15px 0 20px;
}


#wide_content {
	min-width: 747px;
	float: left;
	height: auto;
	padding: 10px 0 0 20px;
	clear: right;
}

.grey_box {
	width: 226px;
	/*	height: auto; */
	margin: 10px auto 0 auto;
	background: url(images/contact_box.gif) no-repeat top;
}

.twenty_px_right { padding: 0 0 0 20px; }

.contact_table_wide {
	width: 80%;
	border: 1px;
	vertical-align: text-bottom;
	margin-right: auto;
	margin-left: auto;
}

.centered_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.contact_row {
	width: 220px;
	float: left;
	margin: 4px 0 4px 0;
}

.contact_title {
/*	width: 60px; */
/*	text-align: right; */
	padding-right: 8px;
/*	padding-left: 6px; */
}

#contact {
	font-size: small;
	font-weight: bold;
}

.contact_title, .small_and_bold {
	font-size: small;
	font-weight: bold;
	color: #5095A0;
}

.large_and_bold {
	font-size: 18px;
	font-weight: bold;
	color: #5095A0;
}

a.large_and_bold {
	font-size: 18px;
	font-weight: bold;
	color: teal;
	text-decoration: overline;
}

.medium_and_bold {
	font-size: 16px;
	font-weight: bold;
	color: #5095A0;
}

#contact_form {
	float: left;
	width: 100%;
	padding: 10px 10px 0 30px;
	color: #666666;
}

.contact_input {
	width: 390px;
	height: 17px;
	font-size: 10px;
	float: left;
	background-color: #fff8dc;
	border: 1px #f0e9cf solid;
}

label.contact_form {
	width: 200px;
	padding: 0 0 5px 0;
	font-size: 12px;
}

.contact_textarea {
	width: 90%;
	height: 100px;
	font-size: 10px;
	float: left;
	background-color: #fff8dc;
	border: 1px #f0e9cf solid;
}

input.contact_submit {
	float: left;
	padding: 10px;
}

.cleardiv {
	clear: both;
	overflow: hidden;
	height: 4px;
}

#footer {
/*	width: auto; */
/*	clear: both; */
	padding: 15px 10px 10px 10px;
	text-align: center;
	color: #999999;
	background-color: #FFFFFF;
}
.space_64 {
	height: 64px;
}

.clear_all { clear: both; }

.bottom {
	position: relative;
	margin: auto;
	bottom: 0;
	text-align: bottom;
}

hr {
	border-top: none;
	border-bottom: 1px #CCCCCC dashed;
}

.navigation {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 12pt;
}

blockquote {
	font: 14px/20px italic Times, serif;
	margin: 1em 3em;
	padding: .5em 1em;
 	border : 2px solid #cccc99;
	border-left: 5px solid #fce27c;
	background-color: #f6ebc1;
	color: #000000;
	quotes: "\201C" "\201D";
	text-indent: 12pt;
 }
 blockquote:before { content: open-quote; font-weight: bold; font-size: 14pt;}
 blockquote:after { content: close-quote; font-weight: bold; font-size: 14pt;}

