/*
    Neville Coleman (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: 0;
	padding: 0;
	
	background-color: #95cadd;
	
	color: #000;	
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 70%;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px; 
}

acronym
{
	border-bottom: 1px dashed #aaa;
	cursor: help;
}


h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0 0 5px 0;
	padding: 0;
	
	color: #14548a;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 150%;
	letter-spacing: -1px;
}
h1
{
	clear: both;
	height: 1%;
	padding: 14px 0 30px 32px;
	margin: 0;
	background-image: url(../images/page-heading-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #57a5e3;
	color: #fff;
	font-size: 125%;
	letter-spacing: 0;
}
h2
{
	font-size: 115%;
}
h3
{
	font-size: 105%;
	letter-spacing: normal;
	color: #000;
	font-weight: bold;
}
h4
{
	font-size:110%;
	color: #127bad;
	font-style: italic;
	line-height: 1em;
}
h5
{
	margin: 10px 0 15px; 
	color: #127bad;
	font-size: 110%;
	letter-spacing: normal;
}
/*
	** Default Link Styles
*/
a:link
{
	/* color: #0b5fc1; */
	color: #127bad;	
}
a:visited
{
	color: #127bad;
}
a:hover
{
	color: #127bad; 
	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/blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px .4em;
}

/**/
.content img
{
	margin: 5px;
}

/*font sizes*/
.small
{
	font-size: 7pt;
}
p,
.medium
{
	font-size: 8pt;
}
.large
{
	font-size: 10pt;
}
.x-large
{
	font-size: 14pt;
}

/*colours*/
.blue
{
	color: #57AEC9;
}
.dark-blue
{
	color: #0B5176;
}
.green
{
	color: #7A921A;
}
.brown
{
	color: #8D6907;
}

/*siffred*/
h6
{
	font-size: 26px;
	color: #309AB9;
	font-style: italic;
	font-weight: normal;
}

/*heading fixes */
h2.small,
h2 .small,
h2.medium,
h2 .medium,
h2.large,
h2 .large,
h2.x-large,
h2 .x-large,
h2.blue,
h2 .blue,
h2.dark-blue,
h2 .dark-blue,
h2.green,
h2 .green,
h2.brown,
h2 .brown
{
	font-size: 100%;
	color: #14548a;
}


h3.small,
h3 .small,
h3.medium,
h3 .medium,
h3.large,
h3 .large,
h3.x-large,
h3 .x-large,
h3.blue,
h3 .blue,
h3.dark-blue,
h3 .dark-blue,
h3.green,
h3 .green,
h3.brown,
h3 .brown
{
	font-size: 100%;
	color: #000;
}


h4.small,
h4 .small,
h4.medium,
h4 .medium,
h4.large,
h4 .large,
h4.x-large,
h4 .x-large,
h4.blue,
h4 .blue,
h4.dark-blue,
h4 .dark-blue,
h4.green,
h4 .green,
h4.brown,
h4 .brown
{
	font-size: 100%;
	color: #127bad;
}

h6.small,
h6 .small,
h6.medium,
h6 .medium,
h6.large,
h6 .large,
h6.x-large,
h6 .x-large,
h6.blue,
h6 .blue,
h6.dark-blue,
h6 .dark-blue,
h6.green,
h6 .green,
h6.brown,
h6 .brown
{
	font-size: 100%;
	color: #127bad;
}
