/*This style sheet lists styles for all the elements of the Home page*/

/*body and background*/

body {
	background-color: #eeeeee;
	margin-top: 0px;
	min-height:101%;
	
}
.arrow{
	text-decoration: underline;
}
.position_logo{
	position: relative;
	left: 12px;
}

.position_donate{
	position: relative;
	left: 10px;
}
/* Style for the Feature caption */
.feature_cap
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	margin-left:20px;
}

/*Style for the copy in the Feature section*/
.feature_txt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#333333;
	margin-left: 20px;
}
.feature_border{
	border-left-color: #FFFFFF;
	border-left-width: 8px;
	color: #F3F3F6;
	padding:0;
}

.feature_book_border{
border-right-color: #FFFFFF;
	border-right-width: 6px;
}
/*Style for the copy in the Stories section*/
.stories_txt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	color:#333333;
	margin: 1.5em;
	line-height: 17px;
}
.nav_ht{
	line-height: 30px;
}	
/*Style for the Stories' author in the Stories section*/
.stories_name
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#333333;
margin: 1.5em;
}

/*Style for "read more" link in the Feature section*/
.read_more
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
color:#003399;
margin-left:20px;
}

/*Style for Pro Bono address and contact info section */
.address
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	margin-left: 1em;
	
}

/* grey line for unlining the address */
.greyline
{
	font-size:0.0px;
	height: 0.5px;
	width: 150px;
	background-color: #666666;
	border: 0;
}
/*Style for the copyright info section*/
.copyrt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
background:#f3f4f9;
}

.bottomimage
{
	height:4px;
	font-size:3px;
	background-color:#EEEEEE;
	background-repeat: repeat-x;
}
.menutest{
	position:absolute;
	top:200px;
	left: 200px;
}

.featurecontent{
	background-color: #f3f4f9;
	margin: 2em;
	position: relative;
}
.footer
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
text-decoration:none;
}
a.footer_link:visited {color:#999999;text-decoration:underline;}
a.footer_link:link {color:#999999;text-decoration:underline;}

/* Style for links on hover in the footer*/
a.footer_link:hover {color:#cccccc;text-decoration:underline;}
a.read_link:link {color:#003399;text-decoration:underline;}
a.read_link:visited {color:#003399;text-decoration:underline;}

a.read_link:hover {color:#6699ff;text-decoration:underline;}

.footer_rt
{
	position:relative;
	float:right;
	margin-right:70px;
	margin-top: 10px;
	margin-bottom: 5px;
	
}
.footer_lt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	float:left;
	font-size:10px;
	color:#999999;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 70px;
	border:0px solid red;
}
/* Style for links on hover in the footer*/
a.footer_link:hover {color:#cccccc;text-decoration:underline;}

/*Style for the "read more" link on hover*/
a.read_link:hover {color:#6699ff;text-decoration:underline;}

.table_align
{
margin-left:200px;
}

/*To prevent page shift*/
HTML {
height: 100%;
}
.address_line{
margin-left:6pt;
}

/*linked in icon style*/
td.linked_in{width: 150px; border:0px solid blue; height:65px;}
div#linked_in{

font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
color:#115492;
font-weight: bold;
margin-top:2px;
margin-right:7px;
border:0px solid red;
float:right;
}
td.facebook{width:125px;border:0px solid red;}
div.fb-like{border:0px solid green; float:left; margin-left:90px}
