/*---------------------------------------
Cascading Style Sheet 		
Author: Lyndsey Pearce		
Version: 1.0				
website: Futures 4 me
email: lyndsey.pearce@cube3marketing.com
---------------------------------------
*/



/*Normalises margin and padding*/
body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, 
th, td 
{
	margin: 0;
	padding: 0;
}

/*Normalises font sizes for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-styles from lists*/
ol, ul{
	list-style: none;
}

/*Normalises font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, th, var{
	font-style: normal;
	font-weight: normal;
}

strong{
	font-weight: bold;
}

/*Removes cellspacing and cellpadding from tables*/
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

/*Left aligns test in caption and th*/
caption, th{
	text-align: left;
}

/*Removes quotation marks from g*/
q:before, q:after{
	content: '';
}

/*Removes list-styles from lists*/
ol, ul{
	list-style: none;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color:#703A90;

}

a {
	color:#fff;
	background-color: transparent;
	text-decoration:none;
}


a:hover {
	color:#F79621;
	background-color: transparent;
	text-decoration:none;
}

p{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0 0 10px 0;
}

p.ctalink {
	margin: 20px 0 0 0;
}

p.ctalink a{
	color:#F79621;
	background-color: transparent;
	text-decoration:none;
}

p.ctalink a:hover{
	color:#F79621;
	background-color: transparent;
	text-decoration:underline;
}


/*Headings*/
h1.homepage{
	visibility:hidden;
}

h2{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	margin: 10px 0 10px 0;
}



div#forglows{
	width:960px;
	margin: 10px auto 0;
	
}

/*=container styles*/
div#container{
	width: 940px;
	margin: 10px auto 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*padding: 20px 20px 0 20px;*/
	
}

div#header{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;	
	width:940px;
	overflow:hidden;
}

div#header div.hcol1,
div#header div.hcol2{
	width:470px;
	float:left;
}


div#homeportals{
	width: 940px!important;
	margin: 10px 0 0 0;
}



div#homeportals ul li{
	float:left;
	padding:0 10px 0 10px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-y;
	background-position:top right;
	width:220px;
	min-height:187px;
	font-size:16px;
	color:#fff;
}

div#homeportals ul li a{
	color:#F79621;
}

div#homeportals ul li a:hover{
	color:#F79621;
	text-decoration: underline;
}


div#homeportals ul li.first{
	padding:0 10px 0 0;
}

div#homeportals ul li.last{
	padding:0 0 0 10px;
	background-image: none;
	width:220px;
}

div#homebuttons{
	width:960px;
	margin: 0 -11px 0 0;
}

div#homebuttons ul li{
	float:left;
}


#wrapper{
	margin: 20px 0 0 0;
}


#wrapper div#cta1{
	width:460px;
	float:left;
	margin: 0 0 0 10px;
}

#wrapper div#cta2{
	width:470px;
	float:left;
}

#wrapper div#cta2{
	width:459px;
	float:left;
	padding:0 0 0 10px;
	margin: 0 0 0 10px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-y;
	background-position:top left;
}



.clear{
	clear:both;
}


