@charset "utf-8";
/* CSS Document */

/*--- TEXT ELEMENTS ---*/

.body_text {
	font-family: Tahoma, Geneva, sans-serif;
		color: #000;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		margin: 45px 30px 10px 30px;
}

.body_text_two {
	font-family: Tahoma, Geneva, sans-serif;
		color: #000;
		font-size: 10px;
		line-height: 20px;
		text-align: right;
		margin: 20px 30px 0 30px;
}

.body_text_thanks {
	font-family: Tahoma, Geneva, sans-serif;
		color: #000;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		margin: 20px 50px 30px 70px;
}

.body_float_image {
	text-align: right;
}

.col_two_text {
	font-family: Tahoma, Geneva, sans-serif;
		color: #000;
		font-size: 12px;
		text-align: left;
		line-height: 20px;	
}

#footer_text {
	font-family: "GraublauWebRegular", Tahoma, Geneva, sans-serif;
		color: #FFF;
		font-size: 12px;
		text-align: right;
		line-height: 8px;
		margin: 10px;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #090;
}

#footer a:active {
	text-decoration: none;
	color: #090;
}

.preview_category_text {
	font-family: "GraublauWebBold", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #630;
	text-align: center;
}

.preview_snippet_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.services_list {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	list-style-type: square;
	margin: 0 0 0 10px;
}

.portfolio_title_category {
	font-family: "GraublauWebBold", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 8px;
	color: #9AD970;
	text-align: center;
}
