/*
 * 100% height layout with header and footer
 * ----------------------------------------------
 */

html,body 
{	float:left;
	margin:0px 0px 0px 0px;
	padding:0;
	height:100%; /* needed for container min-height */
	background:white;
	font-family:arial,sans-serif;
	color:#000;
	text-align:justify;
}


h1 
{ font:1.5em georgia,serif; margin:0 0;}

h2 
{ font:1.25em georgia,serif; margin:20px 0px 25px 0px;}

h3 
{ font:1.0em georgia,serif; margin:0px 0px 8px 0px;	text-align:left;}

h1, h2, h3 
{color:maroon; font-weight:800;}

a {	color:#881f00;	text-decoration:none;font-weight:bold;	font-size:16px;
}
a:link {color:#881f00;}
a:visited {color:#ab624c;}
a:hover {color:#333333;	text-decoration:underline;}

p 
{ 	font-family:arial,sans-serif;
	font-size:16px;
line-height:1.5; margin:0px 0px 15px 0px;}

ul{
	line-height:1.5; 
	list-style-type:square;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
li{
	list-style-type:square;
	line-height:1.5; 
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	font-size:16px;
}
LI.list2 {list-style: disc inside; color:#881f00}
LI.list3 {	margin:0px 0px 0px 35px;
list-style: circle inside; color:#333333}

.smltxt
{margin-top:0px;	margin-left:72px;font:11px/1.4 Arial, Verdana, Helvetica, sans-serif;}
.llp
{margin-top:0px;	font:11px/1.4 Arial, Verdana, Helvetica, sans-serif;}

a.smltxt
{margin-top:10px;	margin-left:2px;font:11px/1.4 Arial, Verdana, Helvetica, sans-serif;}

TABLE, TR, THEAD, TFOOT, TH, TD{
	font-family:arial,sans-serif;
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:1.8em;
}


.222smltxt
{margin-top:0px;	margin-left:0px;font:12px/1.8 Arial, Verdana, Helvetica, sans-serif;}

div#container 
{	float:left;	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#fff; /*url("images/joshi.gif") 0px 100px no-repeat;*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header 
{	height:122px;
	background:#000 url("images/joshi-welch-header-bg_01.jpg") 0px no-repeat;
}

div#nav {
	height:22px;
	padding:5px 0px 0px 72px; /* bottom padding for footer */
	background:url("images/joshi-welch-lines.gif") 0px;
}

div#nav p {	margin:0px 0px 0px 0px;	font-weight:800;}

div#onecolcontent {
	padding:15px 20px 50px 72px; /* bottom padding for footer */
	width:850px;
}

div#lhscontent {
	width:350px;
	margin-left:0px;
	margin-bottom:15px;
	margin-top:0px;
	padding:0px;
	}

div#rhs {
	position:absolute;
	padding:5px 5px 5px 5px;
	width:165px;
	margin:0px 0 0 530px;

}
div#gafdgaf {
	position:absolute;
	padding:5px 5px 5px 5px;
	width: 165px;
	margin:40px 0 0 535px;
	background-color:#ffffff;
	border:1px solid #881f00;
}

div#footer {
	position:absolute;
	width:100%;
	height:20px;
	bottom:0; /* stick to bottom */
	background:url("images/joshi-welch-lines.gif") 0px;
}
#menu_clients{
	text-align:left;
	line-height:.75; 
	width: 160px;
	float:right;
	background-color:#FFFFFF;
	margin-top:60px;
	margin-bottom:10px;
	margin-left:25px;
	border: 1px solid #C6C4C7;
	padding:5px;
}
#menu_clients ul{
	line-height:1.25; 
	list-style-type:none;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
menu_clients li{
	list-style-type:none;
	margin:0px 0px 0px 30px;
	font-size:12px;
}
#menu_clients img#news {
	margin-right:5px;
	width:40%;
	float:left;
}


#menu_clients h3 
{ font:1.0em georgia,serif; margin:0px 0px 8px 0px;	text-align:left;color:maroon; font-weight:800;}

#menu_clients a{
	text-decoration:none;
	font-size:16px;
	color:#666666;
}

#menu_clients a:hover{
	text-decoration:underline;
	color:#881f00;

}


#jwimage {
	padding:0px;
	margin:10px 10px 10px 10px;
	background-color:#01066a;
	border:1px solid #ff0000;

}

div#footer p {
		padding:0px 0px 0px 72px;
	}