/* 
  -------------------------------------
Seedsticks.com.au Text styles
  -------------------------------------
*/

h1 {
	font-size: 1.5em;
	
}
h2 {
	font-size: 1.2em;

}
h3 {
	font-size: 1em;
}

/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #5785BD;
}
.content a:visited {
	color: #757575;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/

#left .content {
	font-size: 0.75em;
	}

#left .content h2 {
	color: #006451;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 10px 16px 35px;
}
#left .content p {
	color: white;
	padding: 0 10px 10px 35px;
}
/*#left .content a:link {
	color: #003399;
}
#left .content a:visited {
	color: white;
}*/
#left .content a:hover, #left .content a:focus, #left .content a:active {
	color: #f78f1e;
}

/* Right content - home */
#right .contenthome {
	color: #CCCCCC;
	font-size: 0.8em;
	line-height: 1.6em;
}
#right .contenthome h1 {
	font-weight: bold;
	font-size: 1.6em;
	color: #f78f1e;
	
}
#right .contenthome p {
	font-size: 1.0em;
	color: #666666;
	margin: 0 10px 10px 0;
	
}

/* Right content */
#right .content {
	color: #666666;
	font-size: 0.8em;
	line-height: 1.6em;
}
#right .content h1 {
	font-weight: bold;
	font-size: 1.6em;
	color: #f78f1e;
	margin: 0 5px 10px 0;
	
}
#right .content h2 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.0em;
	color: #80B143;
	margin: 0 5px 5px 0;
	
}
#right .content h4 {
	font-weight: normal;
	font-size: 1.1em;
	color: #f78f1e;
	margin: 10px 5px 0 0;
	
}
#right .content p {
	font-size: 1.0em;
	color: #666666;
	margin: 0 10px 10px 0;
	line-height: 1.1em;
	
}
#right .introtxt p {
	font-size: 1.1em;
	color: #666666;
	margin: 0 10px 10px 0;
	line-height: 1.1em;
	
}
#right .content a:link, #right .content a:visited {
	color: #f78f1e;
	font-weight: bold;
	text-decoration: none;
}
 
#right .content a:hover, #right .content a:focus, #right .content a:active {
	color: #f78f1e;
	font-weight: bold;
	text-decoration: underline;
}




#right .content ul{
	color: #666;
	font-size: 0.9em;
	list-style-type: none;
	margin: 5px 0 20px 5px;
	padding: 0;
	line-height: 1.2em;
	background-color: transparent;	
}
#right .content li {
background: transparent url(../imgs/misc/bullet-orange.gif) no-repeat 0 5px;
padding: 2px 0 3px 18px;
list-style-type: none;
}
/*Footer Links*/
#footer a:link {
	color: #006451;
}
#footer a:visited {
	color: #006451;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #F78F1E;
}

#footercontentleft {
	color: #006451;
}
#footercontentright {
	color: #006451;
}
#footercontentright a:link, #footercontentright a:visited {
	color: #006451;
	text-decoration: none;
}

#footercontentright a:hover, #footercontentright a:focus, #footercontentright a:active {
	color: #F78F1E;
	text-decoration: underline;
}





