/********************

CSS PRINT Document 

WEB SITE: www.ifaa.com.au

DESIGNER/PROGRAMMER: Kelani Design
WEBSITE: www.kelani.com.au
EMAIL: studio@kelani.com.au

*/

/*******************************
	HIDE MENU ITEMS
*******************************/

#topmenu {
	display: none;
}

#leftmenu {
	display: none;
}

.footerright {
	display: none;
}

/*******************************
	PRINT LOGO AT TOP OF PAGE
*******************************/

#printlogo{
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
}

/*******************************/

body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	line-height: 1.7em;
	margin-bottom: 10px;
}

#site {

}

#content {
	float: left;
	width: 655px;
	text-align: left;
	overflow: hidden;
}

/*******************************************

	LEVEL 2 PAGES

********************************************/

#main {
	float: left;
	width: 495px;
	padding-right: 20px;
}

#content>#main { width: 475px; }

#main h1 {
	color: #680A15;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#main h2 {
	color:#98272B;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 30px;
}

#main ul {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 10px;
}

#main li {
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
	padding-left: 30px;
	text-indent: -15px;
}

#main th {
	background-color: #CCCCCC;
	border: 1px solid #F7F7F7;
	padding: 5px;
}

#main td {
	background-color: #EEEEEE;
	border: 1px solid #F7F7F7;
	padding: 5px;
}

#rightcol {
	float: left;
	width: 150px;
}

#rightcol img {
	border: 1px solid #CCCCCC;
}

.photo { color:#98272B; font-size: 10px; line-height: 1.1em; margin-bottom: 20px; }

.photo a { color:#98272B; text-decoration:none; }

.photo a:hover { text-decoration: underline; }

/*******************************************

	HOME PAGE

********************************************/

#homecontent {
	float:left;
	width: 100%;
	background: url(images/layout/home_vert_lines.png) repeat-y;
	text-align: left;
}

#homecontent h2 {
	color: #670A15;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#homecontent .red {
	color: #AA4646;
	font-weight: bold;
}

#homecontent ul{
	font-size: 12px;
}

#homecontent li {
	list-style-position: inside;
	list-style-image: url(images/layout/dots_ie.png);
	line-height: 14px;
	
	text-indent: -15px;
	margin-bottom: 10px;
}

#content>#homecontent li {
	list-style-image:url(images/layout/dots.png);
}

#homecol1 {
	float: left;
	width: 425px;
	padding-right: 20px;
}

#homecontent>#homecol1 { width: 393px; }

#homecol2 {
	float: left;
	width: 225px;
	padding-left: 20px;
}
	
#homecontent>#homecol2 { width: 215px; }

#homecol2 li {
	font-size: 11px;
}

/*******************************************

	SERVICES QUOTES

********************************************/

#servicesquote {
	padding: 15px;
}

#servicesquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#servicesquote img {
	margin: 0 10px 10px 0;
}

