/****
 **** Immerge Technologies Inc
 ****    - main.css
 ****    - chris gillis
 ****/
#contact_form input:focus {
border: 2px solid #56A0CE;
}
#contact_form textarea:focus {
border: 2px solid #56a0ce;
}
#atoz {
width: 100%;
}
ul.find-by li {
margin-bottom: 10px;
}

 tr.even {
background: #f0f0f0;
}
#organizations {
list-style-type: none;
margin-left: 0px !important;
}
#footer a {
font-size: 12px;
}
#organizations li {
padding: 5px;
width:700px;
background: #f0f0f0;
margin-bottom: 5px;
}
#organizations li h2 {
color: orange;
font-size: 16px;
margin-top: 0px;
}
#organizations li p {
color: #666;
}
#organizations li .read-more {
text-align: right;
}


 body {
 	background: #fff url('background-top.gif') top left repeat-x;
 	font-family: Arial, sans-serif;
 	font-size: 12px;
 	color: #666;
 }
 
 h1 {
 	font-size: 24px;
 	color: #56A0CE;
 	margin-bottom: 10px;
 }
 
 a {
 	color: #535353;
font-weight: bold;
font-size: 14px;
 }
 
#main-content h1 {
font-size: 20px;
}

 #container {
 	width: 800px;
 	padding: 20px;
 	margin: 0 auto;
 }
 
 #content-header h1 {
 	float: left;
 	margin-top: 0px;
 }
 #search {
 	float: right;
 	margin-bottom: 25px;
 }
 
 #notice {
 	clear: both;
 }
 
 #main-content {
 	margin-bottom: 30px;
 }
 
 #footer {
 	border-top: 1px solid #ccc;
 	color: #666;
        clear: both;
 }

#tag {
margin-left: 50px;
}