@charset "utf-8";
/* CSS Document */
body	{
    font-family: 'sinkin_sans200_x_light';

}
header	{
	text-align:right;
	height:100px;
}
header	h3	{margin-top:20px;
}
#backgroundImage	{
	position:absolute;
	left:0px;
	top:95px;
	background-image:url(interpolations/images/indexPage.gif);
	z-index:-1000;
}
.moveUp	{
	position:relative;
	margin-top:-50px;
	text-align:right;
}
#logo, #logo2, #logo3	{
	width:350px;
	position:absolute;
	left:-150px;
	top:0px;
	font-size:2em;
	}
#logo2	{
	top:0px;

	}
#logo3	{
	width:500px;
	font-size:1.6em;
	top:35px;
	margin-left:-40px;
	margin-top:8px;
	color:red;
}
h1, h2, h3, h4, h5, h6	{
	font-size:.85em;
	line-height:1.4em;
	margin-bottom:4px;
	margin-top:0px;
	font-weight:normal;

	
}
.wordMap	h1, h2, h4, h5, h6	{
	color:#333;

	
}
h3	{
	font-family: 'sinkin_sans400_regular';
	margin-bottom:5px;
	font-size:0.91em;
	color:#006;
}
#container	{
	width:1200px;
	margin:0 auto;
	position:relative;
	height:950px;
}
.columnOne, .columnTwo, .columnThree, .columnFour, .columnFive, .columnSix	{
	width:200px;
	position:absolute;
	top:100px;}
.columnSix	{
	left:1000px;

}
.columnFive	{
	left:750px;
}
.columnTwo	{
	left:500px;
	padding-top:10px;
}
.columnThree	{
	left:250px;
	width:400px;
	padding-top:10px;
}
.columnOne	{
	left:0px;
	padding-top:10px;
}

.columnBreaks	{
	margin-bottom:25px;
}
.whiteText	{
	color:#ffffff;
	font-weight:bold;
}
a	{
	color:#333;
	text-decoration:underline;
	
}
footer	{
	position:absolute;
	bottom:0px;
}
.copyright	{margin-right:50px;
}
.footer_menu	{margin-right:20px;
}
.courier	{margin-right:20px;
}
.blogLink	{width:130px;
	position:relative;
	top:130px;
	bottom:0px;
	left:px;
	transform:rotate(-17deg);
	-ms-transform:rotate(-17deg); /* IE 9 */
	-webkit-transform:rotate(-17deg); /* Opera, Chrome, and Safari */
	z-index:100;
}
.comingSoon	{
	width:150px;
	position:absolute;
	bottom:255px;
	left:340px;
	color:red;
	
	z-index:100;
}
.rotateThis	{
    transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
	-webkit-transform-origin: 120 150;
 	-moz-transform-origin: 120 150;
	-ms-transform-origin: 120 150;
 	-o-transform-origin: 120 150;
}




