/**********************************************************

Styles used for displaying the layout

**********************************************************/

#container {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 759px
	}

/****************************

HTML tags 

****************************/

/* removes any margins and paddings so that the webpage is displayed at the top of the window */

body { 
	margin: 0px;
	padding: 0px
	}
	
/* removing all borders around images that are inside an a link tag */
	
a img { border: 0px } 
	
	
/****************************

Skip navigation

****************************/

/* recommend not to modify the style below, this hides accessibilty links from the visual page */

.skip {
	font-size: 2px;
	vertical-align: top
	}
	
.skip:visited, .skip:hover, .skip:link, .skip:active, .skip a:visited, .skip a:hover, .skip a:link, .skip a:active { color: #FFFFFF }

/****************************

Content area

****************************/

/* Layout of the container surrounding all of the content */

#content-container { 
	width: 710px;
	margin: 0px;
	padding: 3px 25px 0px 24px;
	float: left;
	text-align: left
	}
	
#logo { padding: 0px; margin: 0px}
	
.column1 { 
	width: 40%; 
	float: left;
	padding-top: 30px;
	padding-right: 3%
	}
	
.column2 { 
	width: 56%; 
	padding-top: 30px;
	float: right;
	padding-left: 1%
	}

/****************************

Bottom and copyright

****************************/

/* layout of the bottom */

#bottom-bar {
	width: 93%;
	padding: 0px 3.5% 10px 3.5%;
	margin: 0px;
	list-style: none;
	float: left;
	background-position: bottom left;
	background-repeat: no-repeat
	}
	
#bottom-bar li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100px;
	text-align: center
	}

#bottom-bar li a { 
	display: block;
	padding-top: 59px }
	

#bottom-bar .skip { /* recomended not to delete or modify */
	width: 1px; 
	height: 1px;
	position: absolute;
	top: 0px;
	left: 0px
	} 

/* copyright border top and padding */

#copyright-line {
	float: left;
	width: 710px;
	margin-left: 10px;
	border-bottom: 1px solid #000000;
	padding: 4px 10px 4px 10px;
	text-align: center
	}
	
#copyright-line span { 
	width: 33.3%; 
	display: block;
	float: left;
	text-align: left 
	}
	
#copyright-line #contact { text-align: center }
#copyright-line #copyright {  text-align: right }