* {
  margin:0;
  padding:0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* General element styling */

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 76%;
  background:#E6E6E6;
}
h1, h2, h3 {
  padding:5px;
}
h2 {
  color: #6C6F6F;
  font-size: 1.4em;
  margin-bottom: 10px;
  padding: 5px 0 5px 0;
}
h4 {
  font-size: 1em;
}
a {
  color: #59AA1C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img, fieldset {
  border:none;
}
p {
  padding: 0;
  margin: 0 5px 8px 0px;
}
img.left {
  float: left;
  margin: 0 5px 0 0;
}
img.right {
  float: right;
  margin: 0 0 0 5px;
}
img.border {
  border: solid #333333 1px;
}
#container{
  position: relative;
  font-size: 1.1em;
  line-height: 1.3em;
  width:754px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: transparent url(/images/container_back.gif) repeat-y;
  padding: 7px;
}
#logo h1 {
  height: 78px;
  background: url(/images/_/alliantist_logo.gif) no-repeat;
  margin: 4px 0 5px 10px;
  text-indent: -9000px;
}

/*
#main_title {
  clear: right;
  background: url(/images/mast_back.jpg) no-repeat right;
}
#main_title blockquote {
  height: 135px;
  background: url(/images/mast_quote.jpg) no-repeat;
  position:relative;
  width: 280px;
}
#main_title blockquote span {
  color: #fff;
  position:absolute;
  bottom: 30px;
  left: 10px;
  font-size: 1.2em;
  font-style: italic;
  text-indent: -9000px;
}
*/

/*
#content {
  margin-left: -7px;
  margin-right: -7px;
  padding: 7px;
  background: url(/images/container_sep.gif) no-repeat;
}
*/

#main {
  font-size: .9em;
  color: #333;
}
#holder {
  float: left;
  width: 534px;
  padding: 10px;
}
#holder h2 {
  padding-top: 10px;
  background: url(/images/dot.gif) repeat-x bottom left;
  position: relative;
}
#holder ul {
  margin-bottom: 8px;
}
#main ul, #main ol{
  margin-left: 2em;
}

/* menu */

#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: right;
}
#menu ul li {
  float: left;
  border-right: solid #8A8E8E 1px;
  margin-left: 7px;
  padding-right: 8px;

}
#menu ul li.last {
  border-right: none;
}
#menu ul li a {
  color: #59AA1C;
  font-weight: bold;
}
#menu ul li.current a {
  text-decoration: underline;
}

/* side stuff */
#secondary {
  margin-top: 3em;
  padding: 0 10px 0 0;
  width:190px;
  float:right;
}
#sub_menu {
  padding: 0;
  padding-bottom: 10px;
}
#sub_menu ul {
  padding-left: 10px;
}
#sub_menu li {
  list-style-type: none;
  background: url(/images/dot.gif) repeat-x;
  padding: 10px 5px;
}
.subsection h3 {
  background: url(/images/corner_top_white.gif) top right no-repeat;
  margin: 0;
  padding: 5px 0 0 10px;
  font-size: 1em;
  color: #59AA1C;
}
.subsection ul {
  list-style-type: none;
  background: url(/images/corner_bottom_white.gif) bottom right no-repeat;
}
.subsection ul li{
  padding: 0 5px 5px 10px;
  font-size: .9em;
}
.subsection {
  background: url(/images/corner_back_white.gif) 1px 0 repeat-y;
  margin-bottom: 10px;
}
#news_items {
  color: #555;
}
#news_items p {
  padding: 0;
}
#news_items li.more_news {
  text-align: right;
}
li.branch {
  padding: 5px 0 0 5px !important;
}
.picture_col {
  width: 210px;
  float: left;
}
.picture_col img {
  padding: 5px;
}
.secondary_content {
  margin-left: 210px;
}
.target_box_holder {
  clear: left;
  padding-top: 30px;
}
.target_box {
  width: 256px;
  float: left;
  margin-right: 5px;
}
.target_box  img {
  border: 1px solid #fff;
}
.target_box h3 {
  background: #59AA1C url(/images/_/target_head.gif) no-repeat;
  padding: 0 5px;
  color: #fff;
  font-weight: normal;
  line-height: 2em;
  font-size: 1.1em;
}
.target_desc {
  border-color: #acacac;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  font-size: .9em;
}
.target_desc a{
  display:block;
  text-align: right;
}

/* for listing stuff eg team members */
ul.list_with_pic {
  padding-left: 0;
  margin-left: 0 !important;
  list-style-type: none;
  color: #757575;
  font-size: .9em;
}
.list_with_pic .picture_col {
  width: 110px;
}
.list_with_pic h3, .list_with_pic h4 {
  color: #59AA1C;
  padding: 0;
}
ul.list_with_pic li{
  clear:left;
  margin-bottom: 20px;
}

/* for showing an item */
.info_holder .picture_col {
  width: 160px;
  height: 200px;
}
.info_holder .secondary_content {
  margin-left: 170px;
}
a em {
  font-style: normal;
}
.clear {
  clear:both;
}
#footer {
  font-size: .8em;
  padding:.5em;
  color:#444;
  clear:both;
  margin-left: -7px;
  margin-right:-7px;
  margin-bottom: -10px;
  background: transparent url(/images/container_bottom.gif) bottom no-repeat;
}
#footer p{
  text-align:center;
}
#login_stuff {
  position: absolute;
  right: 7px;
  top: 10px;
}
.alert {
  border: 2px solid #f00;
  margin:2px;
}
.error {
  background:#ede7e7 !important;
  border: 1px solid #f00;
  font-weight:bold;
}
.centred {
  text-align:center;
}
.centred p {
  text-align:center;
}
.additional_content {
  color: #555;
}
#content blockquote {
  padding-left: 10px;
  font-style: italic;
}
.big_pic{
  width: 100%;
}

/* News listing */
.news_list {
  padding: 0
  margin: 0
  list-style-type: none;
}

/* Client listing */
.client_list {
  text-align: center;
}
.client_list img {
  vertical-align: middle;
  margin: 10px 20px;
}

/* Team members */
h3.team_member {
  padding-left: 0;
  padding-right: 0;
}

/* Homepage */

#home #holder {
  padding-top: 35px;
}
#home #secondary {
  margin-top: 35px;
}
#home #holder ul li {
  margin-bottom: 4px;
  font-weight: bold;
}
#home #holder ul li a {
  margin-left: 10px;
  padding-left: 8px;
  background: url(/images/_/triangle_bullet.gif) left 3px no-repeat;
}
#home #holder img.left {
  margin: 0 7px 7px 0;
}