﻿/*  Centering layout in old IE-versions */
body {
	background: #fff;
	text-align: center;
	overflow-y:auto;
	overflow-x:hidden;
}
.page_margins {
	width: 960px;
	background: #fff;
	text-align:left;
	margin: 0 auto;
}
.page {
	padding: 0px;
}

/*  Designing top layout elements */

 #topLogos {
	background: #fff;
	color: #000;
	margin:0;
	margin-top: 0px;
	height:40px;
}

#topLogosContent {padding-top:18px;text-align:right;}

#header {
	width:960px;
	position:relative;
	left:0px;
	color: #000;
	height:80px;
	border-top:0px solid #666666;
	padding-top:5px;
	margin-bottom:0px;
	clear:both;
}

#header_content {
	margin-left:10px;
	width:940px;
	height:70px;
		border-bottom:5px solid #666666;
			padding-bottom:5px;
}

/*  adjustment of elements in header */
#logo {
	width:1px;
	height:1px;
	float:left;
	margin-left:0px;
	margin-top:0px;
}
#topnav {
	position:absolute;
	bottom: 1px;
	left:10px;
	padding-left:0px;
	height:24px;
	width:940px;
	display:block;
	margin:0;
	border-bottom:0px solid #aaaaaa;
	z-index:10;
}


#topImage {margin-top:5px;margin-left:10px;}

/*  the content wrappper and footer */
#main {
	background-color: #fff;
	padding: 0;
	margin:0;
}
#footer {
	width:940px;
	margin-left:10px;
	margin-top:20px;
	color:#666;
	background: #ffffff;
	padding: 10px 0px;
	border-top: 5px solid #666666;
	line-height: 20px;
}
/*------------------------------------------------------------------------------------------------------*/
/*  Formatting the content containers   */

  #col600 {
	width: 640px;
	float:left;
	margin:0;
}
#col600_content {
	margin-top: 30px;
		margin-left: 10px;
	margin-right: 10px;
}

#col1 {
	width: 320px;
	float:left;
	background-color:#fff;
}
#col1_content {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:#fff;
}
#col2 {
	width: 320px;
	float:left;
	margin:0;
	background-color:#fff;
}

#col2_content {
	background-color:#fff;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	
}

#col3 {
	width: 320px;
	float:right;
	margin:0;
	background-color:#fff;
}

#col3_content {
	margin-left: 10px;
	margin-right: 10px;
	background-color:#fff;
		margin-top: 30px;
}
#col2 {
	border-left: 0px #ddd solid;
	border-right: 0px #666666 solid;
}
/*------------------------------------------------------------------------------------------------------*/

  /**
   * Styling of layout specific elements
   */


