/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =========== Main Layout Styles ============= */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: transparent url(../images/pensionsSpainBG.jpg) 0 0 repeat-x;
}

#pensionsInSpainContainer {
	position: relative;
	margin: 0 auto;
	width: 760px;
	text-align: left;
}


#pensionsInSpainHeader {
	position: relative;
	height: 7.62em;
	background: #5c95e4 url(../images/pensionsInSpainHeaderBG.jpg) 0 0 repeat-x;
	border-bottom: 3px solid #9fc729;
}

#pensionsInSpainContent {
	padding: 0.6em 0 3em 0;
	width: 760px;
/*	width: 100%;
*/}

#contentLeft {
	float: left;
	width: 45.5%;
}
	
#contentRight {
	float: left;
	width: 54.4%;
	padding: 35.8em 0 1em 0;
	background: transparent url(../images/pensionsinspain-moneytree.jpg) 6em 0.8em no-repeat;
}
	
/* =========== Text - H1, H2, p, etc Styles ============= */

h1 {
	font-size: 3.5em;
	color: #fff;
	padding: 0.4em 0;
}

h2 {
	position: absolute;
	right: 0;
	top: 4em;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	background: #5c95e4 url(../images/pensionHeadersBG.jpg) 0 0 repeat-x;
	margin: 1.7em 0 0 0;
	padding: 0.4em 0.9em;
}

#contentLeft p, .list  {
	color: #3566b3;
	font-size: 1.4em;
	border: 1px solid #5d95e4;
	border-top: 0;
	margin: 0 0 0 0;
	padding: 0.8em 0.9em 1.2em 0.9em;
	line-height: 1.5em;
}

.list {
	list-style-type: disc;
	font-size: 1em;
	padding-left: 3em;
}
	
#contentLeft p#language {
	position: absolute;
	right: 0;
	top: 9em;
	padding: 0;
	width: auto;
	color: #3566b3;
	border: 0;
	font-size: 1em;
	line-height: 1.5em;
}

#contentRight p {
	color: #3566b3;
	font-size: 1.4em;
	line-height: 2em;
	padding: 0 0 0 3em;
}

#pensionsInSpainFooter {
	border-top: 1px solid #5c95e4;
	padding-top: 0.2em;
	font-size: 1em;
	color: #5c95e4;
	text-align: center;
	line-height: 2em;
}


/* =========== Links Styles ============= */

a:link {
	color: #3566b3;
	text-decoration: none;
	border-bottom: 1px solid #3566b3;
}

a:visited {
	color: #5d95e4;
	text-decoration: none;
	border-bottom: 1px solid #5d95e4;
}

a:hover {
	color: #9fc729;
	text-decoration: none;
	border-bottom: 1px solid #9fc729;
}

a:active {
	color: #5d95e4;
	text-decoration: none;
	border-bottom: 1px solid #5d95e4;
}

#spanishPensionsH1 a {
	color: #fff;
	text-decoration: none;
	border: 0;
}

#pensionsInSpainFooter p a:link, #pensionsInSpainFooter p a:visited, #pensionsInSpainFooter p a:active  {
	color: #5c95e4;
	text-decoration: none;
	border: 0;
}

#pensionsInSpainFooter p a:hover {
	color: #9fc729;
	text-decoration: none;
	border-bottom: 0px solid #9fc729;
}
.floatfix { clear: both; }	

