/************************************************************
               Atticus Associates Copyright 2007
*************************************************************/

/** Remove margins, padding and borders **/
* {margin: 0; padding: 0; border: 0;}
img {display: block}

/** Body & container **/
body {background: #fff; font-size: 62.5%; font-family: Arial, Verdana, Helvetica, sans-serif; color: #5E5E5E; margin: 10px;}

a {color: #626366; font-weight: bold;}
a:hover {color: #AAB11D;}

#container {width: 824px; margin: 0 auto;}

/** Header **/
#header {background: #403D3E;}
#header .logo {padding-top: 5px; float: left; width: 634px;}
#header h2 {color: #D5DF3D; font-size: 1.2em; padding-top: 6px;}
#header .address {overflow: hidden;}
#header .address p {color: #fff;}
#header .address a {color: #fff; text-decoration: none;}

/** Navigation **/
#navigation {clear: left;}
#navigation li {list-style-type: none; float: left; background: url(../images/main_nav_separate.gif) center right no-repeat; margin: 10px 0 25px 0;}
#navigation li.last {background: none;}
#navigation a {font-size: 1.3em; font-weight: bold; text-decoration: none; color: #7A7C7F; display: block; padding: 10px;}
#navigation a:hover, #navigation a.selected {color: #AAB11D;}

#navigation li ul {display: none; position: absolute; top: 1em; left: 0; background: #fff; border: 1px solid #7a7c7f; border-top: none; margin: -5px 0 0 -1px; padding: 5px 0 8px 0;}
#navigation li ul li {clear: left; margin: 0; background: none;}
#navigation li ul li a {font-weight: normal; padding: 6px 10px;}
#navigation li>ul {top: auto; left: auto;}
#navigation li:hover ul, #navigation li.over ul {display: block;}

/** Content container **/
#main-content {clear: left; background: url(../images/columns_separate.gif) repeat-y; border-bottom: 25px solid #fff; height: 100%;}

/** Left column **/
#left-column {float: left; width: 598px;}
#left-column h1 {padding: 0 0 10px 10px; font-size: 2.4em;}
#left-column h2 {font-size: 2.4em; color: #4D4E50; font-weight: normal; padding: 0 70px 10px 10px;}
#left-column h3 {font-size: 2.0em; color: #AAB11D; font-weight: normal; padding: 0 20px 7px 9px;}
#left-column p {font-size: 1.2em; padding: 0 70px 15px 10px;}
#left-column ul {font-size: 1.2em; margin: 0 70px 15px 40px;}
#left-column li {list-style-type: none; background: url(../images/bullet_point.gif) 0 5px no-repeat; padding-left: 10px;}

/** Boxes **/
#holding_box {margin-left: 10px;}
#left-column .home_box {background: #D5DF3D; float: left; margin: 0 20px 0 0;}
#left-column .home_box p, #left-column .home_box h3 {padding: 0; margin: 0;}
#left-column .home_box h3 {width: 163px; height: 23px; text-indent: -9999px;}
#left-column .home_box h3.our-people {background: url(../images/boxes/ttl_our_people.gif) no-repeat;}
#left-column .home_box h3.our-offering {background: url(../images/boxes/ttl_our_offering.gif) no-repeat;}
#left-column .home_box h3.our-achievements {background: url(../images/boxes/ttl_our_achievements.gif) no-repeat;}

/** Right column **/
#right-column {float: left; width: 226px; font-family: Verdana, Arial, Helvetica, sans-serif; background: url(../images/columns_separate_top.gif) no-repeat;}
#right-column h2.atticus-news {width: 181px; height: 18px; text-indent: -9999px; background: url(../images/titles/atticus_news.gif) no-repeat; margin: 0 0 0 31px;}
#right-column h3 {font-size: 1.0em; padding: 8px 13px 0 35px;}
#right-column p {font-size: 1.0em; padding: 0 13px 10px 35px;}
#right-column img {padding: 0 0 0 31px;}

/** Footer **/
#footer {clear: left; font-family: Verdana, Arial, Helvetica, sans-serif;}
#footer h3 {font-size: 1.0em; padding: 8px 0 0 10px;}
#footer p {font-size: 1.0em; color: #fff; padding: 2px 3px 3px 3px; background: #403D3E;}

/** Misc **/
div.clear {clear: both; font-size: 1px; height: 1px;}
.float-left {float: left;}
.float-right {float: right;}
.clear {clear: both;}
.hide {display: none;}
.second_colour {color: #AAB11D;}
.dark_sentence {color: #000; font-weight: bold;}