@charset "UTF-8";

a {
	color: #336699;
	text-decoration: none;
}

.sitebackground {
	background-image: url(../images/mikebackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.homebackground {
	background-image: url(../images/homescreen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#LogoDiv {
	position:absolute;
	width:415px;
	height:125px;
	z-index:1;
	top: 0;
	left: 0;
}

#ProjectsDiv {
	position:absolute;
	width:300px;
	height:500px;
	z-index:4;
	top: 135px;
	left: 0;
	padding-left: 60px;
	padding-top: 0px;
}

#flashDiv {
	position:absolute;
	width:400px;
	height:330px;
	z-index:4;
	left: 420px;
	top: 305px;
}

#infoDiv {
	position:absolute;
	width:400px;
	height:272px;
	z-index:4;
	left: 420px;
	top: 10px;
}

#footerDiv {
	position:absolute;
	width:980px;
	height:250px;
	z-index:3;
	top: 680px;
}

.ProjectName {
	font-family: "Lucinda grande", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #336699;
}

.ProjectNameDis {
	font-family: "Lucinda grande", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #999999;
}

.ProjectCompany {
	font-family: "Lucinda grande", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}

.ProjectDescriptionH1 {
	font-family: "Lucinda grande", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
	padding-right: 20px;
}

.ProjectDescription {
	font-family: "Lucinda grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	padding-left: 10px;
	padding-right: 30px;
}

.Quote {
	font-family: "Lucinda grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #336699;
	padding-left: 10px;
	padding-right: 20px;
}
.QuoteName {
	font-family: "Lucinda grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #336699;
	padding-left: 10px;
	padding-right: 20px;
}

.ProjectLogo {
	padding-top: 15px;
	padding-left: 10px;	
}
.IconPadding {
	padding-left: 20px;	
	
}
.SiteLogo {
	background-image:url(../images/logo-name.jpg);
}

.InfoTitle {
	font-family: "Lucinda grande", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding-right: 30px;
	color: #336699;
}

.InfoDescription {
	font-family: "Lucinda grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	padding-right: 30px;
}

.InfoSub {
	font-family: "Lucinda grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #336699;
}
