/*****************************************************
		 HTML 
*****************************************************/
body
{
    margin: 0px 0px 0px 0px;
}

img
{
	border: none;
}

li
{
	list-style-image: url(/client_files/images/bullet.gif);
	list-style-position:outside;
}


/*****************************************************
		 Layout
*****************************************************/

.mainContainer
{
    width: 950px;
    margin: 0 auto;
}

.subContainer
{
    width: 950px;
    height: 694px;
    background-color: #ffffff;
    float: left;
    border: 1px solid #606163;
    background-image: url(/client_files/images/right_margin_pics/home.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

.header
{
    height: 52px;
    padding: 40px 0px 25px 50px;
}

.topNav
{
    background-image: url(/client_files/images/nav/nav_repeater.jpg);
    background-repeat: repeat-x;
    height: 24px;
	padding-left: 35px;
}

.topNav a:link, .topNav a:active, .topNav a:visited, .topNav a:hover
{
	padding: 0px 20px;
}

.divRow
{
    background-image: url(/client_files/images/dotted_repeater.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 950px;
    height: 14px;
    position: relative;
    float: left;
	margin-bottom: 10px;
}

.rightCol
{
    position: relative;
    float: left;
    width: 620px;
    height: 417px;
    padding: 50px 50px 15px 50px;
}

.innerBorder
{
	border: dotted #80a3b7 1px;
	width: 560px;
	padding: 10px 20px 0px 0px;
}

#leadership
{
	width: 545px;
	height: 375px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 15px;
}

.dottedDiv
{
	background-image: url(/client_files/images/dotted_repeater.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 1px;
	position: relative;
	clear: both;
}

.projectsNav
{
	float: right;
	margin-top: -30px;
	font-size: 14px;
}

.footer
{
    position:relative;
    float: left;
    padding: 0px 50px 0px 50px;
    background-image: url(/client_files/images/nav/nav_repeater.jpg);
    background-repeat: repeat-x;
    color: #FFFFFF;
    width: 850px;
    height: 24px;
    font-size: 8px;
}

.toggler
{
    cursor: pointer;
    text-decoration: underline;
}

