/* ------ basic -------- */
body {
	background: #ffffff;
	padding: 0px;
	margin: 0px 0px;
	    text-align: center;
}

a {
	border: none;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}

/*-------- layout ----------*/

#container {
	width: 900px;
	margin: 0px auto;
    padding: 0px 0px 30px 0px;
	text-align: left;
	position: relative;
	background-color: #ffffff;
}

#content_and_nav {
	width: 900px;
	background-image: url(../images/faux_column.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #003366;
	min-height: 450px;
}

*html #content_and_nav {
	height: 450px;
}

#navbar {
	position: absolute;
	top: 146px;
	left: 0px;
	width: 179px;
	background-color: #9ECFDC;
	padding-top: 20px;
}

#content {
	position: relative;
	/*margin-top: 20px;*/
	margin-left: 185px;
	background-color: #ffffff;
	width: 715px;
}

td.home_col {
	padding: 20px 15px 35px 15px;
	vertical-align: top;
}

#content_col_left {
	padding: 20px 20px 35px 15px;
	width: 455px;
	border-right: 1px solid #003366;
	min-height: 460px;
}

*html #content_col_left {
	height: 530px;
	width: 490px;
}

#content_col_right {
	position: absolute;
	top: 20px;
	left: 510px;
	width: 200px;
}

#box_subscribe {
	width: 200px;
	padding: 5px 5px 5px 0px;
}

.textbox_subscribe {
	width: 180px;
}

#box_logos {
	padding: 5px 0px 5px 0px;
}

#box_footer {
	background-color: #c1b7b4;
	text-align: center;
	padding: 5px;
	line-height: 14px;
}

table.upcoming {
	border-collapse: collapse;
	width: 455px;
	margin-top: 20px;
	padding: 0px;
}

table.upcoming td {
  	border: 2px solid #585858;
	color: #318795;
	font-size: 12px;
	padding: 2px;
}

table.pro_services td {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #495775;
	padding: 5px 5px 10px 5px;
}

/*------- text/links --------*/

.text_main {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #495775;
}

.text_header {
	font-family: arial, verdana, helvetica;
	font-size: 18px;
	color: #574136;
}

.text_sub_header {
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #574136;
	font-weight: bold;
}
.text_sub_header_blue {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #495775; 
	font-weight: bold; 
	/*font-style: italic;*/
}


.text_secondary {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #574136;
}

a {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	text-decoration: none;
	color: #609F41;
}

a:hover {
	color: #495775;
}

a.nav {
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #495775;
	text-decoration: none;
	margin-left: 17px;
	line-height: 24px;
}

a.nav:hover {
	color: #448787;
}

a.nav_sub {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #495775;
	text-decoration: none;
	margin-left: 35px;
}

a.nav_sub:hover {
	color: #448787;
}

a.footer {
	font-family: arial, verdana, helvetica;
	font-size: 10px;
	color: #574136;
	text-decoration: none;
}

a.footer:hover {
	color: #000000;
}

.text_footer {
	font-family: arial, verdana, helvetica;
	font-size: 10px;
	color: #574136;
}



