/* CSS Document */
a:link, a:visited, .js_link {
   color: #739DC5;
   text-decoration: underline;
   cursor: pointer;
}
a:hover {
	color: #537290;
	text-decoration: underline;
}
.body_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#666666;
line-height:15px;
text-decoration:none;
}

.featured_client {
background-image:url(images/featured_client.jpg);
background-position:top center;
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#666666;
line-height:15px;
text-align:center;
text-decoration:none;
}
.right_menu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#666666;
line-height:15px;
text-align:center;
text-decoration:none;
}
.coding_screenshot {
background-image:url(images/coding_screenshots.jpg);
background-position:top center;
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#666666;
line-height:15px;
text-align:center;
text-decoration:none;
}

.contact_icon {
background-image:url(images/contact_icon.jpg);
background-position:top center;
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#666666;
line-height:15px;
text-align:left;
text-decoration:none;
}

.info_field, .description_text, .nav_link {
margin-bottom: 10px;
}

.search_results {
	font-weight: bold;
}

.search_result {
	font-weight: normal;
	margin-left: 20px;
	margin-bottom: 20px;
}

.legend {
background-image:url(images/legend.jpg);
background-position:top center;
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#666666;
line-height:15px;
text-align:left;
text-decoration:none;
}
.numbers {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-weight:bold;
color:#739DC5;
line-height:15px;
text-align:center;
text-decoration:none;
}
.main_content, h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#666666;
line-height:17px;
text-align:left;
text-decoration:none;
}

h3 {
	display: inline;
}

.footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#C2C2C2;
line-height:15px;
text-decoration:none;
}

.section_header {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
color: #597B9C;
letter-spacing: 3px;
line-height: 18px;
font-weight: normal;
}
.section_header_sm {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 11px;
color: #597B9C;
letter-spacing: 1px;
line-height: 18px;
font-weight: normal;
}

/* --------------------------- Form --------------------------------- */

form {
	margin: 0 auto;
	}
	
input, textarea, select {
	border:1px solid #cccccc;
	margin-bottom:3px;
	background-color:#F5F5F5;
	}

textarea {
	width:250px;
	overflow:hidden;
	}


	form br {
		line-height:0.0;  /* defaults vertical spacing between fields */
		clear:left;
		}

