body {
	background-color: #fdfdfd;
	font-family: Helvetica, Arial;
}

#content {
	width: 700px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	color: #6f6f6f;
	font-size: 16px;
	font-weight: lighter;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}

#title div {
	background-color: #fdfdfd;
	font-family: Helvetica, Arial;
	font-size: 45px;
	color: #353535;
	font-family: Helvetica, Arial;
	font-weight: normal;
}

#subtitle div {
	margin-top: 20px;
	text-align: center;
	font-size: 25px;
	color: #6f6f6f;
}

#info, #logos, #footer {
	clear: both;
}


#contact-info div,
#contact-info a
{
	margin-bottom: 3px;
}

#more-info div,
#more-info a {
	height: 50px;
	width: 350px;
	margin-bottom: 3px;
}

#empty div{
	height: 50px;
}

.pull-left, .pull-right {
	display: block;
}

.pull-left {
	float:left;
}

.pull-right {
	float:right;
}

#info-left div,
#info-left a
{
	display: block;
	color: #6f6f6f;
}


#info {
	height: 325px;
	margin-top: 40px;
}

#footer {
	margin-top: 20px;
	text-align: left;
}

.doc-link {
	display: block;
	height: 50px;
	width: 400px;
	padding: 10px;
	border: 1px solid #6f6f6f;
	margin-bottom: 5px;
	border-radius: 2px;
	line-height: 30px;
}

.doc-link  img{
	margin-top: 4px;
}

.doc-link  a{
	text-decoration: none;
}

.doc-link:visited ,
.doc-link:hover,
.doc-link:active,
.doc-link:link
{
	text-decoration: none;
}

.doc-link:hover {
	background: #999999;
	border-color: #999999;
}

.doc-link:hover span {
	color: white;
}

#logos {
	margin-top: 30px;
}

#eidr-logo {
	width: 315px;
	height: 59px;
}

#isan-logo {
	width: 189px;
	height: 87px;
}

#pdf-icon {
	display: block;
	float: left;
	width: 15px;
	height: 30px;
	background: url('../img/pdficon_small.png') no-repeat right center;
}
#xls-icon {
	display: block;
	float: left;
	width: 15px;
	height: 30px;
	background: url('../img/xlsicon.png') no-repeat right center;
}

.doc-link span {
	display: block;
	float: left;
	width: 380px;
}
