/* ~~~ Ross Divett Foundation Template Stylesheet Created by Brighton Consulting 2008 ~~~ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2007, Brighton Consulting */
/* Added: June 24th, 2009 */
/* Visit www.brightonconsulting.com.au */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without written permission. */

/* ~~~ SITE COLOURS ~~~ */
/*
	#990019 - Red	
	#dd650d - Orange	
	#a48800 - Brown
	
	Other colours
	
	#666666 - text
	#990019 - Headings 
	#a48800 - Links/ Hover	 
	
*/
	
/* ~~~~~ IE HACK GUIDELINES ~~~~~
p  {
  border:1px solid green; ~~~ works in all
  *border:1px solid red; ~~~ targets IE6 and 7 
  _border:1px solid blue; ~~~ targets IE6 only
}
*/

/* ~~~ GENERAL SITE-WIDE STYLES ~~~ */
/* ~~~ DO NOT MODIFY WITHOUT GOOD REASON ~~~ */

body { behavior:url("/build/javascript/csshover2.htc"); }


/* RESET all browsers to zero */
* {    
     margin:0;   
     padding:0;   
 }
table {   
     border-collapse:collapse;   
     border-spacing:0;   
}   
 fieldset,img {    
     border:0;   
}   
address,caption,cite,code,dfn,em,strong,th,var {   
    font-style:normal;   
    font-weight:normal;   
}   
ol,ul {   
    list-style:none;   
}   
caption,th {   
    text-align:left;   
}   
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
q:before,q:after {   
    content:'';   
}   
abbr,acronym { border:0;   
}   

html, body {
	height:100%;
	min-height:100%;
}

/* ~~~~~~ PRESET SITE FONTS ~~~~~~ */
html {font-size:13px;} /*Set IE browsers to 13px standard font size */

* html {font-size:81.25%;} /*Set IE browsers to 13px standard font size */

body {
	font-size:1.0em; /*Set all browsers to 13px standard font size */
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	color:#666;
	text-align:left;
	line-height:18px;
}

/* Set font sizes for WYSIWYG to match document */
body.mainbody {
	font-size:1.0em; /*Set WYSIWYG to 16px standard font size */
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	color:#666;
	text-align:left;
	line-height:18px;
}
div,  span,  input,  select, p, th, dd, table, li {
	font-size:1.0em;
}
h1, .mainbody h1 {font-size:2.6em; color:#990019; padding:10px 0 10px 0;}
h2, .mainbody h2 {font-size:1.8em; color:#990019;  padding:10px 0 10px 0;}
h3, .mainbody h3 {font-size:1.4em; color:#990019; font-weight:normal;  padding:10px 0 10px 0;}
h4, .mainbody h4 {font-size:1.2em; color:#990019; font-weight:bold;  padding:10px 0 10px 0;}
h5, .mainbody h5 {font-size:1.0em; color:#990019; font-weight:bold;  padding:10px 0 10px 0;}

.intro {
	font-size:1.0em;
	font-weight:bold;
	color:#1b729a;
}
/* ~~~~~~ PRESET CONTENT STYLES ~~~~~~ */
p, ul {
	padding-top:5px;
	padding-bottom:3px;
}
table {
	margin:10px 0;
}
table td {
	padding:5px;
}
h4, h5 {
	margin-top:18px;
}
ul {
	list-style-type:disc;

}
ul li {
	padding:5px;
}
ul li ul {
	list-style-type:circle;
}
ul.alphalist {
	margin-left:15px;
	list-style-type:lower-alpha;	
}
ul.romanlist {
	margin-left:15px;
	list-style-type:lower-roman;
}
ul.numlist {
	margin-left:20px;
	list-style-type:decimal;
}

ul.arrowlist, ul.ticklist, .mainbody ul.arrowlist, .mainbody ul.ticklist {
	list-style-position:outside;
	_list-style-position:inside;
	list-style-type:none;
	list-style-image:none;
}
ul.ticklist li, .mainbody ul.ticklist li {
	margin-left:0px;
	background:url(/old_uploads/images/page_images/tick_2.gif) top left no-repeat;
	_background:none;
	_list-style-type:disc;
	padding:3px 0 3px 20px;
	display:block;
	overflow:hidden;
}
div.mainbody ul.arrowlist li {
	margin-left:0;
	padding-left:15px;
	_list-style-type:square;
	background:url(/old_uploads/images/page_images/arrow2.gif) 0px 11px no-repeat;
	_background:none;
	font-size:1.0em;
	display:block;
}
div.mainbody ul.arrowlist li a {
	color:#a48800;
}
div.mainbody ul.arrowlist li a:hover {
	color:#a48800;
	font-weight:bold;
	text-decoration: underline;
	outline:none;
}

 ul.arrowlist ul.arrowlist li { margin-left:20px;} 


/* ~~~~~~ PRESET LINKS ~~~~~~ */
a:link, a:visited, a:active {
	color:#a48800;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#a48800;
	font-weight:bold;
	text-decoration:underline;
	outline:none;


}

/* ~~~~~~ Universal Classes ~~~~~~ */
.hidden {
	display:none;
}
.clear {
	clear:both;
}

/* ~~~~~~ CLEARFIX HACK ~~~~~~ */
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {

	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}

/* ~~~~~~~ NGMENU NOSCRIPT CSS ~~~~~~ */
div#navbar ul {
	color:#fff;
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:12px;
}
div#navbar ul li {
	float:left;
	position:relative;
	padding:0;
	min-width:50px;
	width:auto !important;
	width:50px;
	white-space:nowrap;
}
div#navbar ul li a {
	display:block;
	height:29px;
	line-height:29px;
	padding:0 12px 0 14px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	background:url(/build/images/nav_bar_divider.gif) bottom left no-repeat;
}
div#navbar div div noscript ul li:first-child a {
	background:none;
}
div#navbar ul li a:hover, div#navbar ul li a:active, div#navbar ul li:first-child a:hover, div#navbar ul li:first-child a:active {
	background-color:#68aac8;
}
div#navbar ul li ul, div#navbar ul li ul ul {
	display:none;
}
div#navbar ul li ul {
	position:absolute;
	top:29px;
	left:0;
	width:auto;
	float:left;
	background-color:#1b729a;
	z-index:10000;
}
div#navbar ul li:hover ul {
	display:block;
}
div#navbar ul li:hover ul li {
	float:none;
	position:relative;
	display:block;
	width:100%;
	border-top:1px solid #80bb9a;
}
div#navbar ul li:hover ul li a {
	display:block;
	height:29px;
	line-height:29px;
	color:#fff;
	background:none;
	padding:0 12px;
}
div#navbar ul li:hover ul li:first-child {
	border-top:none;
}
div#navbar ul li:hover ul li a:hover, div#navbar ul li:hover ul li a:active {
	background-color:#68aac8;
	color:#1b729a;
}
div#navbar ul li:hover ul ul {
	display:none;
	position:absolute;
	top:0;
	left:100%;
	width:auto;
	background-color:#1b729a;
	float:left;
}
div#navbar ul li:hover ul li:hover ul {
	display:block;
}

/* ~~~~~~~ TABLE STRIPES ~~~~~~ */
table.stripes {
	width:100%;
	margin:1em auto;
	border-collapse:collapse;
	}
table.stripes tr.odd td	{
	background:#f7faec;
	}
table.stripes tr.even td	{
	background:#EBE6CD;
}
table.stripes td {
	
	padding:.3em 1em;
	}
	
/* ~~~~~~~ TABLE FANCY ~~~~~~~ */	
/*table.fancy {
	background:url(/build/images/tbl_fancy_header_top.gif) top left no-repeat;
}*/
#category table.fancy {
	width:688px;
}
	table.fancy thead tr th {
		padding:.3em 1em;
		font-weight:bold;
		border:0;
		color:#007ea6;
		font-size:13px;
		border-bottom:1px solid #f5e6ba;
		
	}
table.loaded {

	background:#fff ;
}
	table.loaded thead tr {
		background-image:none;
		
		position:relative;
	}
		table.loaded thead tr th {
			background:none;
		}
		/*table.fancy thead tr th.round {
			background:url(/build/images/tbl_fancy_header_top.gif) top left no-repeat;
			padding:0;
			line-height:7px;
		}*/
			table.fancy thead th a {
				color:#a48800;
				text-decoration:underline;
			}
table.fancy tbody {

}
/*
table.stripes th {
	font-weight:bold;
	border:0;
	padding:.3em .5em 0 .5em;
	background:#1b729a;
	color:#fff;
	font-size:13px;
	}
table.stripes th a {
	color:#f7faec;
	text-decoration:underline;
	}
table.stripes th.rc_left {
	background:#1b729a url(/build/images/table_rc_left_bg.png) top left no-repeat;
	padding:.3em .5em 0 .5em;
	}

table.stripes th.rc_right {
	background:#1b729a url(/build/images/table_rc_rght_bg.png) top right no-repeat;
	padding:.3em .5em 0 .5em;
	}
table.stripes th.rc_botleft {
	background:#1b729a url(/build/images/table_rc_bot_left_bg.png) bottom left no-repeat;
	padding:0;
	height:7px;
	border-bottom:3px solid #fff;
	font-size:1px;
	}
table.stripes th.rc_botright {
	background:#1b729a url(/build/images/table_rc_bot_rght_bg.png) bottom right no-repeat;
	padding:0;
	height:7px;
	border-bottom:3px solid #fff;
	font-size:1px;
	}
*/

/*
	WYSIWYG FIXES - DON'T CHANGE WITHOUT CONSULTATION
	The following style makes p and ul tags show as br tags in tables for the same results in IE and FF
*/
.mainbody table p, .mainbody table ul  {
	margin-top:0px;
	margin-bottom:0px;
}

/*  Template css   */

/*BACKGROUND STUFF */
.bodybg { 
	background:url('/build/images/template/body_bg.jpg') repeat-x left top; 
	
}

#container {
	margin:0 auto 0;
	width:960px;
	padding-bottom:0;
	position:relative;
	
/*	background:url('/build/images/template/bg_swish.png') no-repeat 77px 17px; 
*/}

#container img.swoosh {
	position:absolute;
	top:17px;
	left:77px;
	
	}

/* ~~~~SITE HEADER~~~~ */
#header {
	position:relative;
	width:920px;
	height:119px;
	left:20px;

}
	div#logo {
		position:absolute;
		top:0px;
		left:14px;
		width:227px;
		height:118px;
	}
	div#navtabs {
		position:absolute;
		left:2px;
		bottom:0;
		height:23px;
		width:328px;	
	}
		div#navtabs ul {
			list-style-type:none;
			padding:0;
			margin:0;
		}
			div#navtabs ul li {
				float:left;
				background:url(../../build/images/nav_tabs_bg.gif);
				width:82px;
				height:23px;
				text-align:center;
				font-size:11px;
				line-height:12px;
				margin:0;
				padding:0;
			}
				div#navtabs ul li a:link, div#navtabs ul li a:visited {
					font-size:11px;
					display:block;
					width:82px;
					line-height:23px;
					color:#fff;
				}
				div#navtabs ul li a.green {
					color:#68aac8;
				}
	div#services {
		width:107px;
		height:103px;
		position:absolute;
		top:7px;
		right:250px;
		text-align:center;
	}
		div#services img#services_heading {
			padding:0 0 2px 0;
		}
		div#services ul {
			list-style-type:none;
			margin:0;
			padding:0;
			width:107px;
			display:block;
		}
			div#services ul li {
				margin:0;
				padding:0;
				height:27px;
				width:107px;
				float:left;
			}
				div#services ul li a {
					display:block;
					width:107px;
					height:27px;
				}
	div#tools {
		width:161px;
		height:106px;
		position:absolute;
		top:7px;
		right:35px;
		z-index:3000;
	}
	div#search {
			height:36px;
			width:220px;
			background:url('/build/images/template/search_bg.gif') no-repeat left top;			
			position:absolute;
			left:690px;
			top:8px;
	}


div#search form input.inputbox {
			
				position:relative;
				float:left;
				width:170px;
				padding:10px 2px 2px 10px;
				margin:0;
				line-height:13px;
				font-size:13px;
				color:#ffa999;
				height:21px;
				border:none;
				background:transparent;
	
	
			}

div#search form input.image {
				position:relative;
				top:3px;
				float:left;
				padding-left:5px;
						}
			
			

#contactDetails {

				font-size:12px;
				font-weight:bold;
				color:#002e5f;

}
	
	
#sec-more{
position:absolute;
left:716px;
top:212px;

}


#main #latest_news{

position:absolute;
right:32px;
top:158px;
width:216px;
height:213px
border:1px solid black;

}
/* ~~~~CONTENT~~~~ */
#content {
	width:960px;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
}

/* ~~~~Sidebar_L~~~~ */
	div#sidebar_L {
		float:left;
		display:none;
	}

/* ~~~~MAIN~~~~ */
	div#main {
		float:left;
		width:960px;
		margin:50px 0 0 0;
		overflow:hidden;
		position: relative; 
		z-index: 0;
	}
	
div#grantstories {
		width:960px;
		height:370px;
		display:block;
		position:relative;
		float:left;
		}
	
		div#mainCat {
		float:left;
		width:620px;
		/* overflow:hidden; */
		position: relative;
		/* top:60px; */ 
		padding-top:50px;
		z-index: 0;
		padding-left:20px;
		margin:0 0 0px 0;

	}
	
		div#main div#main_promo {
			width:726px;
			height:195px;
			margin-bottom:10px;
			clear:right;
		}
		div#main div.sub_promo {
			float:left;
			height:245px;
			display:inline;
			overflow:hidden;
			position:relative;
		}
		div#main .narrow {
			width:229px;
			background:url(../../build/images/subPromo_bg_229.jpg) bottom left no-repeat;
			margin-left:10.5px;
		}
		div#main .wide {
			width:348px;
			background:url(../../build/images/subPromo_bg.jpg) bottom left no-repeat;
			margin-left:10px;
		}
			div#main div.sub_promo p {
				padding:10px;
				font-size:13px;
			}
			div#main div.sub_promo a.promo_button {
				position:absolute;
				bottom:5px;
				right:5px;
			}
		div#main div#sub_promo_1 {
			margin-left:10px;
		}
		div#main div#sub_promo_2 {
		
		}
			div.sub_promo h2 {
				font-height:21px;
				line-height:25px;
				padding:0 5px;
				height:50px;
				color:#1b729a;
			}

/* ~~~~Sidebar_R~~~~ */
	div#sidebar_R {
		float:left;
		width:270px;
		overflow:hidden;
		padding:50px 0 0 15px;
	}
		div#sidebar_R div#news {
			margin:2px 0 5px;
			background:url(/build/images/news_bg.jpg) bottom left no-repeat;
			font-size:11px;
			position:relative;
			overflow:hidden;
			height:193px;
		}
			div#sidebar_R div#news h2 {
				padding:8px 7px 0;
			}
			div#news div#page_article {
				padding-bottom:8px
			}
				div#news div#page_article h3 {
					padding:0 7px;
				}
				div#news div#page_article p {
					padding:0 7px;
				}
				div#news div#page_article p a {
					font-weight:normal;
				}
			div#news a.promo_button {
				position:absolute;
				bottom:5px;
				right:5px;
				/*padding:5px 5px 5px 0;*/
				height:23px;
				display:block;
			}
		div#sidebar_R div.newsletter {
			padding-top:2px;
			text-align:center;
		}
		
			div#sidebar_R div.newsletter p a img {
				padding-top:3px;	
			}




div#quickLinks{

background-image:url(../../build/images/quick-links.gif);
background-repeat:no-repeat;
padding-top:50px;
padding-bottom:15px;
background-color:#D4E9F3;
}


div#quickLinks ul.arrowlistSide li {
background:transparent url(/old_uploads/images/page_images/arrow2.gif) no-repeat scroll 0 7px;
display:block;
font-size:1em;
margin-left:0;
padding:2px;
padding-left:20px;

}


div#quickLinks ul.arrowlistSide {
padding:0;
padding-left:10px;
margin:0;
list-style:outside;
list-style-type:none;

}


/* ~~~~FOOTER~~~~ */

#footer {
	width:960px;
	height:91px;
	position:relative;
	float:left;
	overflow:hidden;
	/*top:12px;*/
}
	#footer div#fsupport {
	float:left;
	position:absolute;
	right:20px;
	top:0;
	width:227px;
	height:91px;
	}

	#footer div#footer_bar {
		float:left;
		position:absolute;
		left:20px;
		top:0;
		width:682px;
		height:91px;
		background:url(/build/images/template/footer_bg.gif) top left no-repeat;

	}
		#footer div#footer_bar ul {
			list-style-type:none;
			margin:0;
			padding:0;
			font-size:11px;
		}
		#footer div#footer_bar ul li {
			list-style-type:none;
			margin:0;
			padding:0 6px;
			float:left;
		}
		#footer div#footer_bar ul#footer_subnav {
			position:relative;
			top:18px;
			left:12px;
			float:left;
			/*padding:10px 0px 0px 6px;*/		
		}
		
		#footer div#footer_bar a:link, #footer div#footer_bar a:visited {
			color:#fff;
			font-weight:normal;
			text-decoration:none;
			outline:none;
		}
		#footer div#footer_bar a:hover, #footer div#footer_bar a:active {
			color:#fff;
			font-weight:normal;
			text-decoration:underline;
			outline:none;
		}


		#footer div#footer_bar ul#copyright {
			position:absolute;
			left:6px;
			top:60px;
			width:490px;
			color:#d7b3b7;
		}
			
			#footer div#footer_bar ul#footer_subnav li {
				border-right:1px solid #fefefe;
			}
			
			#footer div#footer_bar ul#copyright li {
				border-right:1px solid #accad8;
			}
			#footer div#footer_bar ul#copyright li.last {
				border-right:none;
			}
		
		#footer div#bclogo {
		position:absolute;
		right:5px;
		bottom:5px;
		}


/* INTERNAL PAGE MAIN CONTENT */

div#page_header {
	float:left;
	width:960px;
	height:154px;
	background:url(../../build/images/template/page_head_bg.png) top left no-repeat;
		_background:url(/build/images/template/page_head_bg.gif) top left no-repeat;
	
	overflow:hidden;
	position:relative;
	top:52px;
	left:20px;
	margin-bottom:20px;

	
}
	div#breadcrumbs {
		width:920px; 
		height:28px;
		font-size:.9em;
		margin: 15px 0 0 0;
	}
		div#breadcrumbs span {
			line-height:28px;
		}
		#breadcrumbs span.pagefunctionicon {
			float:right;
			margin:0 5px;
		}
			#breadcrumbs span.pagefunctionicon img {
				padding:6px;
			}
		#breadcrumbs span.styleswitcher {
			float:right;
			font-size:14px;
			font-family:"Garamond", Georgia, Times, serif;
			font-weight:normal;
		}
			#breadcrumbs span.styleswitcher a:link, #breadcrumbs span.styleswitcher a:visited {
				color:#a48800;
				
				
			}
			#breadcrumbs span.styleswitcher a:hover, #breadcrumbs span.styleswitcher a:active {
				color:#a48800;
			}
			
				#breadcrumbs span.styleswitcher a.texttoggler {
					color:#a48800;
					font-size:24px;
				}
			
		#breadcrumbs .pathway {
			width:580px;
			line-height:28px;
			padding-left:10px;
			float:left;
			color:#990019;
		}
		
		#breadcrumbs .pathway a:link, #breadcrumbs .pathway a:visited {
			color:#a48800;
		}
		
		#breadcrumbs .pathway a:hover, #breadcrumbs .pathway a:active {
			color:#a48800;
		}
	
	div#pagetitle {	
		font-size:46px;
		font-family:"Garamond", Georgia, Times, serif;
		font-style:italic;
		font-weight:bold;
		color:#990019;	
		width:580px;
		position:absolute;
		top:80px;
		left:10px;
		z-index:9999;
	}
	div#pagehead_pics {
		position:absolute;
		bottom:0;
		right:2px;
		width:441px;
		height:100px;
	}
	div#pagehead_pics img.pagehead_pics {
		float:right;
		margin-right:8px;
		display:inline;
	}
			
#int_content {
	float:left;
	position:relative;

	padding:0 10px 15px;
	margin-bottom:20px;
	width:600px;
}
#int_content p {

}


#int_content p.home_loan {
	color:#00539f;
	font-size:1.0em;
}

div#featuredSections {

	padding:0 9px;
	margin-top:10px;
}

div#featuredSections div.section {
	margin-bottom:10px;
}

div#featuredSections div.section div.icon {
	float:left;
	margin-right:15px;
	
}

div#featuredSections div.section div.description {
	width:100%;
}

div#featuredSections div.section div.description h3 {
	padding-bottom:2px;
/*	border-bottom:1px solid #68aac8;*/	
	color:#990019;
}

div#featuredSections div.section div.description h3 a {
	padding-bottom:2px;
	color:#990019;
}

div#featuredSections div.section div.description p.btns {
	text-align:right;
}

div#featuredSections div.section div.description p.btns a {
	color:#a48800;
	font-weight:bold;
	text-treatment:none;
}

div#featuredSections div.section div.description p.btns a:hover {
	color:#990019;
	font-weight:bold;
	text-treatment:underline;
}

div#featuredSections div.section div.description span.pipe {
	padding:0 4px;
}
div#int_content div#mosarticle {
	width:96%;	
}
div#int_content div#mosarticle div#page_article {
	padding-bottom:24px;
}
div#int_content div#mosarticle h3 {
border-top:1px solid #e0efc4;
color:#990019;
padding-top:5px;
}
div#int_content div#mosarticle a.promo_button {
	display:none;
}

#map_container {
	border: 1px solid #a48800;
	padding:9px;
}




/* ~~~~ NAVBAR ~~~~ */
#navbar {
	position:absolute;
	top:119px;
	left:20px;
	width:920px;
	height:50px;
	background:url(/build/images/template/nav_bg.gif) top left no-repeat;
	z-index:2000;
}

#navbar_int {
	position:absolute;
	top:119px;
	left:20px;
	width:920px;
	height:54px;
	background:url(/build/images/template/nav_bg_1.gif) top left no-repeat;
	z-index:2000;
}


/* ~~~~CAMPAIGN STYLE~~~~ */

#campaign_main {
	width:100%;
	height:100%;
	font-family:"Trebuchet MS", Helvetica, sans-serif; 
	background:url(../../build/images/campaign_bg.jpg) bottom left repeat-x;
}

#campaign {
	width:700px;
	height:100%;
	margin:0 6px 0 16px;
	padding-top:7px;
}

#campaign #campaign_title {
	padding:20px 0;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;  
	color:#1b729a; 
	font-size:2.3em;
}
#campaign #campaign_wrapper {
clear:both;
width:700px;
}

#campaign #campaign_wrapper div.campaign_img {
float:right;
}

#campaign #campaign_wrapper div.camp_text {
width:380px;
}

#campaign h4 {
color:#1b729a; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-size:1.0em;
}


/* COMPARE STYLE */
#compare {	background:#FFFFFF }

#conpare_main {
	width:100%;
}

#compare_2 {
	width:700px;
	height:90%;
	margin:0 0 0 15px;
	padding-top:7px;
}
#campare_2 div#col2_container_1 {
	padding-bottom:7px;
	width:100%;
	height:100%;
}
#campare_2 div#col2_container_1 div#col2_container_2 {
	padding:10px;
}

#campare_2 div#col2_container_1 div#col2_container_2 div#pagetitle {
	padding:10px;
}
#conpare_2 div#col2_container_1 div#col2_container_2 div#breadcrumbs {
	width:660px;
	margin:2px 0 0 0;
	background-color:#ffffff;
	text-align:right;
	color:#666;
}
div#compare_pagetitle {	
		font-size:20px;
		padding-bottom:10px;
		color:#1b729a;	
	}



/* PRINT PAGE */


#printing {
}

h1.title {
	font-size:26px;
	font-weight:normal;
	color:#A72736;
	padding:20px 0 5px 9px;	
}

/* IE6 + IE7 Hacks */
#breadcrumbs .pathway {
	_padding-top:7px;
}
div#tools div#search form input.inputbox {
	*line-height:14px;*
}
#conpare_2 div#col2_container_1 div#col2_container_2 div#breadcrumbs {
	*margin:-2px 0 0 0;
}
/*
ul.numlist {
	*margin-left:25px;
}
*/


/* New Tables */

table.stripes 
{


margin-top:10px;



}


table.stripes th{


	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a78d00;
	font-weight:bold;
	padding-left:5px;
	border-width:0px 0px 2px 0px;
	
	}
table.stripes tr{

	
	margin:0px;
	padding:7px 0px 5px 0px;
	border:solid #d4c885;
	border-width:0px 0px 1px 0px;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#ebe6cd;
	
	
	
	}
	
	table.stripes tr.odd{

	
	margin:0px;
	padding:7px 0px 5px 0px;
	border:solid #f2ecd2;
	border-width:0px 0px 1px 0px;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#ffffff;
	
	
	
	}



.stripes a:link {color: #666;}
.stripes a:visited {color: #666;}
.stripes a:active { color:#666; text-decoration:none;}
.stripes a:hover { color:#666; text-decoration:none;}

.stripes a {text-decoration: underline;}


div#latestNews{ background:url(../../build/images/template/news.png) no-repeat; width:215px; height:211px; position:absolute; top:158px; right:32px; padding-top:50px; }


div#latestNews div#mosarticle h3{ color:#dacf99; font-size:14px; padding:0 0 0 15px; margin:0;}


div#latestNews div#mosarticle h3 a:link {color: #dacf99; text-decoration:underline;}
div#latestNews div#mosarticle h3 a:visited {color: #dacf99; text-decoration:underline;}
div#latestNews div#mosarticle h3 a:active { color:#dacf99; text-decoration:none;}
div#latestNews div#mosarticle h3 a:hover { color:#dacf99; text-decoration:none;}

div#latestNews div#mosarticle p.created{ padding:0 0 0 15px; margin:0; font-size:11px; color:#735e00;}

div.moreNews{position:absolute; right:10px; bottom:60px;}

div.moreNews a:link {color: #dacf99; text-decoration:none;}
div.moreNews a:visited {color: #dacf99; text-decoration:none;}
div.moreNews a:active { color:#dacf99; text-decoration:underline;}
div.moreNews a:hover { color:#dacf99; text-decoration:underline;}

