/**
* CSS styles for www.enrizen.com.au
* Author: James Nicol, www.enilsson.com, June 2008
*/

body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#FFF url(../images/centered_bg2.png) repeat-x top right;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Times, sans-serif;
	text-align:center;
}

/*-- Whitespace reset --*/
* {
	margin:0;
	padding:0;
	outline:none;
}
a {
	text-decoration:none;
}

#container {
	width:910px;
	height:100%;
	margin:0 auto;
	position:relative;
	padding:0;
}


/*-- Masthead styles --*/
#masthead {
	width:100%;
	height:92px;
	background:url(../images/navbar_bg.png) repeat-x top left;
	position:relative;
	margin-bottom: 21px;
}

#masthead h1 {
	height: 91px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent:-666em;
	background:url(../images/logos/enrizen_group_dark.png) repeat-x top right;	
}



/*-- Navbar styles --*/
ul#navbar {
	position:absolute;
	left: 325px;
	top: 0;
	width: 600px;
	height: 92px;
	list-style:none;
}
#navbar li {
	float: left;
	line-height:92px;
	width:175px;
	margin-right:25px;
}
#navbar li a {
	display:block;
	height:92px;
	line-height:92px;
	text-indent:-666em;
}

a#nav_01 {
	background:url(../images/text_images/insurance.png) no-repeat center 36px;
}
a#nav_02 {
	background:url(../images/text_images/financial_planning.png) no-repeat center 36px;
}
a#nav_03 {
	background:url(../images/text_images/money.png) no-repeat center 36px;
}

div#selected {
	position:absolute;
	top:0;
	height:92px;
	background:url(../images/navitem_selected.png) no-repeat bottom center;
}


/*-- Sub Navbar styles --*/
#subnavbar {
	height: 20px;
	position: absolute;
	top: 92px;
	left: 300px;
	border-right: 1px solid #a3a3a3;
}
#subnavbar ul {
	list-style: none;
}
#subnavbar li {
	float: left;
}
#subnavbar li a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 0 25px 2px 25px;
	color: #333;
	border-left: 1px solid #a3a3a3;
}
#subnavbar li a:hover {
	background: #243b56;
	color: #fff;
}


/*-- Middle styles --*/
#middle {
	position:relative;
	width:100%;
	height:100%;
}

/*-- Content Styles --*/
#content {
	position:absolute;
	top: 0px;
	left: 0px;
	border-left: 300px solid #eae8de;
	text-align: left;
	font-size: 12px;
	width: 610px;
	height: 100%;	
}

#page_box {
	width: 600px;
	overflow: auto;
	overflow-x: hidden;
}
div.page_text {
	width: 550px;
	padding: 10px 0px 30px 50px;
}


#content h2 {
	font-size:40px;
	font-weight:normal;
	color:#D85601;
	text-align:right;
	margin:5px 0 20px 0;
}
#content h2 span {
	font-weight:bold;
	color:#243B56;
}

#content h3 {
	font-size:14px;
	font-weight:normal;
	color:#D85601;
	margin:10px 0 0 0;
}

#content img {
	margin-left: 10px;
}

div.productsDesc {
	margin: 20px 0 0 0;
	padding: 5px 20px 20px 20px;
	background: #e0e0e0;
}
#content div.productsDesc h3 {
	font-size: 18px;
	background: #FFF;
	padding: 2px 10px;
	margin: 5px -10px 20px -10px;	
}
#content div.productsDesc ul {
	float: left;
	width: 45%;
	margin: 10px 0;
}
#content div.productsDesc li {
	margin-left: 40px;
	padding: 2px 0;
}
#content div.productsDesc a {
	background: #FFF;
	color:#D85601;	
	width: 100%;
	padding: 2px 10px;	
}
#content div.productsDesc p.productContact {
	width: 100%;
	clear: both;
	text-align: center;
}


/*-- Home page styles --*/
ul#homePageLinks {
	list-style: none;
	margin-top: 40px;
}
ul#homePageLinks li {
	float: left;
	margin-right: 23px;
	background: #e0e0e0;
	padding:5px;
}
ul#homePageLinks li:hover {
	background: #243B56;
}
ul#homePageLinks li:hover a{
	color: #FFF;
}
ul#homePageLinks li a {
	text-align: center;
	color: #243B56;
}
ul#homePageLinks li img {
	border: 0px;
	margin: 0px;
}
div#home p a {
	font-size: 14px;
	color:#D85601;
	font-weight: bold;
}
div#home p a span {
	color:#243B56;
}

div#homePageGroups {
	position: relative;
	width: 550px;
	height: 350px;
	overflow: hidden;
	margin-top: 30px;
}
div#homePageGroups div {
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
	height: 340px;
	background: #e0e0e0;
	text-align: center;
}
div#homePageGroups div h3 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	font-weight: normal;
	color: #D85601;
	margin: 5px 0 0 0;
}
div#homePageGroups div h3 span {
	font-weight: bold;
	color: #243B56;
}
div#homePageGroups div img {
	margin: 50px auto 0 auto;
}
div#homePageGroups div p {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-weight: bold;
	color: #243B56;
	font-size: 15px;
	text-align: center;
	padding: 5px 20px;
}



/*-- Products text --*/
ul#productsList, ul#specialisations {
	font-size:15px;
	line-height:20px;
	color:#243B56;
	margin-top:30px;
	margin-bottom:50px;
	padding-left:30px;
}
ul#specialisations {
	margin-top:15px;
}
ul#productsList li, ul#specialisations li {
	list-style:none;
	background:url(../images/li_bg.png) no-repeat 0px 8px;
	padding-left:15px;
}
p.pullquote {
	float:right;
	font-weight:bold;
	color:#243B56;
	font-size:18px;
	margin-top:40px;
	background:url(../images/pullquote_bg.png) no-repeat top left;
	padding:24px 0px 0px 10px;
}

/*-- People styles --*/
#people div {
	margin-bottom: 30px;
}
#people h3 {
	margin-bottom: 10px;
}
#people h3 span {
	font-weight:bold;
	color:#243B56;
}
#people li {
	margin-left: 35px;
}
#people img {
	border: 3px solid #ccc;
}


/*-- Sidebar styles --*/

#sidebar {
	position:absolute;
	top: 113px;
	left: 0px;
	width: 300px;
	background:#eae8de;
	padding-bottom: 25px;
}
#sideBarSpecific {
	position: relative;
	width: 300px;
	text-align: center;
}
#sideBarSpecific img {
	margin: 5px auto 0px auto;
	border: 1px solid #CCC:
}
#sideBarSpecific blockquote {
	font-weight: bold;
	color: #243B56;
	border-top: 8px solid #FFF;
	border-bottom: 8px solid #FFF;
	font-size: 15px;
	width: 240px;
	margin: 10px auto;
	padding: 5px 15px;
	text-align: left;
}

#contactDetails {
	width: 280px;
	border-top: 8px solid #FFF;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
}

#contactDetails h3 {
	position:absolute;
	top:10px;
	left:20px;
	font-size:20px;
	line-height:20px;
	text-align:left;
	font-weight:normal;
	color:#1d2f45;
}
#contactDetails h3 span {
	color:#ff500f;
}

#contactDetails div {
	width:150px;
	left: 10px;
	font-size:11px;
	text-align:left;
	margin: 10px 0;
}

#contactDetails p {
	font-size:12px;
	font-weight:bold;
	color:#ff500f;
}
#contactDetails li {
	list-style:none;
	line-height:12px;
}
#contactDetails a {
	color:#ff500f;
}
#contactDetails a:hover {
	border-bottom:1px dotted #ff500f;
}

div#docLinks {
	width: 100%;
	margin-top: 25px;
}
div#docLinks a {
	padding: 0px;
	font-size: 9px;
	color: #666;
	font-weight: normal;
}
div#docLinks a:hover {
	border-bottom: 1px dotted #333;
}




p#disclaimer {
	clear: both;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	border:1px solid #e0e0e0;
	background: #f0f0f0;
	margin: 20px 0 0 0;
	padding: 5px 0;
}
p#poweredBy {
	width: 100%;
	text-align: right;
	position: relative;	
	font-size: 9px;
	font-weight: bold;
	color:#333333;
}
p#poweredBy a {
	color:#FF0000;
}

#mapBox {
	position:absolute;
	right:150px;
	top:100px;
	width:400px;
	height:420px;
	background:#243b56 url(../images/navbar_bg.png) repeat-x bottom right;
	border:1px solid #CCC;
	border-bottom:none;
	font-size:11px;
}
#gMapHeader input {
	float:left;
	margin:5px 0 0 10px;
	font-size:11px;
}
#gMapHeader a {
	font-size:11px;
	float:right;
	color:#FFF;
	margin:5px 10px 0 0;
}
#gMapDirections {
	position:absolute;
	top:30px;
	right:10px;
	width:250px;
	height:370px;
	background:#ededed;
	overflow:auto;
	overflow-x:hidden;	
	text-align: left;
}

/*-- Contact Form styles --*/
#auto_form {
	width:400px;
	border:1px solid #ccc;
	background:#f0f0f0;
	padding:10px 20px;
}
#auto_form table {
	font-size:12px;
}
td.form_label {
	width:125px;
	vertical-align:top;
	padding-top:4px;
}
.form_input {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Times, sans-serif;
	font-size:12px;
	width:250px;
	padding:4px;
	border:1px solid #999;
}
#auto_form select {
	font-size:14px;
	width:100px;
	margin:4px 0;
}
#auto_form textarea {
	height:100px;
}
#submitBtn {
	margin-top:20px;
}