/* 

Key Colours			Dark			Light
----------------------------------------------------------------------

*/

/* CSS Reset  (from http://meyerweb.com/eric/tools/css/reset/)
---------------------------------------------------------- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Typography
---------------------------------------------------------- */

body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 75%; /* This is where you set your desired font size. The line-heights and vertical margins are automatically calculated from this. The percentage is of 16px (0.75 * 16px = 12px). */
	line-height: 1.5;
	}

h1, h2, h3, h4, h5, h6 {
	/*font-style: oblique;*/
	font-weight: bold;	
	color: #001648;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.2em;
	}

h4 {
	font-size: 1em;
	}

h5 {
	font-size: 1em;
	}

h6 {
	font-size: 1em;
	}

p {
	margin: 0 0 1.5em 0;
	}

p:last-child {
	margin-bottom: 0;
	}

p img {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
	}

img {
	margin: 0 0 1.5em;
	}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
	}

ul {
	list-style-type: circle;
	}

ol {
	list-style-type: decimal;
	}

dl {
	margin: 0 0 1.5em 0;
	}

dl dt {
	font-weight: bold;
	}

dd {
	margin-left: 1.5em;
	}

abbr, acronym {
	border-bottom: 1px dotted #666;
	}

address {
	font-style: italic;
	margin-top: 1.5em;
	}

del {
	color:#666;
	}

a:focus, 
a:hover {
	color: #735E14;
	}

a:link, 
a:visited,
a:active {
	color: #735E14;
	text-decoration: underline;
	}

a:hover {
	color: #BA961B;
	text-decoration: underline;
	}
	

blockquote {
	color: #666;
	font-style: italic;
	margin: 1.5em;
	}

strong {
	font-weight: bold;
	}

em, dfn {
	background: #ffc;
	font-style: italic;
	}

dfn {
	font-weight: bold;
	}

pre, code {
	margin: 1.5em 0;
	white-space: pre;
	}

pre, code, tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
	} 

tt {
	display: block;
	line-height: 1.5;
	margin: 1.5em 0;
	}

table {
	margin-bottom: 1em;
	}

th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	}

td {
	border-bottom: 1px solid #ccc;
	}

th, td {
	padding: 0.2em;
	}

input, textarea, select {
	background: #f5f5f5;
	border: 1px solid #aaa;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}

input:focus, textarea:focus, select:focus {
	background: #fff;
	border: 1px solid #666;
	}

textarea {
	font-size: inherit;
	}

input.inputButton {
	background: #735E14;
	border: 1px solid #4b3c09;
	color: #fff;
	font-weight: bold;
	font-family: inherit;
	overflow: visible;			/* fix for IE6 double padding on buttons */
	padding: 0 10px;
	text-align: center;
	width: auto;				/* fix for IE6 double padding on buttons */
	}

input.inputButton:hover {
	background: #BA961B;
}
/* Containers
---------------------------------------------------------- */

body#gregorystchurch {
	background-color: #fff;
	color: #000;
	padding: 0px;
	}
#wrap {
	background: #fff url(images/bg.png) repeat-x top left;
}

#container {
	padding: 0 3px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 775px; /* Theme: width = 950px */
	border-left: 1px solid #001647;
	border-right: 1px solid #001647;
	border-bottom: 1px solid #001647;
	}
#splash
{
    
}
#content_container {
	clear: both;
	/*float: left;*/
	width: 769px; /* Theme: the width needs to be repeated here or IE bugs out */
	margin:auto;
	}

#content {
	background: #fff;
	min-height: 300px;
	padding: 0 18px 18px 18px;
	}

#content.two_column {
	clear: both;
	float: left;
	width: 500px;
	border-right: solid 1px #eee;
	}

#sidebar {
	background: #fff;
	float: left;
	margin:auto;
	margin: 5px;
	width: 220px;
	}
	
#sidebar h2 {
	Padding: 0 0 10px 0;
	}

/* Header
---------------------------------------------------------- */
#header_image {
	xheight: 252px;
}

#header 
{
    width:769px;
    height:105px;
    margin:auto;
	background: #dbdbdb url(images/header.jpg) no-repeat top left;
	color: #025a8a;
	clear: both;
	}
#login_status
{
    text-align:right;
}
#header #logo {
	width: 310px;
	margin-left:20px;
	}

#header #logo a {
	color: #fff;
	display: block;
	font-size: 3em;
	height: 70px;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	width: 310px;
	}
	
/* Search Site
---------------------------------------------------------- */
#search_site{
    margin:0 0 20px 0;
}
/* Footer
---------------------------------------------------------- */

#footer {
	background: #e5e5e5;
	color: #a1a1a1;
	clear: both;
	text-align: right;
	width: 769px;
	height: 44px;
	margin: 0 0 0 3px;
	}

#footer p {
	float: right;
	margin: 10px;
	}

#footer .copyright {
	float: left;
	margin: 10px;
	}
.sitemap{
    width: 769px;
    margin:auto;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    padding-top: 10px;
    height: auto;
    min-height: 50px;
    background: #eee;
}
.sitemap ul li{
    list-style-type:none;
    width:150px;
    height: auto;
    float: left;
    margin: 0 15px;
    font-weight: bold;
}
.sitemap ul li ul{
    list-style-type: circle;
}
.sitemap ul li ul li{
    list-style-type: circle;
    list-style-position: inside;
    text-align:left;
    width:220px;
    float: left;
    overflow:visible;
    margin-left:0px;
    font-weight: normal;
}
.sitemap ul li ul li.main{
    list-style-type: none;
    font-weight: bold;
    text-indent: -18px;
}
/* Table Fix for http://toowoombahomeloans.techflare.com.au/about/how_can_we_help_you/
---------------------------------------------------------- */
#right_col {
	width: 385px;
	float: right;
}
#left_col {
	width: 115px;
	float: left;
}
#text_head {
	border-bottom: solid 1px #bb971c;
}
#text_line {
	border-bottom: solid 1px #c7c7c7;
}
/* Menu
---------------------------------------------------------- */

#nav {
	/* R.A.D. Theme */
	clear: both;
	/*float: left;*/
	width: 769px;
	height:36px;
	background:#DBDBDB;
	margin:auto;
	margin-top:2px;
	}

/* Search Paging
---------------------------------------------------------- */

.search_paging {
	clear: both;
	padding: 0.5em 0;
	text-align: right;
	}

.search_paging span,
.search_paging a {
	padding: 0 0.2em;
	}

/* Forms
---------------------------------------------------------- */
.table_container{
    width:90%;
    padding:10px;
    /*background:#eee;*/
    border: solid 1px #eee;
    margin:auto;
    margin-bottom:10px;
}
.table_container label{
   font-weight:bold;
}
.form fieldset {
	border: 1px solid #333;
	}

.form legend {
	color: #000;
	font-size: 1.5em;
	padding: 0 0.2em;
	}

fieldset {
	padding: 17px;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
	}

legend {
	font-style: oblique;
	font-weight: bold;
	}

.required,
.optional,
.buttons {
	clear: both;
	padding: 0.25em;
	}

.form label {
	clear: both;
	display: block;
	}

.form .required label {
	font-weight: bold;
	}

.form span label,
.form p label {
	display: inline;
	font-weight: normal;
	}

.dynamic_error {
	background: transparent;
	clear: both;
	color: #f00;
	float: left;
	}

.form .buttons input {
	float: right;
	margin-left: 0.5em;
	}

.form p input {
	vertical-align: middle;
	}

.form .list input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	}

input.inputText {
	width: 70%;
	}

textarea.inputTextArea {
	height: 10em;
	overflow: auto;
	width: 99%;
	}

/* Dashbar
---------------------------------------------------------- */

.media_gallery_items {
	float: left;
	padding: 10px 19px;
	width: 840px;
	}

.two_column .media_gallery_items {
	padding: 10px;
	width: 560px;
	}

.media_gallery_items .media_item_container {
	background: #eee;
	float: left;
	min-height: 120px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 120px;
	}

.media_gallery_items .media_item_container:hover {
	background: #ccc;
	}

.media_gallery_items .media_item_container img {
	margin: 0;
	}

.media_gallery_items .media_item_container .media_item {
	height: 80px;
	}

#flashcontent {
	margin: 0 auto;
	width: 320px;
	}

/* Dashbar
---------------------------------------------------------- */

#mongoose_dashbar {
	background-color: #000000;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0.75em;
	text-align: right;
	width: 1172px;
	}

#mongoose_dashbar a {
	color: #ffffff;
	}

/* Editlinks
---------------------------------------------------------- */

.editlinks {
	background-color: #000;
	clear: both;
	padding: 0.5em;
	text-align: right;
	}

.editlinks a {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 1em;
	}

#award{
    width: 160px;
    height: 303px;
    background: url('images/award.jpg') no-repeat center;
    margin-bottom: 15px;
}
