﻿/* Globals */
* { margin: 0; padding: 0; font-family: Arial,  Verdana, Sans-Serif; color: #91897a; }
html { overflow-y: scroll; font-size: 10px; }
body { background-color: #3e3a36; }
a { text-decoration: none; color:#5d513b; }
a.blue {text-decoration: underline; color:#265685;}
a:hover { text-decoration: underline; }
h6 { font-size:12px; color: #295787; vertical-align:text-top; font-style:normal; }
p { color:#3e3a36; line-height:13px; padding:5px 0 0 0}
/* End Globals */

/* Site Structure */
.MasterContainer { width: 786px; margin: 15px auto 0; background-image: url(../images/sdw_site_sides.gif); background-repeat: repeat-y; }
.MasterContainer .TopShadow { height: 15px; background-image: url(../images/sdw_site_top.gif); background-repeat: repeat-x; font-size: 0.1%; line-height: 0px; }
.MasterContainer .ShadowGutter { vertical-align: top; background-repeat: repeat-y; float: left; }
.MasterContainer .SiteContainer { float: left; background-color: #ffffff; width: 716px; padding: 15px; }
.MasterContainer .SiteFooterTransition { clear: both; height: 1px; background-color: #ffffff; }
.MasterContainer .SiteFooter { clear: both; height: 25px; background-image: url(../images/sdw_site_bottom.gif); background-repeat: repeat-x; }
.MasterContainer .SiteFooter * { font-size: 10px;}
.MasterContainer .SiteFooter div { margin: 11px 0 0 0; }
.MasterContainer .SiteFooter .FooterNavigation { float: right; }
.MasterContainer .SiteFooter .FooterNavigation a { float: left; margin: 0 12px 0 0; color:#91897a }
/* End Site Structure */

/* Navigation */
.SiteNavigation { width: 190px; float: left; background-color: #3e3a36; padding: 35px 0 24px 0; }
html>/* */body .SiteNavigation { padding: 25px 0 22px 0; }
.SiteNavigation a { height: 13px; width: 100px; background-repeat: no-repeat; display: block; margin: 12px 0 12px 40px; }
.SiteNavigation a:hover, .SiteNavigation a.Active { background-position: 0 -13px; }
.SiteNavigation a.Home { background-image: url(../images/nav_home.gif); }
.SiteNavigation a.AboutUs { background-image: url(../images/nav_about_us.gif); }
.SiteNavigation a.Products { background-image: url(../images/nav_products.gif); }
.SiteNavigation a.OurWork { background-image: url(../images/nav_our_work.gif); }
.SiteNavigation a.Careers { background-image: url(../images/nav_careers.gif); }
.SiteNavigation a.Contact { background-image: url(../images/nav_contact.gif); }
.SiteNavigation img.Seperator { background-image: url(../images/nav_seperator.gif); background-repeat: no-repeat; width: 100px; height: 1px; margin: 0 0 0 43px; }
/* End Navigation */

/* Brand Details */
.BrandDetails { margin: 42px 0 23px 0; }
.BrandDetails .SiteLogo { float: left; margin: 3px 0 0 27px; }
.BrandDetails .SiteText { float: right; margin: 0 95px 0 0; }
/* End Brand Details */

/* Homepage */
.HomepageContent { border: 1px solid #d6d6d6; padding: 28px 10px 0 27px; width: 675px; min-height:180px;}
.HomepageImageContainer { width:239px; height:113px;}
.HomepageImage {border: 1px solid #d6d6d6; width:233px; height:108px; padding:6px 0 0 6px;}
.HomepageTextContainer {width:331px; padding:0 0 0 65px;}
.HomepageTextContainer p { padding:7px 0 0 0;}
.HomepageNavigation { padding:30px 0 0 0; font-size:10px;}
.HomepageNavButton { padding:0 6px 0 0; color: #3e3a36;}
.HomepageNavigation a:hover {text-decoration:none; cursor:pointer;}
.active{text-decoration:underline; /*color: #265685;*/}
.mainActive{color: #265685; padding:0 6px 0 0;}
.innactive{color: #3e3a36; padding:0 6px 0 0;}
.DannburgLink { color:#265685;  }
/* End Homepage */

/* AboutUs */
.AboutUsContent { width: 710px; padding: 0 0 0 20px; min-height:180px;}

/* End AboutUs */

/* Generic Content Structure */
.SmallImageContainer { border: 1px solid #d6d6d6; width:108px; height:53px; margin:0 0 5px 0; }
.SmallImage {width:105px; height:60px; padding:4px 0 0 4px;}
.MainContent { padding:0 0 0 30px;}
.MainContentTitle { font-size:13px; color:#265685; padding:0 0 3px 0;}
.MainContentNavigation { }
.MainContentText { width:520px; padding:0 0 5px 0;}
.Spacer {padding:0 5px 0 0;}
.SmallSpacer {padding:0 0 0 0;}
.LeftSideImages{width:110px; }
.ourWorkLinks {margin:0 15px 8px 0; text-decoration:underline; color:#5d513b; line-height:15px;}
.ourProductsLinks {margin:0 15px 8px 0; text-decoration:underline; color:#5d513b; line-height:15px;}

/* End Generic Content Structure */

/* Utility Classes */
.LeftFloat { float: left; }
.RightFloat { float: right; }a
.LeftAlign { text-align: left; }
.RightAlign { text-align: right; }
.CenterAlign { text-align: center; }
.TopAlign { vertical-align: top; }
.BottomAlign { vertical-align: bottom; }
.ClearBoth { clear: both; float: none; font-size: 0.1%; height: 0px; }
.ClearLeft { clear: left; float: none; font-size: 0.1%; height: 0px; }
.ClearBothSimple { clear: both; }
.Hidden { display: none; }
.DisplayInline { display: inline; }
.DisplayBlock { display: block; }
.MaxWidth { width: 100%; }
.HalfWidth { width: 50%; }
.Link { cursor: pointer; }
.FontSize10px { font-size: 10px; }
.FontSize12px { font-size: 12px; }
.FirstElement { margin-top: 0px; }
.NoMargin { margin: 0; }
.NoPadding { padding: 0; }
.BoldText { font-weight: bold; }
.LineHeightNormal { line-height: normal; }
.NormalWeight { font-weight: normal; }
.PaddingLeft20px { padding:0 0 0 80px;}
/* End Utility Classes */