/* CSS Document */

body {
	background: #BACCDB url(imgs/page_bg.png) top left repeat-x;
	color: #415D72;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height:1.4em;
	margin:0px 0 10px 0;
	}
	
img, img:hover {
	border:none;
	}
	
p {
	padding: 5px 0px;
	}
	
a {
	color: #000033;
	font-weight:bold;
	text-decoration:none;
	}
	
h1 {
	color:#415D72;
	font-size:150%;
	line-height:1em;
	margin:0;
	padding:0px 0px 0px 0px;
	}
	
h2 {

	}
	
h3 {
	text-align:center;
	}
	
h4 {
	margin-bottom:-10px;
	}
	
table th {
	text-align:left;
}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.clear {
	clear:both;
	}
	
.red {
	color:#CC0000;
	}
	
.pda_hide {
	display:none;
	}
.pda_show {
	display:block;
	}

.small {
	font-size:10px;
	}
	
#wrapper {
	float:left;
	position:relative;
	}

#header {
	background: #449AD7 url(imgs/pda_header.gif) top left no-repeat;
	float:left;
	height:80px;
	padding:0px;
	}
	
#header table {
	display:none;
	}
	
#pda_nav {
	background-color:#ABD4F0;
	border-bottom: 1px solid #449AD7;
	border-top:4px solid #ABD4F0;
	display:block;
	float:left;
	margin:80px 0 0 0;
	}
	
#pda_nav ul {
	margin:5px;
	padding:0;
	}
	
#pda_nav li {
	border-left:1px solid #449AD7;
	display:inline;
	margin:0 5px 0 0;
	padding-left:5px;
	}
	
#pda_nav li a {
	color:#449AD7;
	display:inline;
	font-weight:bold;
	}
	
#top_home {
	display:none;
	}
		
/* Inner_wrap ------------------------------------------------------ */

#inner_wrap {
	background: #fff;
	/*clear:both;*/
	float:left;
	padding:10px 0 0 0;
}

#content1 { /* width should be 620px */
	float:left;
	padding:0px 5px 5px 5px;
	}
	
#about_pics {
	display:none;
	}
	
img.serices_pic {
	display:none;
	}

/* Col 2 --------------------------------------------------------------------- */
	
#content2 { /* width should be 680px */
	float:left;
	margin:0 0px 0 0;
	padding:0px 5px 5px 10px;
	}
	
#news_wrap {
	background-color: #E9F4FC;
	border:1px solid #ABD4F0;
	float:left;
	width:100%;
	}
	
#news_wrap h2 {
	border-bottom:1px solid #ABD4F0;
	color: #415D72;
	font-size:130%;
	padding:0px 10px 10px 10px;	
	}
	
.news_wrap_inner {
	float:left;
	padding:0 20px 20px 20px;
	}
	
.news_title {
	font-weight:bold;
	padding:0 0 10px 0;
	}
	
.news_thumb {
	display:none;
	}

	
.news_detail {
	float:left;
	padding:0 0 0 0px;
	}
	
.news_sep {
	background-color:#D7EBFF;
	display:block;
	height:2px;
	margin:10px 10px 15px 10px;
	}
	
.news_sep2 {
	background-color:#D7EBFF;
	display:block;
	height:2px;
	margin:10px 10px 15px 10px;
	}
	
p.quote {
	line-height:1.4em;
	margin:5px 10px;
	}
	
p.quote span {
	font-size:150%;
	margin-bottom:-10px;
	padding:0 5px;
	}
	
form#news_signup table {
	margin-bottom:15px;
	}
form#news_signup table td.butt {
	padding: 4px;
	}
	
ul.ticklist li {
	list-style-image:url(imgs/bullet_tick.gif);
	}

/* Epitaph ------------------------------------------------------------------- */
	
#footer {
	background-color: #449AD7;
	background-image:none;
	border-bottom:4px solid #ABD4F0;
	clear:both;
	color:#ABD4F0;
	font-size:12px;
	margin: 0px 0 0 0;
	padding:5px 10px 5px 10px;
	text-align:center;
	}
	
#footer span {
	padding:0 4px;
	}
	
#footer a {
	color:#fff;
	}
	
#footer div.right {
	display:none;
	}
	
#epitaph {
	clear:both;
	font-size:10px;
	padding:0px 20px;
	text-align:right;
	}
	
#epitaph a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	
.disclaimer {
	display:block;
	float:right;
	}