* { 
margin: 0px; 
padding: 0px; 
} 
body { 
        color: #000000;
        font:80%/1.15 Arial, Helvetica, sans-serif;
        line-height: 140%;
            background: #555555 ;
/*No Text Align Needed to center container div for IE if you use the * rule listed above.*/ 
} 


/***** Links *****/
 
A
{
      text-decoration: none;
      outline: none;

}

a:link { color: #92c504; outline: none;}
a:visited { color: #000000; }
a:hover { color: #000000; text-decoration: underline; outline: none;}
a:active { color: #000000; outline: none;}

.index_middle_content a:link { color: #000000; outline: none;}
.index_middle_content a:hover { color: #555555; outline: underline;}

.campaign_middle_content a:link { color: #92c504; outline: none;}
.campaign_middle_content a:hover { color: #555555; outline: underline;}

#footer_bottom_container a:link { color: #ffffff; outline: none;}
#footer_bottom_container a:hover { color: #9c9c9c; outline: underline;}
/***** Headings *****/
 
h1 {
  font-family: Times, "Times New Roman", serif;
  font-size: 2.4em;
  line-height: 130%;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  padding: 0; margin: 0 0 .7em 0;
}

h2 {													/***** Use as subheading sub files*****/
  font-family: Times, "Times New Roman", serif;
  font-size: 2.1em;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  padding: 0; margin: 0 0 .4em 0;
}
 
h3 {													/***** Use as subheading in accent colour*****/
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.4em;
  font-style:normal;
  font-weight:bold;
    color: #95c307;
  padding: 0;margin: 0 0 0.4em 0
}
 
h4 {													/***** Use as subheading like work client titles*****/
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.3em;
  font-style:normal;
  font-weight:bold;
    color: #5a6c74;
  padding: 0;margin: 0 0 0.4em 0
}

h5 {													/***** Use as table subheading*****/
  font-family: Arial, Helvetica, sans-serif;
  font-size:1em;
  font-style:normal;
  font-weight:bold;
  color: #78a6be;
  padding: 0;margin: 0;
  display: inline
}

h6 {													/***** Use for footnotes*****/
  font-family: Arial, Helvetica, sans-serif;
  font-size:.9em;
  font-style:normal;
  font-weight:normal;
  color: #58595b;
  padding: 0;margin: 0
}/***** Common Formatting *****/
 
hr.full {border: none 0; 
	border-top: 1px solid #e2e5df;
	border-bottom: 1px solid #e2e5df;
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
	text-align: left;
	}
	
p {
        margin: 0 0 .9em 0;
        padding: 0;}
p.reduced   {
        margin: 0 0 .4em 0;
        padding: 0;}  
        
p.more   {
        margin: 0 0 1.2em 0;
        padding: 0;}  
        
p.more2   {
        margin: 1.5em 1.2em 2em .3em;
        padding: 0;}   
        
p.font_large {
        margin: 0 0 .9em 0;
        padding: 0;
        font-size:1.4em;  
}

p.font_larger {
        margin: 0 0 .9em 0;
        padding: 0;
        font-size:1.0em;  
}
p.intro {
        margin: 1.5em 1.2em 2em .3em;
        padding: 0;
        font-size:1.2em; 
        line-height: 140% 
}
        

.no_space_above  { padding:0; margin: 0}

.headings { margin: 0 0 .4em 0;}
   
.accent {  color: #95c307;}
.accent2 {  color: #a0d705;}
.focus {background-color: #b2e6fb; color: #ffffff; padding: .2em}  
.unbold {font-weight: normal}

div.img-left 
{
	float: left;
	margin:  0px 20px 5px 0px;
	position: relative;
	top:0%;
	left:0%;
	vertical-align: top;
}

div.img-right 
{
	float:right;
	margin:  0px 0px 5px 20px;
	position: relative;
	top:0%;
	left:0%;
	vertical-align: top;	
}

div.img-center 
{
	float:center;
	border: 1px solid #4E4F4F;
	margin:  0px;
	position: relative;
	top:0%;
	left:0%;
}
img.thumbnail {
	margin: 0;
	padding: 0;}

img.slideshow_tn_main {
	width: 393px;
	height: 190px;
	border: 0px}

	
img.slideshow_tn {
	width: 0px;
	height: 0px;
	border: 0px}
 
/* LISTS */
    ul {
        margin: 0 0 1.5em 0;
        padding: 0;
        line-height:1.4em;
    }
    ul li {
        margin: 0 0 0.25em 20px;
        padding: 0;
    }
    ol {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1.0em;
        line-height: 1.4em;
    }
    ol li {
        margin: 0 0 0.25em 30px;
        padding: 0;
        
        font-size: 1.0em;
    }

.list_content {
    	margin: 1.1em 0 0 0;
    	 }
.list_content_2columns {
    	margin: 1.1em 0 0 0;
    	width: 230px
    	 }

    	
.list_content ul, .list_content_2columns ul{
	list-style-type: none;
	list-style-position: outside;
	margin: .3em 0 .3em .4em; 
	padding: 0;}
	
.list_content li, .list_content_2columns li {
	list-style-type: none;
	background-image: url('images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0em .1em;
	line-height: 1.4em;
	margin: 0;
	padding: .2em 0 .3em 2.1em}

    
/* END LISTS */

blockquote {
margin:0;
padding: 0.3em 0  0.3em 2em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Layout Top section *****/

#top {
position: absolute: top: 0; 
	width:100%; 
	background: #ffffff url(images/bg_header.jpg) repeat-x;
    margin: 0 auto;
	 }

#top .top_content{
    margin:  0 auto;
	width: 960px;
}

.logo {
	float: left;
	width: 164px;
	height: 99px;}

#menu_container {
float: right;
text-align: right;
width: 703px;
height: 50px;
margin-top: 47px;
margin-bottom: 30px;
}


#top #index_middle_container {
postion: relative;
    	background: transparent url(images/bg_index_profile.png) right bottom no-repeat;
margin:  0 auto;
	width: 960px;
	height: 409px;
padding: 150px 0 25px 0;
overflow: visible
}

#index_middle_container .index_middle_content{
	width: 400px;
	padding-top: 26px}
	
#top #campaign_middle_container {
postion: relative;
margin:  0 auto;
	width: 960px;
	 padding-top: 150px;
 padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
overflow: visible
}

.campaign_email_marketing {background: transparent url(images/bg_campaign_email.png) right top no-repeat;}

#campaign_middle_container .campaign_middle_content{
		width: 100%;
	padding-top: 26px; padding-left: 0px;padding-bottom: 0px;padding-right: 0px;}


/***** Layout Middle section *****/

#top #content_container {
padding: 160px 0 25px 0;
margin: 0;
	}

#top #content_container_no_banner {
padding: 15px 0 22px 0;
margin: 0}



table#main {
width: 925px;
padding: 0; margin: 0;
}

table#main td.work_left{
width: 415px;
}
table#main td.work_right{
width: 510px;
}
table#main td.services_left{
width: 280px;
}
table#main td.services_right{
width: 645px;
}
table#main td.about_left{
width: 205px;
}
table#main td.about_right{
width: 720px;
}
table#main td.contact_left{
width: 188px;
}
table#main td.contact_right{
width: 737px;
}


table#main td.divider{
height: 49px;
width: 100%;
background: transparent url(images/table_divide.gif) repeat;
}
table#main td.divider_no_line{
height: 49px;
width: 100%;
}


table#Proposal_form td {padding-bottom: 12px}

/***** Layout Footer section *****/

/*Footer is set up the same as the header. but will be placed under the container div*/ 
#footer { 
position: relative; 
clear:both; 
background: #555555;
width: 100%; 
height: 308px;
margin-right: auto; 
margin-left: auto; 
} 
#footer #bottom_content{
padding-top: 26px;
width: 960px; 
color: #ffffff;    
margin: 0 auto;
 }

#footer_quote { 
float: left; 
margin-left: 0;
position: absolute;
width: 334px;
} 
#footer_quote #quote_top{
background-color: #6b6d6d;
padding: 10px;
color: #b2e6fb;
font-size: 1.1em;
line-height: 140%;
}
#footer_quote #quote_bottom{
background: transparent url(images/bg_quote_bottom.gif) no-repeat;
padding: 10px 5px;
color: #b2e6fb;
font-size: 1.1em;
line-height: 140%;
text-align: right;
}

#footer_left { 
float: left; 
margin-left: 400px;
position: absolute;
} 

#footer_left_contact { 
float: left; 
width:326px; 
margin-left: 500px;
} 

#footer_right 
{ 
float: left;
position: absolute;
margin-left: 680px; 
} 

#footer_divide { 
clear:both; 
background: url(images/footer_divide.gif);
width: 100%; 
height: 2px;
} 

#footer_bottom_container{
    margin: 0 auto;
padding-top: 7px;
width: 960px;
height: 36px 
}
#footer_bottom_container .copyright { 
    color: #9c9c9c; 
	text-align: left;
    width: 400px; 
   float: left;
    padding: 0;
font-size: .8em;
} 

#footer_bottom_container .contact { 
    color: #ffffff; 
	text-align: right;
    width: 400px; 
   float: right;
   font-size: 1em;
font-weight: bold
} 


#footer a.footer {color: #FFFFFF}
#footer a.footer:hover {text-decoration: underline}
/***********************/
/* Navigation Formatting */
/***********************/

#menu_container div#rollover	{
	height: 50px;
	width: 703px;
	margin: 0;
	padding: 0;
	display: inline;
	}

div#rollover ul#button	{
	height: 50px;
	width: 703px;
	background:     url(images/menu_matrix.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#rollover ul#button li, ul#button li.disable {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#button li, ul#button a,  ul#button li.disable a {
	height: 50px;
	display: block;
	outline: none;
	}
	
div#rollover ul#button li a {
	text-indent: -9999px;
	text-decoration: none;
	border-style: none;
	}

#our_work {left: 0; width: 210px;}
#services {left: 210px; width: 192px; }
#about {left: 402px; width: 142px;}
#contact {left: 544px; width: 159px;}

/* Select button */
ul#button, ul.home li#our_work {background: transparent url(images/menu_matrix.gif) 0px -50px no-repeat;}
ul#button, ul.services li#services {background: transparent url(images/menu_matrix.gif) 0px -50px no-repeat;}
ul#button, ul.about li#renewal {background: transparent url(images/menu_matrix.gif) 0px -50px no-repeat;}
ul#button, ul.contact li#contact {background: transparent url(images/menu_matrix.gif) 0px -50px no-repeat;}

ul#button, ul.home li#our_work a {width: 0px;}
ul#button, ul.services li#services a {width: 0px}
ul#button, ul.about li#renewal a {width: 0px}
ul#button, ul.contact li#contact a {width: 0px}

/* disable button */
li.disable#our_work {background: transparent url(images/menu_matrix.gif) 0px -50px no-repeat;}
li.disable#services  {background: transparent url(images/menu_matrix.gif) -210px -50px no-repeat;}
li.disable#about {background: transparent url(images/menu_matrix.gif) -402px -50px no-repeat;}
li.disable#contact {background: transparent url(images/menu_matrix.gif) -544px -50px no-repeat;}

/* mouseover */
#our_work a:hover {background: transparent url(images/menu_matrix.gif) 0px -100px no-repeat;}
#services a:hover {background: transparent url(images/menu_matrix.gif) -210px -100px no-repeat;}
#about a:hover {background: transparent url(images/menu_matrix.gif) -402px -100px no-repeat;}
#contact a:hover {background: transparent url(images/menu_matrix.gif) -544px -100px no-repeat;}

/***** Global Classes *****/
 

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline        { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }