@charset "UTF-8";
/* CSS Document */



/* HTML selectors */


* {
	border: none;
	margin: 0px;
	padding: 0px;
}

body {
}


p{
	font-family: 'Akzidenz Grotesk', Verdana, Trebuchet, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform:none;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#5C5C5C;
	margin-top:10px;
	
}

p.B{
	font-size: 13px;
	color:#333333;
}

.pmenu{
	margin-left:15px;
	font-family: 'Akzidenz Grotesk', Verdana, Trebuchet, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform:none;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#5C5C5C;
	margin-top:10px;

}

h1{
	font-family: 'Akzidenz Grotesk', Verdana, Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:normal;
	text-transform:none;
	letter-spacing: normal;
	color:#5C5C5C;


}

a{
	text-decoration:none;
	color:#5C5C5C;


}

a:hover{
	text-decoration:none;
	color:#B0B0B0;
	}



div {
	margin: 0px;
	border: 0px solid #006699;
}

/* ----------------------Container Styles---------------------- */
.container {

	margin: 1px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid green;
	background-color:white;
	width:1024px;

}





/* ----------------------Header Styles---------------------- */

.header{
	border: 0px solid #006699;
	position:relative;
	height:86px;
	width:1024px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	
}

.menu{
	margin: 0px;
	border: 0px solid red;
	position:absolute;
	left:40px;
	top:44px;
	height:30px;
	width:800px;
}

.header a{
	margin:0px;
	margin-left:20px;
	float:left;
	
}


.header .follow-menu{
	border: 0px solid red;
	margin:0px;
	margin-left:40px;
	position:relative;
	top:16px;
	float:left;
}



/* ----------------------Content Styles---------------------- */

.content{
	position:static;
	margin-left:0px;
	border: 0px solid #006699;
	width: 1024px;
	height:550px;
}

.subcontent{
	position:relative;
	margin-left:0px;
	border: 0px solid #006699;
	width: 600px;
	height:350px;
	top:35px;
	left:87px;
	
}

.column1{
	position:absolute;
	margin-left:0px;
	border: 0px solid #006699;
	width: 150px;
	height:350px;
	top:0px;
	left:0px;
	float:left;

}

.columnimg{
	position:absolute;
	margin-left:0px;
	border: 0px solid #006699;
	width: 500px;
	height:470px;
	top:0px;
	left:177px;
	float:left;
}

.columntext{
	position:absolute;
	margin-left:0px;
	border: 0px solid #006699;
	width: 160px;
	height:470px;
	top:0px;
	left:695px;
	float:left;
}





/* ----------------------Footer Styles---------------------- */

.footer{
	position:relative;
	border: 0px solid red;
	width:1024px;
	height:40px;
	background-image:url(../images/footer.png);
}