.@charset utf-8;
/* CSS Document */
/*** RESET ***/
* {
	padding:0;
	margin:0;
	outline:0;
	border:0;
}

img {
	border:none;
	margin:0;
	padding:0;
}


	
/*** TEXT STYLES ***/
p {
	font-size:12px;
	line-height:17px;
	margin:0;
	padding:0 0 12px;
}

h1 {
	color:#00b5cc;
	padding:20px 0 10px;
	text-transform:uppercase;
	font-size:12px;
	margin:0;
}

h2 {
	color:#00b5cc;
	margin:0 0 20px;
	text-transform:uppercase;
	font-size:13px;
}

h3 {
	color:#00b5cc;
	margin:0 0 5px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:lighter;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0 0 6px;
}

a:Link {
	color:#00b5cc;
	text-decoration:underline;
	font-size:12px;
}

a:Visited {
	color:#00b5cc;
	text-decoration:underline;
	font-size:12px;
}

a:Hover {
	text-decoration:none;
}

a.top {
	margin-top:20px;
	float:left;
}


	
/*** BODY ***/
body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}


	
/*** GENERAL CONTAINERS ***/
#globalcontainer {

	
/* 	margin:20px auto; */
	margin:8px auto;
	width:970px;
	background:#000;
}

#container {
	float:left;
	width:970px;
	background:#000 url(../../images/bg.gif) repeat-y;
	position:relative;
}

#logo {

	
/*
	width:156px;
	height:156px;
	float:left;
*/
}

#righthdr {

	
/*
	width:814px;
	height:156px;
	float:right;
	background:url(../../images/righthdr.gif) no-repeat;
	position:relative;
*/
	width:100%;
	height:34px;
	margin-bottom: -8px;
}

#banner {
	width:970px;
	height:104px;
	float:left;
	/* background:url(../../images/banner.gif) no-repeat; */
	/* margin-top: -8px; */
	background: #DBF5F8;
}

#topround_bg {
	width:970px;
	height:9px;
	float:left;
	/* background:url(../../images/topround_bg.gif) no-repeat; */
}

#topround_bg2 {
	width:970px;
	height:9px;
	float:left;
	background:url(../../images/topround_bg_home.gif) no-repeat;
	font-size:1px;
	line-height:0;
	display: none;
}

#content {
	width:970px;
	float:left;
	padding-top:10px;
	padding-bottom:30px;
}

#botround_bg {
	width:970px;
	height:12px;
	float:left;
	background:
	
/*  url(../../images/botround_bg.gif) no-repeat */
#000;
}

#footer {
	width:100%;
	float:left;
	background:#000;
	padding-top:6px;
	padding-bottom:20px;
	color:white;
}

#footer p,#footer a {
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}

#footer a:hover {
	color:#bbebf1;
}

#footer a:HOVER {
	text-decoration:underline;
}

#quick-links {
	color:#888;
	text-align:center;
}

#quick-links a {
	color:#ccc;
	text-decoration:none;
}

#quick-links a:hover {
	text-decoration:underline;
	color:#fff;
}


	
/*** NAV ***/
#nav {
	height:32px;
	background:white;
	margin-top:-1px;
	padding-top:2px;
}

#nav ul {
	margin:0;
	list-style:none;
	padding:0;
	font-size: 10px;
}

#nav ul li {
	display:inline-block;
	padding:0;
	list-style:none;
	background-image:url(http://brightwealth.com.au/assets/posterous/nav-link-dull.gif);
	background-repeat:no-repeat;
	width:159px;
	height:34px;
	color:white;
	padding-right:0;
	text-align:center;
/* margin: 0 0 10px 0; */
	margin:0;
	zoom:1;
/*
	float: left;
	margin: 0 2px 0 0;
*/
}

#nav ul li:hover {
	background-image:url(http://brightwealth.com.au/assets/posterous/nav-link-on.png);
	background-repeat:no-repeat;
}

#nav ul li a {
	color:white;
	font-size:13px;
	font-weight:bold;
	line-height:24px;
	text-transform:uppercase;
	width:159px;
	display:block;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration:none;
}


	
/*
#nav {
	float:right;
	width:700px;
	padding-top:131px;
	position:relative;
}

#nav ul {
	float:right;
	position:absolute;
	right:0;
	margin:0;
	padding:0;
}

#nav ul li {
	margin:0;
	padding:0;
	float:left;
	width:161px;
	list-style:none;
}

#nav ul li a {
	background:url(../../images/nav_bg.gif) no-repeat;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	height:28px;
	display:block;
	padding-top:5px;
}

#nav ul li a:HOVER,#nav a.active {
	background:url(../../images/nav_bghover.gif) no-repeat;
}
*/

	
/*** CONTENT ***/
#maincontent {
	width:945px;
	float:left;
	padding-left:25px;
}

#maincontent.admin {
	width:920px;
	padding-bottom:40px;
}

.alignright {
	float:right;
	clear:right;
	margin-left:40px;
}

.mid {
	margin-bottom:220px;
}

.large {
	padding-bottom:1600px;
}

.profile {
	width:180px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}

.profile h1 {
	margin-top:15px;
	margin-bottom:15px;
}


	
/*banner stuff*/
#tagline {
	width:500px;
	float:left;
	padding-left:23px;
	padding-top:25px;
}

#tagline p {
	font-size:16px;
	text-transform:uppercase;
	color:#00b5cc;
	line-height:17px;
}

#tagline .admin-title {
	color:#00b5cc;
	font-size:18px;
	padding-left:23px;
}

#tagline .logout {
	float:right;
	display:block;
	padding:0 23px 0 0;
}

#tagline.admin {
	padding:42px 0 0;
	width:100%;
}

#contacticons {
	width:375px;
	float:right;
	padding-top:25px;
}

#contacticons01 {
	width:200px;
	top:95px;
	right:10px;
	position:absolute;
}

#contacticons02 {
	width:200px;
	top:285px;
	right:0;
	position:absolute;
}

#contacticons2 {
	width:940px;
	float:right;
	margin-top:25px;
	margin-right:7px;
}

#contacticons img,#contacticons2 img {
	margin-right:10px;
}

#servicelist {
	width:940px;
	float:left;
	padding-left:23px;
}

#servicelist ul {
	float:left;
	margin-top:30px;
}

#servicelist ul li {
	list-style:none;
	background:url(../../images/banner_blt.gif) no-repeat 0 5px;
	float:left;
	padding-right:20px;
	width:200px;
}

#servicelist ul li a {
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#00b5cc;
	line-height:17px;
	padding-left:20px;
}

#servicelist ul li a:HOVER {
	text-decoration:underline;
}

#approachdiagram {
	width:909px;
	height:55px;
	float:left;
	padding-left:30px;
	margin-top:25px;
}

.dlpdf {
	margin-right:73px;
	margin-top:5px;
}

.downloads {
	font-size:12px;
}

.downloads td {
	border-bottom:1px solid #00b5cc;
	height:22px;
	vertical-align:bottom;
}


	
/* added 111209 -RM */
#homepic {

	
/* 	background:transparent url(../../images/home_pic.jpg) right bottom no-repeat; */
	background-image:url(../../images/home-image.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	display:inline-block;
	height:600px;
	margin-right:-4px;
	padding-bottom:2px;
	position:relative;
	top:30px;
	width:426px;
}


	
/*
#homepic.homepic {
	background: none;
	background-image: url(../../images/home-image.png);
	background-position: bottom left;
}
*/
#subscribe-house {
	float:right;
	display:inline-block;
}

.contentwrap {

	
/* 	float:left; */
	width:270px;
	padding:18px 0 0;
	display:inline-block;
}

.clear {
	clear:both;
	height:0;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
	line-height:0;
	display:block;
}

#subscribe {
	width:245px;

	
/*	position: absolute;
	top: -20px;
	right: 0;
	background: #15B6CC url("../../images/subscribe-corners-top.gif") left top no-repeat;*/
	color:#fff;
	float:right;
	background:#15B6CC;
	height: 632px;
}

#subscribe p {
	margin:0;
	padding:0;
}

#subscribe .content {
	padding:18px 15px 15px;
/* 	background:transparent url(../../images/subscribe-corners-bottom-left.gif) left bottom no-repeat; */
	float:left;
}

#subscribe h3 {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	height:100%;
	padding:0;
	margin: 0 0 10px 0;
}

#form-mailing-list {
	padding:0 0 14px;
	margin:0;
}

#form-mailing-list .form-item {
	height:26px;
}

.form-submit {
	background:transparent url(../../images/btn-submit.gif) left top no-repeat;
	height:25px;
	width:52px;
	margin:0;
	padding:0;
	border:none;
}

.form-submit2 {
	background:transparent url(../../images/btn-submit2.gif) left top no-repeat;
	height:20px;
	width:46px;
	margin:0;
	padding:0;
	border:none;
	float:right;
}

.form-text-140 {
	padding:2px 0;
	width:138px;
}

.form-text-185 {
	padding:2px 0;
	width:185px;
	border:1px solid #ccc;
	font-size:12px;
	float:left;
}

.form-text-200 {
	padding:2px 0;
	width:200px;
	border:1px solid #ccc;
	font-size:12px;
}

.form-select-200 {
	padding:2px 0;
	width:200px;
	border:1px solid #ccc;
	font-size:12px;
}

.form-text-211 {
	padding:2px;
	width:211px;
}

.list-social-media {
	list-style:none;
	margin:0 0 23px;
	padding:0;
	background:transparent url(../../images/dot-separator.gif) left top repeat-x;
}

.list-social-media li {
	margin:0;
	padding:9px 0;
	text-transform:uppercase;
	font-weight:bold;
	line-height:12px;
	background:transparent url(../../images/dot-separator.gif) left bottom repeat-x;
}

.list-social-media li a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 0 0 45px;
}

.list-social-media li.twitter a {
	background:transparent url(../../images/icon-twitter.gif) 5px top no-repeat;
}

.list-social-media li.facebook a {
	background:transparent url(../../images/icon-facebook.gif) 5px top no-repeat;
}

h3.dotted {
	background:transparent url(../../images/dot-separator.gif) left bottom repeat-x;
	padding-bottom:3px;
	margin-bottom:0;
	height:auto!important;
}

#subscribe p,#subscribe p a {
	font-size:11px!important;
	font-weight:bold;
	line-height:12px!important;
}

.newsfeed {
	padding:0 0 90px;
	height:100%;
	background:transparent url(../../images/dot-separator.gif) left bottom repeat-x;
	margin-bottom:10px;
}

.newsfeed p {
	margin:0;
	padding:0 0 6px;
}

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

.floatright {
	float:right;
}

#logo-bright-acct {
	position:absolute;
	right:20px;
	top:16px;
}

.webdesign {
	float:right;
}

.webdesign a {
	text-decoration:underline!important;
}

.news-archive ul,.news-archive li {
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
}

.news-archive li a {
	color:#333;
}

#dottedbox {
	width:272px;
	background:transparent url(../../images/dottedbox-sides.gif) left top repeat-y;
	position:absolute;
	right:20px;
	top:290px;
	width:272px;
}

#ser_dottedbox {
	width:272px;
	background:transparent url(../../images/dottedbox-sides.gif) left top repeat-y;
	right:30px;
	top:240px;
	position:absolute;
}

#dottedbox-top {
	background:transparent url(../../images/dottedbox-top.gif) left top no-repeat;
}

#dottedbox-bottom {
	background:transparent url(../../images/dottedbox-bottom.gif) left bottom no-repeat;
	padding:14px 16px 10px;
}

#ser_dottedbox-bottom {
	background:transparent url(../../images/dottedbox-bottom.gif) left bottom no-repeat;
	padding:5px;
}

#ser_dottedbox h3 {
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
}

#dottedbox h3 {
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

#form-mailing-list2 {
	margin:0;
	padding:0;
}

#form-mailing-list2 .form-item {
	height:28px;
}

#form-admin label {
	display:block;
	font-size:12px;
	font-weight:bold;
	float:left;
	width:74px;
	padding-top:2px;
}

#form-admin p {
	padding:0 0 8px;
}

.textfield {
	display:block;
	padding-top:2px;
	padding-left:0;
	margin-left:74px;
}

.textfield.pdf {
	padding-left:26px;
	background:transparent url(../../images/icon-pdf.gif) left 0 no-repeat;
	padding-bottom:5px;
}

#form-admin span.note {
	font-size:11px;
	display:block;
	padding-left:74px;
}

.form-text-news {
	width:400px;
	border:1px solid #ccc;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.form-text-url {
	width:400px;
	border:1px solid #ccc;
	font-size:13px;
}

.message {
	font-size:12px;
	padding-top:4px;
	margin-left:130px;
	color:#009900;
	font-weight:bold;
}

.floatleft {
	float:left;
}

.logout {
	float:right;
	text-transform:none;
	color:#666;
	padding-right:20px;
}

.form-text-login {
	border:1px solid #ccc;
	width:170px;
}


	
/*
.error {
	color: red;
	font-size: 12px;
	font-weight: bold;
}
*/
.admin-data {
	width:100%;
	margin-bottom:35px;
}

.admin-data th,.admin-data td {
	text-align:left;
	font-size:12px;
	background:#f5f5f5;
	padding:6px 4px;
}

.admin-data td.pdf {
	padding-left:34px;
	background:#f5f5f5 url(../../images/icon-pdf.gif) 5px 2px no-repeat;
}

.sort-num {
	display:block;
	float:left;
	padding-right:10px;
}

.sort-up,.sort-up2,.sort-down {
	display:block;
	height:15px;
	width:18px;
	float:left;
}

.sort-up {
	background:transparent url(../../images/arrow-sort-up.gif) center center no-repeat;
}

.sort-up2 {
	background:transparent url(../../images/arrow-sort-up.gif) right center no-repeat;
	width:31px;
}

.sort-down {
	background:transparent url(../../images/arrow-sort-down.gif) center center no-repeat;
}

.list-pdf {
	list-style:none;
	padding:0;
	margin:0 0 0 75px;
	font-size:12px;
}

.list-pdf li {
	padding:0;
	margin:0;
	background:transparent url(../../images/icon-pdf.gif) 16px 2px no-repeat;
}

.list-pdf li input {
	height:13px;
	width:13px;
	margin:0;
	padding:0;
	float:left;
}

.list-pdf li span {
	display:block;
	margin:0 0 0 46px;
	padding-bottom:6px;
}

.admin-message {
	border:1px solid #5a9fba;
	padding:10px 15px;
	background:#ffc;
	font-weight:bold;
	color:#3a748b;
	font-size:12px;
}

.login-error {
	border:1px solid red;
	padding:10px 15px;
	margin-right:600px;
	background:#ffc;
	font-weight:bold;
	color:red;
	font-size:12px;
}

div.error {
	border:1px solid red;
	padding:10px 15px;
	background:#ffc;
	font-weight:bold;
	color:red;
	font-size:12px;
}

.approach_a_title {
	color:#00B5CC;
	font-size:12px;
	margin:0;
	padding:20px 0 10px;
	text-transform:uppercase;
}

#home_link {
	font-weight:bold;
	height:20px;
	left:10px;
	position:absolute;
	text-transform:uppercase;
	top:5px;
	width:50px;
}

#home_link a:link,#home_link a:visited {
	font-size:11px;
	color:#000;
}

ul.right-tick {
	list-style-type:none;
	margin:0;
	padding:0;
}

.right-tick li {
	background-image:url(../../images/arow.jpg);
	background-position:0 .5em;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	padding-left:1.3em;
}

.left_round {
	position:absolute;
	left:0;
	top:405px;
	width:11px;
	height:25px;
	background:url(../../images/left_round.jpg) no-repeat;
}

.right_round {
	position:absolute;
	right:0;
	top:405px;
	width:11px;
	height:25px;
	background:url(../../images/right_round.jpg) no-repeat;
}

.banner_left_round {
	position:absolute;
	left:0;
	top:142px;
	width:11px;
	height:34px;
	background:url(../../images/baner_left_round.jpg) no-repeat;
}

.banner_right_round {
	position:absolute;
	right:0;
	top:156px;
	width:11px;
	height:9px;
	background:url(../../images/banner_right_cont.jpg) no-repeat;
}

.banner_right_botom_round {
	position:absolute;
	right:0;
	top:250px;
	width:11px;
	height:16px;
	background:url(../../images/banner_b_round.jpg) no-repeat;
}

.team_sing_img_cont {
	float:left;
	height:135px;
	margin-left:20px;
	margin-top:18px;
	width:107px;
}

.img_cont_01 {
	width:101px;
	height:101px;
}

.img_cont_txt {
	color:#00b5cc;
	text-align:left;
	line-height:25px;
	font-size:12px;
}

.twtr-hd, .twtr-ft { display: none; }
#subscribe .twtr-widget p, #subscribe .twtr-widget p a { font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
.twtr-widget { font-family: Arial, Helvetica, sans-serif !important; }
