/* Forms Plus common CSS */
/* Created by: Karen Newton - Web Sight Ltd. */
/* Common.css - contains all styles for common elements across the site - header, footer etc} */

body {font-family: Arial, Helvetica, sans-serif; background: #ffffff; color: #152d8f; text-align:center; }

/* Forms Plus name halfspace*/
.half_space{word-spacing: -0.5pt;}
h1 .half_space{word-spacing: -2pt;}
h2 .half_space{word-spacing: -2pt;}
h3 .half_space{word-spacing: -2pt;}

/* Main Container */
#container{
	width:750px;
	background-color: #fdfdf4;
	border:1px solid #66bb55;
	margin-top:17px;
	margin:0 auto;

}
/* apply only to IE */
* html #container{ width:754px;}

/* Top banner */
#top_banner{width:100%;}
#logo{float:left; position:relative;}
#banner_img{float:left; position:relative;}

/* MAIN Navigation */
#navigation{
	width:155px;
	float:left;
	margin:10px 0px 0px 6px;
	text-align:left;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-y;
}
#navigation ul{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#navigation a{
	padding:3px 0px 10px 17px;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#navigation li{margin: 0px 0px 8px 0px;}
#navigation ul li ul li{margin: 0px 0px 3px 0px;}

/* apply only to IE */
* html #navigation a{
	margin: 0px 0px -20px 0px;
	padding:2px 0px 10px 15px;
}
#navigation a:hover{ color:#66bb55; }

.navbg{	background-image: url(../images/nav_bg_lnk.gif);
	background-repeat: no-repeat; color: #0057a3;}
	
/* dropdown menus */	
/*#nav li.menu1 ul { display:none;}*/
/*#nav li.menu1:hover ul, #nav li.over ul{ display:block;}*/
.submenu li{ padding: 3px 0px 0px 10px; margin: 0px 0px 0px 0px;}
#navigation ul li ul li a{font-size: 70%; padding:3px 0px 10px 2px;}

	
/* SUB Navigation - products*/
/* #navigation ul li ul{padding:3px 0px 0px 10px;} */
/* apply only to IE */
* html #navigation ul li ul{padding:21px 0px 0px 10px;}


.sub_navbg{	background-image: url(../images/nav_bg_sublnk.gif);
	background-repeat: no-repeat; color: #0057a3;}

/* nav link 'on' state */	
.on{color:#66bb55;}

/* Main Content Area */
#main_content{
	width: 570px;
	float:left;
	margin-left:10px;
	text-align: left;
	position:relative;
}
#main_content a{color:#152d8f; text-decoration:none; font-size:100%; font-weight:bold;}
#main_content a:hover{color:#66bb55;}

/* Footer Area */
#footer{position:relative; height:81px;}

#text{
	width:645px;
	border-top:2px solid #152d8f; 
	float:left;
	text-align:left;
	background-color:#ffffff;
	position:absolute; left:0px; bottom:0px;
	background-image:url(../images/foot_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	}
	
#text p{
	font-family:verdana;
	line-height:13pt;
	font-size:55%;
	font-weight: bold;
	padding: 2px 0px 2px 8px;
	}
/* apply only to IE */
* html #text p{padding: 10px 0px 10px 8px;}

#text a{ color:#152d8f}

#bottom_logo{position:absolute;left:654px;}

/* Clearer div */
.clear { clear:both;}