/*
   Alex Barrett
   5/29/10
   Style sheet for Midnight CAD
*/
  .homeBody	{
	background-position: top center;
	background-color: #000000;
	text-align: center;	
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	font-family: Times, serif;
	width: 1024px;
}
  div		{
	font-family: "Times", serif;
}
  a	{
	outline: none;
}
  .dimensions	{
	width: 1024px;
	position: absolute;
	margin-left: -512px;
	left: 50%;
	text-align: left;
}
  .pageBackground{
	text-align: center;
	background-image: url('background.png');
}
  .notCurrent	{
	color: #FFFFFF;
	text-decoration: none;
}
  .notCurrent:hover	{
	color: #2A4C91;
	text-decoration: none;
}
  .current	{
	color: #2A4C91;
	text-decoration: none;
	outline: none;
}
  .bottomNotCurrent	{
	color: #FFFFFF;
	text-decoration: none;
}
  .bottomNotCurrent:hover	{
	color: #152751;
	text-decoration: none;
}
  .bottomCurrent	{
	color: #152751;
	text-decoration: none;
	outline: none;
}
  .logo		{
	position: absolute;
	left: 57px;
	top: 36px;
}
  .contactInfo	{
	position: absolute;
	left: 704px;
	top: 47px;
	width: 212px;
	height: 48px;
	color: #FFFFFF;
}
  .emailLink	{
	color: #152751;
	text-decoration: none;
}
  .emailLink:hover	{
	color: #FFFFFF;
	text-decoration: none;
}
  .slideshow	{
	position: absolute;
	top: 152px;
	left: 0px;
}
  .homeLink	{
	position: absolute;
	left: 165px;
	top: 399px;
	color: #FFFFFF;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 0.05em;
	font-family: Times;
}
  .aboutUsLink	{
	position: absolute;
	left: 304px;
	top: 399px;
	color: #FFFFFF;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 0.05em;
	font-family: Times;
}
  .servicesLink	{
	position: absolute;
	left: 468px;
	top: 399px;
	color: #FFFFFF;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 0.05em;
	font-family: Times;
}
  .samplesLink	{
	position: absolute;
	left: 631px;
	top: 399px;
	color: #FFFFFF;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 0.05em;
	font-family: Times;
}
  .contactLink	{
	position: absolute;
	left: 787px;
	top: 399px;
	color: #FFFFFF;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 0.05em;
	font-family: Times;
}
  .frame	{
	position: absolute;
	left: 154px;
	top: 455px;
	border-width: 0px;
}
  .bottomName	{
	position: absolute;
	left: 441px;
	top: 717px;
	width: 140px;
	height: 11px;
	color: #FFFFFF;
	font-size: 12px;
}
  .bottomLinks	{
	position: absolute;
	left: 391px;
	top: 736px;
	height: 11px;
	width: 242px;
	color: #FFFFFF;
	font-size: 12px
}
  .frameBody	{
	width: 705px;
	height: 243px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #6E7273;
	text-align: justify;
}
  .drafting	{
	position: absolute;
	top: 25px;
	left: 90px;
	font-size: 18px;
}
  .draftingList	{
	position: absolute;
	top: 43px;
	left: 65px;
}
  .design	{
	position: absolute;
	top: 25px;
	left: 410px;
	font-size: 18px;
}
  .designList	{
	position: absolute;
	top: 43px;
	left: 385px;
}
  .samples	{
	position: absolute;
	top: 35px;
	left: 100px;
}
  .samplePic	{
	position: absolute;
	top: 0px;
	left: 225px;
}
  .contactText	{
	text-align: center;
}





