/*
	Q Invest (Screen Styles)
	Created: 8th Nov 2007, Next Digital
	
	# This stylesheet contains
	    - Base HTML Elements
	    - Link Styling
	    - Heading Styling
	    - Utility Styles
*/

/*
	** Imported stylesheets
*/
@import url(form.css);
@import url(structure.css);
@import url(components.css);
@import url(navigation-hover.css);


/*
	** Base HTML Elements
*/
body
{
	margin: 0;
	padding: 0px;
	
	background-color: #F1F0E6;
	
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
}

p
{
	margin: 0px 0 15px 1px;
	
	line-height: 120%;
}
.extra-large
{
	font-size: 21px;
	color: #666;
	margin-bottom: 15px;
}

ul
{
	margin: 5px 0 10px;
	padding: 0;
}
ul li
{
	margin-left: 25px;
	padding: 0;
}


/*
	** Link Styling
*/
a:link, a:visited
{
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #4b4b4b;
}
a img
{
	border: 0;
}


/*
	** Heading Styling
*/
h1, h3, h5, h6
{
	margin: 0px 0 11px;
	
	color: #4B4B4B;
	font-size: 130%;
}
h2
{
	padding: 0;
	margin: 0px 0 10px 0;
	
	font-weight: normal;
	color: #FF9900;
	font-size: 190%;
}
.content h2
{
	width: auto;
	font-size: 160%;
	font-weight: bold;
	color:#FFF;
}
.content .left-col h2
{
	color:#FF9900;
}
h1
{
	font-size: 155%;
	font-weight: normal;
}
.content h1
{
	color: #C5C5C5;
}
.content h1.landing
{
	color: #FF9900;
}

div#home_orange_header h1 
{
	font-size: 350%;
	color:#FFF;
}

h3
{
	clear: both;
	margin: 5px 0 5px;
	font-size: 110%;
}

h4
{
	padding: 0;
	margin: 0;
	
	text-transform: uppercase;
	font-weight: normal;
	font-size: 150%;
}
h5
{
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: normal;
}
h6
{}
.normal
{
	font-weight: normal;
}
/*
	** Utility Styles
*/
.offleft,
.sir h2,
.sir h3
{
	position: absolute;
	left: -8000px;
	width: 4000px;
}
hr 
{
	clear: both;
	visibility: hidden;
	height: 16px !important;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}
.group
{
	float: left;
	padding: 13px 13px 15px 9px;
	width: 651px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.sir
{
	letter-spacing: -1000px;
	text-indent: -999px;
}

.box
{
}

.grey
{
	color: #5e5e5e;
}
.hide
{
	display: none;
}

dl
{
	padding: 10px 0 5px;	
}
dl dt
{
	font-weight: bold;	
}
dl dd
{
	margin: 0 0 5px;
}

img
{
	margin: 0 0 10px;
}

