/*******************************************************************************
   Sub Nav
*******************************************************************************/
div#sub_nav {
	width: 216px;
	min-height: 452px;
	padding: 14px;
	background: url(../images/bkgrd/news_bkgrd.jpg) top left no-repeat #FFFFFF;
	font-size: 10px;
	}
	
/* IE6 height fix */
* html div#sub_nav {
	height: 452px;
	}
	
div#sub_nav h1 {
	color: #122632;
	font-size: 2.1em;
	font-weight: normal;
	padding-bottom: 0.0em;
	}
	
div#sub_nav ul {
	list-style: square;
	width: 204px;
	border-top: 1px solid #A3ABAE;
	border-bottom: 1px solid #A3ABAE;
	color: #5D88A1;
	margin-top: 5px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

div#sub_nav ul li {
	padding-bottom: 4px;
	}

div#sub_nav ul li.last {
	padding-bottom: 0px;
	}

div#sub_nav ul li a {
	color: #122632;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

div#sub_nav ul li a:hover {
	color: #5D88A1;
	}
	
div#sub_nav ul li span.heading {
	color: #122632;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

/* Sub Sub Nav */	
div#sub_nav ul.sub_sub_nav {
	list-style: none;
	width: 196px;
	border: 0;
	color: #5D88A1;
	margin-top: 0;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 5px;
	}

div#sub_nav ul.sub_sub_nav li {
	padding-bottom: 4px;
	}

div#sub_nav ul.sub_sub_nav li.last {
	padding-bottom: 0px;
	}

div#sub_nav ul.sub_sub_nav li a {
	color: #122632;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	}

div#sub_nav ul.sub_sub_nav li a:hover {
	color: #5D88A1;
	}
	
/* AddThis */
div.addthis_default_style {
	padding: 28px 0 14px 0;
	}
	
/*******************************************************************************
   Services Main
*******************************************************************************/
table#services_table {
	width: 100%;
	border-top: 1px solid #C5CACB;
	padding-top: 5px;
	padding-bottom: 10px;
	}

table#services_table tr td {
	padding: 10px 10px 10px 0px;
	}
	
table#services_table tr td.title_col {
	width: 165px;
	}
	
table#services_table tr td h2 {
	color: #122632;
	font-size: 1.7em;
	font-weight: normal;
	padding-bottom: 0.1em;
	}
	
table#services_table ul {
	list-style: square;
	color: #5D88A1;
	padding-left: 12px;
	}

table#services_table ul li {
	padding-bottom: 4px;
	}

table#services_table ul li.last {
	padding-bottom: 0px;
	}

table#services_table ul li a {
	color: #122632;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

table#services_table ul li a:hover {
	color: #5D88A1;
	}
