/* @override http://differentinvestments.com/includes/style.css */

/* @override http://differentinvestments.com/includes/style.css */


body {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	margin: 0;
}
.container1 {
	height: auto;
	width: 100%;
	z-index: 0;
	background-image: url(../images/bg_bar.gif);
	background-repeat: repeat-x;
}
.container2 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.container2 h1{
	color: #BCBAA7;
	font: 40px Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.container2 h2{
	color: #BCBAA7;
	font: 25px Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	height: 120px;
}
.logo {
	height: 123px;
	width: 275px;
	background-image: url(../images/dis_logo.gif);
	background-repeat: no-repeat;
	z-index: 2;
	float: left;
}
.menu {
	float: right;
	padding-top: 32px;
}

.menu li{
	display: inline;
}

.menu a{
	text-decoration: none;
	color: #BCBAA7;
	padding-top: 30px;
	padding-bottom: 60px;
	margin-left: 15px;
}
.menu a:hover{
	color: #484848;
	background: url(../images/menu_hover.gif) no-repeat center top;
}
.imagebox {
	width: 900px;
	height: 250px;
	border: thin solid silver;
}

#index{
	background-image: url(../images/index.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 350px;
}
#about{
	background-image: url(../images/about.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#partnerships{
	background-image: url(../images/partnership.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#domain{
	background-image: url(../images/domain_acq.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#brokerage{
	background-image: url(../images/broker.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#projects{
	background-image: url(../images/projects.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.bar {
	width: 100%;
	height: 30px;
	background: url(../images/bar.gif) center;
}

.content {
	padding: 30px;
	color: #6f6e62;
	text-align: justify;
}

.features {
	width: 900px;
	height: 150px;
	padding-top: 20px;
	font-size: 13px;
	color: #989786;
	text-align: justify;
}

.features a{
	color: #727064;
}

.sect1{
	width: 275px;
	float: left;
	display: inline-block;
	margin-left: auto;
	padding-right: 10px;
	margin-right: auto;
	padding-left: 10px;
}
.sect2{
	width: 255px;
	float: left;
	display: inline-block;
	border-left: thin solid #eeebd1;
	border-right: thin solid #eeebd1;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
}
.sect3{
	width: 275px;
	float: left;
	padding-left: 20px;
	text-align: center;
}

h3 {
	text-align: center;
	text-transform: uppercase;
	color: #BCBAA7;
	font: 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
}
.project{
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}

.project_logo {
	display: inline;
	width: 327px;
	height: 100px;
	float: left;
	text-align: right;
}
.project_info {
	float: right;
	width: 485px;
}
.content a{
	color: #6aa254;
	text-decoration: none;
}
.content a:hover{
	color: #6aa254;
	text-decoration: underline;
}
.element {
	width: 60px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/footer_element.gif) no-repeat;
	margin-top: 25px;
	display: none;
}

#SignUp .signupframe {
  background: #;
  color: #BCBAA7;
  font-family: Arial, Helvetica, sans-serif;
	border-style: none;
}

.footer {
	color: #BCBAA7;
	font-size: 12px;
	text-align: left;
	border-top: thick solid #BCBAA7;
	padding-top: 15px;
	margin-bottom: 50px;
}
