/*****margin: (top)0px (right)40px (bottom)10px (left)10px;***/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:544d44;
}

/************heading top**************/

.navbar {
	background-image:url(images/common/grid-pattern.jpg);
	background-position:top;
	background-repeat:repeat;
	text-align:center;
}

/*.navbar a{
	color:#FFFFFF;
	padding: 0 10px 0 10px;
}

.navbar a:hover{
	color:#ff9933;
	padding: 9px 10px 9px 10px;
	background-color:#305983;
}*/




/***********Content***********/

h1 {
	color:#003366;
	font-weight: 700;
	font-size: 14px;
}

.content {
	font-size: 11px;
	padding:0 5px 5px 5px; 
	margin:5px 0 0 0;
	border-bottom: 1px solid #333;
	color: #544d44;
	
	
}

p {
	line-height: 24px;
}

a{
	color: #cc6600;
	text-decoration:none;
}

a:hover{
	color: #8f5317;
	text-decoration:none;
}

.firm-name{
	color:#336699;
	font-weight: 900;
}

.subhead2 {
	color:#003366;
	font-weight: 900;
}

.table-content{
	font-size: 11px;
	color: #544d44;
	line-height: 24px;

}

.right-column{
	float:right;
	width:250px;
	margin: 0;
	padding: 0;
}

.content img {
	border: 1px solid #333;
	margin: 0; 
	
}

.content a img {
	border: 1px solid #333;
	margin: 5px; 
}

.content a:hover img {
	border: 1px solid #F7D4AA;
	/*border: 1px dotted #8f8f8f;*/
	margin: 5px; 
}

.content ul li{
	line-height: 22px;
	font-size: 11px;
}

.table-portraits{
	font-size: 11px;
	color: #544d44;
	line-height: 24px;
	border-bottom:1px solid #999;
	padding-bottom:10px;
	margin-bottom:10px;

}

.table-portraits img{
	margin:5px 10px 10px 0;

}

.subhead1{
	color:#fff;
	font-size:12px;
	font-weight:900;
	background-color:#003366;
	display:block;
	padding:5px;
	margin-top:30px;
}

.subhead2 a{
	text-decoration:underline;
}

.subhead2 a:hover{
	text-decoration:underline;
}

/**********side navigation*********/	

.sidelinks{
	background-color:#f0f0f0;
	border-right: 1px dotted #8f8f8f;
}

.sidelinks ul{
	list-style:none;
	font-size:11px;
	margin:25px 0px 0px 5px;
	padding:0px 0px 0px 0px;
}

.sidelinks ul li{
	margin-bottom:10px;
	
}

.sidelinks ul li a{
	
}
	
/**********Bottom*********/	
.bottomlinks {
	color: #cc6600;
	font-size: 11px;
	padding-top:12px;
}


.disclaimer {
	font-size: 10px;
	color: #737374;
}

.disclaimer p{
	line-height:12px;
}

.disclaimer strong{
	color:#336699;
}

