/* @group Reset */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* @end */

/* @group Main Layout */

/* Colors:
		Kubix Orange:   #EC6D00
		Kubix Light Or. #F4F1ED
		
		Red Link:		#EC0600
		Dark RedLink:	#990400
		
		Dark Blue:		#1e2a45
		Light Turkuaz:	#91bdd3
		More L Turkuaz:	#d9e8f5
		
 */

html {
	color: #000;
	background: #F4F1ED url(../img/bg3.png) repeat scroll center top;
}

body {
font: normal 0.625em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
line-height: 22px;
border-top: 10px solid rgba(224,224,213,0.51);
}

p{	font-size: 1.4em;}
h1{	font-size: 2.4em; /* 24px */}
h2{	font-size: 2.1em; /* 21px */}
h3{	font-size: 1.8em; /* 18px */}
h4{	font-size: 1.6em; /* 16px */}
h5{	font-size: 1.4em; /* 14px */}


/* @end */

#header {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#header a:link {
	text-decoration: none;
	text-indent: -9999px;
}
#header p{
	font-size: 1.6em;
	float: right;
	clear: right;
	margin-top: 20px ;
	margin-right: 10px;
	font-style: italic;
	color: #5b4c27;
	letter-spacing: 0.11em;
}

#main-nav{
	font-size: 2em;
	margin: 0 auto;
	width: 940px;
	padding: 0 20px 10px 0;
	text-align: right;
}
#main-nav ul li{
	margin: 0 10px ;
	padding-left: 5px;
	display: inline;
}

#main-nav a:link,#main-nav a:visited {
	text-decoration: none;
	color: #990400;
}

#main-nav a:hover{
	border-bottom: 4px solid #990400;
	color: #000;
}

#main-nav a:focus, #main-nav a:active{
	position: relative;
	top: 1px;
	color: #000;
}

#main-nav #current{
	border-bottom: 4px solid #990400;
	color: #000;
}

#motto {
	margin: 20px auto;
	font-size: 1em;
	font-weight: bolder;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 940px;
	padding: 0;
	line-height: 3.2em;
	background: rgba(247,247,247,0.8) url(../img/coffee1.jpg) no-repeat scroll 0 -30px;
	border: 1px solid #ddd;
	min-height: 490px;
}
#motto h1 {
	padding: 40px 20px 20px 20px;
}
#motto a{
	text-decoration: underline;
	color: #EC6D00;
	padding: 0 4px;
}
#motto a:hover,#motto a:active{
	background-color: #EC6D00;
	color: #eee;
	padding: 0 4px;
}
#motto em{
	font-style: italic;
}

.breadcrumb {
	width: 940px;
	margin: 10px auto;
	padding: 0;
	color: rgba(43,43,43,0.75);
	border-bottom: 1px solid #dedede;
}

.breadcrumb ul li{
	display: inline;
	padding: 0	2px;
}
.breadcrumb ul li a {
	text-decoration: none;
	color: #EC6D00;
}
.breadcrumb ul li a:hover {
	text-decoration: none;
	color: #000;
}

#logout {
	float: right;
	
}
#logout a:link{
	color: #578eb6;
}
#logout span.scname {
	font-style: italic;
	font-weight: bold;
}

#content{
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	margin-top: 35px;
	overflow: hidden;
}
#content-main {
	width: 650px;
	float: left;
	/*background-color: #91bdd3;*/
}
#content-main h2,h3,h4,h5,h6 {
	padding: 0 10px;
	color: #990400;
	
}
#content-main em {
	font-style: italic;
}

#content-main strong {
	font-weight: bold;
}
#content-main p, #content-services p{
	margin: 0 0 15px 0;
	padding: 10px 15px 0 0;
	text-shadow: 1px 1px 0.8px rgba(255,255,255,0.8) ;
}

#content-main a:link, #content-services a:link,#content-main a:visited, #content-services a:visited {
	text-decoration: underline;
	color: #EC6D00;
	text-shadow: none;
}
#content-main a:hover,#content-main a:active, #content-services a:hover,#content-services a:active   {
	text-decoration: none;
	color: rgba(236,109,0,0.8);
}

#content-main img, #content-services img{
	padding: 8px;
	background: #E0E0D5;
	border: 2px  solid rgba(255, 255, 255, 0.4);
	max-width: 100%;
}
#content-main img:hover, #content-services img:hover {
	background: rgba(224,224,213,0.51);
}

#content-main img#seo-logo {;
	background-color: transparent;
	border: none;
		-moz-border-radius-bottomleft: 0.6em;
	-webkit-border-bottom-left-radius: 0.6em;
	-moz-border-radius-topright:0.6em ;
	-webkit-border-top-right-radius: 0.6;
}

#content-main-lsec {
	font-size: 0.8em;
	line-height: 2.1em;
	float: left;
	width: 324px;
	border-right: 1px solid #d5cac7;
	border-color: rgba(223,212,209,0.61);
	
}
#content-main-rsec {
	font-size: 0.8em;
	line-height: 2.1em;
	float: right;
	width: 324px;
	border-left: 1px solid #fff;
	border-color: rgba(255,245,241,0.8);
}

#content-services, #our-clients {
	width: 450px;
	float: left;
}

#our-clients h1, h2, h3 {
	padding: 0px ;
	margin: 0px;
	color: #990400;
}
#our-clients h1 {
	font-size: 2.2em;
}
#our-clients h2 {
	margin-top: 25px;
}
#our-clients ul {
	font-size: 1.4em;
}

#our-clients ul li {
	list-style-type: disc;
	margin-left: 30px;
}

#our-clients p {
	margin: 0 0 13px 0;
	padding: 5px 15px 0 0;
	text-shadow: 1px 1px 0.8px rgba(255,255,255,0.8) ;
}

#our-clients p a:link, #our-clients p a:visited {
	text-decoration: underline;
	color: #578eb6;
} 
#our-clients p a:hover, #our-clients p a:focus {
	text-decoration: none;
	color: rgba(87,142,182,0.82);
}
#our-clients ul.client-results li {
	line-height: 1.4em;
}
#our-clients ol {
	margin-top: 10px;
	font-size: 14px;
	
}
#our-clients ol li {
	margin-left: 10px;
	padding-bottom: 4px;
}

#our-clients em {
	font-style: italic;
}
#our-clients strong {
	font-weight: bold;
	font-style: italic;
}
 
hr.clients{
	height: 0;
	max-height: 0;
	display: block;
	position: relative;
	padding: 0 ;
	margin: 20px 20px;
	width: 450px;
	clear: both;
	border: none;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ddd;
	line-height: 0;
}
#content-services h1,h2,h3,h4,h5,h6 {
	padding: 0 ;
	margin-top: 0;
	color: #990400;
}

#content-services h1, #our-clients h1 {
	line-height: 1.2em;
}
#content-services h2, #our-clients h2 {
	line-height: 1.2em;
}
#content-services h2{
	margin-top: 15px;
	margin-bottom: 0;
	color: #000;
}
#content-services h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #2b2b2b;
}
#content-services-lsec {
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 0.8em;
	line-height: 2em;
	float: left;
	width: 224px;
	border-right: 1px solid #d5cac7;
	border-color: rgba(223,212,209,0.61);
	
}

#content-services-rsec {
	margin-top: 6px;
	margin-bottom: 20px;
	font-size: 0.8em;
	line-height: 2em;
	float: right;
	width: 224px;
	border-left: 1px solid #fff;
	border-color: rgba(255,245,241,0.8);
}

#content-services-rsec p{
	padding-left: 10px;

}
#content-services p{
	margin-bottom: 8px;
	line-height: 1.4em;
}
#content-services p:first-child{
	margin-top: 20px;
}
#pagination {
	width: 450px;
	float: left;
	margin: 10px 0;
	padding: 5px 15px;
}
#pagination a:link, #pagination a:visited {
	
	background-color: #578eb6;
	color: #fff;
	padding: 4px;
	text-decoration: none;
	display: inline;

}
#pagination a:hover, #pagination a:focus {
	background-color: rgba(112,181,232,0.1);
	color: #000;
	text-decoration: none;
	display: inline;

}

.services-bar{
	width: 200px ;
	float: left;
	padding: 0 25px;
	margin: 0;
}
.services-bar h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #48525e;
	padding-bottom: 5px;
	padding-top: 10px;
	font: italic 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
}

.services-bar h4 {
	font-size: 1.4em;
	margin: 2px 0;
	color: #578eb6;
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px solid #dedede;
}

.services-bar ul, .about-us-bar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.services-bar ul li, .about-us-bar ul li {
	padding: 2px 10px;
	overflow: hidden;
	margin: 0;
	text-align: left;
}

.services-bar ul li a,  .about-us-bar ul li a{
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	color: rgba(71,71,71,0.7);
	font-weight: bold;
	text-indent: 0px;
	text-align: left;
}
.services-bar .services-sel a, .about-us-bar .about-us-sel a  {
	background-color: #578eb6;
	color: #fff;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em ;
	text-indent: 10px;
}
.services-bar ul li:hover, .about-us-bar ul li:hover  {
	background-color: #578eb6;
	color: #fff;
}

.services-bar ul li:hover, .about-us-bar ul li:hover {
	background-color: rgba(112,181,232,0.1);
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em ;
	color: rgba(71,71,71,0.97);	
	
} 

#service-process {
	width: 380px;
	margin-left: 0;
	padding: 10px 20px;
	line-height: 1.4em;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	margin-bottom: 30px;
	margin-top: 20px;
	background: rgba(255,252,244,0.83) url(../img/motto-bg.png) no-repeat scroll right bottom;
}
#service-process dt {
	font-size: 1.8em;
	font-weight: normal;
	color: #3c72b2;
	margin-bottom: 5px;
	
}
#service-process dd {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 0;
	
}

#content-services ul#services-list {
	margin-left: 20px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
}
#content-services ul#services-list li {
	margin: 0;
	padding: 2px;
	list-style-image: url(../img/arrow.gif);
	list-style-position: outside;
}
#process {
	width: 450px;;
	margin: 22px auto;
	padding: 0;
	line-height: 1.8em;
}

#process #process1, #process #process2 {
	width: 214px;
	float: left;
	margin: 0;
	padding: 0 ;
	
	
}
#process #process3, #process #process4 {
	width: 214px;
	float: right;
	margin: 0;
	padding: 0 5px;
	min-height: 120px;
} 

#process #process1,#process #process4  {
	border-right: 1px solid #d5cac7;
	border-color: rgba(223,212,209,0.61);
}

#process #process2,#process #process3  {
	border-left: 1px solid #fff;
	border-color: rgba(255,245,241,0.8);
}

#process .number, ol.client-solution .number {
	font-size: 2.2em;
	margin: 0;
	padding: 0px 5px;
	color: #990400;
	text-shadow: rgba(26,5,4,0.7) 1px 1px;
	float: left;
	display: block;
	height: 50px;
}

ol.client-solution em{
	font-style: italic;
}

img.client-logo	{
	float: left;
	width: 100px;
	padding: 2px;
	margin: 15px 20px 0 0;
	border: 1px solid  rgba(224,224,213,0.51);
}

dl.client-desc {
	width: 290px;
	margin: 0 0 10px 130px;
	padding: 0px;
	display: block;

}

dl.client-desc dt {
	font-size: 1.2em;
	color: #578eb6;
	font-weight: bolder;
	font-style: italic;
}
dl.client-desc  dd {
	font-size: 1.6em;
	color: black;
	font-weight: bolder;
	margin-bottom: 5px;
	line-height: 1.1em;
	
}
dl.client-desc  dd#client-service {
	font-size: 1.4em;
	color: rgba(102,102,102,0.75);
}
dl.client-desc  dd#client-service a:link, dl.client-desc  dd#client-service a:visited{
	color: rgba(71,71,71,0.7);
}

dl.client-desc dd#client-desc-dd-file{
	font-size: 1em;
	color: rgba(102,102,102,0.75);
	margin-top: 10px;
}
dl.client-desc dd#client-desc-dd-file a:link, dl.client-desc dd#client-desc-dd-file a:visited{
	color: #578eb6;
}
dl.client-desc dd#client-desc-dd-file a:hover {
	text-decoration: none;
	color: rgba(87,142,182,0.82);
}
span.client-desc-dt-time {
	font-size: 0.8em;
	color: rgba(102,102,102,0.75);
	font-style: italic;
}
ul.client-results {
	width: 380px;
	margin: 10px 0 12px 30px;
	padding: 0 ;
	font-size: 1.4em;
	line-height: 1.8em;
	text-shadow: 1px 1px 0.8px rgba(255, 255, 255, 0.8);
}
ul.client-results  li {
	list-style-type: none;
	list-style-image: url(../img/16-em-check.png);
	padding-bottom: 4px;
}

blockquote#client-testimonial  {
	width: 380px;
	margin: 10px 0 30px 20px;
	padding-left: 50px;
	background: transparent url(../img/quote.png) no-repeat;
	color: #73550a;
	font: 1.1em/1.85em Georgia, "Times New Roman", Times, serif;
}
blockquote span.money {
	font-size: 0.77em;
	font-style: italic;
} 
blockquote#client-testimonial cite{
	font-style: italic;
	color: rgba(115,85,10,0.8);
	padding-left: 10px;
}


ol.client-solution {
	font-size: 1.4em;
	display: block;
	width: 379px;
	margin: 0 0 0 50px;
	padding: 0 10px;
	line-height: 1.6em;
	border-left: 1px solid #fff;
	border-color: rgba(223,212,209,0.6);
}
ol.client-solution li{
	margin: 10px 0;
	padding: 6px 0;
}


.blog-main{
	width: 650px;
	float: left;
	margin-bottom: 50px;
}

.blog-main h2{
	font-size: 1.8em;
}


/* Article Summary  */ 
.article-summary h2 {
	margin: 0;
	line-height: 1.2em;
	background: transparent url(../img/xlogo.png) no-repeat 0 0 ;
	padding-left: 26px;
	width: 620px;
}

.article-summary h2 a:link, .article-summary h2 a:visited{
	text-decoration: none;
	color: #990400;	
}
.article-summary h2 a:hover, .article-summary h2 a:focus {
	color: rgba(205,4,0,0.9);
}

.article-summary-excerpt {
	width: 614px;
	font-size: 1.25em;
	margin: 10px 0 10px 26px;
	padding-right: 10px;
	text-shadow: 1px 1px 0.8px rgba(255,255,255,0.8) ;
}

.article-info {
	width: 624px;
	font-size: 1.2em;
	color: rgba(71,71,71,0.7);
	margin: 0 0 0 26px ;
	
}
.article-summary-date {
	font-weight: bolder;
	padding-left: 4px;
}
.article-summary-editor {
	font-style: italic;
}
.article-summary-comment {
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 10px;
	padding-right: 10px;
	background: transparent url(../img/comments-3.png) no-repeat 114px 4px;
}

.article img{
	margin-right: 10px;
	background: #E0E0D5;
	border: 1px  solid rgba(255, 255, 255, 0.4);
	max-width: 100%;
}

.article img:hover{
	background: rgba(224,224,213,0.51);
}

.article img.left{
	float: left;
	padding-right: 10px;
}

.article-summary-comment a:link, .article-summary-comment a:visited {
	text-decoration: underline;
	color: #578eb6;
}

.article-summary-comment a:hover, .article-summary-comment a:focus {
	text-decoration: none;
	color: #3f6a88;
}

.article-summary-excerpt a:link, .article-summary-excerpt a:visited, .article-summary-cat a:link, .article-summary-cat a:visited,.article-cat a:link, .article-cat a:visited, .related-articles a:link, .related-articles a:visited, .blog-article-cat a:link, .blog-article-cat a:visited, .aboutus-main a:link, .aboutus-main a:visited, .article a:link, .article a:visited {
	text-decoration: underline;
	color: #EC6D00;
	text-shadow: none;
}

.article-summary-excerpt a:hover, .article-summary-cat a:hover, .related-articles a:hover, .blog-article-cat a:hover, .aboutus-main a:hover, .article a:hover  {
	text-decoration: none;
	color: rgba(236,109,0,0.8);
}

.article-summary-more {
	width: 180px;
	margin: 0 0 5px 26px;
}
.article-summary-more a, .article-summary-more a:visited{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px ;
	-moz-box-shadow: 0 1px 0.5px rgba(0,0,0, 0.4) ;
	-webkit-box-shadow: 0 1px 0.5px rgba(0,0,0, 0.4);
	background: #689ac0 url("../img/overlay.png") repeat-x scroll 0 0;
	margin: 10px 0;
	padding: 2px 30px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	position: relative;
}
.article-summary-more a:hover{
	background-color: #578eb6;
	color: #fff;
} 
.article-summary-more a:focus, .article-summary-more a:active {
	position: relative;
	top: 1px;
} 

a.more-link {
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0,0,0, 0.5);
}

.article-summary-cat, .article-cat {
	width: 624px;
	margin-left: 26px;
	font-size: 1.2em;
	color: rgba(71,71,71,0.7);

}

hr.blog{
	height: 0;
	max-height: 0;
	display: block;
	position: relative;
	padding: 0 ;
	margin: 20px 20px;
	width: 610px;
	clear: both;
	border: none;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ddd;
	line-height: 0;
}

/* Article */
.article {
	width: 630px;
	padding: 0 20px;
	text-align: left;
}
.article p{
	padding-right: 30px;
	margin-top: 1.2em;
}
.article p strong  {
	font-weight: bolder;
}

.article p em {
	font-style: italic;
} 

.article ul {
	font-size: 1.4em;
	display: block;
	width: 540px;
	line-height: 1.4em;
}
.article ul li {
	padding-bottom: 15px;
	list-style-type: disc;
	margin-left: 40px;
}


.article h1 {
	line-height: 1.2em;
	color: #990400;	
	padding-right: 30px;
}
.blog-article-info {
	font-size: 1.2em;
	color: rgba(71,71,71,0.7);
	padding: 0;
}
p.blog-article-info{
	margin-top: 4px;
}
.blog-article-comments{
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 0;
	background: transparent url(../img/comments-3.png) no-repeat 115px 4px;

}

.blog-article-comments a:link, .blog-article-comments a:visited {
	text-decoration: underline;
	color: #578eb6;
}
.blog-article-comments a:hover, .blog-article-comments a:focus {
	text-decoration: none;
	color: #3f6a88;
}
.article h2 {
	line-height: 1.2em;
	color: #990400;	
	padding-right: 90px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 20px;

}
.article h4{
	margin-top: 30px;
	padding: 0;
}
.article-excerpt {
	font-size: 1.6em;
	line-height: 1.6em;
}

.article-excerpt:first-line{
	font-size: 1.4em;
}
.article-excerpt img{
	float: left;
	clear: left;
	padding: 10px;
	margin-right: 10px;
	background: #E0E0D5;
	border: 1px  solid rgba(255, 255, 255, 0.4);
	max-width: 100%;
}

.article-excerpt img:hover{
	background: rgba(224,224,213,0.51);
}


.related-articles {
	font-size: 1.2em;
	overflow: hidden;
}

.blog-article-cat{
	margin-left: 20px;
	font-size: 1.2em;
	color: rgba(71,71,71,0.7);
}

/* Article Comments */
.comment {
	width: 620px;
	margin: 10px 0 10px 20px;
	
}
.comment h3{
	margin-top: 50px;
	border-top: 10px solid rgba(224,224,213,0.51);
	padding-top: 10px;
}

.comment h4{
	margin: 10px 0;
	color: rgba(0,0,0,0.7);
}
.comment h4 strong {
	color: #000;
	font-weight: bolder;
}

.comment h4 a:link, .comment h4 a:visited  {
	text-decoration: underline;
	color: #578eb6;
}
.comment h4 a:hover  {
	text-decoration: none;
	color: #3f6a88;
}


.comment h4 a:hover {
	text-decoration: none;
	color: rgba(236,109,0,0.8);
}

ol#comment-list{
	margin: 40px 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 2.2em;
}
ol#comment-list li {
	margin: 0 0;
	padding: 10px 5px 15px 5px;
	border-top: 1px dashed #ddd;
}

ol#comment-list li p.comment-list-com{
	clear: both;
	display: block;
	width: 480px;
	margin: 40px 0 0 10px;
}
.comment-odd {
	background-color: rgba(163,202,232,0.1);
}


ol#comment-list li h4 a{
	margin-top: 4px;
	font-style: italic;
	text-decoration: none;
	float: left;
	color: #578eb6;
}
ol#comment-list li h4 a:hover {
	color: #3f6a88;
} 


ol#comment-list li p.comment-date {
	margin-top: 4px;
	display: block;
	float: right;
	width: 174px;
	
}
ol#comment-list li p.comment-date a{
	text-decoration: none;
	color: rgba(236,109,0,0.8);
}
ol#comment-list li p.comment-date a:hover {
	text-decoration: underline;
	
}

ol#comment-list li p span.comment-date-time {
	font-style: italic;
	color: rgba(108,108,108,0.65);
}

.comment-form-area {
	width: 610px;
	background-color: rgba(224, 224, 213, 0.51);
	margin-left: 20px;
	padding: 10px 0 20px 20px;
}
#comment-form{
	line-height: 4em;
}
form#comment-form textarea{
	margin-left: 22px;
} 

/* COntact Us */
.contact-main, .aboutus-main {
	width: 650px;
	float: left;
	margin: 0;
	padding: 0;
}
#content .contact-main p {
margin-top: 10px;
width: 460px;
text-align: left;
}

.contact-main h2{
	margin: 40px 0 5px 0;
	padding: 0;
	letter-spacing: 0.15em;
}
.contact-main dl {
	width: 450px;
	display: block;
	background-color: rgba(224, 224, 213, 0.5);
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em ;
	padding: 10px 0 20px 20px;
	height: 55px;
	margin-bottom: 20px;
	
}

.contact-main dl dt{
	font-size: 1.2em;
	font-weight: bold;
	color: #4d1d1d;
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

.contact-main dl dd{
font-size: 1.2em;
}

.rbar-address{
	width: 249px ;
	float: right;
	clear: right;
	padding: 0 20px;
	border-left: 1px solid #dedede;
	min-height: 860px
}
.rbar-address h3 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}
.rbar-address p {
	margin: 10px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}
.rbar-address #d-vcard a:link, .rbar-address #d-vcard a:visited{
	background: transparent url(../img/vcard.png) scroll no-repeat 0 50% ;
	display: block;
	height: 16px;
	text-indent: 20px;
	margin: 0;
	color: #578eb6;
}
.rbar-address a:link, .rbar-address a:visited{
	color: #EC6D00;
}
.rbar-address a:hover {
	text-decoration: none;
}

.rbar-address #d-vcard a:hover{
	text-decoration: none;
}


/* Right BAR */

.rbar{
	width: 210px ;
	float: right;
	clear: right;
	padding: 0 0 0 22px;
	/* background: transparent url(../img/rbar.png) no-repeat scroll 0 0; */
	border-left: 1px solid #dedede;
	min-height: 780px;
}
.rbar h3{
	font-weight: bold;
	text-transform: uppercase;
	color: #48525e;
	padding-bottom: 19px;
	padding-top: 10px;
	font: italic 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	
}

.rbar h4 {
	font-size: 1.2em;
	margin-top: -13px ;
	color: #b3b4b4;
	font-style: italic;
}

.rbar ul{ 
	margin-left: -8px;
	margin-bottom: 14px;	
 }
.rbar ul li a:link, .rbar ul li a:visited{
	text-decoration: underline;
	color: #7792b2;
	line-height: 1.2;
}

.rbar ul li a:hover{
	text-decoration: underline;
	color: rgba(236,109,0,0.8);
	line-height: 1.2;
}

.rbar-more a{
	margin: 20px 10px;
}	

ul#categories {
	list-style-type: none;
	margin: -10px 0 20px 0;
	padding: 0;
	line-height: 2em;
}

ul#categories li {
	padding-right: 70px;
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	margin: 0;
}

ul#categories li a {
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	color: #7792b2;
	font-weight: bold;
	text-indent: 10px;
}

ul#categories li a:hover{
	background-color: rgba(112,181,232,0.1);
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em ;
	color: rgba(42,41,41,0.78);	
}


ul.latest-proj {
	list-style: none;	
	margin-left: -6px;
	margin-top: -5px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

.rbar ul.latest-proj a:link, .rbar ul.latest-proj a:visited {
	text-decoration: none;
	color: #7792b2;
	height: 58px;
} 
.rbar ul.latest-proj a:hover, ul.latest-proj a:focus {
	background-color: rgba(237,237,237,0.86);
	color: rgba(236,109,0,0.8);
} 

ul.latest-proj li .proj-link {
	position: relative;
	top: 2px;
	display: block;
	overflow: hidden;
}

ul.latest-proj li	{
	margin: 0;
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	display: block;
}
ul.latest-proj li a {
	display: block;
	line-height: 1.5em;
	overflow: hidden;
	text-decoration: none;
}
ul.latest-proj li a img {
	display: block;
	float: left;
	clear: left;
	margin: 2px 8px 4px 2px;
	border: 2px  solid rgba(255, 255, 255, 0.4);
	padding-top: 2px;
}

ul.categories a {
	text-decoration: none;

}
#search {
	width: 130px;
	padding: 3px;
	margin-bottom: 4px;
	border: 1px solid rgba(224, 224, 213, 0.5) ;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em ;
}
#search:focus {
	border: 1px solid rgba(154,197,229,0.93);
	}
.rbar-logos{
	display: block;
	margin: 40px 0px 30px 0;
	padding: 10px 0px;
}


/* Search Results */
#search_results {
	margin: 20px 0px;
}
#search_results dt {
	font-size: 1.4em;
}

#search_results dd.silent {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #777;
}
#search_results p{
	margin-bottom: 5px;
}

span#search-result{
	font-size: 0.9em;
	font-weight: bold;
}

/* About US */
.aboutus-main h1{
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	color: #990400;
}
.aboutus-main h2{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	color: #000;
}
.aboutus-main strong, #content-services strong {
	font-weight: bolder;
	font-style: italic;
}
.aboutus-main em, #content-services em {
	font-style: italic;
}
#content .aboutus-main p {
margin-top: 10px;
margin-bottom: 15px;
width: 550px;
text-align: left;
text-shadow: 1px 1px 0.8px rgba(255,255,255,0.8) ;
}


/* FORMS */
#contact-form {
	width: 620px;
	float: left;
	background-color: rgba(224, 224, 213, 0.5);	
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em ;
	margin-bottom: 30px;
}
strong#choose-service  {
	font-weight: bolder;
}
#contact-form fieldset {
	margin: 30px 10px;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0;
}

#contact-form fieldset ul li {
	margin:0;
	padding: 0;
	display: block;
	float: left;
	width: 300px;
}

span#need-email{
	font-size: 0.8em;
	color: #999;
}
#contact-form label.label-text{
	color: #4d1d1d;
	font-size: 1em;
	text-align: left;
	display: block;
	float: left;
	width: 240px;
	
}

#contact-form  ul li span {
	margin: 0 0 10px 0;
}

#contact-form fieldset ul li .text-f {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 18px;
	padding: 3px;
	font-size-adjust: none;
	border: 1px solid rgba(199,199,190,0.9);
	display: block;
	float: left;
	clear: left;
	color: #252525;
}
.form-info{
	font-size: 0.8em;
	font-weight: normal;
	color: #84817e;
	float: left;
	line-height: 1.2em;
}

#contact-form fieldset ul li .contact-d{
	width: 210px;
	text-align: left;
	font-size: 1em;
}

#contact-form .contact-t{
	width: 350px;
	float: left;
	font-size: 1em;
	font-weight: normal;
	
}
#contact-form .submit-btn{
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	margin: 0 0 20px 10px;
	padding: 0;
	width: 100px;
	clear: both;
	text-align: left;
}

#map_canvas{
	margin: 20px 0;
	padding: 0;
	border: 2px solid #dcd5bd;
}

#login-form {
	width: 450px;
	float: left;
	margin: 20px 0;
	padding: 15px 20px;
	background-color:rgba(224, 224, 213, 0.5);	
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em ; 
}
#login-form a:link, a:visited{
	color: #578eb6;
	
}
#login-form a:hover, a:active {
	color: #3f6a88;
	
}
.forget-info {
	font-size: 0.8em;
	font-weight: normal;
}
#login-form ul {
	line-height: 2.2em;
}
#login-form ul li.submit-btn{
	margin-left: 80px;
	margin-top: 5px;
}
#login-form ul li .login-text {
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}
#login-form ul li .username-tb, #login-form ul li .password-tb{
	margin-left: 10px;
	padding: 4px 2px;
	margin-bottom: 20px;
	font-weight: normal;
	border: 1px solid rgba(224, 224, 213, 0.5) ;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em ;
}


/* FOOTER */
	
#footer{
	clear: both;
	padding: 20px 0;
	border-top: 4px solid #630000;
	background: #470f07 url(../img/footer-top.png) repeat-x scroll 0 0;
	min-height: 300px;
	margin-top: 40px;
}
#footer-wrap{
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
.footer-logo {
	float: left;
	clear: left;
	width: 24px;
	margin: 0 6px -1px 0 ;
	padding: 0;
}
.vcard{
	margin: 0 auto;
	padding: 0 10px;
	float: left;
	clear: left;
	width: 210px;
	text-indent: 5px;
}

.vcard .hlogo {
	float: left;
	width: 16px;
	padding-right: 4px;
}

#vcard-company-name h3, #footer-navigation h3, #follow-links h3{
	font-weight: bold;
	font-size: 1.2em ;
	line-height: 1em;
	margin: 8px 0;
	padding: 0;
}

#vcard-company-name h4, #footer-navigation h4, #follow-links h4{
	font-size: 1em ;
	line-height: 1em;
	margin: 8px 0;
	padding: 0;
}
.vcard .tel, .street-address, .locality, .region, .postal-code{
	color: #e0e0e9;
	font-size: 0.8em;
	line-height: 2em;
	padding-left: 20px;
}

.vcard .tel .type {
	font-family: "Courier New", Courier, mono;
}

#footer-navigation, #follow-links {
	float: left;
	margin: 0;
	padding: 0 10px;
	width: 160px;
	min-height: 300px;

}
#footer-navigation ul li a:link, #follow-links ul li a:link, #follow-links ul li a:visited, #footer-navigation ul li a:visited {
	text-decoration: none;
	color: #e0e0e9;
}

#footer-navigation ul li a:hover, #follow-links ul li a:hover {
	text-decoration: underline;
	color: #f3f3f3;
}
#footer-navigation ul li a:active, #follow-links ul li a:active {
	position: relative;
	top: 1px;
}

.kubi-link {
	display: block;
	width: 85px;
	position: absolute;
	text-indent: -9999px;
	height: 110px;
	margin-left: 800px;
	margin-top: -112px;
	overflow: hidden;

}
.kubi a:link{
	background: transparent url(../img/kuby.png) no-repeat 0 -110px;
}

.kubi a:hover{
	background: transparent url(../img/kuby.png) no-repeat  0 0;
}



#copyright {
	font-size: 0.8em;
	color: rgba(224,224,233,0.6);
	margin: 0 0;
	padding: 8px 10px;
	width: 330px;
	float: right;
	clear: right;
	line-height: 2.2em;
}

#news {
	float: left;
	width: 450px;
}

#news h1 {
	color:#990400 ;
	margin-left: 0;
	padding-left: 0;
}
#news h2 {
	font-size: 16px;
	padding-top: 20px;
}

#news-desc {
	margin-left: 0;
	margin-bottom: 20px;
	color: #797979;
} 

#about-us{
	float: left;
	width: 450px;
}
#about-us a:link, #about-us a:visited{
	color: #EC6D00;
	text-decoration: underline;
	text-shadow: none;
}
#about-us a:hover, #about-us a:active{
	color: rgba(236,109,0, 0.8);
	text-decoration: none;
}

#about-us h1 {
	color: #990400;
}

#about-us h2{
	margin-top: 20px;
	margin-bottom: 28px;
	color: #000;
}
#about-us p{
	margin-bottom: 22px ;
}

.about-us-bar{
	width: 200px ;
	float: left;
	padding: 0 25px;
	margin: 0;
}
.about-us-bar h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #48525e;
	padding-bottom: 5px;
	padding-top: 10px;
	font: italic 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
}


.news-title{
	font-size: 24px;
	color: #990400;
	line-height: 1.1;
}

.news-date{
	font-size: 1.2em;
	color: rgba(71,71,71,0.7);
	padding: 0;
	margin-top: 0;
}

#news p{
	margin-left: 0px;
	margin-top: 5px;
}

.news-summary-date {
	font-weight: bolder;
	padding-left: 2px;
}

hr.news{
	height: 0;
	max-height: 0;
	display: block;
	position: relative;
	padding: 0 ;
	margin: 20px 20px 20px 10px;
	width: 450px;
	clear: both;
	border: none;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ddd;
	line-height: 0;
}
ul#press-releases {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 14px;
}
ul#press-releases li {
	list-style-type: disc;
}

ul#press-releases a:link, ul#press-releases a:visited{
	color: #EC6D00;
	text-decoration: underline;
	text-shadow: none;
}
ul#press-releases a:hover, ul#press-releases a:active{
	color: rgba(236,109,0, 0.8);
	text-decoration: none;
}

#mc-embedded-subscribe-form {
	background-color: transparent;
}

#mc_embed_signup {
	background-color: transparent;
}

p#notice {
	margin-left: 20px;
	padding: 10px;
	line-height: 14px;
	font-size: 12px;
	color: #797979;
}

div.mc-field-group input {
	width: 200px;

	margin-bottom: 4px;
	border: 1px solid rgba(224, 224, 213, 0.5) ;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em ;
}
div.mc-field-group input:focus {
	border: 1px solid rgba(154,197,229,0.93);
}

#mce-EMAIL {
	padding: 4px;
}












