
/* ------- Global ------- */

body {
	background: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	letter-spacing: 0px;
	color: #58595B;
	margin: 0 auto;
	line-height: 100%;
	text-align: left;
}

h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding-bottom: 10px;
	color: #76AF33;
}

h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
	padding-top: 15px;
	padding-bottom: 25px;
	color: #666666;
}

h3 {
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
	font-size: 18px;
	line-height: 200%;
	text-transform: none;
	margin: 0px;
	color: #333333;
}

a {
	outline: none;
}

#content a {
	text-decoration: none;
	border-bottom: 1px dotted #76AF33;
	color: #76AF33;
	outline: none;
}

#content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #76AF33;
	color: #76AF33;
}

td {
	vertical-align:top;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, li {
	margin-left: 15px;
	padding-left: 0px;
	line-height: 200%;
	margin-right: 0px;
}

img {
	border: 0;
}


/* ------- Defined Styles ------- */

.highlight {
	color: #9AD3EE;
	font-weight: bold;
}

a.plain, .plain a {
	text-decoration: none;
	border-bottom: 0px dotted #FFFFFF !important;
}

a:hover.plain, .plain a:hover {
	text-decoration:none;
	border-bottom: 0px dotted #FFFFFF !important;
}

.normal {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-weight: normal;
	font-size: 14px;	
	line-height: 200%;
	letter-spacing: 0px;
	color: #555555;
}

.small {
	font-size: 12px;	
}

.tiny {
	font-size: 10px;
}

.required {
	color: #EE2E24;
	font-weight: bold;
}

.form_field
{
	width: 400px;
	border: 1px solid #DDDDDD;
    background: #EEEEEE;
	margin: 0px;
	color: #999999;
	font-family: "Trebuchet MS", verdana, tahoma, arial;
	margin-top:0px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.form_field_header {
	text-align: right;
}
.text_box
{
	width: 400px;
	height: 150px;
	border: 1px solid #DDDDDD;
    background: #EEEEEE;
	font-size: 14px;
	color: #999999;
	font-family: "Trebuchet MS", verdana, tahoma, arial;
	margin-top:0px;
	margin-bottom:3px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}
.submit
{
	width: 150px;
	padding: 8px;
	background:#295176;
	border: 3px solid #9AD3EE;
	color: #FFFFFF;
	font-family: "Trebuchet MS", verdana, tahoma, arial;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}

.news_date {
	font-weight: bold;
}

.news_story {
}

.testimonial_quote {
	background: #EDEDED;
	padding: 20px 15px 20px 25px;
	font-family: Georgia, Arial;
	font-size: 14px;
	font-style: italic;
	color: #6D6E70;
	line-height: 200%;
	border: solid 1px #CCCCCC;
	z-index: 5;
}

.testimonial_details {
	background: url('images/quote_arrow.png');
	background-repeat: no-repeat;
	background-position: 180px 0px;
	padding-top: 25px;
	margin-top: -1px;
	text-align: right;
	line-height: 150%;
	font-size: 12px;
	z-index: 6;
}

.testimonial_name {
	font-weight: bold;
}

.testimonial_position {
	font-style: italic;
}

.testimonial_company {
}

.portfolio_thumbnail {
	float: left;
	width: 250px;
	padding: 10px 25px 10px 25px;
	line-height: 100%;
	height: 155px;
}

