﻿html {
height: 100%;
}

body {
    /* The page background, font, font size and color. */
    background: #cdcdcd url("images/bkg.jpg") repeat-x;
	height: 100%; /* needed for container min-height */
	overflow: inherit; /* triggers 100% height in Opera 9.5 */
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

img {border: 0;} 

#cont {
    /* The following values will place this div in the middle, and since we put every div inside the container it will render the whole page in the middle of the page.*/
    position: relative;
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}


#wrapper {
    /* The following values will place this div in the middle, and since we put every div inside the container it will render the whole page in the middle of the page.*/
	position: relative;
	width: 966px;
	margin: 0 auto;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#header {
    background: url("images/header-bkg.jpg") no-repeat;
    width: 966px; 
    height: 206px; 
    z-index: 4; 
}
#logo {
    background: url("images/logo.png") no-repeat;
    position: absolute; 
    width: 297px; 
    height: 66px; 
    z-index: 1; 
	left: 30px;
    top: 21px; 

}
#topnav {
    background: url("images/topnav.png") no-repeat;
    position: absolute; 
    width: 378px; 
    height: 37px; 
    z-index: 1; 
    left: 404px; 
    top: 82px; 
    text-align: left;
    padding: 8px 0 0 15px;
	font-weight: 700;
}

#topnav a {
color: #006699;
text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
}

#topnav a:hover {
text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
}


table {
padding: 0;
border-spacing: 0;
border-collapse: collapse;
}
table tr th {
border: 0px solid black;
}


table tr td {
border: 0px solid black;
}


#postit {
    background: url("images/postit.png") no-repeat;
    position: absolute; 
    width: 245px; 
    height: 170px; 
    z-index: 6; 
    left: 763px; 
    top: -1px; 

}


#maincontent {
display: block;
    width: 966px;
    z-index: 6;
    text-align: left;
    top: 120px;
}

#maincontent2 {
display: block;
    width: 966px;
    z-index: 6;
    text-align: left;
    top: 120px;
}


#mainnav {
    background: url("images/main-nav.png") no-repeat;
    position: absolute; 
    width: 949px; 
    height: 37px; 
    z-index: 20; 
    left: 10px; 
    top: 9px; 
    padding: 10px 0 0 20px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
}

ul.checklist {
	float:left;
	margin:12px 0 0 12px;
	width:320px;
	color: #666666;
	font-family: Arial;
	font-size: 13px;

}
ul.checklist li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/ulselect.png) no-repeat scroll 0 0.4em;
	padding:5px 0 5px 20px;
}
ul.checklist2 {
	float:left;
	margin:12px 0 0 12px;
	width:450px;
}
ul.checklist2 li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/ulselect.png) no-repeat scroll 0 0.4em;
	padding:5px 0 5px 20px;
}

#graybox {
    background:  url("images/gray-box.jpg") no-repeat;
    position: absolute; 
    width: 949px; 
    height: 335px; 
    z-index: 4; 
    left: 9px; 
    top: 57px;

}

#graybox2 {
position: absolute;
    background:  #EEEEEE;
    width: 949px; 
    height: 450px; 
    z-index: 4; 
    left: 9px; 
    top: 70px;

}

#graybox3 { 
postion: relative;
    width: 949px;  
    z-index: 40; 
    left: 0px; 
    top: 0px;

}



#contentbox1 {
position: absolute;
    background: url("images/content-box1.jpg") no-repeat; 
    width: 966px; 
    height: 616px;
    z-index: 2; 
    left: 0px; 
    top: 115px; 
}

#contentbox1b {
    background: url("images/content-box1.jpg") no-repeat; 
    width: 966px; 
    z-index: 2; 
    left: 0px; 
    top: 115px; 
}

#contentbox122 {
position: absolute;
    background: url("images/content-box1.jpg") no-repeat; 
    width: 966px; 
    height: 290px;
    z-index: 2; 
    left: 0px; 
    top: 115px; 
}

#contentbox123 {
position: absolute;
    background: url("images/content-box1.jpg") no-repeat; 
    width: 966px; 
    height: 60px;
    z-index: 2; 
    left: 0px; 
    top: 115px; 
}

#contentbox11 {

position: absolute;
background: #FFFFFF; 
    width: 966px; 
    z-index: 2; 
    left: 0px;
    top: 115px; 
}

#contentbox111 {

	width: 687px; 
    z-index: 2; 
    left: 0px;
    margin: 60px 0 10px 0;
    padding: 0 0 10px 0; 
}

#contentbox111 p {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
}

#contentbox111 h1{font-family: Arial;font-size: 20px;color: #000033;padding: 0px 10px 0px 10px;
}
#contentbox111 h2{font-family: Arial;font-size: 16px;color:#000099;padding: 0px 10px 0px 10px;
}
#contentbox111 h3{font-family: Arial;font-size: 14px;color:#000099;padding: 0px 10px 0px 10px;
}

#contentbox111right {
 float: right;
 width: 267px;
     margin: 60px 0 10px 0;
    padding: 0 0 10px 0; 
}

#contentboxtop {
position: absolute;
top: 731px;
    width: 966px;
    z-index: 6;
    left: 0px; 
    margin: 10px 0px 0px 0px;

}

#contentbox {
position: absolute;
top: 731px;
    width: 966px;
    z-index: 6; 
    left: 0px; 
    margin: 10px 0px 0px 0px;

}

#contentbox2 {
display: block;
    background: #FFFFFF;
    width: 966px; 
    z-index: 6; 
    left: 0px; 
    margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 0px;
}

#contentbox2p {
display: block;
    background: #FFFFFF;
    width: 966px; 
    z-index: 6; 
    left: 0px; 
    margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 0px;
}


#contentbox322 {
position: absolute;
top: 405px;
    width: 966px;
    z-index: 6; 
    left: 0px; 
    margin: 10px 0px 0px 0px;

}

#contentbox322b {
position: absolute;
top: 405px;
    width: 966px;
    z-index: 6; 
    left: 0px; 
    margin: 10px 0px 0px 0px;

}

#contentbox345 {
position: absolute;
top: 160px;
    width: 966px;
    z-index: 1; 
    left: 0px; 
    margin: 10px 0px 0px 0px;

}

#contentbox2 p {
	color: #666666;
	font-family: Arial;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
	text-align:justify;
}

#contentbox2 h1{
	font-family: Arial;
	font-size: 20px;
	color: #b21624;
	padding: 0px 10px 0px 10px;
	font-style: italic;
}
#contentbox2 h2{font-family: Arial;font-size: 16px;color:#000000;padding: 0px 10px 0px 10px;
}
#contentbox2 h3{font-family: Arial;font-size: 14px;color:#646464;padding: 0px 10px 0px 10px;
}
#contentbox2 h4{font-family: Arial;font-size: 14px;color:#000099;padding: 0px 10px 0px 10px;
}


#contentbox2h {
display: block;
    background: #FFFFFF;
    width: 966px; 
    z-index: 6; 
    left: 0px; 
    margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 0px;
}


#contentbox2h p {
	color: #666666;
	font-family: Arial;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
	text-align:justify;
}

#contentbox2h h1{
	font-family: Arial;
	font-size: 20px;
	color: #b21624;
	padding: 0px 10px 0px 10px;
	font-style: italic;
}
#contentbox2h h2{font-family: Arial;font-size: 16px;color:#000000;padding: 0px 10px 0px 10px;
}
#contentbox2h h3{font-family: Arial;font-size: 14px;color:#646464;padding: 0px 10px 0px 10px;
}
#contentbox2h h4{font-family: Arial;font-size: 14px;color:#000099;padding: 0px 10px 0px 10px;
}


#contentbox22 {
    background: #FFFFFF;
    width: 966px; 
    z-index: 6; 
    left: 0px; 
    margin: 0px 0px 10px 0px;
    background-image: url(dot.gif);
background-repeat: repeat-y;
background-position: 670px 0px;
padding: 10px 0px 0px 0px;


}

#contentbox22 p {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
	text-align:justify;

}

#contentbox22 h1{font-family: Arial;font-size: 20px;color: #000033;padding: 0px 10px 0px 10px;
}
#contentbox22 h2{font-family: Arial;font-size: 16px;color:#000099;padding: 0px 10px 0px 10px;
}
#contentbox22 h3{font-family: Arial;font-size: 14px;color:#000099;padding: 0px 10px 0px 10px;
}


.left{float:left;}

#rightcol {
 width:268px; float:left; position: absolute; top: 11px; left: 684px;
}

#rightspot {

height: 180px;
}
#rightspot h1{
	color:#b21624;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#rightspot h2{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#rightspot p{
	font-style:italic;
}


#rightspot span{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:italic;
	margin: 0 0 0 100px;
}






#bluecontainer {
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 392px;
    width: 950px; 

}

#blue1 {
    background: url("images/blue1.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    left: 0px; 
    top: 0px; 
}



#blue2 {
    background: url("images/blue2.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    top: 0px; 
    margin: 0 0 0 15px;


}

#blue3 {
    background: url("images/blue3.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    top: 0px;
    margin: 0 0 0 15px;
}


#bluecontainer2 {
background: url("images/test.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-seo {
background: url("images/seo-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-seoplans {
background: url("images/seoplans-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-smm {
background: url("images/smm-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-team {
background: url("images/team-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-tracking {
background: url("images/tracking-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-tv {
background: url("images/tv-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-webdesign {
background: url("images/webdesign-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-webhosting {
background: url("images/webhosting-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-maint {
background: url("images/maint-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-affiliate {
background: url("images/affiliate-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-dev {
background: url("images/dev-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-branding {
background: url("images/branding-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-team {
background: url("images/history-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}


#bluecontainer2-print {
background: url("images/print-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-contact {
background: url("images/contact-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-ecom {
background: url("images/ecom-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-email {
background: url("images/email-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-faq {
background: url("images/faq-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-graphic {
background: url("images/graphic-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-history {
background: url("images/history-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-interactive {
background: url("images/interactive-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-mission {
background: url("images/mission-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-mobile {
background: url("images/mobile-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-ppc {
background: url("images/ppc-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-pr {
background: url("images/pr-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#bluecontainer2-or {
background: url("images/or-header.jpg") no-repeat;
    position: absolute;
    float: left; 
    z-index: 5; 
    left: 8px; 
    top: 56px;
    height: 230px;
    width: 950px; 

}

#blue12 {
    background: url("images/blue1.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    left: 0px; 
    top: 0px; 
}



#blue22 {
    background: url("images/blue2.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    top: 0px; 
    margin: 0 0 0 15px;


}

#blue32 {
    background: url("images/blue3.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    top: 0px;
    margin: 0 0 0 15px;
}


#seoblue1 {
    background: url("images/seo1.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    left: 0px; 
    top: 0px; 
}



#seoblue2 {
    background: url("images/seo2.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    top: 0px; 
    margin: 0 0 0 15px;


}

#seoblue3 {
    background: url("images/seo3.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    top: 0px;
    margin: 0 0 0 15px;
}

#graphicdesign1 {
    background: url("images/graphicdesign1.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    left: 0px; 
    top: 0px; 
}



#graphicdesign2 {
    background: url("images/graphicdesign2.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    top: 0px; 
    margin: 0 0 0 15px;


}

#graphicdesign3 {
    background: url("images/graphicdesign3.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    top: 0px;
    margin: 0 0 0 15px;
}

#host1 {
    background: url("images/host1.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    left: 0px; 
    top: 0px; 
}



#host2 {
    background: url("images/host2.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    top: 0px; 
    margin: 0 0 0 15px;


}

#host3 {
    background: url("images/host3.jpg") no-repeat;
    float: left;
    width: 306px; 
    height: 212px; 
    z-index: 1; 
    top: 0px;
    margin: 0 0 0 15px;
}


#footer {
	background: url("images/footer.png") no-repeat; 
	bottom: 0; /* stick to bottom */
    width:966px;
    height: 203px;
    padding: 0px 0px 0px 0px;

	
}

#footer2 {
	background: url("images/footer2.png") no-repeat; 
	bottom: 0; /* stick to bottom */
    width:966px;
    height: 203px;
    padding: 0px 0px 0px 0px;

	
}

#footer3 {
	background: url("images/footer.png") no-repeat; 
	bottom: 0; /* stick to bottom */
    width:966px;
    height: 203px;
    padding: 0px 0px 0px 0px;

	
}

#footernav {
	float: right; 
	width: 460px; 
	padding: 10px 5px 10px 5px;
	}
	
#footernav h3{
	font-family: Arial;font-size: 14px;color: #FFFFFF;padding: 2px 10px 2px 10px;
	}
	
#footernav a{
	font-family: Arial;font-size: 12px;color: #FFFFFF;
	}
	
#footernav a:hover{
	text-decoration: none; font-family: Arial;font-size: 12px;color: #FFFFFF;
	}

#footernav p{
	padding: 0px 5px 0px 10px;
	}
	


#footernav2 { 
	width: 966px; 
	padding: 10px 5px 10px 5px;
	}
	
#footernav2 h3{
	font-family: Arial;font-size: 14px;color: #FFFFFF;padding: 2px 10px 2px 10px;
	}
	
#footernav2 a{
	font-family: Arial;font-size: 12px;color: #FFFFFF;
	}
	
#footernav2 a:hover{
	text-decoration: underline; font-family: Arial;font-size: 12px;color: #BFBFBF;
	}

#footernav2 p{
	padding: 0px 5px 0px 10px;
	}
	


	
#footernav3 {
	float: right; 
	width: 460px; 
	padding: 10px 5px 10px 5px;
	}
	
#footernav3 h3{
	font-family: Arial;font-size: 14px;color: #FFFFFF;padding: 2px 10px 2px 10px;
	}
	
#footernav3 a{
	font-family: Arial;font-size: 12px;color: #FFFFFF;
	}
	
#footernav3 a:hover{
	text-decoration: none; font-family: Arial;font-size: 12px;color: #FFFFFF;
	}

#footernav3 p{
	padding: 0px 5px 0px 10px;
	}

#footerimage {
	position: absolute;
    background: url("images/footerimage.png") no-repeat; 
	bottom: 0px; /* stick to bottom */
    width: 320px; 
    height: 274px; 
    z-index: 2; 
	left: 0px;
}


#footerimage2 {
	position: absolute;
    background: url("images/pencils.png") no-repeat; 
    bottom: 0px; /* stick to bottom */
    width: 250px; 
    height: 260px; 
    z-index: 2; 
    margin: 0px;
	left: 0px;
}

#footerimage3 {
	position: absolute;
    background: url("images/footerimage.png") no-repeat; 
	bottom: 0px; /* stick to bottom */
    width: 320px; 
    height: 274px; 
    z-index: 2; 
	left: 0px;
}
#footerimage4 {
	position: absolute;
    background: url("images/footerimage.png") no-repeat; 
	bottom: 0px; /* stick to bottom */
    width: 320px; 
    height: 274px; 
    z-index: 2; 
	left: 0px;
}

#copyright {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: right;

}

.button2 { 
	float:right;
	width:150px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	background:url(images/button.gif) no-repeat left top;
	padding: 0 70px 0 0;
}
	.button2:hover {
		color:#000;
		text-decoration:underline;
		text-transform:uppercase;
	}

.works1 {
font-family: Arial;
	font-size: 14px;
	padding: 10px 20px 10px 10px;
	}
	
.works {
	float: left; padding: 50px 10px 10px 10px;color: #000000;
	font-family: Arial;
	font-size: 14px;
}

.workslogo {
	float: left; padding: 10px 3px 3px 3px;color: #000000;
	font-family: Arial;
	font-size: 14px;
}

.worksident {
	float: left; padding: 0px 10px 3px 120px;color: #000000;
	font-family: Arial;
	font-size: 14px;
}
	
#workscontainer {
    width: 949px; position: absolute; top: 60px; left: 10px; 
}

#workscontainer p {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
}

#workscontainer h1{font-family: Arial;font-size: 20px;color: #000033;padding: 0px 10px 0px 10px;
}
#workscontainer h2{font-family: Arial;font-size: 16px;color:#000099;padding: 0px 10px 0px 10px;
}


.form_div{width:256px; height:200px;  background-image:url('form_bg.jpg');
overflow:hidden;
	text-align: center
}
#info_right_input_div input{margin-bottom:5px;}
.ad_div{width:255px; height:195px; margin-top:3px;float:left;}
#expert_hd {
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #b21624;
	font-size: 16px;
}

#expert_hd p {
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 12px;
}

.info_left_h1{font-size: 20px;color: #000033;}
.info_left_h2{font-size: 18px;color:#000099;}



.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

.clear {
	clear:both;
}

.secondary-socialbox {
	padding:0;
	margin:0;
	list-style:none;
	width:252px;
	height:154px;
}

.secondary-socialbox li {
	float:left;
}

.secondary-socialbox li a:visited {
	background:url('images/secondary-social.jpg') no-repeat;
	height:154px;
	display:block;
	text-indent:-999em;
}

.secondary-socialbox li a:link {
	background:url('images/secondary-social.jpg') no-repeat;
	height:154px;
	display:block;
	text-indent:-999em;
}

.secondary-socialbox li .facebook:visited {
	background-position:0 0;
	width:84px;
}

.secondary-socialbox li .facebook:link {
	background-position:0 0;
	width:84px;
}

.secondary-socialbox li .youtube:visited {
	background-position:-84px 0;
	width:84px;
}

.secondary-socialbox li .youtube:link {
	background-position:-84px 0;
	width:84px;
}

.secondary-socialbox li .twitter:visited {
	background-position:-168px 0;
	width:84px;
}

.secondary-socialbox li .twitter:link {
	background-position:-168px 0;
	width:84px;
}








.portfolioThumb {
	float: left;
	padding: 15px 15px 25px;	
	margin: 0 0 15px;
	border-bottom: 1px solid #dcdcdc;
	height: 205px;
	text-transform: lowercase;
	width: 248px;
	
}

.portfolioThumbIdentity {
	clear: both;
	margin: 0 0 15px;	
	position: relative;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #dcdcdc;
	min-height: 245px;
	height: auto !important;
	height: 245px;
}

.portfolioThumbIdentity .portfolioThumbUrl {
	bottom: 25px;
	position: absolute;
}

.portfolioIdentityLeft {
		
}

.portfolioIdentityScreen {
	position: absolute;
	top: 15px;
	right: 27px;	
	-webkit-box-shadow:0 0 17px #777; 
	-moz-box-shadow: 0 0 17px #777; 
	box-shadow:0 0 17px #777; 
	width: 248px;
}

.portfolioIdentityScreen2 {
	position: absolute;
	top: 15px;
	right: 303px;	
	-webkit-box-shadow:0 0 17px #777; 
	-moz-box-shadow: 0 0 17px #777; 
	box-shadow:0 0 17px #777; 	
	width: 248px;
}

.portfolioThumbScreen {
	-webkit-box-shadow:0 0 17px #777; 
	-moz-box-shadow: 0 0 17px #777; 
	box-shadow:0 0 17px #777; 
	margin: 0 0 15px;	
	display: block;
	height: 169px;
}

#portfolioBluestone {
	margin: 0 0 0 -20px;	
}

#portfolioIdentitySunnyside {
	margin: 0 0 0 -25px;
}

.imageShadow {
	-webkit-box-shadow:0 0 17px #777; 
	-moz-box-shadow: 0 0 17px #777; 
	box-shadow:0 0 17px #777; 	
}

.noShadow {
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
}

.portfolioThumbUrl {	
	display: block;		
	font-size: 13px;	
	color: #6e6e6e;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}

.portfolioThumbUrl a, .portfolioThumbUrl a:visited {
	font-size: 13px;	
	color: #6e6e6e;
}

.portfolioThumbUrl a:hover, .portfolioThumbUrl a:visited:hover {
	color: #132530;
}

.portfolioTestimonialsThumb {
	padding: 0 10px;
	margin: 0 0 30px;
	border-bottom: 1px solid #dcdcdc;	
	position: relative;
	color: #6e6e6e;
}

.portfolioTestimonialsLeft {
	width: 440px;
	float: left;	
	padding: 0;
}

.portfolioTestimonialScreen {
	position: absolute;
	bottom: 0;
	left: 208px;	
	z-index: 100;
}

.portfolioTestimonialScreen img {
	width: 200px;	
}

.portfolioTestimonialsRight {
	width: 360px;
	position: absolute;
	display: block;
	bottom: 20px;
	left: 460px;	
}

.portfolioTestimonialsThumb h2 {
	font-size: 24px;
	font-weight: normal;
	color: #545353;	
}

.testimonialsUrl {
	font-size: 14px;
	margin: 0 0 19px;
	text-transform: lowercase;
}

.testimonialsUrl a {
	font-size: 14px;
	margin: 0 0 19px;
	text-transform: lowercase;
}

a {
	color: #0090c9;
	text-decoration: none;
	outline: none;
}

.testimonialsCopy {
	font-size: 13px;
	font-style: italic;
}

.testimonialsOpenQuote {
	position: absolute;
	left: 0px;
}

.testimonialsCloseQuote {
	position: absolute;
	bottom: -25px;
	margin: 0 0 0 5px;
}

img {
	border: none;	
}
