/* CSS Document */

body {
	background: #D9E2EB; /*url(imgs/) top left no-repeat;*/
	color: #0C3350;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height:1.4em;
	margin:0px 0 10px 0;
	}
	
h1 {
	color:#999;
	font-size:130%;
	line-height:1.4em;
	padding:5px 0px 5px 5px;
	}
	
h2 {
	/*color: #D1E8F8;*/
	font-family: Tahoma, Ariel, Helvetica, sans-serif;
	font-size:160%;
	line-height:2em;
	margin:10px 0px;
	padding:0px;
	}
	
h3 {
	background-color: transparent;
	color:#0066CC;
	}
	
fieldset {
	border:1px dotted #ABD4F0;
	padding:10px;
	}
	
textarea {
	overflow:auto;
}
	
.pda_hide {
	display:block;
	}
.pda_show {
	display:none;
	}
	
.mainnav a {
	border: 1px solid #fff;
	color:#FFF;
	font-weight:bold;
	padding:4px;
	text-decoration:none;
	}
	
.wbr { /* ----------- needed to breakup long words to fit 150px width */
	width: 0px; /* needs the px to validate */
	font-size: 1px;
	font-size: 0px; /* doubled up for browsers that support the 0px font-size */
	}
	
#outer_wrapper {
	background: transparent;
	padding:0 0 20px 0;
	position:relative;
	}
	
#wrapper {
	background: transparent;
	padding:0;
	position:relative;
	}
	
div#logo {
	left: 20px;
	position: absolute;
	z-index:1;
}

#topnav {
	float:right;
	margin:0 20px 0 0;
	padding:8px 0 0 0;
	}
	
#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topnav ul li {
	display:inline;
	}
	
a.navbutt {
	background: none;
	color:#FFF;
	cursor: pointer;
	display:block;
	float:left;
	font-weight: bold;
	padding:0 0 0 20px;
	}
	
a.navbutt span {
	background: none;
	display:block;
	height:30px;
	padding: 15px 20px 0px 0px;
	}
	
a.navbutt.selected {
	background: none;
	color:#000;
	text-decoration:none;
	}
	
a.navbutt.selected span {
	background: none;
	}

#header {
	background: url(imgs/header_bg.jpg) top left repeat-x;
	border: none;
	padding:0px;
	height:53px;
	}
	
/* Intros ------------------------------------------------------ */	
	
#home_intro {
	background: url(imgs/ifms_homepage_blank.jpg) top left repeat-x;
	border-bottom:4px solid #fff;
	border-left:1px solid #003366;
	border-right:1px solid #003366;
	height:399px;
	margin:0 0 0 0;
	padding:0;
	}
	
#home_intro object {
	margin:0px 0 0 0; /* minus margin needed for FF, overlaps bottom in Opera. X - now fine fixed in FF3! yay!*/ 
	}
	
#no_intro {
	background-color: #fff;
	border-left:1px solid #003366;
	border-right:1px solid #003366;
	height:20px;
	}
		
/* Inner_wrap ------------------------------------------------------ */

#main {
	clear:both;
	}

#inner_wrap {
	background: #fff url(imgs/innerwrap_bg.jpg) bottom left no-repeat;
	border-left: 1px solid #003366; 
	border-right: 1px solid #003366; 
	float:left;
	margin:0px;
	padding:0px 0 30px 0;
}

#inner_wrap a {
	color:#3F93CF;
	font-weight:bold;
	}
	
#inner_wrap a:hover {
	color:#003366;
	font-weight:bold;
	}

/* Col 1 --------------------------------------------------------------------- */

#content1 {
	background-color: transparent;
	float:left;
	padding:0px 20px;
	width:549px;
	}

img.mainpic {
	margin:10px 0;
	}
	
/* Col 2 --------------------------------------------------------------------- */
	
#content2 {
	background-color: transparent;
	float:left;
	padding:0px 20px;
	width:309px;
	}
	
#news_wrap {
	float:left;
	margin:0;
	padding:0;
	}
	
#newsbox_top {
	background: url(imgs/news_top.png) top left no-repeat;
	display:block;
	float:left;
	height:15px;
	width:304px;
	}
	
.news_content {
	background: url(imgs/news_bg.png) top left repeat-y;
	float:left;
	padding:10px 20px 5px 20px;
	width:264px;
	}
	
p.newsdate {
	color: #999;
	line-height:0;
	margin:0 0 0 0;
	}
	
.news_text {
	float:left;
	width:165px;
	}
	
.news_text p {
	margin:5px 0 5px 0;
	padding:0;
	}
	
.news_text h3 {
	font-size:110%;
	margin:0;
	padding:0;
	}
	
.news_text p a {
	background: url(imgs/link_arr0.gif) top right no-repeat;
	line-height:2.5em;
	padding:0 20px 0 0;
	text-decoration:none;
	}
	
.news_text p a:hover { 
	/*background: url(imgs/link_arr1.gif) top right no-repeat; - disabled as triggers a redraw in wanky IE. */
	color:#003366;
	}
	
.news_text ul li a {
	background: url(imgs/link_arr0.gif) top right no-repeat;
	line-height:1.5em;
	padding:0 20px 0 0;
	text-decoration:none;
	}
.news_text ul li a:hover { 
	/*background: url(imgs/link_arr1.gif) top right no-repeat; - disabled as triggers a redraw in wanky IE. */
	color:#003366;
	}
	
.news_thumb {
	float:right;
	margin:0 10px 10px 10px;
	padding:0;
	}
.news_thumb img {
	border:1px solid #3F93CF;	
	}
	
.news_text table {
	margin:0;
	padding:0;
	}
	
#newsbox_bott {
	background: url(imgs/news_bott.png) top left no-repeat;
	display:block;
	float:left;
	height:15px;
	width:304px;
	}
	
div.seperator {
	border-bottom:1px dotted #ABD4F0;
	display:block;
	height:10px;
	}
	
ul.services_list	{
	margin:0 0 0 10px;
	padding:0 0 0 0;
	}
ul.services_list li {
	list-style-type:none;
	margin:5px 0px 5px 0;
	}
	
img#map {
	margin:-3px 0 0 -3px;
	}

/* Epitaph ------------------------------------------------------------------- */
	
#footer {
	background: #0C3350;
	clear:both;
	color:#3F93CF;
	font-size:90%;
	height:94px; /*124*/
	padding:20px 20px 15px 20px;
	}
	
#foot_left {
	float:left;
	}
	
#foot_right {
	border-left:1px dotted #3F93CF;
	float:right;
	padding:0px 0 10px 20px;
	width:310px;
	}
	
#foot_right h3 {
	color:#3F93CF;
	font-size:150%;
	margin:10px 0 0 0;
	padding:0;
	}
	
#footer a {
	color:#42B6DA;
	}
#footer a:hover {
	color:#FFF;
	}
	
p#footer_nav {
	margin:0px 0 20px 0;
	}
		
p#footer_nav a {
	color:#FFF;
	}	
	
p#footer_nav span, #foot_right span {
	padding:0 8px;
	}
	
#epitaph {
	}
	
.disclaimer {
	}