/*
    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: 55px 0 0;
	padding: 0;
	
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-color: #A7B638;
	
	color: #464c11;	
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 70%;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px; 
}

acronym
{
	border-bottom: 1px dashed #aaa;
	cursor: help;
}


h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0 0 5px 0;
	padding: 0;
	
	color: #333;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 150%;
	letter-spacing: -1px;
}
h2,
h3
{
	padding: 0;
	margin: 10px 0;
	
	color: #99AA13;
	font-weight: normal;
	font-size: 180%;
}
h3
{
	float: left;
	padding: 10px;
	margin: 30px 0 1px 47px !important;
	margin: 30px 0 1px 24px;
	
	font-size: 200%;
	color: #FFFFFF;
	letter-spacing: normal;
	
	background-color: #CA8331;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
h4
{
	color: #ca8331;
}
h5
{
	color: #a7b638;
	font-size: 120%;
}

/*
	** Default Link Styles
*/
a:link
{
	color: #a75f12;
}
a:visited
{
	color: #a75f12;
}
a:hover
{
	color: #c57927;
	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: 12px .5em;
}
ul li ul li
{
	font-style: italic;
}