@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
td {
	font-size: smaller;
}
h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: small;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-size: small;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
form {
	margin: 0px;
	padding: 0ox;
}
#container { 
	width: 980px;  
	padding: 5px;
	background: #ffffff;
	margin: 0 auto; 
	border-left: 1px solid #ced3d6;
	border-right: 1px solid #ced3d6;
	text-align: left; 
} 
#header { 
	background: #FFFFFF; 
	border: #8e979d 2px solid; 
	margin: 0px 0px 5px 0px;
	padding: 20px;
	height: 70px;
} 
#navbar1 {
	background-image: url(/images/design/navbar1-bg.gif);
	height: 45px;
} 
#navbar1 a {
	display: block;
}
#navbar1 .on, #navbar1 .off {
/*	padding: 0px 20px 0px 20px;*/
	width: 14%;
	height: 45px;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #ffffff;
	cursor: pointer;
}
#navbar1 .off {
	border-bottom: 1px solid #ffffff;
}
/* using inline javascript to cater for older browsers
#navbar1 .off:hover {
	background-image: url(/images/design/navbar1-bg-on.gif);
}
*/
#navbar1 .on {
	background-image: url(/images/design/navbar1-bg-on.gif);
}
#navbar2 { 
	background: #f89028;
	color: #FFFFFF;
	padding: 8px 20px 8px 20px;
	font-size: smaller;
	font-weight: bold;
	border-right: 1px solid #ffffff;
} 
#navbar1 a, #navbar2 a {
	color: #000000;
	text-decoration: none;
}
#navbar2 a:hover, #navbar1 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#navbar-admin {
	background: #e3e5e7;
	padding: 5px 20px 5px 20px;
	background-color: #FFFFCC;
	border: 1px dashed #cc0000;
} 
#navbar-admin, #navbar-admin td {
	font-size: smaller;
} 

#sidebar1 {
	float: left; 
	width: 120px; 
	text-align: left; 
	padding: 10px 0px 10px 0px;
	font-size: smaller;
}

#sidebar1 .magnav-header {
	background-color: #faa646; 
	color: #ffffff; 
	text-align: center; 
	padding: 5px;
	font-weight: bold; 
	font-size: smaller;
}
#sidebar1 .magnav-body {
	background-image: url(/images/design/magazine-nav-bg.gif); 
	background-repeat: repeat-x; 
	background-color: #fbac4f;
}
#sidebar1 .magnav-cat {
	border-top: 1px solid #ffffff;
	padding: 5px;
}
#sidebar1 a.magnav-catlink {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 ul.magnav-subcat {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#sidebar1 a.magnav-subcatlink {
	color: #000000;
	text-decoration: none;
	font-size: 110%;
}
#sidebar1 a.magnav-catlink:hover, #sidebar1 a.magnav-subcatlink:hover {
	text-decoration: underline;
}
#sidebar2 {
	float: right; 
	width: 130px; 
	text-align: right; 
	padding: 10px 0px 10px 0px;
}
#sidebar1 .button, #sidebar2 .button {
	margin-top: 10px;
}
#mainContent { 
	margin: 0px 135px 0px 135px;
	padding: 20px 10px 10px 10px;
	text-align: left;
	width: 690px;
	background-color: #f1f1f1;
	border-right: #e3e5e7 solid 1px;
	border-bottom: #e3e5e7 solid 1px;
	border-left: #e3e5e7 solid 1px;
} 

#mainContent h1 {
	font-size: medium;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
#mainContent h2 {
	font-size: small;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
#mainContent h3 {
	font-size: small;
	margin: 10px 0px 10px 0px;
	color: teal;
}

#mainContent .formitem {
	width: 300px;
	font-size: smaller;
}
#mainContent a {
	color: #e07300;
}
#mainContent a:hover {
	color: #fb8509;
}
#mainContent a.listing {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a.listing2 {
/* more subtile than listing as it used for free adviser listings */
	color: #000000;
	text-decoration: none;
}
#mainContent a.listing3 {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a.listing:hover,#mainContent a.listing2:hover {
	color: #fb8509;
	text-decoration: underline;
}
#mainContent a.listing3:hover {
	color: #ffffff;
	text-decoration: none;
}
#mainContent .border-bottom {
	border-bottom: 1px #dbdbdd solid;
}
#mainContent .header {
	background-image: url(/images/design/footer-bg.gif);
	padding: 5px;
	margin: 5px 0px 5px 0px;
	border-top: 2px solid #f98900; 
	border-bottom: 2px solid #f98900; 
	font-weight: bold;
}

#mainContent .headerx {
	background-image: url(/images/design/headerbar-bg.gif);
	padding: 5px;
	margin: 5px 0px 5px 0px;
	border-top: 2px solid #727e85; 
	border-bottom: 2px solid #727e85; 
	font-weight: bold;
}

#mainContent .headline {
	color: #fe8c1c;
	font-size: medium;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #929699;
}
#mainContent .headline2 {
	color: #000000;
	font-size: medium;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #929699;
	text-align: justify;
}
#mainContent .headline3 {
	color: #000000;
	font-size: medium;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#mainContent .standfirst {
	color: #000000;
	font-size: small;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
#mainContent .author {
	background-image: url(/images/design/footer-bg.gif);
	padding: 5px;
	margin: 5px 0px 5px 0px;
	border-top: 2px solid #f98900; 
	border-bottom: 2px solid #f98900; 
	border-left: 2px solid #f98900; 
	font-size: medium;
	font-weight: bold;
}
#mainContent .thumbnail {
	padding: 0px;
	margin: 0px;
	height: 95px;
	width: 95px;
	border-top: 1px solid #ced3d6; 
	border-right: 1px solid #ced3d6; 
	border-bottom: 1px solid #ced3d6; 
	border-left: 1px solid #ced3d6; 
}
#mainContent .author-photo {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #f98900; 
}

#mainContent .article {
	margin: 10px 0px 0px 0px;
}

#mainContent .issue {
	color: #999999;
	font-size: smaller;
}

#mainContent .comments-header {
	background-image: url(/images/design/navbar1-bg.gif);
	font-size: medium;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}
#mainContent .comments {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border-top: 2px solid #feb846; 
	border-bottom: 2px solid #feb846; 
}
.sponsor {
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	border: #feb846 outset 5px;
}
.banner, .button {
	text-align: center;
	margin-bottom: 5px;
}
#footer {
	background-image: url(/images/design/footer-bg.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	padding: 10px 20px 10px 20px;
	font-size: smaller;
	color: #FFFFFF;
} 
#footer a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}
#explore {
	padding: 10px 20px 10px 20px;
	border: 1px solid #ced3d6;
	color: #666666;
	font-size: smaller;
}
#explore a {
	color: #666666;
	text-decoration: none;
}
#copyright {
	margin-top: 10px;
	font-size: smaller;
	color: #736661;
}
#copyright a {
	color: #666666;
	text-decoration: none;
}
.border-top {
	border-top: 1px solid #ced3d6;
}
.border-right {
	border-right: 1px solid #ced3d6;
}
.border-bottom {
	border-bottom: 1px solid #ced3d6;
}
.border-left {
	border-left: 1px solid #ced3d6;
}
.border-u {
	border-right: 1px solid #ced3d6;
	border-bottom: 1px solid #ced3d6;
	border-left: 1px solid #ced3d6;
}
.border-box {
	border: 1px solid #ced3d6;
}
.txt-justify {
	text-align: justify;
}
.txt-small {
	font-size: smaller;
}
.txt-white, a.txt-white {
	color: #ffffff;
}
.txt-orange {
	color: #ff8b1f;
}
.txt-bigorange {
	color: #ff8b1f;
	font-size: larger;
	font-weight: bold;
}
.txt-green {
	color: #00954d;
}
.txt-missing, .error {
	color: #cc0000;
	background-image: url(/images/design/error-bg.gif);
	background-repeat: repeat;
	font-weight: bold;
	border: #cc0000 solid 2px;
	padding: 10px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.bg-white {
	background-color: #ffffff;
}
.bg-lightgrey {
	background-color: #f9f9f9;
}
.bg-orange {
	background-color: #ff8b1f;
}
.highlight {
	background-color: #FFFFFF;
}
.right { 
	float: right;
}
.bold {
	font-weight: bold;
}
.left { 
	float: left;
}
.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hidden {
	display: none;
}
.nothidden {
	display: block;
}

