/* @override 
	http://new.mainspring.com.au/assets/css/stylesheet.css
	http://www.mainspring.com.au/assets/css/stylesheet.css
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 62.5%;
	color: #999999;
	background: #eee url(/assets/images/background.gif) repeat-x;
	}
	
#wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 20px;
	background-color: white;
	}

hr {
	display:none;
	}
	
#side_column {
	float:right;
	width: 200px;
	}

* {
	
}
	
#main_column {
	float:left;
	width:640px;
	background-color: white;
	}
	
.clear {
	clear: both;
	}
	
img#menuDivider {
	margin: 0;
	padding: 0;
	height: 1px;
	width: 200px;
	}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
	}
a:hover {
	color: #009BDE;
	text-decoration: underline;
	}
	
/*a.more {
	padding-right: 14px;
	background: url(../images/icon-morearrow.gif) no-repeat 100% 4px;
	}	

a.moreSmall {
	padding-right: 14px;
	background: url(../images/icon-morearrow.gif) no-repeat 100% 2px;
	}	
	
*/
a img {
	border: none;
	}

a:link.image, a:visited.image {
	text-decoration: none;
	background:none;
	background-image:none;
	padding-left: 0;
	}


#content {
	text-align: left;
	font-size: 1.1em;
	line-height: 1.7em;
	}
	
p {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	}

#footer {
	height: 40px;
	padding: 5px;
	border: 1px none #009BDE;
	background-color: #cccccc;
	}


ul#footerNav {
	margin: 0;
	padding: 5px 0;
	font-size: 1.0em;
	color: white;
	}
	
ul#footerNav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	}

#footerNav a {
	padding:0 6px 0 6px;
	height:12px;
	border-right: 1px dotted white;
	color: white;
	}
	
.site_links {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	}




/*
#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {++++++++++++
	text-decoration: none;
	cursor: pointer;
	}  

#mainNav a:hover, #mainNav li.active a:visited, #mainNav li.active a:hover, #mainNav li.active a:active { 
	color: #009BDE;
	} 

#mainNav li {
	font-weight:normal;
	font-size:1.1em;
	margin: 0 0 0px 15px;
}

#mainNav li.active, li.active a { 
	font-weight:bold;
	color:#009BDE; 
	}
	
#mainNav li.active {
	background-image: url(../images/bullet_02.gif);
	background-repeat: no-repeat;
	}

#mainNav li.sectionHead {
	list-style:none; 
	list-style-image:none; 
	font-weight: bold; 
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px dotted silver;
	margin-left: 0;
}
#mainNav li.sectionHeadActive {
	list-style:none; 
	list-style-image:none; 
	font-weight: bold; 
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px dotted silver;
	margin-left: 0;
}

	
#mainNav li.sectionHead a{
	color: #999;
	background-image: url(/assets/images/nav_arrow_01.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}

#mainNav li.sectionHead a:hover, #mainNav li.sectionHeadActive a{
	color: #009BDE;
	background-image: url(/assets/images/nav_arrow_02.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	text-decoration: none;
	}

/*
#mainNav li.mainNavMore {
	list-style:none; 
	list-style-image:none; 
	font-size: 1.1em; 
	font-weight: normal; 
	color: #009BDE; 
	margin:2px 0 0 0;
	}
#mainNav li.mainNavMore a {
	color: #009BDE;
	}
	
#mainNav ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	}

#mainNav ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	list-style: none;
	background-image: url(../images/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	}
	
#mainNav ul li:hover, #mainNav ul li.active {
	background-image: url(../images/bullet_02.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	}	
	
#mainNav ul ul li{
	margin: 0 0 5px 0;
	padding: 0 0 0 35px;
	list-style: none;
	background-image: url(../images/bullet_03-1.gif);
	background-repeat: no-repeat;
	background-position: 26px 5px;
	}

#mainNav ul ul li:hover{
	margin: 0 0 5px 0;
	padding: 0 0 0 35px;
	list-style: none;
	background-image: url(../images/bullet_03-2.gif);
	background-repeat: no-repeat;
	background-position: 26px 5px;
	}
	
#mainNav ul ul li.active {
	background-image: url(../images/bullet_03-2.gif);
	background-repeat: no-repeat;
	background-position: 26px 5px;
	}

ul#mainNav {
	margin-top: 40px;
	border-bottom: 1px dotted silver;
	}
++++++++++++++++++++++++++++++++++++++++*/



/* NEW NAVIGATION */

#mainNav {
	margin: 40px 0 0 0;
	padding: 0;
	border-bottom: 1px dotted silver;
	}
	
#mainNav a {
	color: #999999;
	text-decoration: none;
	}
	
#mainNav a:hover {
	color: #009BDE;
	text-decoration: none;
	}

#mainNav ul {
	margin: 0;
	padding: 0;
	}
	
/* MAIN menu items */	
#mainNav li.sectionHead {
	list-style: none;
	margin: 8px 0 6px 0;
	padding: 6px 0 0 10px;
	background-image: url(../images/nav_arrow_01.gif);
	background-position:0 10px ;
	background-repeat: no-repeat;
	border-top: 1px dotted silver;
	}
	
#mainNav li.sectionHead a {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color:#999999;
	}
	
#mainNav li.sectionHead:hover {
	font-weight: bold*/;
	text-transform: uppercase;
	color:#009BDE;
	background-image: url(../images/nav_arrow_02.gif);
	background-repeat: no-repeat;
	}
	
#mainNav li.sectionHead a:hover {
	color:#009BDE;
	}
		
#mainNav li.sectionHeadActive {
	list-style: none;
	margin: 6px 0;
	padding: 6px 0 0 10px;
	background-image: url(../images/nav_arrow_02.gif);
	background-position:0 10px ;
	background-repeat: no-repeat;
	border-top: 1px dotted silver;
	}

#mainNav li.sectionHeadActive a {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #009BDE;
	}


/* SUB menu items */
#mainNav ul li.sectionSub {
	list-style: none;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0;
	padding: 0 0 0 18px;
	background-image: url(../images/bullet_01.gif);
	background-position:10px 5px ;
	background-repeat: no-repeat;
	color: #999999;
	}
	
#mainNav ul li.sectionSub:hover {
	list-style: none;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0;
	padding: 0 0 0 18px;
	background-image: url(../images/bullet_02.gif);
	background-position:10px 5px ;
	background-repeat: no-repeat;
	color: #009BDE;
	}
	
#mainNav ul li.active {
	list-style: none;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0;
	padding: 0 0 0 18px;
	background-image: url(../images/bullet_02.gif);
	background-position:10px 5px;
	background-repeat: no-repeat;
	color: #009BDE;
	}
	
#mainNav ul li.active a {
	color: #009BDE;
	}


/* SUB SUB menu items */
#mainNav ul ul li {
	list-style: none;
	margin: 6px 0;
	padding: 0 0 0 27px;
	background-image: url(../images/bullet_03-1.gif);
	background-repeat: no-repeat;
	background-position: 19px 4px;
	}

#mainNav ul ul li:hover {
	list-style: none;
	margin: 6px 0;
	padding: 0 0 0 27px;
	background-image: url(../images/bullet_03-2.gif);
	background-repeat: no-repeat;
	background-position: 19px 4px;
	}

#mainNav ul ul li.active {
	list-style: none;
	margin: 6px 0;
	padding: 0 0 0 27px;
	background-image: url(../images/bullet_03-2.gif);
	background-repeat: no-repeat;
	background-position: 19px 4px;
	}

/* END NEW */











h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	margin: 20px 0 10px;
	padding: 0;
	}

h3 {
	font-size: 1.1em;
	color: #999999;
	text-transform: uppercase;
	margin: -5px 0 20px;
	padding: 0;
	letter-spacing: 0.05em;
	}

h4 {
	font-size: 1.0em;
	color: #333;
	text-transform: uppercase;
	padding: 0 0 2px;
	letter-spacing: 0.05em;
	border-bottom: 1px dotted silver;
	margin: 0 0 5px;
	}

#side_box_wrapper {
	float: left;
	width: 200px;
	}

#side_box_wrapper #side_box {
	float: left;
	border: 1px dotted silver;
	margin-bottom: 20px;
	padding: 10px;
	width: 178px;
	color: #333;
}

#side_box_wrapper #side_box h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#side_box_wrapper #side_box p {
	font-size: 1.1em;
	line-height: 1.5em;
	}

#side_box_wrapper #side_box ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.2em;
}

#side_box_wrapper #side_box li{
	list-style-type: none;
	padding: 0 0 0 10px;
	background-image: url(/assets/images/bullet_02.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	margin: 0 0 6px;
}

#side_box_wrapper #side_box_grey {
	float: left;
	border: 1px none silver;
	margin: 20px 0 0 0;
	padding: 15px;
	width: 170px;
	color: #333;
	background-color: #f4f4f4;
	font-size: 1.1em;
	line-height: 1.6em;
}

#side_box_wrapper #side_box_grey p {
	margin: 0;
}

#side_box_wrapper {
	float: left;
	width: 200px;
	}

#side_box {
	float: left;
	border: 1px dotted silver;
	margin: 20px 0;
	padding: 10px;
	width: 178px;
	color: #333;
}

#side_box h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#side_box p {
	font-size: 1.1em;
	line-height: 1.5em;
	}

#side_box ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.2em;
}

#side_box li{
	list-style-type: none;
	padding: 0 0 0 10px;
	background-image: url(/assets/images/bullet_02.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	margin: 0 0 6px;
}

#side_box_grey {
	float: left;
	border: 1px none silver;
	margin: 20px 0 0 0;
	padding: 15px;
	width: 170px;
	color: #333;
	background-color: #f4f4f4;
	font-size: 1.1em;
	line-height: 1.6em;
}

#side_box_grey p {
	margin: 0;
}

#text_column {
	width: 420px;
	float: right;
	margin-bottom: 20px;
}

#text_column p {
	font-size: 1.2em;
	line-height: 1.5em;
}

#text_column .first_para {
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted silver;
	border-top: 1px dotted silver;
	color: #666666;
	}

.first_para {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted silver;
	color: #999999;
}

#text_column ul {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	}
	
#text_column ul li {
	list-style: none;
	padding: 0 0 0 8px;
	background-image: url(../images/bullet_03.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	}
	
.client_list {
	float: left;
	border: 1px dotted silver;
	margin-top: 20px;
	padding: 10px;
	width: 170px;
	color: #333;
	margin-right: 20px;
}

.client_list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.client_list li{
	list-style-type: none;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	list-style-image: url(/assets/images/bullet_02.gif);
	list-style-position: inside;
	margin: 0 0 2px;
}

.things h2{
	font-size: 1.6em;
	margin-bottom: 20px;
}


.things ol{
	margin: 0;
	font-size: 1.5em;
	padding-left: 0;
}

.things li{
	margin-bottom: 10px;
}


#copyright {
	width: 860px;
	margin: 10px auto;
	padding: 0;
	color: silver;
	font-size: 0.8em;
}
