@charset "utf-8";

/*------ basic elements -------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) repeat-x;
	font-size: 1em;
	margin: 0;
	background-color: #A4A861;
	background-position: 0 -1px;
	}
p {
	line-height: 1.25em;
}
h1   {
	font-size: 150%;
	font-weight: bold;
	text-transform: none;
	color: #000;
	padding: 0;
	margin: 0;
}
h2 {
	color: #000;
	font-size: 140%;
	font-weight: bold;
	margin: .3em 0;
	padding: .4em 0;
}
h3 {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	margin: .8em 0;
}
hr {
	background-color: #7E93B0;
	background-repeat: repeat;
	display: none;
}
a {
	color: #2A3A4A;
}

/*------ specific divs --------------------------------------------------------------*/
#container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	min-height: 200px;
	margin: 0 auto 0 0;
	background: url(images/bodyBg.gif) no-repeat 0 113px;
	z-index: 1;
}
#container #headerContainer {
	height: 113px;
	background-repeat: no-repeat;
	width: 810px;
	background-image: url(images/headerBg.jpg);
	position: relative;
	z-index: 1;
}

#container #headerContainer a:link,
#container #headerContainer a:visited {
	text-decoration: none;
	color: #A4A861;
}
#container #headerContainer a {
	color: #A4A861;
}

#container #headerContainer a:hover,
#container #headerContainer a:active {
	text-decoration: none;
	color: #fff;
}
#container #headerContainer .logoPlacement {
	color: #000;
	margin: 10px 0 0;
	padding: 5px;
	width: 125px;
	height: 80px;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	font-weight: bold;
}
#container #headerContainer .logoPlacement table {
	width: 100%;
	height: 100%;
}
#container #headerContainer .aeHeaderLogo {
	display: none;
}
#container #headerContainer ul {
	position: absolute;
	right: 15px;
	top: 5px;
	margin: 0;
	padding: 0;
}
#container #headerContainer li {
	text-decoration: none;
	list-style-type: none;
	display: block;
	color: #fff;
	float: left;
	margin-left: 15px;
	font-weight: bold;
	font-size: 70%;
	text-transform: uppercase;
	margin-right: 5px;
}
#container #mainNav {
	width: 135px;
	float: left;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	margin: 0;
	z-index: 2;
}
#container #mainNav .combinedMenu {
	display: none;
}
#container #mainNav ul {
	margin: 0;
	padding: 20px 0 0;
}
#container #mainNav ul ul {
	background-color: #D76E1F;
	border: solid 1px #333;
	padding: 0; 
}
#container #mainNav li {
	background: #000;
	border: 1px solid #000;
	list-style-type: none;
	font-size: 65%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-left: 0;
	line-height: normal;
	width: 122px;
	letter-spacing: -1px;
	margin: 2px 5px;
	display: inline; /* fixes ie6 Doubled Float-Margin Bug */
}
#container #mainNav li ul li {
	font-size: 100%;
	width: 94%;
	margin: 2px 3px;
}
#container #mainNav li a {
	color: #fff;
	border-left: 6px solid #D76E1F;
	border-right: 6px solid #D76E1F;
	padding: 2px 0;
}

#container #mainNav li a:link,
#container #mainNav li a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	padding-left: 0;
}
#container #mainNav li a:hover,
#container #mainNav li a:active {
	text-decoration: none;
	color: #fff;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
}
#container #mainNav img {
	border: none;
}
#container #mainNav .abcAuthorizedLogo {
	clear: both;
	position: relative;
	width: 131px;
	display: block;
	background-image: url(images/abclogoauthbuild.gif);
	background-repeat: no-repeat;
	height: 160px;
	background-position: 10px 5px;
	margin-top: 25px;
	z-index: 1;
}
#container #mainNav .abcAuthorizedLogo a {
	height: 160px;
	width: 128px;
	display: block;
	text-indent: -9999px;
}
#container #bodyContainer {
	float: left;
	position: relative;
	font-size: 75%;
	width: 645px;
	padding: 10px 20px 10px 10px;
	background: url(images/backimage4.gif) no-repeat right top;
	z-index: 1;
}
#container #bodyContainer .topHeading {
	display: none;
}

#container  #bodyContainer  .secondColum {
	position: relative;
	width: 380px;
	float: left;
	z-index: 1;
}
#container #bodyContainer .secondColum .designExcellenceLogo {
	background-color: #000;
	position: absolute;
	top: 286px;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D0D48D;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	padding-left: 5px;
	left: 5px;
	font-size: 85%;
}
#container #bodyContainer .secondColum .collageContainer {
	position: relative;
	height: 391px;
	width: 375px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #D0D48D;
	z-index: 1;
}
#container #bodyContainer .secondColum .collageContainer .smallPhoto1 {
	position: absolute;
	left: 5px;
	bottom: 4px;
}
#container #bodyContainer .secondColum .collageContainer .smallPhoto2 {
	position: absolute;
	bottom: 4px;
	left: 131px;

}
#container #bodyContainer .secondColum .collageContainer .smallPhoto3 {
	position: absolute;
	right: 3px;
	bottom: 4px;

}

#container #bodyContainer .thirdColum {
	position: relative;
	float: right;
	width: 245px;
	padding-left: 5px;
	z-index: 1;
}

#container #bodyContainer .thirdColum h1 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
	z-index: 1;
}
#container  .secondCollageHeader {
	position: relative;
	width: 652px;
	clear: both;
	left: 133px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	font-size: 85%;
	background-image: url(images/design_endcapb.gif);
	background-repeat: no-repeat;
	height: 19px;
	padding-top: 5px;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	bottom: 0;
	z-index: 1;
}
#container .secondCollage {
	position: relative;
	width: 667px;
	left: 133px;
	text-transform: uppercase;
	background-color: #E0D39F;
	height: 100px;
	padding-top: 10px;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	bottom: 0;
	z-index: 1;
}




.bottomFooter {
	background-color: #A4A861;
	text-align: left;
	font-size: 70%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 325px;
}
#container  #topFooter {
	position: relative;
	height: 20px;
	background-color: #A4A861;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A4A861;
	text-align: center;
	clear: left;
	z-index: 1;
}
#container  #topFooter  ul {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
#container  #topFooter  li {
	text-decoration: none;
	list-style-type: none;
	color: #000;
	float: left;
	margin-left: 8px;
	font-size: 70%;
	margin-right: 8px;
	margin-top: 3px;
}


.Clear { clear: both; }
br.Clear { margin: 0; padding: 0; line-height: 1px; height: 0; }

div.ContactUsFooterText {
	padding: 10px 8px;
	text-align: center;
	border-bottom: solid 1px #2A3A4A;
	border-top: solid 1px #2A3A4A;
}

div.AboutUsContent,
div.AvailableServicesContent,
div.ProjectProfilesContent,
div.ContactUsContent,
div.NewsContent,
div.ProjectContent,
div.PhotoGalleryContent {
	padding: 5px 8px 15px;
}

div.AboutUsImage img,
div.AvailableService img,
div.ProjectProfile img, 
div#ContactUsMainMessage img,
div.ProjectImage img,
body#internal_page div#Content img {
	background: #fff;
	border: 1px solid #D0D48D;
	padding: 4px;
}

/******* About Us Page *******/
div.AboutUsImage {
	float: left;
	width: 261px;
	margin: 3px 9px 3px 3px;
}

/******* Available Services Page *******/

div.AvailableService h2 {
	clear: both;	
}
div.AvailableService img {
	float: right;
	margin-left: 5px;
}

/******* Project Profiles Page *******/

div.ProjectProfile {
	clear: both;
}

div.ProjectProfile img {
	float: left;
	margin: 2px 10px 2px 2px;
}

/******* Contact Us Page *******/

div#ContactUsMainMessage img {
	float: right;
	margin: 3px 3px 3px 9px;
}

/******* Our Projects Page *******/

div.ProjectImage {
	float: right;
	width: 261px;
	margin: 3px 3px 3px 9px;
}
div.ProjectLinks {
	background-color: #666;
	border: 1px solid #333;
	color: #fff;
	padding: 4px 8px;
	margin: 10px 0;
}

div.ProjectImage a {
	color: #908C5D;
}
div.ProjectImage a:visited {
	color: #ccc;
}

/******* Project Examples *******/

body#projectExamples_page {
	background: #DCDCD;
	margin: 0;
	padding: 0;
}
body#projectExamples_page div.ProjectExamplesContent {
	padding: 0 15px;
}

/******* Internal Pages *******/

body#internal_page div#Content {
	/* padding: 0 8px 15px; */
}
body#internal_page div#Content h1 {
}
body#internal_page div#Content h1,
body#internal_page div#Content h2 {
	clear: both;
}
body#internal_page div.Normal {
	clear: both;
}
body#internal_page div#Content .DNNAligncenter {
	text-align: center;
}
body#internal_page div#Content img {
	background: #FFFFE5;
	margin: 3px 9px;
}

body#internal_page div.FeatureDescription {
	display: none;
}
body#internal_page div#FeatureSelection {
	clear: both;	
}
body#internal_page div#FeatureSelection ul {
	float: left;
}
body#internal_page div#Features {
	float: right;
	width: 350px;
}