/******************************************************************************************************************
O2 Pensions Homepage Stylesheet

Developed by Matthew Hill, January 2007
Copyright Nixon McInnes (c) 2007
http://www.nixonmcinnes.co.uk

******************************************************************************************************************/

/******************************************************************************************************************
AUTO EXPANDING FLOATS FOR COMPLIANT BROWSERS
******************************************************************************************************************/

#innerwrap:after,
#members:after
	{
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/******************************************************************************************************************
WRAPPER
******************************************************************************************************************/

#innerwrap {
	background:#1969AB url(../.images/bg_bodygrad.gif) left top repeat-x;	
}

/******************************************************************************************************************
SUBNAV & BREADCRUMBS
******************************************************************************************************************/

#subnav {
	width:220px;
	padding:10px;
	margin:0 10px 0 0;
	color:#94ACCD;
	float:left;
	min-height:410px;
	background:url(../.images/pic_home.jpg) left top no-repeat;
}


/******************************************************************************************************************
CONTENT 
******************************************************************************************************************/

#content {
	float:left;
	width:520px;
	padding:0;
	margin:10px 0 0 0;
}

#content h1 {
	font-size:2.7em;
	font-weight:normal;
	margin-bottom:-10px;
}

#content h2 {
	font-size:2.1em;
}

#content h3 {
	font-size:1.6em;
}

#content p {
	text-align:left;	
}

#content object,
#content embed {
	margin-bottom:0;
}

#content #joinnow {
	width:452px;
	padding:15px;
	margin:15px 0;
	background:url(../.images/bg_home_joinbot.gif) bottom left no-repeat;
}


#content #joinnow:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

#content #joinnow p {
	margin:-15px;
	padding:15px;
	background:url(../.images/bg_home_jointop.gif) top left no-repeat;
	font-size:1.5em;	
}

#content #joinnow h3 {
	color:#CADDEE;
	font-size:2.1em;
	padding:0 30px 0 0;
	margin:0;
	background:url(../.images/arrow_home_large.gif) right center no-repeat;
/*	text-align:right;
	float:right;*/
	width:auto;
}

/************ Member and main buttons ************/

#content #members, #content #mainbuttons {
	margin:10px 0 0 0;
}

#content #members div, #content #mainbuttons div {
	float:left;
	width:211px;
	padding:10px;
	margin:0 20px 20px 0;
	background:url(../.images/bg_home_membertop.gif) top left no-repeat;
}

#content #members div.second, #content #mainbuttons div.second {
	margin:0 0 20px 0;
}

#content #members h2, #content #mainbuttons h2 {
	font-weight:normal;
}

#content #members h3, #content #mainbuttons h3 {
	margin:-10px;
	padding:10px;
	font-weight:bold;
	width:auto;
}

#content #members h3 a, #content #mainbuttons h3 a {
	padding:0;
	width:100%;
	display:block;
	text-decoration:none;
}

#content #members h3 a {
	background:url(../.images/arrow_home_small.gif) right center no-repeat;
}

#content #members h3 a:hover, #content #mainbuttons h3 a:hover {
	color:#FFF;
}

#content #members p, #content #mainbuttons p {
	margin:-10px;
	padding:0 10px 10px;
	background:url(../.images/bg_home_memberbot.gif) bottom left no-repeat;
}

#content #mainbuttons a, #content #mainbuttons a:visited {
	text-decoration: none;
	font-weight: normal;
}

/************************** Overrides for mainbuttons ****************************/

/* Join Now button */
#content #mainbuttons #joinnownew {
	width: 127px;
	background:url(../.images/bg_home_mainbuttonstop_147.gif) top left no-repeat;
}
#content #mainbuttons #joinnownew p {
	background:url(../.images/bg_home_mainbuttonsbot_147.gif) bottom left no-repeat;
	margin-top: 28px;
	padding-bottom: 49px;
}
#content #mainbuttons #joinnownew h3 {
	background:url(../.images/arrow_home_mainbuttons_small.gif) 131px 10px no-repeat;
}

/* Latest News button */
#content #mainbuttons #latestnews {
	width: 127px;
	background:url(../.images/bg_home_mainbuttonstop_147.gif) top left no-repeat;
}
#content #mainbuttons #latestnews p {
	background:url(../.images/bg_home_mainbuttonsbot_147.gif) bottom left no-repeat;	
	margin-top: 28px;
	padding-bottom: 34px;
}
#content #mainbuttons #latestnews h3 {
	background:url(../.images/arrow_home_mainbuttons_small.gif) 131px 10px no-repeat;
}

/* Trustee Elections button*/
#content #mainbuttons #trusteeelections {
	width: 127px;
	background:url(../.images/bg_home_mainbuttonstop_147.gif) top left no-repeat;
}
#content #mainbuttons #trusteeelections p {
	background:url(../.images/bg_home_mainbuttonsbot_147.gif) bottom left no-repeat;	
	padding-bottom: 34px;
}
#content #mainbuttons #trusteeelections h3 {
	background:url(../.images/arrow_home_mainbuttons_small.gif) 131px 10px no-repeat;
}


/************ Hand cursor for whole click area (if javascript is on) ************/

#content #joinnow,
#content #members div, #content #mainbuttons div {
	cursor:pointer;
}
