/*
Theme Name: GFA
Theme URI: http://wordpress.org/
Description: The GFA theme for WordPress is stylish, customizable, simple, and readable.
Description: The GFA theme for WordPress is stylish, customizable, simple, and readable.
Author: MODassic Marketing
*/

.et-tooltip img{
	vertical-align:bottom;
	padding-left:5px;
}

iframe{
	-webkit-box-shadow:0px 0px 2px #666666;
	   -moz-box-shadow:0px 0px 2px #666666;
		-ms-box-shadow:0px 0px 2px #666666;
		 -o-box-shadow:0px 0px 2px #666666;
			box-shadow:0px 0px 2px #666666;
			
	border-radius:10px;
}

body{
	background-image:url('/static/img/main_bg.png');
	background-repeat:repeat;
	background-attachment:fixed;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:25px;
}

#infobar{
	background-image:url('/static/img/infobar_bg.png');
	background-position:center;
	background-repeat:repeat-x;
	background-attachment:scroll;
	
	width:100%;
	height:35px;
}

#information{
	width:900px;
	height:35px;
}

#information p{
	font-family:Arial;
	font-size:11px;
	color:#FFF;
	text-align:left;
	
	line-height:35px;
	letter-spacing:0.75px;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

#information .trail-before, .trail-begin, .sep{
	display:none;
}

#information .breadcrumbs, .breadcrumbs{
	font-family:Arial;
	font-size:11px!important;
	color:#FFF;
	font-weight:bold;
	
	text-align:left;
	line-height:35px;
	letter-spacing:0.75px;
	
	margin-top:-35px;
	margin-left:95px;
	margin-right:0px;
	margin-bottom:0px;
	
	position:absolute
}

#navbar{
	background-image:url('/static/img/navigation_bg.png');
	background-position:center;
	background-repeat:repeat-x;
	background-attachment:scroll;
	
	width:100%;
	height:65px;
}

.menu-main-navigation-container{
	width:900px;
	height:65px;
	
	text-align:left;
}

ul#menu-main-navigation{
	list-style:none;
	word-spacing:15px;
	
	line-height:65px;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}

#menu-main-navigation li{
	display:inline;
}

.menu a{
	font-family:Arial;
	font-size:15px;
	color:#FFF;
	
	letter-spacing:0.5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #330000;
		
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
		-ms-border-radius:5px;
		 -o-border-radius:5px;
			border-radius:5px;
	
	-webkit-transition:background-color 0.5s ease;
	   -moz-transition:background-color 0.5s ease;
		-ms-transition:background-color 0.5s ease;
		 -o-transition:background-color 0.5s ease;
			transition:background-color 0.5s ease;
}

.menu a:hover{
	font-family:Arial;
	font-size:15px;
	color:#FFF;
	
	letter-spacing:0.5px;
	text-decoration:none;
	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	
	background-color:#330000;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
		-ms-border-radius:5px;
		 -o-border-radius:5px;
			border-radius:5px;
	
	-webkit-box-shadow:0px 1px 0px #7E2F20;
	   -moz-box-shadow:0px 1px 0px #7E2F20;
		-ms-box-shadow:0px 1px 0px #7E2F20;
		 -o-box-shadow:0px 1px 0px #7E2F20;
			box-shadow:0px 1px 0px #7E2F20;
	
	-webkit-transition:background-color 0.5s ease;
	   -moz-transition:background-color 0.5s ease;
		-ms-transition:background-color 0.5s ease;
		 -o-transition:background-color 0.5s ease;
			transition:background-color 0.5s ease;
}

li.current_page_item{
	font-family:Arial;
	font-size:15px;
	color:#FFF;
	
	letter-spacing:0.5px;
	text-decoration:none;
	
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	
	background-color:#330000;
	
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
		-ms-border-radius:5px;
		 -o-border-radius:5px;
			border-radius:5px;
	
	-webkit-box-shadow:0px 1px 0px #7E2F20;
	   -moz-box-shadow:0px 1px 0px #7E2F20;
		-ms-box-shadow:0px 1px 0px #7E2F20;
		 -o-box-shadow:0px 1px 0px #7E2F20;
			box-shadow:0px 1px 0px #7E2F20;
	
	-webkit-transition:background-color 0.5s ease;
	   -moz-transition:background-color 0.5s ease;
		-ms-transition:background-color 0.5s ease;
		 -o-transition:background-color 0.5s ease;
			transition:background-color 0.5s ease;
}

#navilogo{
	float:right;
	
	margin-top:-30px;
	margin-left:365px; //was 315
	margin-right:0px;
	margin-bottom:0px;
	
	left:50%;
	
	position:absolute;
}

#homeheader_img{
	margin-top:50px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:-56px;
}

#slideshow{
	width:900px;
	height:300px;
	
	background-color:#FFF;
	
	-webkit-box-shadow:0px 0px 2px #666666;
	   -moz-box-shadow:0px 0px 2px #666666;
		-ms-box-shadow:0px 0px 2px #666666;
		 -o-box-shadow:0px 0px 2px #666666;
			box-shadow:0px 0px 2px #666666;
	
	margin-top:50px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

#content{
	width:100%;
	height:auto;
}

#contentwrap{
	width:900px;
	
	margin-top:50px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	
	text-align:left;
}

#contentmain_full{
	width:860px;
	max-width:860px!important;
	height:auto;
	
	background-color:#FFF;
	
	-webkit-box-shadow:0px 0px 2px #666666;
	   -moz-box-shadow:0px 0px 2px #666666;
		-ms-box-shadow:0px 0px 2px #666666;
		 -o-box-shadow:0px 0px 2px #666666;
			box-shadow:0px 0px 2px #666666;
	
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	
	float:left;
}

#contentmain_full h1{
	font-family:Arial;
	font-size:20px;
	color:#333;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}

#contentmain_full h2{
	font-family:Arial;
	font-size:20px;
	color:#333;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}

#contentmain_full p{
	font-family:Arial;
	font-size:13px;
	color:#333;
	
	letter-spacing:0.25px;
	line-height:19px;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
}

#contentmain_full a{
	font-family:Arial;
	font-size:13px;
	color:#AA0000;
	text-decoration:none;
	
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
		-ms-border-radius:2px;
		 -o-border-radius:2px;
			border-radius:2px;
	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
}

#contentmain_full a:hover{
	font-family:Arial;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	
	background-color:#AA0000;
	
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
		-ms-border-radius:2px;
		 -o-border-radius:2px;
			border-radius:2px;
	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
}

#contentmain_full ul{
	font-family:Arial;
	font-size:13px;
	color:#333;
	
	letter-spacing:0.25px;
	line-height:19px;
	
	margin-top:10px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:10px;
	
	padding-top:0px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:0px;
}

#contentmain_full ol{
	font-family:Arial;
	font-size:13px;
	color:#333;
	
	letter-spacing:0.25px;
	line-height:19px;
	
	margin-top:10px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:10px;
	
	padding-top:0px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:0px;
}

#contentmain_full input{
	font-family:Arial;
	font-size:13px;
	color:#999;
	text-align:left;
	
	letter-spacing:0.25px;
	
	width:285px;
	
	padding:5px;
	margin-bottom:5px;
	
	border-width:1px;
	border-style:solid;
	border-color:#BBB;
	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
	
	-webkit-box-shadow:inset 0px 0px 2px #CCC;
	   -moz-box-shadow:inset 0px 0px 2px #CCC;
		-ms-box-shadow:inset 0px 0px 2px #CCC;
		 -o-box-shadow:inset 0px 0px 2px #CCC;
			box-shadow:inset 0px 0px 2px #CCC;
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		-ms-border-radius:3px;
		 -o-border-radius:3px;
			border-radius:3px;
}

#contentmain_full input:hover{
	color:#333;
}

#contentmain_full textarea{
	font-family:Arial;
	font-size:13px;
	color:#999;
	text-align:left;
	
	letter-spacing:0.25px;
	
	width:285px;
	height:100px;
	
	padding:5px;
	margin-bottom:5px;
	
	border-width:1px;
	border-style:solid;
	border-color:#BBB;
	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
	
	-webkit-box-shadow:inset 0px 0px 2px #CCC;
	   -moz-box-shadow:inset 0px 0px 2px #CCC;
		-ms-box-shadow:inset 0px 0px 2px #CCC;
		 -o-box-shadow:inset 0px 0px 2px #CCC;
			box-shadow:inset 0px 0px 2px #CCC;
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		-ms-border-radius:3px;
		 -o-border-radius:3px;
			border-radius:3px;
}

#contentmain_full textarea:hover{
	color:#333;
}

#contentmain{
	width:530px;
	height:auto;
	
	background-color:#FFF;
	
	-webkit-box-shadow:0px 0px 2px #666666;
	   -moz-box-shadow:0px 0px 2px #666666;
		-ms-box-shadow:0px 0px 2px #666666;
		 -o-box-shadow:0px 0px 2px #666666;
			box-shadow:0px 0px 2px #666666;
	
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	
	float:left;
}

#contentmain h1{
	font-family:Arial;
	font-size:20px;
	color:#333;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}

#contentmain h2{
	font-family:Arial;
	font-size:20px;
	color:#333;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}

#contentmain p{
	font-family:Arial;
	font-size:13px;
	color:#333;
	
	letter-spacing:0.25px;
	line-height:19px;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
}

#contentmain a{
	font-family:Arial;
	font-size:13px;
	color:#AA0000;
	text-decoration:none;
	
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
		-ms-border-radius:2px;
		 -o-border-radius:2px;
			border-radius:2px;
	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
}

#contentmain a:hover{
	font-family:Arial;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	
	background-color:#AA0000;
	
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
		-ms-border-radius:2px;
		 -o-border-radius:2px;
			border-radius:2px;
	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
}

#content blockquote{
	font-style:italic;
	text-align:center!important;
	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#333;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:20px;
	
	opacity:0.5;
	
	-webkit-transition:all 1s ease;
	   -moz-transition:all 1s ease;
		-ms-transition:all 1s ease;
		 -o-transition:all 1s ease;
			transition:all 1s ease;
}

#content blockquote:hover{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#333;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333;
	
	opacity:1;
	cursor:pointer;
			
	-webkit-transition:all 1s ease;
	   -moz-transition:all 1s ease;
		-ms-transition:all 1s ease;
		 -o-transition:all 1s ease;
			transition:all 1s ease;
}

#content blockquote p{
	margin-bottom:0px;
}

#content .alignright{
	float:right;
	
	padding-top:0px;
	padding-left:15px;
	padding-right:0px;
	padding-bottom:10px;
}

#content .alignleft{
	float:left;
	
	padding-top:0px;
	padding-left:0px;
	padding-right:15px;
	padding-bottom:10px;
}

#contentmain ul{
	font-family:Arial;
	font-size:13px;
	color:#333;
	
	letter-spacing:0.25px;
	line-height:19px;
	
	margin-top:10px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:10px;
	
	padding-top:0px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:0px;
}

#contentmain ol{
	font-family:Arial;
	font-size:13px;
	color:#333;
	
	letter-spacing:0.25px;
	line-height:19px;
	
	margin-top:10px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:10px;
	
	padding-top:0px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:0px;
}

#contentmain input{
	font-family:Arial;
	font-size:13px;
	color:#999;
	text-align:left;
	
	letter-spacing:0.25px;
	
	width:285px;
	
	padding:5px;
	margin-bottom:5px;
	
	border-width:1px;
	border-style:solid;
	border-color:#BBB;
	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
	
	-webkit-box-shadow:inset 0px 0px 2px #CCC;
	   -moz-box-shadow:inset 0px 0px 2px #CCC;
		-ms-box-shadow:inset 0px 0px 2px #CCC;
		 -o-box-shadow:inset 0px 0px 2px #CCC;
			box-shadow:inset 0px 0px 2px #CCC;
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		-ms-border-radius:3px;
		 -o-border-radius:3px;
			border-radius:3px;
}

#contentmain input:hover{
	color:#333;
}

#contentmain textarea{
	font-family:Arial;
	font-size:13px;
	color:#999;
	text-align:left;
	
	letter-spacing:0.25px;
	
	width:285px;
	height:100px;
	
	padding:5px;
	margin-bottom:5px;
	
	border-width:1px;
	border-style:solid;
	border-color:#BBB;
	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
	
	-webkit-box-shadow:inset 0px 0px 2px #CCC;
	   -moz-box-shadow:inset 0px 0px 2px #CCC;
		-ms-box-shadow:inset 0px 0px 2px #CCC;
		 -o-box-shadow:inset 0px 0px 2px #CCC;
			box-shadow:inset 0px 0px 2px #CCC;
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		-ms-border-radius:3px;
		 -o-border-radius:3px;
			border-radius:3px;
}

#contentmain textarea:hover{
	color:#333;
}

#sidebar{
	width:285px;
	height:auto;
	
	float:right;
	
	font-family:Arial;
	font-size:13px;
	color:#333;

	letter-spacing:0.25px;
	line-height:19px;
}

#sidebar h3{
	font-family:Arial;
	font-size:20px;
	color:#333;
	
	text-shadow:0px 1px 0px #FFF;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#333;
}

#sidebar p{
	font-family:Arial;
	font-size:13px;
	color:#333;
	
	letter-spacing:0.25px;
	line-height:19px;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
}

#sidebar ul{
	list-style:none;
}

#sidebar li{
	display:inline;
}

.gform_wrapper .medium{
	font-family:Arial!important;
	font-size:13px!important;
	color:#999!important;
	text-align:left!important;
	
	letter-spacing:0.25px!important;
	
	width:273px!important;
	
	padding:5px!important;
	margin-bottom:5px!important;
	
	border-width:1px!important;
	border-style:solid!important;
	border-color:#AAA!important;
	
	-webkit-transition:all 0.5s ease!important;
	   -moz-transition:all 0.5s ease!important;
		-ms-transition:all 0.5s ease!important;
		 -o-transition:all 0.5s ease!important;
			transition:all 0.5s ease!important;
	
	-webkit-box-shadow:inset 0px 0px 2px #CCC!important;
	   -moz-box-shadow:inset 0px 0px 2px #CCC!important;
		-ms-box-shadow:inset 0px 0px 2px #CCC!important;
		 -o-box-shadow:inset 0px 0px 2px #CCC!important;
			box-shadow:inset 0px 0px 2px #CCC!important;
	
	-webkit-border-radius:3px!important;
	   -moz-border-radius:3px!important;
		-ms-border-radius:3px!important;
		 -o-border-radius:3px!important;
			border-radius:3px!important;
}

.gform_wrapper .medium:hover{
	color:#333!important;
}

#gform_wrapper_1{
	width:285px!important;
	max-width:285px!important;
}

.gform_wrapper textarea.medium{
	font-family:Arial!important;
	font-size:13px!important;
	color:#999!important;
	text-align:left!important;
	
	letter-spacing:0.25px!important;
	
	width:273px!important;
	height:100px!important;
	
	padding:5px!important;
	margin-bottom:5px!important;
	
	border-width:1px!important;
	border-style:solid!important;
	border-color:#AAA!important;
	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
	
	-webkit-box-shadow:inset 0px 0px 2px #CCC;
	   -moz-box-shadow:inset 0px 0px 2px #CCC;
		-ms-box-shadow:inset 0px 0px 2px #CCC;
		 -o-box-shadow:inset 0px 0px 2px #CCC;
			box-shadow:inset 0px 0px 2px #CCC;
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		-ms-border-radius:3px;
		 -o-border-radius:3px;
			border-radius:3px;
}

.gform_wrapper textarea.medium:hover{
	color:#333!important;
}

.gform_wrapper .validation_error{
	font-family:Arial!important;
	font-size:13px!important;
	color:#770000!important;
}

.gform_wrapper .validation_message{
	display:none!important;
}

.gform_wrapper li.gfield.gfield_error{
	background-color:transparent!important;
	border-style:none!important;
}

.gform_footer input.button{
	background-color:#550000;
	
	font-family:Arial!important;
	font-size:13px!important;
	color:#FFF!important;
	text-align:center!important;
	
	letter-spacing:0.25px!important;
	
	width:285px!important;
	
	padding:7px!important;
	margin-bottom:5px!important;
	
	border-width:0px!important;
	border-style:solid!important;
	border-color:#AAA!important;
	
	-webkit-box-shadow:0px 1px 0px #220000;
	   -moz-box-shadow:0px 1px 0px #220000;
		-ms-box-shadow:0px 1px 0px #220000;
		 -o-box-shadow:0px 1px 0px #220000;
			box-shadow:0px 1px 0px #220000;
	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		-ms-border-radius:3px;
		 -o-border-radius:3px;
			border-radius:3px;
}

.gform_footer input.button:hover{
	background-color:#CC9933!important;
	
	-webkit-box-shadow:inset 0px 1px 0px #220000;
	   -moz-box-shadow:inset 0px 1px 0px #220000;
		-ms-box-shadow:inset 0px 1px 0px #220000;
		 -o-box-shadow:inset 0px 1px 0px #220000;
			box-shadow:inset 0px 1px 0px #8E6B25;
	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
}

.gform_wrapper .gform_footer{
	padding:0px!important;
}

ul.xoxo{
	list-style:none;
	padding:0px;
	margin:0px;
}

li.xoxo{
	display:inline;
}

#footer{
	width:100%;
	height:auto;
	
	padding-top:50px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	
	clear:both;
}

#footer p{
	font-family:Arial;
	font-size:11px;
	color:#333;
	text-align:center;
	
	letter-spacing:0.25px;
	
	text-decoration:none;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

#footer a{
	font-family:Arial;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	
	text-decoration:none;
	text-shadow:0px 0px 2px #444;
}

#footer a:hover{
	font-family:Arial;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	
	text-decoration:none;
	text-shadow:0px 0px 2px #111;
}

.servicetable_1{
	border-width:5px;
	border-style:solid;
	border-color:#DDD;
}

.servicetable_1_borderleft{
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#DDD;
}

.servicetable_1_borderleft_dashed{
	border-left-width:1px;
	border-left-style:dashed;
	border-left-color:#BBB;
}

.servicetable_1_borderleft_borderbottom{
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#DDD;
	
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#BBB;
}

.servicetable_1_borderbottom{
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#BBB;
}

#showcase_wrapper{
	width:900px;
	height:325px;
	
	margin-top:50px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:-50px;
	
	-webkit-box-shadow:0px 0px 2px #666666;
	   -moz-box-shadow:0px 0px 2px #666666;
		-ms-box-shadow:0px 0px 2px #666666;
		 -o-box-shadow:0px 0px 2px #666666;
			box-shadow:0px 0px 2px #666666;
}

#showcase_wrapper ul{
	list-style-type:none;
	
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;

	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

span.own .et-tooltip-box{
	width:550px;
	z-index:903840384;
}