/* 

Gartland Architects Home Page Layout

*/

body /* Internet Explorer */
{
text-align: center;
margin:0;
background-color:#000000;
}

body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
margin:0;
background-color:#000000;
} 


.Header_Wrapper {
	height: 200px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.Logo_Liquid {
	height: 200px;
	width: 50%;
	position:absolute;
	right: 0px;
	top: 0px;
	background-image: url(../Images/Branding/GA_Logo_BG_Home.gif);
	background-position: top;
	background-repeat: repeat-x;
	z-index: 2;
}

.Flash_Header {
	height: 200px;
	width: 900px;
	position:relative;
	background-image: url(../Images/Branding/GA_Logo_Black.gif);
	background-position: right;
	background-repeat:no-repeat;
	background-color:#000000;
	z-index: 2000;
	text-align:right;
}


.Content_Wrapper {
	height: 300px;
	width: 900px;
	position: relative;
	z-index: 3;
}

.Text {
	width: 480px;
	position:absolute;
	top: 100px;
	left: 0px;
	z-index: 4;
}

.Text p {
	font-family: Lucida Grande, HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#CCCCCC;
	line-height: 18px;
	text-align: justify;
	margin-top:0px;
	margin-bottom:24px;
	vertical-align:top;
}

.Text p a:link {
	font-family: Lucida Grande, HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#3399FF;
	text-decoration:none;
	border-bottom: 0px dotted #000000;
}

.Text p a:visited {
	color:#3399FF;
	text-decoration:none;
	border-bottom: 0px dotted #000000;
}

.Text p a:hover {
	color:#000000;
	text-decoration:none;
	border-bottom: 0px dotted #000000;
}

.Text p a:active {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: 0px dotted #000000;
}

.Message {
	width: 150px;
	position:absolute;
	top: 100px;
	right: 0px;
	z-index: 5;
	font-family: Lucida Grande, HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color:#FFFFFF;
	line-height: 21px;
	text-align: left;
	margin-top:0px;
	margin-bottom:28px;
	margin-right:80px;
	vertical-align:top;
}

.Message a:link {
	font-family: Lucida Grande, HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#CCCCCC;
	line-height: 18px;
	text-align: left;
	margin-bottom:24px;
	vertical-align:top;
	text-decoration:none;
	border-bottom: 1px dotted #3399FF;
}

.Message a:visited {
	font-family: Lucida Grande, HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#CCCCCC;
	line-height: 18px;
	text-align: left;
	margin-bottom:24px;
	vertical-align:top;
	text-decoration:none;
	border-bottom: 1px dotted #3399FF;
}

.Message a:hover {
	font-family: Lucida Grande, HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#3399FF;
	line-height: 18px;
	text-align: left;
	margin-bottom:24px;
	vertical-align:top;
	text-decoration:none;
	border-bottom: 1px dotted #3399FF;
}