/*
    The CarPool (Common Styles)
    
    @company Alfreso Design
    @website alfresco.com.au | alfrescodesign.com
    @created 2005-10-28
    @version 1.0
*/
/* 
Import Site Specifics 
*/
@import url(screen-utility.css);
@import url(screen-site.css);
@import url(screen-menu.css);
@import url(screen-form.css);
/*
    Common Elements
*/
body
{
	margin: 2px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 75%;
	color: #131212;	
	background-color: #e3e5e3;
}
p
{
	margin-top: 14px;
	margin-bottom: 8px; 
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0;
	font-size: 130%;
	color: #ff9505;
}

/* HTML Editor Styles */
.h2 { display:block; font-size:140%; color:#010101; font-weight:bold; line-height:20px; }
.h3 { display:block; font-size:110%; color:#010101; font-weight:normal; margin:10px 0; line-height:18px;  }
.h4 { display:block; font-size:90%; color:#010101; font-weight:normal; margin:10px 0; line-height:17px;  }
.red { color:#d7360a !important; }
.Blockquote { display:block; margin:10px 0 15px; border-left:3px solid #ff9505; line-height:17px; font-size:105% !important; padding-left:10px; color:#1e1e1e; font-weight:bold; }
.Quotes { display:block; margin:10px 0; padding:15px 20px; font-weight:bold; font-size:14px; line-height:22px; background:#fffde6; }
.Quotes:before { content:open-quote; padding:0 10px 0 5px; color:#d5181e; font-weight:bold; font-size:50px; vertical-align:bottom; line-height:0; }
.Quotes:after { content:close-quote; padding:10px 5px 0 10px; color:#d5181e; font-weight:bold; font-size:50px; vertical-align:bottom; line-height:0; }
.Question { display:block; margin:10px 0; padding:15px 20px; font-weight:bold; font-size:11px; line-height:18px; background:#fffde6; }
.Question:first-letter { padding:0 5px 0 0; color:#d5181e; font-weight:normal; font-size:22px; line-height:0; }

/* Default Link Styles */
a:link, a:visited
{
	color: #80a981;	
}
a:hover
{
	color: #8eb68f;
	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 5px; 
	padding-left: 25px;
}

