body {
	font: 76% arial,sans-serif;
	float: left;
	width: 990px;
}

body a {color:#83959e;}

body a:hover {color:#9da274;}

#container {
	margin-left: 50px;
	margin-top: 50px;
}
	
#containerhome {
	margin-left: 50px;
	margin-top: 300px;
}

/*----------------------------------------
Header, Navigation set-up
----------------------------------------*/

#top {
	float: left;
	height: 46px;
	margin-bottom: 30px;
	/*background: url(images/logo.gif) no-repeat top;
	background-position: 0px 0px;*/
}

#top .link {
	display: block;
	height: 46px;
	width: 200px;
}

.header {
	padding-top: 13px;
	margin-left: 255px;
	font-size: 14px;
}

.header a, .header a:hover {
	text-decoration: none;
}

.creative a {
	color: #9DA274;
}

.marketing a {
	color: #D96C1C;
}

.meets a {
	color: #ADC4D0;
}

.intelligent a {
	color: #7B9E8E;
}

.design a {
	color: #DDB100;
}

.arrows a {
	color: #93B3C1;
	font-size: 18px;
    padding-bottom: 20px;
}

.contact a {
	color: #D86C1C;
    margin-left: 177px;
	text-decoration: none;
}

.contact a:hover {
	text-decoration: none;
}



/*----------------------------------------
Second Navigation set-up
----------------------------------------*/

.nav-second {
	width: 220px;
	margin-left: 50px;
        margin-bottom: 10px;
	float: left;
	color: #898989;
}

.nav-second a {
	font-size: 11px;
	color: #898989;
	text-decoration: underline;
}

.secondCreativeT, .secondMarketingT, .secondMeetsT, .secondIntelligentT, .secondDesignT, .secondArrowsT  {
	font-size: 14px;
}

/*----------------------------------------
Content Area set-up
----------------------------------------*/

.container2 {
	float: left;
}

.content2 {
	color: #898989;
	margin-left: 20px;
	width: 580px;
	float: left;
}

.content3 {
	color: #898989;
	margin-left: 54px;
	width: 415px;
	float: left;
        text-align: justify;
        line-height: 1.6em;
	z-index:-1;
}

.portfolioarea {
	margin-left: 20px;
        margin-bottom:20px;
	width: 650px;
        height: 375px;
	float: left;
        background-color: #d9ecfa;
        display: table; 
}

.portfolioimage {
        text-align:center;
        display: table-cell; 
        vertical-align: middle;
}

.image3 {
	margin-left: 20px;
	width: 180px;
	float: left;
}

.form {
	margin-left: 255px;
        margin-bottom: 46px;
        text-align: left;
        width: 415px;
}


.creativeT, .marketingT, .meetsT, .intelligentT, .designT, .arrowsT, .secondT {
	font-size: 18px;
}
	

/*----------------------------------------
Footer, Navigation set-up
----------------------------------------*/

#footer {
	clear: both;
	padding-top: 10px;
	margin-left: 20px;
}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	font-size: 14px;
}

#footer ul li {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#footer .creativeFDOT {
	padding-top: 20px;
	background: url(images/site/dot-creative.gif) no-repeat top;
	background-position: 15px 0px;
}

#footer .marketingFDOT {
	padding-top: 20px;
	background: url(images/site/dot-marketing.gif) no-repeat top;
	background-position: 135px 0px;
}

#footer .meetsFDOT {
	padding-top: 20px;
	background: url(images/site/dot-meets.gif) no-repeat top;
	background-position: 245px 0px;
}

#footer .intelligentFDOT {
	padding-top: 20px;
	background: url(images/site/dot-intelligent.gif) no-repeat top;
	background-position: 372px 0px;
}

#footer #designF {
	width: 123px;
}

#footer .designFDOT {
	padding-top: 20px;
	background: url(images/site/dot-design.gif) no-repeat top;
	background-position: 483px 0px;
}

#footer .arrowsF {
	font-size: 18px;
        margin-top: -3px;
}

#footer .arrowsFDOT {
	padding-top: 20px;
	background: url(images/site/dot-arrows.gif) no-repeat top;
	background-position: 589px 0px;
}

#footer .arrowsF .top {
	margin-top: -2px;
}

/* IE6 Hack */
* html #footer .arrowsF li {
	margin-top: -7px;
}

/* IE6 Hack */
* html #footer .arrowsF .top {
	margin-top: -6px;
}

/* IE7 Hack */
*:first-child+html #footer .arrowsF li {
	margin-top: -5px;
}



/*---------------------------------------------------------------------------------------------------
Edit color change for: Footer title, Footer Sub-Hover, Second Nav Title, Content Title
---------------------------------------------------------------------------------------------------*/

#footer .creativeF, .secondCreativeT, .creativeT {
	color: #9DA274;
}

#footer .creativeF li a:hover, .secondCreative a:hover {
	color: #9DA274;
	text-decoration:underline;
}

#footer .marketingF, .secondMarketingT, .marketingT {
	color: #D86C1C;
}

#footer .marketingF li a:hover, .secondMarketing a:hover {
	color: #D86C1C;
	text-decoration:underline;
}

#footer .meetsF, .secondMeetsT, .meetsT {
	color: #ADC4D0;
}

#footer .meetsF li a:hover, .secondMeets a:hover {
	color: #ADC4D0;
	text-decoration:underline;
}

#footer .intelligentF, .secondIntelligentT, .intelligentT {
	color: #7B9E8E;
}

#footer .intelligentF li a:hover, .secondIntelligent a:hover {
	color: #7B9E8E;
	text-decoration:underline;
}

#footer #designF, .secondDesignT, .designT {
	color: #DDB100;
}

#footer #designF li a:hover, .secondDesign a:hover {
	color: #DDB100;
	text-decoration:underline;
}

#footer .arrowsF, .secondArrowsT, .arrowsT {
	color: #93B3C1;
}

#footer .arrowsF li a:hover, .secondArrows a:hover {
	color: #93B3C1;
	border-bottom:1px dotted #93B3C1;
}

.secondT {
	color: #adc4d0;
}

#footer ul li a {
	color: #898989;
	text-decoration: underline;
}

#footer .creativeF li {
	display: block;
	width: 112px;
        text-decoration: underline;
        color: #898989;
	padding-top: 1px;
}

#footer .marketingF li {
	display: block;
	width: 122px;
	text-decoration: underline;
        color: #898989;
	padding-top: 1px;
}

#footer .meetsF li {
	display: block;
	width: 117px;
	text-decoration: underline;
        color: #898989;
	padding-top: 1px;
}

#footer .intelligentF li {
	display: block;
	width: 118px;
	text-decoration: underline;
        color: #898989;
	padding-top: 1px;
}

#footer #designF li {
	display: block;
	width: 118px;
	text-decoration: underline;
        color: #898989;
	padding-top: 1px;
}

#footer .copyrights {
	padding-top: 180px;
	text-align: left;
	font-size: 9px;
	color: #898989;
}

#footer .copyrights a {
	text-align: left;
	font-size: 9px;
	color: #d86c1c;
}



td img { display: block; }


.blog {
	color: #898989;
	margin-left: 54px;
	width: 415px;
	float: left;
    text-align: justify;
    line-height: 1.6em;
	z-index:-1;
	padding-bottom:10px;
}

.blog h1
{
	font-size: 14px;
	margin:0px;
	padding:0px;
}


.blog .entry
{
	margin: 8px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	border-top: 1px solid #e7e7e2;
	overflow:auto;
}

.blog h2
{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 2px 0;
	color: #9da274;
}

.blog h3
{
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding:0px;
	color: #adc4d0;
}

.blog h2 a
{border:none;}

.blog h2 span.post-type
{
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 5px;
}


.blog img.photo
{
	margin: 0 0 15px 0;
}

.blog img.right-thumb
{
	width: 200px;
	float: right;
	margin: 0 0 15px 15px;
}

.blog img.left-thumb
{
	width: 200px;
	float: left;
	margin: 0 15px 15px 0;
}

.blog p.posted
{
	color: #DDB100;		
	font-style: italic;
}

.blog p.posted a
{
	color: #DDB100;
	border-bottom: 1px solid #9DA274;
	font-style: italic;	
}

.blog p.posted a:hover
{
	color: #DDB100;
	border-bottom: 1px solid #DDB100;
}

.blog a.permalink
{
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0;
}

.blog a.permalink:hover
{
	font-weight: bold;
}

.blog a.external
{
	color: #DDB100;
}

.blog a.external:hover
{
	color: #DDB100;
	border-bottom: 1px solid #DDB100;
}

.blog span.comment-posted
{
	color: #efefef;
	font-style: italic;
	margin-left: 5px;
	font-size: 80%;
}

.blog p
{
	font-size: 12px;
	margin:0px;
	padding:0px;
}

p.categories, p.categories a
{
	color: #D96C1C;
	margin-bottom:10px;
}

.navigation_menu
{
    height:30px;
    width:725px;
	float:right;
    padding:0;
	z-index:9999;
	margin:4px 0px 40px 0px;
}

ul.dropdown li.creative a
{
	color: #9DA274;
}
ul.dropdown li.marketing a
{
	color: #D96C1C;
}
ul.dropdown li.meets a
{
	color: #ADC4D0;
}
ul.dropdown li.intelligent a
{
	color: #7B9E8E;
}
ul.dropdown li.design a
{
	color: #DDB100;
}

ul.dropdown li.getintouch a
{
	color: #D86C1C;
}

/* 
	LEVEL ONE
*/
ul.dropdown                       { position: relative; list-style-type:none; float:left; }
ul.dropdown li                    { font-weight: normal; float: left; font-size:14px;}
ul.dropdown a:hover 	 {  }
ul.dropdown a:active    { color: #ffa500; }
ul.dropdown li a                    { display: block; text-decoration:none; padding-right:3px;}

ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }
ul.dropdown li.hover a              { }


/* 
	LEVEL TWO
*/
ul.dropdown ul 					{ visibility: hidden; position: absolute; top: 100%; left: 0;list-style-type:none;  }
ul.dropdown ul li 					{ font-weight: normal; float: none; padding:4px;}

ul.dropdown li.creative ul li a, ul.dropdown li.marketing ul li a, ul.dropdown li.meets ul li a, ul.dropdown li.intelligent ul li a, ul.dropdown li.design ul li a, ul.dropdown li.getintouch ul li a
{
	color: #FFFFFF;
}
ul.dropdown li.creative ul li a:hover, ul.dropdown li.marketing ul li a:hover, ul.dropdown li.meets ul li a:hover, ul.dropdown li.intelligent ul li a:hover, ul.dropdown li.design ul li a:hover, ul.dropdown li.getintouch ul li a:hover
{
	color: #FFFFFF;
}
			
ul.dropdown li.creative ul li
{
	border: 1px solid #BEBF77;
	width: 70px;
	background: #9DA274;
}

ul.dropdown li.creative ul li:hover
{
	background: #BEBF77;
}

ul.dropdown li.marketing ul li
{
	border: 1px solid #F29353;
	width: 90px;
	background: #D96C1C;
}

ul.dropdown li.marketing ul li:hover
{
	background: #F29353;
}

ul.dropdown li.meets ul li
{
	border: 1px solid #C5DFE8;
	width: 90px;
	background: #ADC4D0;
}

ul.dropdown li.meets ul li:hover
{
	background: #C5DFE8;
}

ul.dropdown li.intelligent ul li
{
	border: 1px solid #99C6B0;
	width: 90px;
	background: #7B9E8E;
}

ul.dropdown li.intelligent ul li:hover
{
	background: #99C6B0;
}

ul.dropdown li.design ul li
{
	border: 1px solid #E8CA18;
	width: 130px;
	background: #DDB100;
}

ul.dropdown li.design ul li:hover
{
	background: #E8CA18;
}

ul.dropdown li.getintouch ul li
{
	border: 1px solid #FF7832;
	width: 150px;
	background: #D86C1C;
}

ul.dropdown li.getintouch ul li:hover
{
	background: #FF7832;
}

			
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

.logo
{float:left;}

ul.subnav
{
	margin:0px;
	padding:0px;
}

.navarrow
{
	margin:4px 0px 0px 0px;
	padding:0px;
	display:inline;
}

.rightdrop
{
	float:right !important;
	margin-right:145px;
}


img.blogimage
{
	float:left;
	padding: 3px;
	border: 1px solid #efefef;
	margin: 0px 10px 8px 0px;
}

#copyrightsfixed {
         position:relative;
         font-size:10px;
		font-weight:normal;
		font-style:normal;
         left:-600px;
         top:240px;
         color:#898989;
         
}

#copyrightsfixed a {color:#d86c1c;}
         
#copyrightsfixed a:hover {color:#f29353;}

.comments
{
	width: 415px;
	overflow:auto;
	margin-top: 20px;
	border-top: 1px solid #e7e7e2;
	padding-top: 5px;
}

.comments img
{
	float:left;
	margin-right: 5px;
}

.blogauthor, .blogdate
{
	font-size: 10px !important;
	color: #898989;
	margin:0px;
	padding:0px;
}

.blogdate
{
	margin-top: -6px !important;
}

.comheader
{
	height:35px;
	margin-left: -40px;
}

.comentry
{
	padding: 5px 5px 5px 40px;
}

.one
{
	background: #f6f6f6;
}

.two
{
	background: #FFFFFF;
}

#comment_form
{
	width: 415px;
	margin: 20px 0px 20px 0px;
}

input.cominput, textarea.cominput
{
	width: 414px;
	border: 1px solid #e7e7e2;
	margin-bottom: 5px;
}

textarea.cominput
{
	height: 120px;
}

input.submitbutton
{
	border: 1px solid #e7e7e2;
	background: #e7e7e2;
	padding: 5px;
	color: #898989;
}

input.submitbutton:hover
{
	border: 1px solid #9DA274;
	background: #9DA274;
	padding: 5px;
	color: #FFFFFF;
}


.blog object
{margin-bottom:10px;}

img.rssbutton
{float:right;}

a.imagelink img
{
	text-decoration: none;
	border: none;
}


.sharebuttons
{
	text-align:right;
	margin-bottom: 5px;
}

