/* HTML Element styles specific to this project. */

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: ##020167;
	scrollbar-base-color: #020167;
	font: normal 13px Times New Roman, serif;
	color: #6D6F71;
}

button,
input,
textarea,
select {
	font: normal 13px Times New Roman, serif;
}

input[type="text"],
input[type="password"],
textarea,
select {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
}

td, th {
	vertical-align: top
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: bold;
}
h1 {
	margin-top: 20px;
	font-size: 18px;
	color: #17345D;
}
h2
{
	margin-top: 15px;
	font-size: 17px;
	color: #931938;
}
h3 {
	margin-top: 8px;
	font-size: 16px;
	color: #17345D;
}

h4 {
	margin-top: 10px;
	font-size: 15px;
	color: #931938;
}
h5 {
	margin-top: 10px;
	font-size: 14px;
	color: #17345D;
}
h6 {
	margin-top: 10px;
	font-size: 13px;
	color: #931938;
}

p {
	margin: 5px 0 0 0;
}

ul>li {
	list-style-image: url(../Image/Templates/bluebox.gif);
}

ul ul>li {
	list-style-image: url(../Image/Templates/redbox.gif);
}

ol>li {
	list-style-type: decimal;
}

ol ol>li {
	list-style-type: lower-alpha;
}

ol ol ol>li {
	list-style-type: lower-roman;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #17345D;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 99%;
	color: #696969;
}




/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

.InformationMessage {
	color: Green;
}

.WarningMessage {
	color: Orange;
}

.ErrorMessage {
	color: Red;
}



.ListOddDetailRow td {
	background-color: rgb(168,216,255);
}

.ListEvenDetailRow td {
	background-color: rgb(248,214,222);
}

a.TextButton,
input.TextButton,
a.Method {
	padding-right: 2px;
	border-color: #0e1176;
	background-color: rgb(233,122,147);
	color: #FFFFFF;
}

a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	color: #17345D;
	text-decoration: none;
}





/*Skin specific styles */

#Container {
	background: #4D4948;
	text-align: center;
}

#Wrapper {
	display: inline-block;
	width: 949px;
	text-align: left;
}

#Page {
	padding: 0px 20px;
	width: 909px;
	background-color: #FFFFFF;
}

#Header {
	width: 909px;
	height: 315px;
	background-image: url(../Image/Templates/Website/header2.jpg);
	text-align: left;
}

#HeaderTwo {
	width: 909px;
	height: 315px;
	background-image: url(../Image/Templates/Website/header1.jpg);
	text-align: left;
}

#TopMenu {
	margin-right: 10px;
	padding: 117px 0 0 40px;
	width: 220px;
}

#TopMenu .Menu {
	border-bottom: none;
	width: 220px;
}

#TopMenu .Line {
	display: block;
	border-bottom: solid 1px #C6C8CA;
	width: 220px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #C6C8CA;
}

#TopMenu .Line hr {
	display: none;
}

#TopMenu .Item {
	border-top: solid 1px #C6C8CA;
	padding: 3px 10px;
	width: 200px;
	font-size: 11px;
	text-transform: uppercase;
	color: #6D6F71;
}

#TopMenu .Item:first-child {
	border-top: none;
}

#TopMenu .Item a {
	color: #6D6F71;
}

#TopMenu .Item .Description {
	padding-top: 2px;
	font-size: smaller;
	font-weight: normal;
}

#TopMenu .Item .Image {
	max-height: 28px;
	max-width: 28px;
}

#TopMenu .Menu .Menu {
	border: solid 1px #C6C8CA;
	left: 220px;
	top: -1px;
	background-color: rgb(237,237,237);
}

#GreyBox {
	width: 909px;
	text-align: left;
}

#GreyBoxTop {
	width: 909px;
	height: 33px;
	background: url(../Image/Templates/Website/extragreybox_home.png) repeat-x;
}

#GreyBoxMain {
	font-size: 11px;
	background-color: #D9DADA;
}

#GreyBoxMain h1 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 14px;
}

#GreyBoxMain img {
	padding-right: 10px;
}

#GreyBoxMainLeft {
	padding: 0 15px;
	width: 410px;
}

#GreyBoxMainLeft h1 a {
	color: #17345D;
}

#GreyBoxMainRight {
	padding: 0 15px;
	border-left: 1px solid #939598;
	width: 438px;
	float: right;
}

#GreyBoxMainRight h1 a {
	color: #931938;
}

#ContentContainer {
	padding: 10px 0 10px 0;
	width: 909px;
}

#MainContent {
	padding-right: 25px;
	float: left;
	width: 639px;
}

.Main {
	width: 650px;
}

#Footer {
	margin-top: 6px;
	width: 909px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	clear: both;
}

#Footer a {
	color: #FFFFFF;
}

#Footer .FooterTop {
	padding: 6px 10px;
	width: 889px;
	background-color: #17345D;
}

#FooterMain {
	padding: 0 0 12px 0;
	width: 909px;
	background: #D9DADA url(../Image/Templates/Website/AMP.jpg) 10px 152px no-repeat;
}

#FooterMainTop {
	height: 25px;
	background: url(../Image/Templates/Website/bottom_gradient.gif) repeat-x;
}

#WebsiteBy {
	padding: 0 0 0 14px;
	float: left;
	color: #333333;
}

#WebsiteBy > a {
	color: #333333;
}

#SiteMap {
	float: right;
}

#SiteMap .Menu
{
	display: inline-block;
	position: relative;
}

#SiteMap .Item
{
	float: left;
	display: block;
	padding: 0 8px;
	width: auto;
	max-width: 140px;
	border-left: 1px solid #939598;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
	color: #333333;
}

#SiteMap .Item:first-child {
	padding-left: 0;
	border: 0;
}

#SiteMap .Menu:first-child .Item {
	color: #333333;
}

#SiteMap .Item a {
	text-decoration: none;
	color: #333333;
}

#SiteMap .Menu .Menu
{
	display: block;
}

#SiteMap .Item .Item
{
	float: none;
	display: block;
	padding-left: 0;
	height: auto;
	line-height: 15px;
	font-weight: normal;
	text-transform: capitalize;
	color: #89817F;
	border: 0;
}

#SiteMap .Item .Item a {
	color: #89817F;
	text-decoration: none;
}

#SiteMap .Item .Item a:hover
{
	color: #89817F;
}

#SiteMap .Menu .Menu.Closed
{
	display: block;
}

#SiteMap .Menu .Menu .Menu
{
}

#FinancialGuideMenuRed {
}

#FinancialGuideMenuRed .Menu
{
	display: block;
	position: relative;
}

#FinancialGuideMenuRed .Item
{
	display: block;
	padding: 1px 8px;
	width: auto;
	font-weight: normal;
	vertical-align: top;
	color: #fff;
}

#FinancialGuideMenuRed .Item a {
	text-decoration: none;
	color: #fff;
}

#FinancialGuideMenuRed .Item a:hover {
	text-decoration: underline;
}

#FinancialGuideMenuRed .Menu .Menu
{
	display: block;
}

#PersonalMenuPersonalPage {
}

#PersonalMenuPersonalPage .Menu
{
	display: block;
	position: relative;
}

#PersonalMenuPersonalPage .Item
{
	display: block;
	padding: 1px 8px;
	width: auto;
	font-weight: normal;
	vertical-align: top;
	color: #fff;
}

#PersonalMenuPersonalPage .Item a {
	text-decoration: none;
	color: #fff;
}

#PersonalMenuPersonalPage .Item a:hover {
	text-decoration: underline;
}

#PersonalMenuPersonalPage .Menu .Menu
{
	display: block;
}

#FinancialGuideMenuBlue {
}

#FinancialGuideMenuBlue .Menu
{
	display: block;
	position: relative;
}

#FinancialGuideMenuBlue .Item
{
	display: block;
	padding: 1px 8px;
	width: auto;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	color: #fff;
}

#FinancialGuideMenuBlue .Item a {
	text-decoration: none;
	color: #fff;
}

#FinancialGuideMenuBlue .Item a:hover {
	text-decoration: underline;
}

#FinancialGuideMenuBlue .Menu .Menu
{
	display: block;
}

#RefinancingEnquiry {
	margin-left: 14px;
}

#QuickGuide {
	clear: both;
}

.SideBox {
	width: 220px;
	float: right;
}

.SideBox .sideHeadings {
	padding: 0px 0 0px 0;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	line-height: 17px;
	color: #fff;
}

.SideBox .sideHeadings > a {
	color: #fff;
}

.SideBox .sideRedInfo > a {
	text-decoration: underline;
    color: #fff;
}

.AgeGroup {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
    color: #fff;
}

.AgeGroup > a {
	text-decoration: none;
    color: #fff;
}

.AgeGroup > a:hover {
	text-decoration: underline;
}

.SideBox .RedBox {
	padding-bottom: 10px;
}

.SideBox .RedBox .Top {
	height: 7px;
	background-image: url(../Image/Templates/Website/side_Rtop.gif);
}

.SideBox .RedBox .Tile {
	padding: 0 10px 10px 5px;
	text-align: left;
	color: #fff;
	background: url(../Image/Templates/Website/side_Rmiddle.gif) repeat-y;
}

.SideBox .RedBox .sideLineRed {
	margin: 4px 0;
	height: 2px;
	background-color: #670220;
}

.SideBox .RedBox .sideInfoRed > a {
	text-decoration: underline;
	color: #fff;
}
.SideBox .RedBox .sideInfoRed {
	padding: 0px 15px 5px 5px;
}

.SideBox .RedBox .Bottom {
	height: 7px;
	background-image: url(../Image/Templates/Website/side_Rbottom.gif);
}

.SideBox .BlueBox {
	padding-bottom: 10px;
}

.SideBox .BlueBox .Top {
	height: 7px;
	background-image: url(../Image/Templates/Website/side_Btop.gif);
}

.SideBox .BlueBox .Tile {
	padding: 0 10px 0 5px;
	text-align: left;
	color: #fff;
	background: url(../Image/Templates/Website/side_Bmiddle.gif) repeat-y;
}

.SideBox .BlueBox .sideLineBlue {
	margin: 4px 0;
	height: 2px;
	background-color: #0E294E;
}

.SideBox .BlueBox .sideInfoBlue {
	padding: 0px 15px 5px 5px;
}

.SideBox .BlueBox .sideInfoBlue > a {
	text-decoration: underline;
	color: #fff;
}

.SideBox .BlueBox .Bottom {
	height: 7px;
	background-image: url(../Image/Templates/Website/side_Bbottom.gif);
}

.InvestmentsLeft {
	padding: 0 20px 30px 0;
	float: left;
}

.InvestmentsRight {
	padding: 0 0 30px 0;
	float: right;
}

.StrongPoints {
	color: #17345d; 
	font-weight: bold;
}

.StrongPointsRed {
	color: #931938; 
	font-weight: bold;
}

#Subscribe label {
	display: inline-block;
	width: 150px;
}

#Consultation {
	padding: 0 5px; 
}

#Consultation label {
	padding: 3px 0; 
	display: inline-block;
	width: 150px;
}
#Booking {
	padding: 0 5px; 
}

#Booking label {
	padding: 3px 0; 
	display: inline-block;
	width: 150px;
}

#RefinancingEnquiry label {
	display: inline-block;
	width: 150px;
}

#InsertTestimonial {
	padding: 0 5px; 
}

#InsertTestimonial label {
	padding: 3px 0; 
	display: inline-block;
	width: 150px;
}

#InvestmentsVideo,
#InsuranceVideo,
#SuperannuationVideo,
#DebtReductionVideo {
	float: right;
	margin: 0 0 10px 10px;
	width: 400px;
	height: 225px;
}
