/*
    CompanyName (Common Styles)
    
    @company Alfreso Design
    @website alfresco.com.au | alfrescodesign.com
    @created 2005-06-21
    @version 0.1
*/
/* 
Import Site Specifics 
*/
@import url(screen-site.css);
@import url(screen-menu.css);
@import url(screen-form.css);
/*
    Common Elements
*/
body
{
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 75%;
	
	color: #006b76;	
	background-color: #ededed;
}
p
{
	margin-top: 14px;
	margin-bottom: 8px; 
}

h1,
h2,
h3,
h4,
h5,
h6,
.content-heading,
.content-subheading
{
	margin: 0;
	font-size: 13px;
	color: #006e78;
	letter-spacing: -1px;
	font-weight: bold;
}
.content-subheading
{
	color: #e6a800;
	font-size: 12px;
}

/* Default Link Styles */
a:link, a:visited
{
	color: #f6aa0b;	
}
a:link:hover, a:visited:hover
{
	color: #00717d;
	text-decoration: none;
}

/* Default List Styling */
ul
{
	margin: 15px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
ul li 
{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px; 
	padding-left: 25px;
	margin-bottom: 6px;
}

/* Default Form Styling */
form
{
	margin: 0px;
}

/*Uppercase style*/
.uppercase
{
	text-transform: uppercase;
}

/*accessibility*/
.offleft
{
	position: absolute;
	left: -999em;
	text-indent: -999em;
}

/*2 column layout*/
.sub-left
{
	float: left;
	width: 45%;
}

.sub-right
{
	float: right;
	width: 45%;
}

.hide
{
	display: none;
}