/**********************************************************************
 	*******************************************************************
	Website Name: Broadbent Financial
	Website URL: http://www.broadbentfinancial.com.au/
	Description: 2 column white & blue simple, corporate layout
	Version: 1.0
	Author: Adz Power Agencies
	Author URL: http://www.adzpower.com.au/
	*******************************************************************
**********************************************************************/ 
	

/*********************************************************/ 
	/* Colors used:                                */
	/* ------------------------------------------- */
	/* HEX #6C7178 = GREY						   */
	/* HEX #2E2E2E = D.GREY						   */
	/* HEX #E3E5E9 = L.GREY/BLUE				   */
	/* HEX #23408F = D.BLUE						   */
	/* HEX #3C53A4 = M.BLUE						   */
	/* HEX #5779BC = L.BLUE						   */

			
/*********************************************************/ 


/* UNIVERSAL RULES
---------------------------------------- */
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background-color: #6C7178;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
}

h1 {
	margin: 0px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #23408F;
	text-transform: uppercase;
}

h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #3C53A4;
	text-transform: uppercase;
}

p {
	margin: 0px;
	padding-bottom: 15px;
}

b {
	font-weight: 100;
}


/* PNG FIX */
img, div {
	behavior: url(iepngfix.htc);
}


/* LINKS */
a, a:visited {
	color: #5779BC;
	text-decoration: none;
}

a:hover {
	color: #3C53A4;
}


/* LISTS */
ul {
	margin: 10px 30px;
	padding: 10px 30px;
}

li {
	padding: 0px 0px 8px 0px;
}


/* IMG ALIGN */
.left {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.right {
	float: right;
	margin-left: 5px;
	margin-top: 3px;
}


/* TEMPLATE LAYOUT
---------------------------------------- */
/* --- WRAPPER ----------- */
#wrapper {
	width: 1000px;
	margin: -10px auto 0px auto;
	text-align: left;
}

/* --- HEADER ----------- */
#header {
	width: 1000px;
	height: 201px;
	background-image: url(images/top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* --- MENU ----------- */
#menu {
	width: 960px;
	height: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
}

/* --- CONTAINER ----------- */
#container {
	width: 1000px;
	height: 110%;
	background-image: url(images/mid.png);
	background-repeat: repeat-y;
}

#container .spacer {
	width: 1000px;
	height: 0px;
	background-image: url(images/mid.png);
	background-repeat: repeat-y;
	clear: both;
}

/* --- CONTENT ----------- */
#content {
	width: 645px;
	float: left;
	margin-left: 35px;
	margin-right: 20px;
	padding-bottom: 20px;
}

#content h1 {
	padding-bottom: 8px;
}

#content h2 {
	padding-bottom: 8px;
}

#content p {
	text-align: justify;
}

#content p.indent {
	padding-left: 25px;
	padding-right: 25px;
}


#content .slideshow {
	width: 645px;
	height: 350px;
	margin-bottom: 15px;
}


/* --- HOME PAGE */
#home h2 {
	padding-top: 10px;
}


/* --- SERVICES PAGE */
#services p.indent {
	padding-left: 25px;
	padding-right: 25px;
}


/* --- CONTACT PAGE */
#contact h2 {
	text-align: center;
}

#contact p {
	text-align: center;
}

#contact img {
	width: 150px;
	height: 145px;
	margin: 20px 247.5px 10px 247.5px;
}


/* --- PRIVACY PAGE */
#privacy h1 {
	text-align: center;
}


/* --- SITEMAP PAGE */
#sitemap a, a:visited {
	color: #5779BC;
	text-decoration: none;
}

#sitemap a:hover {
	color: #3C53A4;
}





/* --- SIDEBAR ----------- */
#sidebar {
	width: 279px;
	float: right;
	margin-right: 21px;
	padding-top: 15px;
}

/* Members Box */
#sidebar .members {
	width: 260px;
	height: 145px;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-image: url(images/sidebar-border.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#sidebar .members h2 {
	font-size: 15.5px;
	text-align: center;
	letter-spacing: 2px;
}

#sidebar .members img {
	width: 188px;
	height: 46px;
	margin-right: 36px;
	margin-left: 36px;
	margin-top: 5px;
}

/* Contact Box */
#sidebar .contact {
	width: 260px;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-image: url(images/sidebar-border.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#sidebar .contact h2 {
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
}

#sidebar .contact p {
	text-align: center;
}

/* Markets Box */
#sidebar .market {
	width: 260px;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#sidebar .market h2 {
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 15px;
}

#sidebar .market p {
	text-align: center;
	padding-bottom: 10px;
}

#sidebar .market a, a:visited {
	color: #6C7178;
}

#sidebar .market a:hover {
	color: #5779BC;
}

/* Company Box */
#sidebar .company {
	width: 260px;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#sidebar .company p {
	text-align: center;
	padding-bottom: 10px;
	color: #CCCCCC;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* --- FOOTER ----------- */
#footer {
	width: 1000px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(images/bot.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 40px;
}

#footer p {
	text-align: center;
	color: #E3E5E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer a, a:visited {
	color: #2E2E2E;
}

#footer a:hover {
	color: #FFF;
}

