﻿/*----------------------------------------------------------------------------------
	Page:						Home.css
	Author:					John Bradnam
	Created:				070812 JLB
	Copyright:			Republicorp P/L
	Purpose:				Defines styles used specifically by Home.master
	History:
	--------------------------------------------------------------------------------*/
	
html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color : #D7D7D7;
	cursor: default;
}

* {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin-left: 20px;
	padding-left: 0px;
}

/* Image */
.image {
	float: left;
	padding: 0px;
	border-left: 2px solid white;
	border-top: 1px solid white;
	background-color : #DFDFDF;
	width : 599px;
	height : 246px;
	font-size: 1px;
}

/* summary */
.summary {
	float: left;
	border-top: 2px solid white;
	border-left: 1px solid white;
	background-image : url(../Images/Gradient_Monochrome.jpg);
	background-repeat : repeat-x;
	background-position : top left;
	padding: 10px;
	background-color : white;
	width : 179px;
	height : 209px;
}
.summary_left {
	border-left: 2px solid white;
	background-image : url(../Images/Gradient_Brown.jpg);
} 
.summary_center {
	background-image : url(../Images/Gradient_Orange.jpg);
} 
.summary_right {
	background-image : url(../Images/Gradient_Blue.jpg);
}
.summary h1 {
	font-family: Arial;
	font-size: 11pt;
	color: White;
	text-transform : uppercase;
	margin-bottom: 12px;
}
.summary p.more {
	margin-top: 15px;
}
.summary p {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
}
.summary ul {
	list-style-type: disc;
	margin-top: 15px;
	margin-bottom: 15px;
}
.summary li {
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}
.summary img {
	position: relative;
	top: 1px;
}
.summary a {
	font-size: 8pt;
	font-weight: bold;
	color: #8C2135;
	text-transform : uppercase;
	text-decoration : none;
}
.summary a:hover {
	text-decoration : underline;
}
