/*
	main
*/
body {
	background: url('../img/bg.png') repeat;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #fff;
}
a.lnkhelp{ 
	cursor:help;
	text-shadow: #000000 1px 1px 2px;
}
a.lnkbig{ 
	font-size: 1.1em;
	text-shadow: #000000 1px 1px 2px;
}
a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover{
	text-decoration: underline;
}
a.ilnk:hover, #footer a.ilnk:hover{
	border: none;
}
#main_container {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 800px;
}
h2{
	text-align: center;
	font-size: 22px;
	color: #000;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
	margin-bottom:20px;
}
/*------------------------
	top menu
------------------------*/
#top_menu_container {
	margin-top: 28px;
	width: 800px;
	height: 48px;
	background: url('../img/top_menu_bg.png') center no-repeat;
}

#nav li {
	color: #000;
	float: left;
	list-style: none;
	margin-right: 22px;
	margin-top:3px;
	overflow: hidden;
	position: relative; /* IE fix */
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);		
}

	#nav li a {
		color: #000;
		text-decoration: none;
		float: left;
		font-size: 22px;
		padding: 8px;
	}
	
	#nav li:not(.social) a:hover {
		background: url('../img/menu_item_bg.png') repeat;
		text-shadow: 0px 1px 0px rgba(29, 29, 29, 0.7);
	}
	
	/* if JS */
	#nav li a span {
		display: block;
		background: url('../img/menu_item_bg.png') repeat;
		color: #F7941E;
		padding: 8px;
		position: relative;
	}
	
	#nav li a span:first-child {
		background: transparent;
		color: #000;
	}
	
	#nav li.social{
		margin: 6px 6px auto;
	}
	#nav li.social a{
		padding: 2px;
	}
	#nav li.firstsocial{
		margin-left: 15%;
	}
/*------------------------
	language bar
------------------------*/
#lang_bar {
	margin: 10px 10px 0 0;
	float: right;
}

#lang_bar li {
	padding: 0 6px 0 0;
	display: inline;
	list-style-type: none;
	vertical-align: middle;	
	font-size: 12px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);		
	color: #2f2f2f;	
}
#lang_bar a:hover {
	text-decoration: underline;
}
#lang_bar a {
	color: #2f2f2f;
}

/*------------------------
	header
------------------------*/
#header {
	width: 800px;
	height: 150px;
	margin: 25px 0 0 0;
}
#header_logo {
	width: 400px;
	height: 100px;
	float: left;
}
#header_slogan {
	width: 400px;
	height: 100px;
	float: right;
	text-align: left;
}
#header_logo h1 a {
	background: transparent url('../img/logo_shadow.png') center top;
	display: block;
	overflow: hidden;
	height: 100px;
	text-indent: -999em;
}
#header_logo h1 a:hover {
	background: transparent url('../img/logo_shadow.png') center bottom;
}
#header a {
	text-decoration: none;
}
h1.slogan {
	font-size: 24px;
	color: #000;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
#header_slogan > h1{
	margin: 24px 0 0 40px;
}
h1#uncomp{
	margin: 0 0 0 90px;
}
/*------------------------
	content
------------------------*/
#content_container {
	width: 752px;
	min-height: 347px;
	background: url('../img/content_bg.png') repeat-y top;
	padding: 24px
}
.content_container_sep {
	background: url('../img/content_bg_top-bottom.png') no-repeat top;
	margin: 0;
	padding: 0;
	height: 1px;
	width: 800px;
}
#content_inner {
	width: 752px;
	min-height: 347px;
	text-align: left;
	overflow:hidden;
}

/*------------------------
	footer
------------------------*/
#footer_container {
	width: 100%;
	height: 150px;
	background: url('../img/footer_bg.png') repeat-x center;
	margin: 64px 0 0 0;
}
#footer {
	width: 800px;
	text-align: center;
	margin: 0 auto 0 auto;
}

#footer h3 {
	font-size: 16px;
	color: #f7941e;
	padding: 0;
	margin: 0 0 2px 0;
	text-shadow: #000000 1px 1px 2px;
}
#footer_services {
	margin: 20px 10px;
	margin-left: 0;
	width: 170px;
	float: left;
	text-align: left;
}

#footer_services ul {
	list-style-type: none;
	list-style-position: inside;
}
#footer_services li {
	font-size: 12px;
	text-shadow: #000000 1px 1px 2px;
	color: #fff;
}
#footer_services a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}

#footer_blog {
	margin: 20px 10px;
	width: 335px;
	float: left;
	text-align: left;
}
#footer_blog p {
	font-size: 12px;
	text-align: left;
	color: #fff;
	text-shadow: #000000 1px 1px 2px;
}
#footer p.read_more {
	text-align: right;
	margin-top: 4px;
	text-shadow: #000000 1px 1px 2px;
	font-style: italic;
}
#footer_blog a {
	color: #fff;
	font-size: 12px;	
}
#footer_social {
	margin: 20px 10px;
	margin-right: 0;
	width: 255px;
	float: left;
	text-align: left;
}
#footer_social li {
	display: inline;
}
#footer_social a {
	text-decoration: none;
}
#footer_social img {
	margin: 2px;
}

#footer_menu {
	width: 800px;
	height: 36px;
	margin: 0 auto 0 auto;
	text-align: center;
	clear:left;	
}
#footer_menu li {
	color: #2f2f2f;
	line-height: 36px;
	font-size: 12px;
	padding: 0 8px 0 0;
	display: inline;
	list-style-type: none;
	vertical-align: middle;	
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
#footer_menu a {
	color: #2f2f2f;
}
#footer_menu a:hover {
	text-decoration: underline;
}
/*------------------------
	tooltips
------------------------*/
div.tooltip{
	background:url("../img/tooltip.png") no-repeat scroll left top transparent;
	height:145px;
	padding-left:15px;
	padding-top:6px;
	width:611px;
	z-index:101;
	position:absolute;
	display:none;
}
div.tooltip img {
	float:left;
}
div.tooltip p {
	float:right;
	margin:0 35px 0 0;
	width:480px;
}
div.tooltip h3{
	margin-bottom:12px;
	margin-top: 10px;
}
/*------------------------
	general
------------------------*/
.clearfix {
	clear: both;
}
p.normal {
	font-size: 12px;
	color: #fff;
	margin: 4px 0 10px 0;
	padding: 0;
	text-shadow: #000000 1px 1px 2px;
	line-height: 120%;
	text-align: left;
}
h3 {
	margin: 2px 0 2px 0;
	padding: 0;
	font-size: 16px;
	color: #f7941e;
	text-shadow: #000000 1px 1px 2px;
}
.title {
	text-shadow: #000000 1px 1px 2px;
	color: #F7941E;
	font-size: 26px;
}
.orange,
a.orange{
	color: #EFA93B;
}

/*------------------------
	main page
------------------------*/
#intro_video, #contact_wrap {
	width: 366px;
	height: auto;
	margin: 0 10px 0 0;
	text-align: center;
	float: left;
}
#welcome_message, #contact_form {
	width: 366px;
	height: auto;
	margin: 0 0 10px 0;
	float: right;
}
#contact_form {
	background: url('../img/about_us_bg.png') repeat;
}
h3.shout {
	font-size: 24px;
	text-align: right;
	text-shadow: #000000 1px 1px 2px;
	color: #fff;
}
#welcome_message p,
.customers p,
#non-profit p{
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
	text-shadow: #000000 1px 1px 2px;
	line-height: 140%;
}
/*------------------------
	services
------------------------*/
div.services dl{
	float:left;
	width: 366px;
	padding: 0;
	margin: 0 8px 0 0;
}

div.services dt{
	width: 162px;
	font-size: 130%;
	letter-spacing: 1px;
	color: #627081;
}

div.services dd img{
	float:left;
	padding-left: 3px;
}
div.services dd p{
	float: right;
	width: 276px;
	min-height: 90px;
}
dl.col2{
	margin-left: 10px;
}

/*------------------------
	customers
--------------------------*/
dl.column2{
	margin-left: 16px;
}
.customers dl{
	float:left;
	width: 366px;
	text-align:center;
	margin-bottom: 20px;
	padding-top:10px;
}
	.customers dd img{
		border: 4px solid #bbb;
	}
	.customers dd img:hover{
		border: 4px solid #fff;
	}
	.customers dd .item{
		margin:0 0 3px;
		position:relative;
		height:218px;
		width:358px;
	}
	.customers dt{
		text-align:left;
		font-size: 12px;
	}
.more_info{
	background:none repeat scroll 0 0 #E4941C;
	display:inline-block;
	position:absolute;
	left:270px;
	top:8px;
	font-size: 12px;
	width:100px;
	background: -moz-linear-gradient(top, #E4941C, #EFA93B);
   background: -webkit-gradient(linear, left top, left bottombottom, from(#E4941C), to(#EFA93B));
   -moz-box-shadow: 1px 1px 3px #292929;
   -webkit-box-shadow: 1px 1px 3px #292929;
   box-shadow: 1px 1px 3px #292929;
}
.client-info{
	background-color:black;
	display:none;
	height:170px;
	opacity:0.8;
	filter: alpha (opacity=80);
	padding:20px 10px;
	position:absolute;
	top:5px;
	left:0;
	width:340px;
}
	.client-info p{
		text-align:left;
		margin-bottom:15px !important;
	}
	.client-info a img{
		display:inline;
		border: 1px solid #ccc;
	}
	.client-info a img:hover{
		border: 1px solid #ccc;
	}
	.client-info a{
		font-size: 12px;
	}
.arrow {  
	border-right:12px solid transparent;
	border-top:10px solid #EFA93B;
	height:0;
	left:88%;
	line-height:0;
	position:absolute;
	top:100%;
	width:0;
}
#non-profit{
	clear:left;
	margin-bottom:10px;
	margin-top:50px;
	padding:15px;
	background-color: #4B4B4B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.8) inset;
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.8) inset;
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.8) inset;
}
 	#non-profit img{
 		float:left;
 		padding:3px;
 	}
 	#non-profit p{
 		text-align:left;
	}
/*------------------------
	about us
--------------------------*/
#aboutus_left {
	width: 366px;
	margin: 0 10px 0 0;
	text-align: left;
	float: left;
}
#aboutus_right {
	width: 366px;
	margin: 0 0 10px 0;	
	float: right;
}
.aboutus_profile {
	background: url('../img/about_us_bg.png') repeat;
	width: 346px;
	text-align: center;
	margin: 0;
	padding: 10px;
}
h3.profile {
	padding: 10px 0 10px 0;
}
h4.weuse {
	margin: 10px 0 4px 0;
	color: #f7941e;
	font-size: 14px;
	text-shadow: #000000 1px 1px 2px;
	text-align: right;
}
p.weuse {
	font-size: 10px;
	color: #c4c4c4;
	text-shadow: #000000 1px 1px 2px;
	text-align: right;	
	margin: 0;
	padding: 0;
}
/*------------------------
        contact page
------------------------*/
#contact_wrap h1{
	margin-top:8px;
	margin-bottom:26px;
}
#contact_wrap p {
	text-shadow: #000000 1px 1px 2px;
}
form{
  padding: 11px;
  -moz-box-shadow:0 0 10px #333333;
  -webkit-box-shadow: 0 0 10px #333;
  box-shadow:0 0 10px #333333;
}
label{
	display:block;
	font-size: 0.9em;
	margin-top:7px;
	margin-bottom:2px;
}
#contact_form form{
	padding: 20px;
}
#contact_form p{
	margin-top:11px;
	text-align: center;
}
#contact_form input, #contact_form textarea{
	width:100%;
	border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
    border-right:1px solid #CCCCCC;
    border-style:solid;
    border-width:1px;
    margin-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 89%;
}
#contact_form input[type="text"]:focus, #contact_form textarea:focus {
    border:1px solid #F7941E;
    background-color: #FCFFCD;
}
#contact_form input[type="text"] {
	height: 25px;
	line-height: 1;
}
#contact_form input[type="submit"]{
	width:30%;
	height: 30px;
	background-color: #F7941E;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.0em;
	cursor: pointer;
}
#contact_form input[type="submit"]:hover{
	background-color: #000;
	color: #F7941E;
}
div#errorpanel{
	border: 2px solid;
	text-align: left;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background: #FEEFB3 url('../img/24_alert.png') no-repeat 10px center;
	color: #9F6000;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	display:none;
	max-height: 120px;
}
div#errorpanel p{
	margin: 0;
	font-size:11px;
	text-align:left;
	margin-left: 3px;
	color: #FF495F;
	display:none;
}
p.contact_title {
	font-size: 18px;
	word-spacing: 3px;
	letter-spacing: 2px;
	text-shadow: #000 2px 2px 3px;
}
p.contact_content {
	word-spacing: 3px;
	letter-spacing: 2px;
	text-shadow: #000 2px 2px 3px;
	font-size: 14px;
}
/*------------------------
	blog
------------------------*/
#blog_main {
	width: 532px;
	margin: 0 20px 0 0;
	float: left;
}
#blog_archive {
	width: 200px;
	float: right;
	background: url('../img/about_us_bg.png') repeat;
}
#blog_archive_title {
	text-align: center;
	width: 180px;
	height: auto;
	margin: 10px;
}
.blog_archive_item {
	width: 180px;
	height: auto;
	margin: 10px;
}
.blog_archive_item p {
	font-size: 11px;
	text-shadow: #000 1px 1px 2px;
}
.blog_item {
	width: 532px;
	height: auto;
}
.blog_title {
	width: 532px;
}
.blog_date {
	width: 532px;
}
.blog_date p {
	font-size: 11px;
	font-style: oblique;
	text-shadow: #000 1px 1px 2px;
}
.blog_intro {
	width: 532px;
}
.blog_intro p {
	text-align: justify;
}
.blog_readmore {
	width: 532px;
	text-align: right;
}
.blog_readmore p {
	font-size: 12px;
	font-style: oblique;
	text-shadow: #000 1px 1px 2px;
}
.archive {
	text-align: right;
	font-style: oblique;
}

/* jobs */
h4.jobs {
	font-size: 90%;
	text-shadow: #606060 1px 1px 1px;
	margin: 12px 0 6px 0;
}
ul.jobs {
	list-style: square;
	padding-left: 30px;
	text-shadow: #696969 1px 1px 1px;
}
ul.jobs li {
	font-size: 80%;
}
p.jobs {
	font-size: 75%;
	margin: 12px 0 6px 0;
	text-shadow: #606060 1px 1px 1px;
}
a.jobs {
	text-decoration: underline;
	text-shadow: #606060 1px 1px 1px;
}

