/* Independant Choice Mortgages */

.acc
{
	display:none;
}
	
body, html
{
	margin: 0;
	padding:0;
	background: #587445 url(../img/bgd.gif) 0 0 repeat-x;
}

a
{
	color: #54ae51;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover
{
	color: #54ae51;
	text-decoration:underline;
}

h1
{
	font: bold 18px "Trebuchet MS", Verdana, Arial;
	line-height: 24px;
	color: #54ae51;
	padding: 0 0 5px 0;
	margin:0;
}

h2
{
	font: bold 12px "Trebuchet MS", Verdana, Arial;
	line-height: 22px;
	color: #1f3564;
	padding: 10px 0 5px 0;
	margin:0;
}	

h3
{
	font: normal 13px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #1f3564;
	padding: 0 0 0.8em 0;
	margin:0;
}

h4
{
	font: normal 12px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #1f3564;
	padding: 0 0 0.8em 0;
	margin:0;
}

h5
{
	font: italic 12px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #1f3564;
	padding: 0 0 0.8em 0;
	margin:0;
}

h6
{
	font: normal 12px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #aaa;
	padding: 0 0 0.8em 0;
	margin: 0;	
}

ul, ol, dl
{
	padding: 10px 0 10px 30px;
	margin: 0;
}

li, dd
{
	font: normal 13px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #305a2e;
}

p
{
	font: normal 13px "Trebuchet MS", Verdana, Arial;
	line-height: 1.5em;
	color: #305a2e;
	padding: 0px 0 0.8em 0;
	margin:0;
}

#container {
	position:relative;
	height: 100%;
	width:910px;
	margin:0 auto;
	padding:0;
	background: transparent url(../img/contbgd.gif) 0 0 repeat-y;
}

/*header*/

#icm_header {
	position:relative;
	margin: 0 auto;
	width:910px;
	height:248px;
	background: transparent url(../img/icm_head.jpg) 0 0 no-repeat;
}

/*menu*/

#icm_m
{
	position:relative;
	width:910px;
	height: 47px;
	background: transparent url(../img/menu.gif) 0 0 no-repeat;
}

#icm_m ul#global
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 910px;
	height: 47px;
}

#icm_m ul#global li
{
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
}

ul#global li, ul#global a 
{
	height: 47px;
	display: block;
	top: 0px;
	
}

#icm_m ul#global li a 
{
	text-indent: -90000px;
	text-decoration: none;
}

#home		{left: 44px; width: 71px;}
#about		{left: 120px; width: 114px;}
#services	{left: 238px; width: 103px;}
#mortgages	{left: 347px; width: 123px;}
#contact	{left: 475px; width: 125px;}

#home		a:hover	{background: transparent url(../img/menu.gif) -44px -47px no-repeat;}
#about		a:hover	{background: transparent url(../img/menu.gif) -120px -47px no-repeat;}
#services	a:hover	{background: transparent url(../img/menu.gif) -238px -47px no-repeat;}
#mortgages	a:hover	{background: transparent url(../img/menu.gif) -347px -47px no-repeat;}
#contact	a:hover	{background: transparent url(../img/menu.gif) -475px -47px no-repeat;}

#home		a.on	{background: transparent url(../img/menu.gif) -44px -47px no-repeat; cursor: default;}
#about		a.on	{background: transparent url(../img/menu.gif) -120px -47px no-repeat; cursor: default;}
#services	a.on	{background: transparent url(../img/menu.gif) -238px -47px no-repeat; cursor: default;}
#mortgages	a.on	{background: transparent url(../img/menu.gif) -347px -47px no-repeat; cursor: default;}
#contact	a.on	{background: transparent url(../img/menu.gif) -475px -47px no-repeat; cursor: default;}

/*main*/

#main
{
	position: relative;
	width:910px;
	padding:0 0 0 0;
	margin:0 auto;
	background: transparent url(../img/contbgd.gif) 0 0 repeat-y;
}

/*content*/

#icm_content 
{
	position:relative;
	float:left;
	width:640px;
	padding: 20px 5px 0 45px;
	background: transparent ;
	
}

/*images*/

#icm_image
{
	position:relative;
	float:left;
	width:220px;
	height: 373px;
	background: transparent;
}

div.contentwrapper
{
	background: url(../img/icm_img.jpg) right bottom no-repeat;
	width: 910px;
	padding: 0;
	margin: 0;
}

#clear
{
	clear:both;
}

/*footer*/

#icm_foot 
{
	position:relative;
	float:left;
	width:910px;
	height:100px;
	margin:0 0;
	background:transparent url(../img/icm_foot.gif) 0 0 no-repeat;
}

#icm_foot p
{
	width:690px;
	margin:0 0 0 30px;
	padding:20px 0 0 15px;
	font: normal 14px "Trebuchet MS", Verdana, Arial ;
	color: #54ae51;
}

#icm_foot p a
{
	color: #305a2e;
	text-decoration: none;
	font-style:normal;
}

#icm_foot p a:hover
{
	color: #305a2e;
	text-decoration: underline;
}

/*Form*/

fieldset
{
font: normal 12px "Trebuchet MS", Verdana, Arial;
color:#305a2e;
padding: 10px 30px;
border: 1px solid #305a2e;
width: 200px

}

.input submit
{
color: #000;
padding: 20px 30px;
background: #dee4e9;
border: 2px outset #57a9c9
}

label
{
width: 100px;
display: block;
}

#input field

{
float: left;
color: #305a2e;
background: #dee4e9;
border: 1px solid #57a9c9;
}

