/* faux 3 column fixed width layout */
/* Zero down margins and padding on all elements */
* {
	margin: 0;
	padding: 0;
	}


/* Structure
================================= */

#border-wrap {
	background-color:#c7c7d4;
	width: 888px;
	margin: 0 auto;
}

#wrapper {
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	/*width: 1000px;*/
	width: 884px;
	margin: 0 auto;
	text-align: left;
	}

/*TOP NAV SEARCH*/

#header_nav {
	float: left;
	background-color: transparent;
	font-size: 90%;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#search_wrap {
	background-color:#004F8D;
	/*width:1000px;*/
	width:884px;
	clear: both;
	float: right;
	}

#branding {
	/*height: 130px;*/
	height: 151px;
	background: #fff  url(/assets/images/templates/top_image.gif) no-repeat left bottom;
	}

#branding h1 {
	margin: 0;
	}

#top-bars {
	height: 0px;
	background-color:#004F8D;
	/*background-color:#FFFFFF;*/
	/*background: #fff url(/assets/images/templates/bg-fixed.gif) repeat-y left top;*/
	text-align:center;
	padding-right:5px;
	}

#content-wrapper {
	background: #fff url(/assets/images/templates/bg-fixed.gif) repeat-y left top;
	}

#main-content {
	width: 534px;
	margin-left: 7px;
	float: left;	
	}

#secondary-content {
	width: 160px;
	display: inline; /* KLUDGE Fixes IE double margin float bug */
	float: right;
	}

#footer {
	clear: both;
	}


/*Block TAG Styles
================================== */

body {
	text-align: center;
	min-width: 760px;
	font: 62.5%/1.6 Arial, Helvetica, sans-serif, Verdana;
	}

body a:link {
	color: #004F8D; 
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 1.1em; 
	font-weight:normal;
	}

body a:visited {
	color: #004F8D; 
	text-decoration:underline; 
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 1.1em; 
	font-weight: normal;
	} 
		
body a:hover {
	color: #A1A1A1; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 1.1em; 
	font-weight: normal;
	}
		
body a:active {
	color: #A1A1A1; 
	text-decoration:underline; 
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 1.1em; 
	font-weight: normal;
	}

h1 {
	font-size: 2.0em;
	font-weight: bold;
	color: #525985;
	line-height: 115%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif, Verdana;	
	}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #a1a1a1;
	line-height: 115%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc; 
	font-family: Arial, Helvetica, sans-serif, Verdana;
	}

h3 {
	font-size: 1.7em;
	font-weight: bold;
	color: #004F8D;
	line-height: 115%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	}

h4	{
	font-size: 1.6em;
	font-weight: bold;
	color: #525985;
	line-height: 115%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	}

h5	{
	font-size: 1.5em;
	font-weight: bold;
	color: #a1a1a1;
	line-height: 115%;
	margin-bottom: 8px;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc; */
	font-family: Arial, Helvetica, sans-serif, Verdana; 
	}

h6	{
	font-size: 1.4em;
	font-weight: bold;
	color: #004F8D;
	line-height: 115%;
	margin-bottom: 8px;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc; */ 
	font-family: Arial, Helvetica, sans-serif, Verdana; 
	}


p, li {
	font-size: 1.2em;
	}

h1 {
	margin-top: 0.5em;
	margin-bottom: 1.0em;
	}

h2, h3, h4, h5, h6, p {
	margin: 1.0em 0;
	}

p {
	color: #004F8D;  
	font-family: Arial, Helvetica, sans-serif,Verdana; 
	font-size: 1.3em; 
	line-height: 150%;
	font-weight: normal;
	text-align:justify;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
	}

dl {
	text-align: center;
	font-size: .95em;
	margin-top: 25px;
	}

dt,dd {
	width: 10.5em;
	float: left;
	}

dt {
	margin-bottom: 5.5em;
	}

dd {
	margin: 125px 0 0 -10.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #004F8D;
	text-align: center;
	}

img {
	vertical-align: bottom;
	border: 1px solid #999;
	padding: 2px;
	margin-left: 5px;
	margin-right: 7px;
	background: #fff;
	}

#ted {
	clear: left;
	border-top: 1px dotted #666;
	padding-top: 15px;
	}

#cc {
	border: 0;
	}

#cc img {
	vertical-align: middle;
	margin-left: 10px;
	}

dl a:hover img,dl a:active img,dl a:focus img {
	background: #f33;
	}

#MySpamTrap {display: none;}


/* Post Divs
================================== */
#post1 {
	height: 370px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	}

#post2 {
	height: 260px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	}

#post3 {
	height: 200px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	}
	
#post4 {
	height: 270px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	}

#post5 {
	height: 800px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	}
	
#post6 {
	height: 270px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	}

#post7 {
	height: 900px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	/*margin-bottom: 20px;*/
	margin-left: 0px;
	clear: both;
	}

/* Class Styles
================================== */
.bold {
	font-weight:bold;
	}

.lists {
	list-style:square;
	margin-left:25px;
	color: #004F8D;
	}

.box {
	height: 130px;
	padding: 10px 0 10px 0;
	}

.validhtml-mini {
	background: url(/assets/images/templates/icon_certified.gif) no-repeat left center;
	padding-left: 14px;
	text-decoration: none;
	margin-left: 10px;
	background-color: transparent;
	}

.archive-mini:link {
	background: url(/assets/images/templates/archive-mini.gif) no-repeat left center;
	padding-left: 15px;
	color:#89bc61;
	text-decoration: none;
	margin-right: 10px;
	}

.archive-mini:visited {
	color:#89bc61;
	}
	
.archive-mini:hover {
	color:#ffffff;
	text-decoration: none;
	}

.links-mini:link {
	background-color: transparent;
	background: url(/assets/images/templates/icon_links.gif) no-repeat left center;
	padding-left: 15px;
	color: #f86bb1;
	text-decoration: none;
	margin-right: 10px;
	}

.links-mini:visited {
	color: #f86bb1;
	text-decoration: none;
	}

.links-mini:hover {
	color: #ffffff;
	text-decoration: none;
	}

.privacy-mini {
	background: url(/assets/images/templates/icon_privacy.gif) no-repeat left center;
	padding-left: 14px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	background-color: transparent;
	}

.privacy-mini:visited {
	color:#66CCFF;
	text-decoration: none;
	}
	
.privacy-mini:hover {
	color:#ffffff;
	text-decoration: none;
	}

.contact-mini {
	background: url(/assets/images/templates/icon_contact.gif) no-repeat left center;
	padding-left: 14px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	background-color: transparent;
	}

.contact-mini:visited {
	color:#66CCFF;
	text-decoration: none;
	}
	
.contact-mini:hover {
	color:#ffffff;
	text-decoration: none;
	}

.validhtml-mini {
	background: url(/assets/images/templates/icon_certified.gif) no-repeat left center;
	padding-left: 14px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	background-color: transparent;
	}

.validcss-mini {
	background: url(/assets/images/templates/icon_certified.gif) no-repeat left center;
	padding-left: 14px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	background-color: transparent;
	}

.sitemap-mini {
	background: url(/assets/images/templates/icon_sitemap.gif) no-repeat left center;
	padding-left: 14px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	background-color: transparent;
	}

.rss-mini {
	background: url(/assets/images/templates/icon_rss.gif) no-repeat left center;
	padding-left: 14px;
	text-decoration: none;
	margin-left: 10px;
	background-color: transparent;
	}
.rss-mini:visited {
	color:#FFCC33;
	}
	
.rss-mini:hover {
	color:#ffffff;
	text-decoration: none;
	}

.more-link	{
	background-color: transparent;
	background: url(/assets/images/templates/continue-mini.gif) no-repeat right center;
	padding-right: 15px;
	color:#FF0000;
	}

.more-link:link
	{
	color:#3a740e;
	}

.more-link:hover {
	color: #3a740e;
	text-decoration: underline;
	}

.bookmark:link {
	background-color: transparent;
	background: url(/assets/images/templates/icon_bookmark.gif) no-repeat left top;
	padding-left: 20px;
	margin-right:15px;
	/*font-size:12px;*/
}

.bookmark:visited {
	background-color: transparent;
	background: url(/assets/images/templates/icon_bookmark.gif) no-repeat left top;
	padding-left: 20px;
	margin-right:15px;
	/*font-size:12px;*/
}

.pdf:link {
	background-color: transparent;
	background: url(/assets/images/templates/icon_pdf.gif) no-repeat left top;
	padding-left: 20px;
	margin-right:15px;
	/*font-size:12px;*/
}

.pdf:visited {
	background-color: transparent;
	background: url(/assets/images/templates/icon_pdf.gif) no-repeat left top;
	padding-left: 20px;
	margin-right:15px;
	/*font-size:12px;*/
}

.print:link {
	background-color: transparent;
	background: url(/assets/images/templates/icon_printer.gif) no-repeat left top;
	padding-left: 20px;
	margin-right:15px;
	/*font-size:12px;*/
}

.print:visited {
	background-color: transparent;
	background: url(/assets/images/templates/icon_printer.gif) no-repeat left top;
	padding-left: 20px;
	margin-right:15px;
	/*font-size:12px;*/
	/*padding-top:10px;*/
}

.post {
	height: 95%;
	border: 1px solid #004F8D;
	padding: 5px;
/*	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;*/
	}

.postdate {
	background-color: transparent;
	background: url(/assets/images/templates/mini-date.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 90%;
	color: #666666;
	float: right;
	}

.entry {
	clear: both;
	height: 95%;
	padding-top: 2px;
	}

.products {
	padding-left: 5px;
	padding-right:50px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	}


/*Products & Services Links
================================== */

.productslink:link {
	color: #ffffff;
	text-decoration:underline;
	text-align:center;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 3px;	
    background-color: transparent;
	background: url(/assets/images/templates/nav_white.gif) repeat-y left center;
	}

.productslink:visited {
	color: #ffffff;
	text-decoration:underline;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 3px;	
    background-color: transparent;
	background: url(/assets/images/templates/nav_white.gif) repeat-y left center;
	}

.productslink:hover {
	color: #ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 3px;
    background-color: transparent;
	background: url(/assets/images/templates/nav_white.gif) repeat-y left center;
	}

.productslink:active {
	color: #ffffff;
	text-decoration:underline;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 3px;
    background-color: transparent;
	background: url(/assets/images/templates/nav_white.gif) repeat-y left center;
	}


/*Breadcrumb
================================== */

.breadcrumb {
	padding-top:10px;
	height: 50px;
	color:#004F8D;
}

.breadcrumb a, .breadcrumb a:visited {
	text-decoration:none;
}

.breadcrumb a:hover {
	text-decoration:none;
}



/*External Links
================================== */

a[href^="http:"] {
	background: url(/assets/images/templates/externalLink.gif) no-repeat right top;
	padding-right: 10px;
	}

a[href^="http://www.tan.org.au"], a[href^="http://tan.org.au"]  {
	background-image: none;
	padding-right: 0;
	}

a[href^="mailto:"] {
	background: url(/assets/images/templates/email.png) no-repeat right top;
	padding-right: 15px;
	}

a[href^="aim:"] {
	background: url(/assets/images/templates/im.png) no-repeat right top;
	padding-right: 15px;
	}


/*Menu Images
================================== */

#menu-image-left {
	height: 22px;
	background: url(/assets/images/templates/nav_top_image.gif) no-repeat top center;	
}

#menu-image-right {
	height: 22px;
	background: url(/assets/images/templates/nav_top_image.gif) no-repeat top center;	
}


/*Scripture Output
================================== */

#scriptoutput {
	clear:both;
	color:#FFFFFF;
	text-align:center;
	font-size:115%;
	font-weight:bold;
}


/*Icons
================================== */

#icons {
	display:block;
	list-style:none;
	float:right;
	text-align:left;
}

#icons li a {
	font-size: 0.9em;
}

/*Quicklinks
================================== */
	
#quicklinks {
	display: inline; /* KLUDGE Fixes IE double margin float bug */
	/*width: 179px;*/
	width:158px;
	text-align:left;
	float:right;
	list-style: none;
	}
	
#quicklinks li a {
  	height: 20px;
	text-decoration: none;
	font-size:11px;
	list-style: none;
	border-bottom: 1px solid #FFFFFF;
	background-color: #004F8D;
	/*background: #091351 url(/assets/images/templates/nav_white.gif) repeat-x bottom center;*/
	}	
	
#quicklinks li a:link {
	color: #FFFFFF;
	display: block;
	padding: 3px 0 3px 5px;
	}
	
#quicklinks li a:hover {
	padding: 3px 0 3px 5px;
	background-color: #FE3E14;
	}

#quicklinks li a:visited {
	color: #FFFFFF;
	display: block;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	}

#quicklinks-base-right {
	background-color: #004F8D;
	padding: 3px 0 3px 5px;
	}


/*Advert
================================== */

#advert {
	display: block;
	margin-top: 50px;
	height: 300px;
	font-size: 1.2em;
	color: #004F8D;
	text-indent: 10px;
	}


/* Registration Forms
================================== */

input, select, textarea {
	font-family: verdana,"trebuchet MS",helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: normal;
	font-stretch: normal;
	color: #004F8D;
	background-color: #e9e9ee;
	border: 1px inset #00008b;
	}

input.txt {
	color: #004F8D;
	background-color: #e9e9ee;
	border: 1px inset #00008b;
	}

textarea.comments {
	color: #004F8D;
	background-color: #e9e9ee;
	border: 1px inset #00008b;
	width: 200px;
	}

select.reason {
	color: #004F8D;
	background-color: #e9e9ee;
	border: 1px inset #00008b;
	width: 390px;
	}

select {
	color: #004F8D;
	background-color: #e9e9ee;
	border: 1px inset #00008b;
	}

input.btn {
	color: #ffffff;
	background-color: #091351;
	border: 1px outset #00008b;
	margin-left: 350px;
	margin-top: 15px;
	margin-bottom:15px;
	}

form {
	display: inline;
	}

form p {
  	margin: 0;
  	padding: 0;
  	padding-top: 5px;
	}

form p label {
  	float: left;
  	width: 35%;
  	color: #004F8D;
	font-weight: bold; 
  	font-family: Arial, Helvetica, sans-serif, Verdana; 
  	font-size: 1.0em;
	text-align: right;
	padding-right: 10px;
	}


/*Secondary Content
================================== */

#secondary-content h2 {
	font-size: 1.6em;
	margin: 0;
	}

#secondary-content p {
	font-size: 1.2em;
	}


/*Footer
================================== */

#footer {
	background: url(/assets/images/templates/orange_footer.gif) no-repeat top center;	
	padding-top: 5px;
	text-align:center;
	clear:both;
	padding-bottom:10px;
	}

#footer p {
	color: #004F8D;
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 125%;
	text-align:center;
	}

#footer a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif,Verdana; 
	font-weight:normal;
	font-size: 1.2em;
	}

#footer2 {
	border-left: 2px solid #E3E3E3;
	border-right: 2px solid #E3E3E3;
	height: 7px;
	background:#FFF url(/assets/images/templates/footer.gif) repeat-x left bottom;
	text-align:center;
	clear:both;
	}