/* CSS Document */
* {
    padding: 0;
    margin: 0;
    		}
    	
html, body {
	width: 100%;
	text-align: center;
    		}

#container {
	margin: 0 auto;
	width: 825px;
	padding: 0;
	text-align: left;
	background: url(../images/global/content-bg.png) repeat-y left top;
	}


/* -------------------------- Global --------------------------- */
.clear {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}	

img {
	border: none;
}
/* -------------------------- Header / Menu --------------------------  */
#header{
	margin: 0;
	width:100%;
}
h1{
	float:left;
}

/* -------------------------- Footer --------------------------  */
#footer{
	clear:both;
	}
#copyright {
	float:right;
}
#telephone {
	float:left;
}   
/* -------------------------- Content --------------------------  */
#content{
	clear: both;
}
#breadcrumbs{
	padding:4px 0;
	border-bottom: 1px solid #BAB8B8;
}
#breadcrumbsContact{
	padding:4px 0;
}
#breadcrumbs ul, #breadcrumbsContact ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}
#breadcrumbs ul li, #breadcrumbsContact ul li{
	margin-left: 0;
	padding-right: 2px;
	border: none;
	list-style: none;
	display: inline;
}

.col1, .col2, .col1news, .col2news {
	float:left;
}

/* -------------------------- home --------------------------  */
.vignettes{
	margin-top: 10px;
}
.vignettes img.margin{
	margin-right: 5px;
	float:left;
	}
.vignettes #login{	
	width:187px;
	float:left;
	padding:0;
	margin:0;
}
.vignettes #login form{
	padding:0;
	margin:0;
	}
.vignettes #login .margin{
	padding:10px;
	height:95px;
	width:169px;
}
.vignettes #login input.login{
	width:165px;
	height:15px;
	margin-bottom:10px;
}
.spotlight{
	float:left;
}
/* -------------------------- Contact --------------------------  */

/* -------------------------- About Partners --------------------------  */
.twoCols{
	width:48%;
	float:left;
	padding-right:2%;
}
.twoColsPic{
	clear:both;
	padding-top:20px;
}
.twoColsPic img{
	float:left;
	margin:0 20px 10px 0;
	width: 100px;
}
.twoColsPic h4{
	width:440px;
	float:left;
}

.twoColsPic p{
	width:440px;
	float:left;
}

.twoColsPic ul{
	width:440px;
	float:left;
	padding-left:100px;
}
