/* Typography and Colours */
@import url(media.css);
@import url(stockdata.css);
@import url(joblisting.css);
@import url(contact.css);
@import url(index.css);
@import url(management.css);
@import url(events.css);
@import url(research.css);

body
	{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	}

i
	{
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	}
	
blockquote
	{
	font: 11px/21px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	}
	
.copyright
	{
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	margin: 10px;
	}
	
.more a
	{
	color: #016E97;
	font-weight: normal;
	text-decoration: none;
	}
	
.more a:hover, .more a:active
	{
	background: #CD19C7;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.caps a
	{
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	background: url(../images/link_arrow.gif) 0px 5px no-repeat;
	margin: 0;
	padding: 0 10px 0 10px;
	line-height: 14px;
	}
	
.caps a:hover, .more a:active
	{
	background: #CD19C7;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.copyright a
	{
	color: #006699;
	text-decoration: underline;
	}
	
.copyright a:hover, .copyright a:active
	{
	background: #CD19C7;
	color: #FFFFFF;
	text-decoration: none;
	}

/* Structure */

body, form, input, ul, li, p, h1, h2, h3, h4, img
	{
	margin: 0;
	padding: 0;
	}
	
#header, #left, #right, #footer, #banner, #banner_community, #banner_investors
	{
	display: none;
	}
	
#content
	{
	width: 100%;
	padding: 20px 0 40px 0;
	}
	
#content p, #content h1, #content h2, #content h3
	{
	padding: 0 25px 0 25px;
	}
	
#content p
	{
	line-height: 22px;
	padding-bottom: 20px;
	}
	
#container
	{
	top: 0;
	left: 0;
	margin-left: 0;
	}

/* Headers */

h1
	{
	font: 26px/23px Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CD19C7;
	padding-bottom: 10px;
	}
	
h2
	{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #502E50;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
	
h3
	{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #502E50;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
	
h4
	{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #CD19C7;
	text-transform: uppercase;
	}
	
.title
	{
	color: #000000;
	padding: 0;
	background-color: #FFFFFF;
	}

/* Boxes */

#boxlist
	{
	margin-left: 25px;
	display: block;
	}

#boxlist .name
	{
	color: #CD19C7;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#content .boxright ul, #content .boxleft ul, #content .boxleftwide ul, #content .boxrightwide ul
	{
	padding: 0 10px 0 20px;
	margin: 0;
	}
	
#content .boxleft li, #content .boxright li, #content .boxrightwide li, #content .boxleftwide li
	{
	padding: 0;
	margin: 0;
	}

.boxleft
	{
	width: 165px;
	float: left;
	margin-bottom: 16px;
	font-size: 10px;
	border: 1px solid #999999;
	padding: 15px;
	height: 150px;
	background: #F7F7F7;
	}
	
.boxright
	{
	width: 165px;
	float: right;
	margin-bottom: 16px;
	font-size: 10px;
	border: 1px solid #999999;
	padding: 15px;
	height: 150px;
	background: #F7F7F7;
	}

#content .boxleft p, #content .boxright p, #content .boxrightwide p, #content .boxleftwide p
	{
	margin: 0;
	padding: 0 10px 0 0px;
	line-height: 14px;
	font-size: 10px;
	}
	
.boxleftwide
	{
	width: 240px;
	float: left;
	margin-bottom: 16px;
	font-size: 10px;
	border: 1px solid #999999;
	padding: 15px;
	height: 100px;
	background: #F7F7F7;
	}
	
.boxrightwide
	{
	width: 240px;
	float: right;
	margin-bottom: 16px;
	font-size: 10px;
	border: 1px solid #999999;
	padding: 15px;
	height: 100px;
	background: #F7F7F7;
	}

#content .boxrightwide p, #content .boxleftwide p
	{
	margin: 0;
	padding: 0 10px 0 0px;
	line-height: 14px;
	font-size: 10px;
	}

/* Lists */

#content ul
	{
	padding: 0px 40px 12px 52px;
	}
	
#content li
	{
	padding: 2px 0 2px 4px;
	line-height: 18px;
	}

/* Links */
	
.more a, .totop a
	{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	}
	
.more a
	{
	background: url(../images/link_arrow.gif) 0px 4px no-repeat;
	}
	
.totop a
	{
	background: url(../images/totop_arrow.gif) 0px 4px no-repeat;
	}
	
#content a
	{
	color: #006699;
	text-decoration: underline;
	}

#content a:hover
	{
	background: #CD19C7;
	color: #FFFFFF;
	text-decoration: none;
	}
	
p.return {
	padding-top: 15px;
	float: left;
	color: #CD19C7;
}

p.return a, p.next a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

p.return a:hover, p.next a:hover {
	text-decoration: underline;
}

p.next {
	padding-top: 15px;
	float: right;
	color: #CD19C7;
}

/* Other */

.alignright
	{
	float: right;
	}
	
.alignleft
	{
	float: left;
	}
	
.clearboth
	{
	clear: both;
	}
	
img
	{
	border: 0;
	}
	
.oddrow
	{
	background-color: #EBEBEB;
	}
	
.dotted_rule
	{
	width: 375px;
	height: 1px;
	display: block;
	font-size: 1px;
	margin: auto;
	padding-top: 20px;
	border-bottom: 1px dotted #000000;
	clear: both;
	}
	
/* News */
	
.newsdate {
	margin: 0px 0px 5px 24px;
	padding: 0 0px 0 18px;
	background: url(../images/news_icon.png) 0px 1px no-repeat;
	display: block;
	font-weight: bold;
}

span.news a {
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}

span.news a:hover {
	color: #CD19C7;
}

/*----- FORMS -----*/

/*----- LIST -----*/
#list {
	float: left;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	width: 350px;
}

#listopps {
	margin: 0px;
	padding: 0px 32px 0px 35px;
}





#listwrap {
	margin: 0px;
	padding: 0px 32px 0px 10px;
}
#listwrap h4 {
	font: bold 10px verdana, sans-serif;
	text-transform: uppercase;
	color: #CD19C7;
	width: 350px;
	margin: 5px 0 10px 0;
	padding: 0;
	clear: both;
	background-color: #FFF;
}
#listwrap h4 span {
	display: block;
	padding: 4px 16px;
}
#listwrap ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}
#listwrap li {
	float: left;
	width: 125px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#listwrap li div {
	margin: 5px 15px;
}
#listwrap li span {
	display: block;
	font: 11px/22px Verdana, Sans-Serif;
	font-weight: normal;
}
#listwrap select {
	width: 200px;
}