html, body {
 margin: 0;
 padding: 0;
}

body{
 font-family: Arial, Helvetica, Verdana, Sans-serif;
 font-size: 12px;
 background-image: url(../images/bg.jpg);
 background-repeat: repeat-x;
 background-color: #c3c2c2;
}


h1{
 margin: 0;
 padding: 0;
 float: right;
 margin-top: 57px;
 padding-right: 31px;

}


#page-container{
 padding-top: 11px;
 width: 989px;
 margin: auto;
}

#page_title{
 float: right;
 padding-right: 50px;
	
}

#page-container #box{
 /*border-left: 2px solid #C1BEBE;
 border-top: none;
 border-bottom: none;
 border-right: 2px solid #C1BEBE;*/
 background: #ffffff;
 margin-top: 40px;
}

/*Main Navigation*/

#main-nav{
 height: 38px;
 padding-top: 20px;
 padding-bottom: 26px;
 padding-left: 0px;
 margin-left: 425px;
}

#main-nav dl{
 margin: 0;
 padding: 0;
}

/* IE5 Mac Hack \*/ 
#main-nav{ 
 padding-left: 11px; 
} 
/*/ 
#main-nav{ 
 padding-left: 11px; 
 overflow: hidden; 
} 
/* End Hack */

#main-nav dt{
 float: left;
}

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:30px; /* IE 5/Win hack */ 
	padding: 48px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover{
 background-position: 0 -48px;
}

#main-nav dt#startups,
#main-nav dt#startups a { width: 96px; background-image: url(../images/nav/nav_startup.png); }

#main-nav dt#nonprofits,
#main-nav dt#nonprofits a { width: 106px; background-image: url(../images/nav/nav_npo.png); }

#main-nav dt#enterprise,
#main-nav dt#enterprise a { width: 103px; background-image: url(../images/nav/nav_enterprise.png); }

#main-nav dt#clients,
#main-nav dt#clients a { width: 77px; background-image: url(../images/nav/nav_clients.png); }

#main-nav dt#about,
#main-nav dt#about a { width: 79px; background-image: url(../images/nav/nav_about.png); }

#main-nav dt#contact,
#main-nav dt#contact a { width: 91px; background-image: url(../images/nav/nav_contact.png); }

body.startups dt#startups,
body.startups dt#startups a,
body.nonprofits dt#nonprofits,
body.nonprofits dt#nonprofits a,
body.enterprise dt#enterprise,
body.enterprise dt#enterprise a,
body.clients dt#clients,
body.clients dt#clients a,
body.about dt#about,
body.about dt#about a,
body.contact dt#contact,
body.contact dt#contact a {
	background-position: 0 -94px;
}


#header{
 height: 1151px;
 background: url(../images/companyinabox_header.jpg)
}

#text{
 padding-top: 60px;
 padding-left: 430px;
 width: 510px;
 background: none;
 color: black;
 line-height: 20px;
 

}

#text service{	
 margin: 0;
 padding: 0;
 align: left;
 font-size: 18px;
 color: #1a89d9;
 font-weight: bold;	
 
}


#getintouch{

 width: 110px;
 padding-top: 139px;
 padding-left: 460px;
 background: none;
}


#sidebar-a{
 float: right;
 width: 240px;
 line-height: 18px;
 border-left: 1px solid #cccccc;
}

#sidebar-a .padding{
 padding: 25px;
}

#sidebar-a h2{
 margin: 0;
 padding: 0;
 padding-bottom: 15px;

}



#content{
 line-height: 23px;
}

#content .padding{
padding-left: 52px;
padding-top: 26px;
padding-right: 52px;
padding-bottom: 26px;

padding-right: 0; 
/* margin-top: 20px;
 margin-bottom: 40px;*/
 
}

#content h2, h3{
 margin: 0;
 padding: 0;
 padding-bottom: 5px;
}


#content p{
 margin: 0;
 padding: 0;
 padding-bottom: 15px;
}

#content a{
 color: red;
}

#content #logo1{
 float: left;
 background: none;
 width: 200px;
 /*margin-right: 540px;*/
}


#content #logo2{
 float: right;
 width: 200px;
 background: none;
 margin-right: 70px;
}

#content #logo3{
 float: right;
 width: 200px;
 background: none;
}


#footer{
 clear: both;
 height: 30px;
 font-family: Arial;
 font-size: 11px;
 color: #565353;

 padding-left: 21px;
 padding-right: 21px;
 padding-top: 11px;
 
 /*background-color: #0b81d6;*/
}

#footer a{
 color: #A29E9E;
 text-decoration: none;
}

#footer a:hover{
 color: #0b81d6;
}



#footer #copyright{
 float: right;
 width: 350px;
 color: #A29E9E;
 text-align: right;
}
