/*-------------------------- Layout Styles ---------------------------*/

/*-------------------------- Basic Structure -------------------------*/

body 
{
 background-color: #F3F3F3;
 text-align: center;
}


.wrapper
{
 width: 990px; /* Total 990px */
 /**/position: relative;
 overflow:hidden;
 text-align: left;
 margin: 0 auto;
 padding: 0;
 background-color: #FFF;
 background-image: url(../images/wrapper_bg.gif);
 background-repeat: repeat-y;
}


.container
{
 position: relative;
float:left;
width:100%;

}


.header
{
 width: 963px; /* Total 990px */
 height: 72px; /* Total 82px */
 position: relative;
 background-color: #FFF;
 margin: 0 0 0 27px;
 padding: 10px 0 0 0;
 background-image: url(../images/logo.gif);
 background-repeat: no-repeat;
 background-position: 5px 15px;
}


.subContent1
{
 width: 207px; /* 247px Total */
 float: left;
 margin: 0 13px 0 27px;
 padding: 0 0 200px 0;
 background-color: #003;
}


.mainContent
{
 width: 479px; /* 502px Total */
 float: left;
 /*position: relative;*/
 padding: 0 10px 0 13px;
}


.subContent2
{
 width: 210px; /* 241px Total */
 float: left;
/* position: relative;*/
 margin: 0;
 padding: 0 21px 0 10px;
}


.footer
{
 width: 942px; /* Total 990px */
 position: relative;
 top: 10px;
 padding: 0 21px 10px 27px;
 clear:both;
}


.boxOut
{
 padding: 1px 15px 10px 15px;
 background-image: url(../images/bg_boxOut.jpg);
 background-position: 0 0;
 background-repeat: repeat-x;
 background-color:#ffffff;
}


.contactInfo
{
 position: absolute;
 bottom: 0;
 left: 27px;
 padding-bottom: 20px;
}


div.contactHeading
{
 margin: 15px 21px 0 0;
}


img
{
 border: 1px solid #E3E3E3;
}


.subContent2 img.top
{
 margin: 50px 0 5px 0;
}


.clear  		/* Class for clearing floats */
{
 clear: both;
}


/*--------------------------- Index Specific Page --------------------------*/

#indexPage .header
{
 width: 207px; /* 247px Total */
}


#indexPage #groupImage
{
 border: none;
 position: absolute;
 top: 0;
 left: 234px;
 width: 749px;
 height: 262px;
 background-image: url(../images/barringtons_group_shot.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}


#indexPage .mainContent,
#indexPage .subContent2
{
 /**/margin-top: 200px;
}


/*--------------------------- Portrait Specific Page --------------------------*/

#peoplePage .mainContent
{
 width: 710px;  /* Total 743px; */
 padding: 0 21px 0 12px;
}


#peoplePage .item
{
 margin-bottom: 40px;
}


#peoplePage .item p,
#peoplePage .item h3
{
 margin-right: 220px;
}


#peoplePage .item .portrait
{
 float: right;
 margin: 0px 0 0 0;
}


/*--------------------------- News Specific Page --------------------------*/

.newsItem
{
 padding: 0 0 10px 0;
 border-bottom: 1px solid #86BE54;
}
