/* Text styles for '2 column layout - fixed' Version 1.2

Created: 18/09/2007
Modified: 15/01/2008

Clent: 
Creator: Visual Jazz (http://www.visualjazz.com.au)
Developer: TB

Colours:
colour: #------
colour: #------
colour: #------

*/


/* MAIN TEXT STYLES */

* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	background: #fff url(/images/bg_header.gif) no-repeat 50% 0;
	color: #666;
	font: 75%/1.3 Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
}
body.secLvl {
	background: #fff url(/images/bg_header_sec.gif) no-repeat 50% 0;
}
/* Clean slate */
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
}
p, blockquote, ul, ol, table {
	margin-bottom: 0.6em;
}
h1 {}
h2 {
	color: #7e929d;
	font-size: 200%;
	font-weight: bold;
	margin: -7px 0 8px;
}
#content h2 {
	color: #b64100;
	font-style: normal;
}
#content h2 em {
	color: #7e929d;
	font-style: normal;
}
#content-navigation h2 {
	height: 48px;
	padding: 11px 0 0;
}
.home #content-navigation h2 {
	height: auto;
	padding: 0;
}
h3, legend {
	color: #30454e;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 3px;
}
h4 {}
h5 {}
h6 {}
p {
	color: #666;
}
ul { /* reset left margin for lists */
	margin-left: 1.2em;
}
ol { /* reset left margin for lists */
	margin-left: 1.6em;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 0px;
}
form {}
a, a:link, a:visited {
	color: #b64100;
	font-weight: bold;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
a[href^="http:"] {
	background: url(/images/icon_external.gif) no-repeat left 3px;
	padding-left: 12px;
}
ul.profileThumbs a[href^="http:"] 
{
	background-image: none;
	padding-left: 0;
}
a.document, a.document:link, a.document:visited {
	background: url(/images/icon_document.gif) no-repeat left 1px;
	color: #666;
	font-size: 90%;
	font-weight: normal;
	padding-left: 13px;
}
a.document strong, a.document:link strong, a.document:visited strong {
	color: #b64100;
	font-size: 110%;
}
a.document:focus, a.document:hover, a.document:active {
	text-decoration: none;
}
a.document:focus strong, a.document:hover strong, a.document:active strong {
	text-decoration: underline;
	
}
a.arrow, a.arrow:link, a.arrow:visited, div.mediaSeparator .content a, div.mediaSeparator .content a:link, div.mediaSeparator .content a:visited {
	background: url(/images/bg_arrowQuote.gif) no-repeat 0 3px;
	padding-left: 8px;
}
a.arrowDown, a.arrowDown:link, a.arrowDown:visited {
	background: url(/images/bg_arrowDown.gif) no-repeat 0 6px;
	padding-left: 12px;
}
img {
	border: none;
}

/* FORM FIELDS */

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
legend {
	margin: 0 0 10px -7px;
}
label {}
p.frmTextField {}
p.frmTextField label {
	display: block;
	float: left;
	width: 140px;
}
p.frmTextField input {
	border: solid 1px #a8a8a8;
	color: #444;
	width: 140px;
}
p.lrg {
	margin-bottom: 20px;
}
p.lrg label {
	width: 363px;
}
p.lrg input {
	width: 280px;
}
p.frmRadioBtns {
	margin: 0 0 15px;
}
p.frmRadioBtns label {
	margin: 0 10px 0 0;
}
textarea {
	border: solid 1px #a8a8a8;
	color: #444;
	margin-bottom: 20px;
	width: 640px;
}
p.frmCheckBox {
	padding: 0 0 0 0;
}
p.frmCheckBox input {
	display: block;
	float: left;
}
p.frmCheckBox em {
	display: block;
	margin-left: 24px;
	font-style: normal;
}

.dataTbl {
	width: 100%;
}
.dataTbl caption {
	color: #30454e;
	font-size: 120%;
	font-weight: bold;
	padding: 15px 0 4px;
	Text-align: left;
}
.dataTbl th, .dataTbl td {
	font-weight: bold;
	padding: 6px 10px;
}
.dataTbl th {
	background: #30454e;
	color: #fff;
	text-align: left;
}
.dataTbl td {
	border-bottom: solid 1px #ced4d7;
	color: #666767;
}
.dataTbl .total {
	background: #eaeced;
	border-bottom: none;
	border-top: solid 2px #30454e;
}

/* SPECIFIC TEXT STYLES */



/* MISC. */

div.border {
	border-top: solid 1px #ced4d7;
	margin-bottom: 6px;
}
ul.noDots {
	margin: 0 0 20px;
	padding: 0;
}
ul.noDots li {
	list-style: none;
}
ul.faqs li {
	background: url(/images/bg_arrowDown.gif) no-repeat 0 6px;
	margin-bottom: 4px;
	padding-left: 13px;
}
.faqAnswers h3 {
	border-top: solid 1px #ced4d7;
	margin-top: 15px;
	padding-top: 15px;
}
.infoColumn p {
	color: #696a6c;
	font-size: 10px;
	margin:5px 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.infoColumn .thumbnails ul,
.infoColumn .thumbnails ul li.first {
	margin:0;
	}
.infoColumn .thumbnails ul li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 10px;
	}
.infoColumn .thumbnails ul li img {
	border: solid 2px #3a4147;
	}
