/*
    CompanyName (Common Styles)
    
    @company WDG Alfreso
    @website alfresco.com.au | wdgalfresco.com.au
    @created CreationDate
*/
/* 
	** Import Site Specifics 
*/
@import url(utility.css);
@import url(structure.css);
@import url(element.css);
@import url(menu.css);
@import url(form.css);
@import url(template.css);

/*
	** Common Screen Elements
*/
body
{
	margin: 11px 0 0;
	padding: 0;
	
	background: url(../images/body-bg.gif) no-repeat;
	
	background-color: #373737;
	
	color: #444;	
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 70%;
}

p
{
	font-size:105%;
	margin-top: 9px;
	margin-bottom: 9px; 
	line-height: 140%;
}

acronym
{
	border-bottom: 1px dashed #aaa;
	cursor: help;
}


h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0 0 5px 0;
	padding: 0;
	
	color: #fff;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 160%;
	letter-spacing: -1px;
	
}
h2,
h3,
h4,
h5
{
	
	padding-top: 10px;
	font-size: 135%;
	letter-spacing: 0.3px;
	
}
h2
{
	clear: left;
	margin: 9px 0;
	padding:0;	
	color: #810001;
}
h2 span
{
	font-weight:normal;
}
h3
{
	font-size: 130%;
	letter-spacing: normal;
	color: #810001;
	
}
h4
{
	color:#606060;
	font-weight:normal;
	letter-spacing: 1px;
}
h5
{
	letter-spacing: 1px;
}
h1{
	font-weight:normal;
	letter-spacing: 1px;
	padding: 45px 0 0 22px;
}

/*
	** Default Link Styles
*/
a:link
{
	color: #0b5fc1;
}
a:visited
{
	color: #0b5fc1;
}
a:hover
{
	color: #052a55;
	text-decoration: none;
}

/*
	** Default List Styling 
*/
ul
{
	margin: 15px 0px 20px 0px;
	padding: 0;
	list-style-type: none;
}
ul li
{
	padding-left: 26px;
	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px .4em;
}