/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:980px;
} 

body { 
	background:url(images/tail-top.jpg) repeat-x center top #000; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:100%; 
	line-height:1em; 
	color:#767676; 
	min-width:980px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

.dave {
font-size: 14px;
text-decoration: none;
color: #4d4d4d;
display: block;
padding: 10px 10px 10px 10px;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.header-bg {
	background:url(images/header-bg.jpg) no-repeat center top;
}

/*=========================== FORMS ===========================*/

#contacts-form .field { 
	height:32px;
}
#contacts-form input {
	width:230px; 
	padding:3px 0 3px 3px; 
	background:#fff;
	color:#8f8f8f; 
	border:1px solid #bfbfbf; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:230px; 
	height:196px; 
	overflow:auto;
	background:#fff;
	color:#8f8f8f; 
	border:1px solid #bfbfbf; 
	padding:3px 0 3px 3px;
	margin-bottom:20px; 
}

/*========================== LISTS ============================*/

.list {
	margin-top:-10px;
}
.list li {
	padding-top:10px;
}
.list li.alt {
	padding-bottom:15px;
}
.list li a {
	color:#778e41;
	line-height:1.25em;
	font-size:1.33em;
}

.list1 {
	padding-bottom:10px;
}
.list1 li {
	font-size:1.33em;
	padding-bottom:12px;
}
.list1 li.last {
	padding:0;
	margin-bottom:-10px;
}
.list1 li a {
	color:#3b3e35;
}

.icon-list li {
	background-repeat:no-repeat;
	background-position:0 0;
	padding:7px 0 23px 50px;
}
.icon-list li.last {
	padding-bottom:8px;
}
.icon-list li.style1 {
	background-image:url(images/linkedin.gif);
}
.icon-list li.style2 {
	background-image:url(images/delicious.gif);
}
.icon-list li.style3 {
	background-image:url(images/facebook.gif);
}
.icon-list li a {
	color:#fff;
	text-decoration:none;
	display:block;
}
.icon-list li a:hover {
	text-decoration:underline;
}

.clients-list {
	width:100%;
	overflow:hidden;
	padding-top:20px;
}
.clients-list li {
	width:168px;
	margin-right:59px;
	float:left;
}
.clients-list li.last {
	margin-right:0;
}
.clients-list li img {
	display:block;
	margin-bottom:24px;
}
.clients-list li strong {
	display:block;
	color:#3b3e35;
}

/*========================== OTHER ============================*/

p { 
	margin-bottom:14px;
	line-height:1.67em;
}
.p0 {
	margin-bottom:0;
}

.slogan {
	font-size:1.17em;
text-decoration: none;
	line-height:1.43em;
	letter-spacing:1px;
	margin-left:-1px;
	margin-bottom:10px;
}
.slogan img {
	display:block;
	margin-bottom:15px;
}

dl {
	line-height:1.67em;
}
dl dt {
	font-weight:bold;
	color:#3b3e35;
}
dl dd {
	margin-bottom:18px;
}
dl dd.last {
	margin-bottom:0;
}
dl dd span {
	display:block;
	padding-top:10px;
}

.address {
	width:100%;
	overflow:hidden;
	padding-top:15px;
}
.address img {
	float:left;
	margin-right:37px;
}
.address span {
	float:right;
	margin-right:135px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#767676; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	background:url(images/logo.jpg) no-repeat left 5px;
	padding-left:65px;
	margin-top:-5px;
	font-size:1.08em;
	line-height:1.2em;
	font-weight:normal;
}
h1 a {
	text-decoration:none;
	color:#fff;
}
h1 span {
	font-size:25px;
	text-transform:uppercase;
	margin-bottom:-5px;
	display:block;
}
h3 {
	color:#216778;
	font-size:15px;
	line-height:1.1em;
	text-transform:uppercase;
	margin-bottom:10px;
}
h4 {
	font-size:24px;
	line-height:1.2em;
	color:#778e41;
	text-transform:uppercase;
	margin-bottom:12px;
}
h5 {
	font-size:1.42em;
	line-height:1.29em;
	font-weight:normal;
}
h5.extra {
	margin-bottom:12px;
}
h6 {
	font-size:1em;
	line-height:1.67em;
	margin-bottom:10px;
	color:#3b3e35;
}

.link {
	text-align:right;
	font-size:1.33em;
}
.link a {
	color:#3b3e35;
}

.title{ 
	margin-bottom:10px;
	text-align:right;
	font-size:34px;
	font-family:Georgia, serif; 
	line-height:1em;
	color:#778e41;
	padding:12px 66px 90px 0;
	background:url(images/title-bg.gif) no-repeat right top;
	position:relative;
	top:37px;
	overflow:hidden;
}

.title2 { 
	margin-bottom:0px;
	text-align:left;
	font-size:16px;
	font-family:Georgia, serif; 
	line-height:1em;
	color:#778e41;
text-decoration: none;
	position:relative;
		overflow:hidden;
}

a {
text-decoration: none;
color: #216778;
}
a:hover {
text-decoration: none;
color: #4d4d4d;
}

a:link, a:visited {
color:#216778;
font-weight:normal;
text-decoration:none;
}




/*============================ BOXES ==========================*/

.box { 
	background:#e5e6e0; 
	width:100%;
}
.box.alt {
	margin-bottom:23px;
}
.box .inner { 
	padding:24px 20px 30px 26px;
}
.box .link a,
.box .list1 li a {
	color:#767676;
}
.box h3 {
	margin-bottom:16px;
}
.box .address {
	padding:0;
	margin-bottom:-14px;
}
.box .address span {
	margin-right:55px;
}

/*========================== HEADER ===========================*/

#header .fleft {
	padding:88px 0 0 0;
}
#header .fright {
	padding:100px 0 0 0;
}
#header .fright ul li {
	float:left;
	text-transform:uppercase;
	font-size:12px;
	line-height:1.2em;
	padding-left:38px;
}
#header .fright ul li a {
	text-decoration:none;
	color:#fff;
}
#header .fright ul li a:hover {
	color:#000;
}
/*========================= CONTENT ===========================*/

#content .row-1 {
	background:#f8f8f8;
	padding:19px 0 35px 0;
}
#content .row-1 .list li a {
	color:#3b3e36;
}
#content .row-2 {
	padding:60px 0 40px 0;
	color:#e5e6e0;
}
#content .row-2 h4 {
	color:#e5e6e0;
}
#content .indent {
	padding-bottom:42px;
}

/*========================= FOOTER ============================*/

.footer {
	background: url(images/footer_bg.jpg) repeat-x #242424;
	border-bottom: solid 12px #242424;
	font-family: Georgia, Helvetica, sans-serif;
font-weight: bold;
	color: #333333;
	font-size: 13px;
	line-height: 21px;
}
.footer .footerOne {
	width: 1020px;
	margin: 0px auto;
	background: #FFFFFF;
}
.footer .footerOne .footerInner {
	margin: 0px 14px 10px;
	background: url(images/sub-header-bg.jpg) repeat-x;
	padding: 24px 15px 20px;
	overflow: hidden;
	height: 100%;
}
.footerInner .footerLeft {
	display: block;
	float: left;
	width: 270px;
}
.footerLeft a {
	text-decoration: none;
	color: #333333;
}
.footerOne strong {
	color: #216778;
}
.footerInner .footerRight {
	width:196px;
	float: right;
	padding: 10px 50px;
}
.socialIcons {
	padding:20px 0 0 50px;
}
.socialIcons img{
	float:left;
	margin:0 20px 0 0;
}

/*=============================================================*/
