html {
    overflow-y: scroll;
}

	body{
	background-image: URL("images/aspen walpaper fixed.png");
	font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
	color: #4b5c66;
	text-align: justify;

}

div#pagecontainer{
	background-color: White;
	width:900px;
	position:relative;

}

div#pagecontainer-shadow
{
	width:900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;

#shadow code

margin: 40px;
background-color: rgb(68,68,68); /* Needed for IEs */

-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
zoom: 1;


}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

div#image-shadow
{


width:160px;
FLOAT: left;
margin-right:15px;

#shadow code

margin: 40px;
background-color: rgb(68,68,68); /* Needed for IEs */

-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
box-shadow: 5px 5px 5px rgba(68,68,68,0.6);


zoom: 1;


}

#pic {
	float: left;
	padding-top: 20px;
}

.right {
	float: right;
	margin-left: 25px;
	margin-top: 35px;
}

div#inner-title
{
float:right;
width:500px;
height:250px;
vertical-align:bottom;
background-repeat: no-repeat;
background-position: right top;
border-radius: 0 0 0 60px;
}

div#title-text-div
{
    float: left;
    width:900px;
    height:30px;
    line-height: 30px;
    position:relative;
    color: #fff;
    font-size: 16px;
    background: #36434b;
}

#title-text-div span {
    float: left;
    padding-left: 10px;
}

.left {
	float: left;
	padding: 5px;
}


.left-logo {
	float: left;
	padding: 5px;
	margin-left: 70px;
	margin-top: 0px;
}


div#title
{
height: 250px;

}

a:link {color:#0000FF;}      /* unvisited link */
a:visited {color:#0000FF;}  /* visited link */
a:hover {color:#0000FF;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */

a.active {
     text-decoration: underline;
}

div#logo
{
text-align: left;
background-color: white;
height:100%;
width:400px;
float:left;
}

div#navdiv{
background-color: white;
height: 40px;
padding-left:260px;
padding-top: 0.5em
}

div#navdiv li
{
	height:30px; /* 30px */
	float:left;
	list-style-type:none;
	padding: 12px 20px 10px 20px;
	font-size: 17px;
	background-image: url("images/divider.jpg");
	background-repeat:no-repeat;
	background-position:100% 35%;

}

li#tab1 a
{
	color: #36434b;
	text-decoration: none;
	display: inline-block;
}

li#tab1 a:hover
{
	text-decoration: underline;
}

li#tab2 a
{
	color: #36434b;
	text-decoration: none;
	display: inline-block;
}

li#tab2 a:hover
{
	text-decoration: underline;
}

li#tab3 a
{
	color: #36434b;
	text-decoration: none;
	display: inline-block;
}

li#tab3 a:hover
{
	text-decoration: underline;
}

li#tab4 a
{
	color: #36434b;
	text-decoration: none;
	display: inline-block;
}

li#tab4 a:hover
{
	text-decoration: underline;
}

div#Footer{
    clear: both;
	padding: 0px 20px 20px 0px;
	text-align: right;
	background-color: White;
}

#disclaimer {
	margin: 0 90px 0 0;
	padding-top: 20px;
}

div#content{
    float: left;
	background-color: White;
	padding: 20px 50px 20px 50px;
}

div#copyright
{
 float: left;
 padding-top:5px;
 padding-left:50px;
 text-align: left;
}

table
{
border-collapse:collapse;
}

th,td
{
    padding: 10px;
    border: none;
    vertical-align: top;
    border: 1px solid #ddd;
}

.welcomeImage {
    float: right;
    margin: 0 0 20px 30px;
    text-align: center;
}

.welcomeImage img {
    width: 260px;
}


.image {
    padding:10px;
    border: 1px solid #e3e3e3;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.1);
}

.serviceList {
    margin: 30px 0;
}

.serviceList > li {
    margin: 20px 0;
    list-style: none;
    font-weight: bold;
}

.serviceList li ul li {
    font-weight: normal;
}

.roleTitle {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 20px 0;
}

.docList {
    margin: 30px 0;
}

.docList li {
   font-weight: bold;
   margin-bottom: 20px;
}

.docList li a {
   font-weight: normal;
}

.quote {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    line-height: 1.2;
    padding: 10px 0;
}

.processTable {
    width: 100%;
}

.processTable th {
    text-align: left;
    padding-bottom: 10px;
}

.processTable td {
    border: 1px solid #d9d9d9;
    padding: 10px 10px;
    width: 50%;
}

.checklist {
    list-style: none;
}



