/*****Basic Elements*****/  

body {
	background: #e1e1e1 url(images/top_light.jpg) no-repeat 40% 0%;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666;
	padding-top: 30px;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: normal;
	font-family: Georgia, serif;
}

h1 {
	font-size: 30px;
	margin-bottom: 30px;
}

h2 {
	font-size: 26px;
	margin-bottom: 15px;
}


h3 {
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 18px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #3175af;
}

a:hover {
	color: #00bcf3;
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
	margin-left:20px;
}

ul.cool-li li {
	padding: 0px 0px 0px 15px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	xoverflow: hidden;
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

	/** Search **/

#search {
	background:transparent url(images/search.gif) no-repeat scroll 0 0;
	height:30px;
	position:absolute;
	right:0;
	top:24px;
	width:230px;
}

#search fieldset {
	border: 0px;
	padding:6px 3px 0 8px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#txtSearch {
	width:178px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
	
}

#search fieldset input#generallinks_search_butSearch {
	cursor:pointer;
	float:left;
	margin-left:4px;
	margin-top:-5px;
	padding-bottom:11px;
	text-indent:-9999px;
	width:24px;

}

/** Logo **/

#header h1 {
	width: 491px;
	height: 53px;
	text-indent: -9999px;
	background: url(images/logo-trans.png) no-repeat;
	margin: 0px;
}

#header h1 a {
	cursor:pointer;
	display:block;
	width: 491px;
	height: 53px;
}
/*** Main Menu ***/

ul.sf-menu {
	list-style-type:none;
	padding: 0px 0px 0px 30px;
	z-index: 200;
	position: relative;
	padding-top:2px;
	/* overflow: hidden; */
}

ul.sf-menu > li {
	float: left;
	border-bottom: none;
	background: none;
}

ul.sf-menu > li.top > a {
	font-size: 14px;
	display: block;
	padding:17px 14px;
	color: #6f6f6f;
}

ul.sf-menu > li.top.active  > a, ul.sf-menu > li  > a:hover {
	background: url(images/active_menu_bg.gif) repeat-x top left;
	text-decoration: none;
}

ul.sf-menu > li.top.active{
	margin:0 5px;
}

ul.sf-menu > li.top.active  > a, ul.sf-menu > li > a:hover {
	color: #dedede;
}

ul.sf-menu a:hover {
	color:#585554;
}

/*** Content ***/

#content .container {
	padding: 0px 10px 0px 10px;
}

#main {
	background: url(images/main_bg.gif) repeat-y top left;
}

#main-bottom {
	background: url(images/content_bottom.gif) no-repeat top left;
	width: 960px;
	height: 16px;
}

#main_content {
	float: left; 
	width: 530px;
	padding: 0px 0px 0px 30px;
}

#content {
	padding: 33px 0px;
}

/*** Sidebar ***/

#sidebar {
	float: right; 
	width: 340px;
	padding:0px;
	margin-right:20px;
}

#main  {padding: 25px 0px;}

div.block {
	background: #f5f5f5 url(images/block-top.gif) no-repeat top left;
	position: relative;
	border: 1px solid #e0e0e0;
	margin-bottom:20px;
}

div.blockSocial {
	background: #f5f5f5 url(images/block-topsocial.gif) no-repeat top left;
	position: relative;
	border: 1px solid #e0e0e0;
	margin-bottom:20px;
	height:33px;
}

div.block.last {margin-bottom:0px;}


div.block .blockTitle {
	font-size: 16px;
	font-family: Georgia, serif;
	margin:0px;
	display:block;
	overflow: hidden;
	padding: 4px 5px 3px 10px;	
	color:#333;
}

div.blockSocial .blockTitle {
	font-size: 16px;
	font-family: Georgia, serif;
	margin:0px;
	display:block;
	overflow: hidden;
	padding: 4px 5px 3px 10px;	
	color:#333;
}

div.blockSocial .icons {
	width:120px;
	float:right;
	text-align:right;
	padding:0px;
	padding-top:1px;
	padding-right:1px;
}

div.block .blockContent {
	padding:10px;
}

div.ui-tabs-panel {
	padding: 20px 30px 10px 12px;
}


div.block a {
}

div.block div ul li a {display: block;}

div.block a:hover, div#twitter ul li a:hover, a#twitter-link:hover {

}

div.block ul {list-style-type: none;}

div.block div#latest img{
	border: 2px solid #e8e8e8;
	float: left;
	margin: 0px 10px 0px 0px;
}

div.block div#latest ul li, div#twitter ul li {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.block div#latest ul li:last-child {
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: none;
}

div.block div#latest ul li span {
	color: #bababa;
	font-style: italic;
}

div#twitter {overflow: hidden;}

div#twitter ul li a {color: #bababa;}

a#twitter-link {text-transform: uppercase; color: #c2c2c2; float:right;}

.block ul.tabs, .block h3 {
	overflow: hidden;
	padding: 4px 5px 3px 10px;
}

.block ul.tabs > li {
	display: inline;
	margin-right: 10px;
}

.block ul.tabs > li.last {
	margin-right: 0px;
}

.block ul.tabs > li a  {
	color: #8f8f8f;
	text-decoration: none;
}

.block ul.tabs > li a:hover {color: #212121;} 

.block ul.tabs > li.ui-tabs-selected a, .block h3, .block ul.tabs > li.ui-tabs-selected a:hover {
	color: #3d3d3d;
}

.block ul.tabs > li > a, .block h3 {
	font-size: 14px;
	font-family: Georgia, serif;
}

.block h3 {margin: 0px;}

.block .ui-tabs-hide {display:none;}

div#categories ul li, div#archives ul li {margin-bottom: 5px;}

/*** Footer ***/

#footer {
	clear: both;
	padding: 0px 0px 25px;
	color: #aeb3b6;
	margin-top: -10px;
}

#footer p#bottom-menu {
	float: left;
}

#footer p#bottom-menu a, h6 {
	color: #aeb3b6;
}

#footer p#bottom-menu a.active, #footer p#bottom-menu a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {
	float: right;
	font-family: Arial, sans-serif;
}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}

/***** Home Page ****/

/** Featured Area **/

.bruce {
	display:block;
	position:absolute;
	left:0px;
	top:217px;
	z-index:5;
	float:left;
	display:none;
}

#featured_area, #pagename {
	height: 320px;
	xoverflow: hidden;
	position: relative;
	margin:35px 0 0;
	background-color: #666; 
	background-image: url(images/bg_home_featurearea.gif);	
}

#pagename {
	height: 185px;
}

#featured_area .container {
	background:transparent url(images/featured_bg.jpg) no-repeat scroll center top;
	height:320px;
	width:960px;
	padding:0px;
}

#pagename .container {
	height:185px;
	width:960px;
}

.sectionbg1
{
	background-image: url(images/page_top1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;

}

.sectionbg2
{
	background-image: url(images/page_top2.jpg);	
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

.sectionbg3
{
	background-image: url(images/page_top13.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

.sectionbg4
{
	background-image: url(images/page_top4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

.sectionbg5
{
	background-image: url(images/page_top5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

.sectionbg6
{
	background-image: url(images/page_top6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

.sectionbg7
{
	background-image: url(images/page_top7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}


div#inner {
	clear: left;
	padding: 0px 30px;
	z-index: 1;
	/* position: relative; */
}


#home div#inner {
	clear: left;
	padding: 0px 0px;
	z-index: 1;
	/* position: relative; */
	width:1100px;
	height:235px;
	padding:20px 30px;
}

#pagename div#inner {padding-top: 60px;}

#pagename div#inner h2 {
	margin-bottom: 10px;
	font-size:24pt;
	line-height:18pt;
	color:#333;
	margin:0;	
}

#pagename .container #inner p
{
	font-size: 11pt;
	font-family: Georgia,times;
	color: #666;
	margin: 0;
	font-style: italic;
}



#pagename p {font-family: Georgia, serif;}


#featured_area .slide {
	width:650px;
	height:230px;
	padding:0px;
	padding-left:80px;
	padding-top:20px;
}

.slideBg1
{
	_background-position: -2000 0;	
	background-image: url(images/icon_external.png);
	background-repeat: no-repeat;
	background-position: right top;
	_background-image:none !important;
}

.slideBg2
{
	_background-position: -2000 0;	
	background-image: url(images/icon_internal.png);
	background-repeat: no-repeat;
	background-position: right top;
	_background-image:none !important;	
}

.slideBg3
{
	_background-position: -2000 0;	
	background-image: url(images/icon_marketing.png);
	background-repeat: no-repeat;
	background-position: right top;
	_background-image:none !important;	
}

.slideBg4
{
	_background-position: -2000 0;	
	background-image: url(images/icon_media.png);
	background-repeat: no-repeat;
	background-position: right top;
	_background-image:none !important;	
}

.slideBg5
{
	_background-position: -2000 0;	
	background-image: url(images/icon_planning.png);
	background-repeat: no-repeat;
	background-position: right top;
	_background-image:none !important;	
}

.slideBg6
{
	_background-position: -2000 0;	
	background-image: url(images/icon_inhouse.png);
	background-repeat: no-repeat;
	background-position: right top;
	_background-image:none !important;	
}


#featured_area .bg1
{
	background-image: url(images/featured_bg1.jpg);
	background-repeat: no-repeat;
}

#featured_area .bg2
{
	background-image: url(images/featured_bg2.jpg);
	background-repeat: no-repeat;
}

#featured_area .bg3
{
	background-image: url(images/featured_bg3.jpg);
	background-repeat: no-repeat;
}

#featured_area .bg4
{
	background-image: url(images/featured_bg4.jpg);
	background-repeat: no-repeat;
}

#featured_area .bg5
{
	background-image: url(images/featured_bg5.jpg);
	background-repeat: no-repeat;
}

#featured_area .bg6
{
	background-image: url(images/featured_bg6.jpg);
	background-repeat: no-repeat;
}

body#home #mySlides ul {
	margin-left:20px;
	list-style-type: disc;
}

body#home #mySlides ul {
	list-style-type: none;
	margin-bottom: 12px;
}

body#home #mySlides ul li {
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}


a.jFlowPrev, a.jFlowNext, .jTour {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 120px;
}

.jTour {
	top:105px;
	color:#999;
	text-transform:uppercase;
	font-size:8pt;
	line-height:8pt;
	width:150px;
}

a.jFlowPrev, a.jFlowNext  {
	text-indent: -9999px;
	cursor: pointer;
	z-index:30;
}

#tourButtons {
	width:160px;
	height:100px;
	display:block;
	position:absolute;
	top:-98px;
	right:20px;
}

a.jFlowPrev:hover {
	background-image: url(images/left-arrow-singleon_trans.png);
}
a.jFlowNext:hover {
	background-image: url(images/right-arrow-singleon_trans.png);
}
a.jFlowPrev
{
	right: 75px;
	background-image: url(images/left-arrow-single_trans.png);
	background-repeat: no-repeat;
}

a.jFlowNext {
	background-image: url(images/right-arrow-single_trans.png);
	right: 30px;
}

.jTour {
	right:-45px;
}

div#myController {
	display: none;
}

/** Home Page Content **/

#main-top {
	width: 960px;
	height: 20px;
	background: url(images/content_top.gif) no-repeat top left;
}

p#welcome {
	color: #737373;
	font-size: 16px;
	margin-bottom: 30px;
}

body#home #content h2 {
	margin-bottom: 15px;
}

body#home #main_content h3 {
	margin-bottom: 20px;
}

body#home #main_content p {
	font-size:12pt;
	font-family:Georgia,Times;
	font-style:italic;
}

div.service.first {
	margin-top: 20px;
}

div.service {
	overflow: hidden;
	margin: 0px 0px 7px;
}

div.service img {
	float:left;
	margin: 7px 10px 0px 0px;
}

div.service p {
	font-size: 13px;
	font-weight: normal;
}

div#buttons {
	margin-top: 60px;
	overflow: hidden;
}

a.button_services, a.button_tour {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	height:34px;
	float: left;
}

a.button_services {
	background: url(images/services_bg.jpg) no-repeat;
	padding:12px 0 0 20px;
	width:161px;
	margin-right: 30px;
}

a.button_tour {
	background: url(images/tour_bg.jpg) no-repeat;
	padding:12px 0 0 41px;
	width:140px;
}

/** Services Page **/

ul#latest_blog {
	list-style-type: none;
}

/** Portfolio Page **/

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}

/** Post **/

.post, .service-desc {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9eced;
}

.post.last, .service-desc.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 12px;
	color: #9eaab9;
	margin-bottom: 22px;
	font-style: italic;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 3px solid #e4e3e3;
	float: right;
	margin: 0px 0px 0px 20px;
}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

.service-desc img {float: left; margin:7px 15px 2px 0;}

.service-desc h2 {margin-bottom: 5px;}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}

/** Contact Page **/

p#tip {
	font-weight: bold;
	font-size: 13px;
}

/** Contact us Form **/

p#contact_paragraph {
	color: #636363;
	font-size: 15px;
}

#contact_us {
/*	width: 460px; */
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #5e5e5e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 438px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	background: url(images/send.gif) no-repeat;
	padding: 5px 10px;
	display: inline-block;
	width: 103px;
	border: 0px;
	cursor: pointer;
	height:36px;
	padding:8px 10px 28px;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

/**** NEWS ****/

body#news #left {
	padding-left:20px;
	width:125px;
	float:left;
}

body#news #main_content {
	float:left;
	width:400px;
}

.newsItem {
	padding:10px;
}

#home .newsItem:hover
{
	background-color: #D2E0F2;
	background-image: url("../images/bg_panel.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

#article .newsItem:hover
{

}

#section .newsItem:hover
{
	background-color: #D2E0F2;
	background-image: url("../images/bg_panel.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.newsItem h1 {
	font-size:1.8em;
	line-height:1.2em;
}

.newsItem h2 {
	font-size:1.5em;
	line-height:1.1em;	
}

.newsItem h3 {
	font-size:1.25em;
	line-height:1.1em;
}

.newsItem h3,
.newsItem h2,
.newsItem h1,
.newsItem p {
	margin:0px;
}

.newsItem img {
	margin:5px 0px;
}

.category {
	font-weight:bold;
	font-size:smaller;
	text-transform:uppercase;
	color:#a7906b;
}

.author {
	font-weight:normal;
	font-size:smaller;
	text-transform:uppercase;
	color:#73a76b;
}

.date {
	font-weight:normal;
	font-size:smaller;
	text-transform:uppercase;
	color:#d3c0ae;
}

.edition
{
	font-size: 1.25em;
	font-family: Times,'Times New Roman',serif;
	margin: 0px;
	color: #a7906b;
	line-height: 1em;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
}

.hrule {
	background-image: url("images/hrule_bg.gif");
	background-repeat: repeat-x;
	height:1px;
	margin:0px;
}

#article #contents .hrule {
	clear:left;
}

#section #contents .hrule {
	clear:left;
}

img.picLeft {
	float:left;
	margin-right:10px;
}

img.picRight {
	float:right;
	margin-left:10px;
}

div.profilePhoto
{
	background-image: url(../images/bg_profilephotos.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 80px;
	width: 240px;
	padding: 0px;
	background-color: #022e6b;
}

div.profilePhoto img
{
	margin:0px;
}

/* Sidebar Menu */





#sideMenu {
	width:125px;

	background-color: #ddd;

}





#sideMenu, #sideMenu ul {

	margin: 0;

	padding: 0;

	list-style: none;

	font-size:1em;

}

#sideMenu {

	margin-bottom: 1em;

}	

#sideMenu li {

	display: inline;

	padding: 0;

	margin: 0;

}



#sideMenu li span { /* used for un-linked menu items */

	display: block;

	padding: 3px 10px;

	font-weight: normal;

	color: #666;

}



#sideMenu li span#configParent, #sideMenu li span #configuration {

	display: inline;

	font-weight: normal;

	padding: 0;

}



#sideMenu li a {

	font-size:11px;

	display: block;

	padding: 5px 10px;

	text-decoration: none;

	background: #fff;

	border-bottom: 1px solid #ccc;

}



#sideMenu li a:hover {

	background: #f5f5f5;

}



#sideMenu li li span { /* used for un-linked menu items */

	padding: 3px 10px 3px 30px;

}



#sideMenu li li a {

	font-size:0.95em;

	padding: 1px 15px 3px 25px;

}



#sideMenu li a.current

{

	background-color:#eee;

	font-weight:bold;

}

#main_content p {
	margin:0px;
	margin-bottom:1em;
}

#main_content ol {
	list-style-type: decimal;
}

#main_content ul {
	list-style-type: disc;
}

#main_content ul {
	list-style-type: none;
	margin-bottom: 12px;
	margin-left:20px;
}

#main_content ul li {
	padding: 0px 0px 0px 15px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}



/* collapsalbe divs */
a.dsphead{				text-decoration:none;   margin-left:0.5em;}
a.dsphead:hover{		text-decoration:underline;}
a.dsphead span.dspchar{ font-family : Arial, Helvetica, sans-serif;  font-weight:normal;}
.dspcont{               display:none;   margin-left:1.5em;}


#mediaTable td
{		margin: 20px;
		padding: 10px;
		border: 1;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: top;
		font-family : Arial, Helvetica, sans-serif;
}

#noLeading
{		font-family : Arial, Helvetica, sans-serif;
}
