html{
  
}
body{
	background: url("../aberlour/images/aspen walpaper fixed.png") repeat;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
    color: rgb(51, 51, 51);
	height:100%;
}

h1, h2, h3, h4 {
	color: #342A8A;
}

h1 {
	font-size: 35px;
}

div#pagecontainer{
	width:800px; 
	height: 100%; 
	margin-right: auto; 
	margin-left: auto; 
	background-color: white;
}

div.clear {
	clear: both;
	float: none;
}

.imageSection {
	padding: 10px 0px;
}

.imageSection .container {
	float: left;
	width: 400px;
}

	.imageSection .container div {
		height: 291px;
		}

.imageSection div p {
	position: relative;
	bottom: 19px;
	height: 30px;
	background:#4F85C5 ;
	color: #fff;
	padding-left: 10px;
	line-height: 30px;

	}

div#image
{
	background-image: URL("images/logo.jpg");
	background-repeat: no-repeat;
	background-position:  0% 50%;
	/*padding-top: 110px;*/
	padding-top: 145px;
	width: 170px;
	margin-right: 30px;
	float: left;
	height: 60px;
}

.topBanner {
	width: 600px;
	float: left;
	padding-top: 70px;
}

.topBanner h1 {
	margin-bottom: 10px;
	}

	.topBanner p {
		font-weight: bold;
		font-size: 20px;
		color: #4F85C5;
		margin: 0px!important;
	}


div#slideshow
{
	width: 800px;
	margin-right: auto; 
	margin-left: auto; 
	-webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.45);
-moz-box-shadow:    5px 5px 5px rgba(50, 50, 50, 0.45);
box-shadow:         5px 5px 5px rgba(50, 50, 50, 0.45);
behavior: url(http://www.munroconsulting.com/MiniSite.Net/PIE.htc);
}

div#job {
    position: relative;
    top: 30px;
	left: 50px;
    width: 380px;
    height: 85px;
    padding-left: 20px;
    padding-top: 15px;
    z-index: 9999;
	color: white;
    font-size: 13px;
    font-weight: bold;
    background-color: #511b66;
    float: left;
	-webkit-border-radius: 10px;
-moz-border-radius-: 10px;
border-radius: 10px;
behavior: url(http://www.munroconsulting.com/MiniSite.Net/PIE.htc);
}

div#job h1 {
font-size: 19px;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 6px;
	}


div#content
{
	border: 2px solid #f2f2f2;
	border-radius: 10px;
	background: #fff;
	width: 800px;
	margin-right: auto; 
	margin-left: auto; 
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
}

div#Footer{
	width:800px;
	text-align: right;
}

b{
	color: #009DB0;/*#3b5998;*/
}

a{
	text-decoration: none;
	color: #4F85C5;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

.subnav, .subnav2 {
	float: left;
	list-style-type: none;
	padding-left: 0px;
	width: 154px;
	margin-left: 0px;
	background: #4FA600;
	margin-top: 32px;
	padding: 10px;
	border-radius: 5px;
}

.subnav2 {
	background: #009DB0;
}

	.subnav li, .subnav2 li {
		margin: 3px 0px;
	}

	.subnav a, .subnav2 a {
		font-weight: 700;
		color: #fff;
	}

	.col {
		float: left;
		padding-left: 16px;
		width: 610px;
	}