/***** Imports *****/
@import url(forms.css);
@import url(textContent.css);
@import url(ktml.css);

body, td, div 
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	margin:0;
	padding:0;
}

/* ------------------ */
/* -----  TAGS  ----- */
/* ------------------ */
html {
	padding:0;
	margin:0;
	background-image:url(../images/backgroundRepeat.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;
	background-color:#6a8e43;
}

body {
	color:#acd75c;
	height:100%;
}

body a {
	color:#e9f4d5;
	text-decoration:underline;
}

body a:hover {
	color:#000000;
	text-decoration:none;
}

img 
{
	border:0;
}

#mainWrapper {
	margin:0;
	padding:0;
}
#shadowWrapper {
	position:relative;
	margin:0 auto 0 auto;
	padding:0;
	width:761px;
	background-image:url(../images/shadowMain.png);
	background-repeat:repeat-y;
	min-height:400px;
}
#shadowBottom {
	clear:both;
	margin:0 auto 0 auto;
	padding:0;
	width:761px;
	background-image:url(../images/shadowBottom.png);
	background-repeat:no-repeat;
	height:40px;
}
#mainContent {
	margin:0 78px 0 78px;
	padding:0;
}
#utilityNavTop {
	margin:0;
	padding:15px 1px 10px 0;
	text-align:right;
}
#utilityNavTop a {
	font: 9px Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	color:#3a5b21;
	text-decoration:none;
}
#utilityNavTop a:hover {
	color:#3a5b21;
	text-decoration:underline;
}

div.architectureNavigation
{
    /*float:right;*/
}

div#searchCallout
{
    float:right;
    clear:right;
   padding:5px 0;
   display:none;
}

div#searchCallout label
{
	color:#3a5b21;
}

div#searchCallout input
{
    height:14px;
    font-size:12px;
}

div#searchCallout input.searchCalloutButton
{
    height:20px;
    width:auto;
    font-size:10px;
}




#bodyContent {
	float:left;
	margin:10px 0 0 10px;
	padding:0;
	min-height:400px;
	width:445px;
}
#bodyContent h2 {
	margin:12px 0 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	color:#72a040;
}

.homeParagraph {
	margin:0;
	padding:0;
}
.homeParagraph .top {
	margin:0;
	padding:0;
	width:445px;
	height:10px;
	background-image:url(../images/homeParagraphTop.gif);
	background-repeat:no-repeat;
}
.homeParagraph .middle {
	margin:0;
	padding:0;
	width:445px;
	background-image:url(../images/homeParagraphMiddle.gif);
	background-repeat:repeat-y;
}
.homeParagraph .middle p {
	margin:0;
	padding:3px 10px 4px 15px;
	color:#acd75c;
}
.homeParagraph .bottom {
	margin:0;
	padding:0;
	width:445px;
	height:10px;
	background-image:url(../images/homeParagraphBottom.gif);
	background-repeat:no-repeat;
}
.projectCallout {
	margin:4px 0 0 0;
	padding:0;
	width:445px;
	font-size:10px;
	font-weight:bold;
}
.projectCallout .photo{
	float:left;
	margin:0;
	padding:0;
	width:305px;
	height:73px;
}
.projectCallout .title{
	float:left;
	margin:0;
	padding:33px 0 0 8px;
	width:132px;
	height:40px;
	background-image:url(../images/homeCalloutTitleBackground.gif);
}
.projectCallout .title a {
	color:#acd75c;
	text-decoration:none;
}
.projectCallout .title a:hover {
	color:#e9f4d5;
}
.projectCallout .title .projectText{
	font-size:16px;
	font-weight:bold;
}
#atriumCallout {
	margin:5px 0 0 0;
	padding:0;
}
.header {
	margin:0;
	padding:0;
}
.header .top {
	margin:0;
	padding:0;
	width:445px;
	height:10px;
	background-image:url(../images/homeParagraphTop.gif);
	background-repeat:no-repeat;
}
.header .middle {
	margin:0;
	padding:0;
	width:445px;
	background-image:url(../images/homeParagraphMiddle.gif);
	background-repeat:repeat-y;
}
.header .middle h1 {
	margin:0;
	padding:2px 10px 2px 15px;
	font-size:16px;
	font-weight:bold;
}
.header .bottom {
	margin:0;
	padding:0;
	width:445px;
	height:10px;
	background-image:url(../images/homeParagraphBottom.gif);
	background-repeat:no-repeat;
}
#sideTabsContainer {
	position:absolute;
	margin:0;
	padding:0;
}
#sideTabs {
	position:absolute;
	width:69px;
	top:210px;
	right:0;
}
#footer {
	margin:0;
	padding:0;
	font-size:10px;
	color:#3a5b21;
}
#contentHeaderPhoto {
	margin:10px 0 0 0;
	padding:0;
}
.center {
	text-align:center;
}
.clearBoth {
	clear:both;
}
.green {
	color:#72a040;
}
/* ------------------------- */
/*        NAVIGATION         */
/* ------------------------- */
.nav {
	float:left;
	margin:10px 0 25px 1px;
	padding:0;
	width:147px;
}
.nav ul {
	margin:-2px 0 0 0;
	padding:0;
}
.nav ul li ul
{
	margin:0;
}
.nav ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	font:9px Arial, Helvetica, Geneva, sans-serif;
}
.nav ul li a {
	display:block;
	margin:2px 0 0 0;
	padding:7px 0 0 15px;
	height:19px;
	text-decoration:none;
	color:#acd75c;
	background-image:url(../images/navNormal.gif);
	background-repeat:no-repeat;
}
.nav ul li a:hover {
	color:#365c1a;
	background-image:url(../images/navRollover.gif);
	background-repeat:no-repeat;
}
.nav ul li .navFirst {
	margin-top:0;
}
.nav ul li .navActive {
	color:#365c1a;
	background-image:url(../images/navRollover.gif);
	background-repeat:no-repeat;
}
.nav ul li ul li a {
	margin-left:10px;
}

/******* Photo Essays **********/

.photoThumbCaption
{
    padding:3px;
    width:200px;
}

.photoThumb
{
    float:left;
    padding:5px;
}

.photoEssayMenu
{
    padding:10px;
    
}

.categoryName
{
    clear:left;
    margin-left:5px;
    font-size:1.2em;
    font-weight:bold;
	color:#365c1a;
}

img.photo
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    border:solid 2px black;
}

table.photoEssayWizard
{
    margin-left:auto;
    margin-right:auto;
    clear:both;
}

.photoEssayNavigation
{
    text-align:center;
}

div.photoTitle, div.photoDescription
{
    padding:12px;
    font-size:1.2em;
}

input.close
{
    height:20px;
    font-size:.9em;
    float:right;
    margin:5px 5px 0 0;
}

/**** Blogs *******/
div.recentBlogEntries a.recentEntryLink
{
}

div.recentBlogEntries
{
    float:right; 
    width:180px;
    border-left:solid 1px #6a8e43;
    padding:10px;
    margin-left:10px;
    margin-bottom:10px;
    background-color:#EDEDED;
}
div.recentEntry
{
    margin-bottom:8px;
}

div.recentBlogEntriesTitle
{
    font-size:1.1em;
    font-weight:bold;
    border-bottom:solid 1px #6a8e43;
    margin-bottom:8px;
}

div.recentEntriesSearchLink
{
    font-size:1.0em;
    font-weight:bold;
    border-top:solid 1px #6a8e43;
    margin-top:8px;
    padding-top:8px;
}

div#searchBlogsForm
{
    margin-top:10px;
}

div#searchBlogsForm label
{
    width:10em;
    float:left;
    text-align:right;
    margin-top:4px;
    padding-right:4px;
}

div#searchBlogsForm input.button
{
    margin-left:5px;
    margin-top:-1px;
}

div#searchBlogsForm input
{
    float:left;
}

div.blogSearchResults
{
    clear:left;
    border-left:solid 1px #6a8e43;
    padding:10px;
    background-color:#EDEDED;
    margin-top:30px;
}

div#sendToFriendLink
{
    float:left;
    padding-left:1px;
    display:none;
}
div#newsletterForm
{
    margin-top:25px;
}

div#newsletterForm label
{
    float:left;
    width:11em;
    text-align:right;
    margin-top:4px;
}
div#newsletterForm input
{
    margin-bottom:6px;
}
div#newsletterForm select
{
    margin:5px 0 10px;
}
input.newsletterButton
{
    margin:10px 0 0 7.2em;
}

div#searchResultsForm
{
    padding-top:5px;
}
div#searchResultsForm input
{
    float:left;
}
div#searchResultsForm label
{
    width:10em;
    float:left;
    text-align:right;
    margin-top:4px;
    padding-right:4px;
}

div#searchResultsForm input.button
{
    margin-left:5px;
    margin-top:-1px;
}

div.searchResults
{
    clear:left;
}
div.resultUrl
{
    margin-bottom:10px;
}

p#searchTermFound
{
    margin-bottom:10px;
}
/* Localized */
