/*
    CompanyName (Common Styles)
    
    @company Alfreso Design
    @website alfresco.com.au | alfrescodesign.com
    @created 2005-11-09
    @version 1.0
*/
/* 
Import Site Specifics 
*/
@import url(style.css);
/*@import url(utility.css);
@import url(structure.css);

@import url(menu.css);
@import url(form.css);
@import url(template.css);

/*
    Common Screen Elements
*/
body
{
	margin: 17px 0px 0px;
	padding: 0px;
	
	/*background-color: #6d8295;*/
	background-color: #E3E3E3;
	
	color: #444;	
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 0.7em;
}
p
{
	margin-top: 14px;
	margin-bottom: 8px; 
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #17285E;
	margin-bottom: -5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #17285E;
	margin-bottom: -10px;
}
h3,
h4,
h5,
h6
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	
	color: #333;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 170%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3
{
	padding-top: 10px;
	
	font-size: 160%;
}

/* Default Link Styles */
a:link
{
	color: #fc8200;	
}
a:visited
{
	color: #fc8200;
	text-decoration: none;
}
a:hover
{
	color: #4891cc;
	text-decoration: none;
}

/* Default List Styling */
ul
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
ul li 
{
	margin-bottom: 2px;
	padding-left: 25px;
	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 1px; 
}

td.content ul
{
	list-style-type: disc;
}
td.content ul li 
{
	margin-left: 23px;
	padding-left: 1px;
}

td.home-content {
	background-image: url(../images/home-main-image-bg1.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #28449D;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
td.home-content p {
	margin: 0px;
	padding: 0px;
	line-height: 114%;
	
}
td.home-content img {
	margin: 0px;
	padding: 0px;
}
