@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/site_bg.jpg) repeat-x;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#headerTop {
	background-image: url(images/1ndigo_top.jpg);
	background-repeat: no-repeat;
	height: 159px;
	width: 800px;	
}

#headerTitle {
	background-image: url(images/1ndigo_title.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 800px;	
}

#headerContact {
	background-image: url(images/1ndigo_contact.jpg);
	background-repeat: no-repeat;
	height: 187px;
	width: 378px;	
	margin-left: auto;
	margin-right: auto
}

#content {
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.box {
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}

.titlebox {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 8px;
	border-left-color: #003366;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-left: 6px;
	margin-top: 6px;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-variant: small-caps;
	color: #003366;
}

.desc {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;	
}

#footerBG {
	background-image: url(images/footerBG.jpg);
	background-repeat: repeat-x;
	height: 222px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#footerTitle {
	background-image: url(images/footerImg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 201px;
	width: 251px;
	margin-left: 25px;	
	margin-top: 21px;
}

#footerInfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	margin-top: 80px;
	margin-right: 25px;
}