/* www.centrepointmidcity.com.au -> cpmc.CSS */
body
{
	margin: 0px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000;
	background: #e0e8f0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	margin-left: 5px;
	text-align: center;
	color: #000080;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

h4
{
	font-size: 14px;
	text-align: left;
	margin-bottom: -5px;
}

p, ul, ol, br
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 150%;
}

ul, ol
{
	margin-left: 25px;
	margin-right: 5px;
	line-height: 120%;
}

li { margin-bottom: 8px; }
li.spaced { margin-bottom: 15px; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.contactdetails
{
	color: #002060;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}

.small
{
	font-size: 10px;
	font-weight: normal;
}

.smallc
{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

.highlight
{
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

span.copyright
{
	font-size: 9px;
	color: #888;
}

a:link { color: #2020ff; }
a:visited { color: #6060a0; }
a:hover { color: #ff4040; }
a:active { color: #ff0000; }

a.gl:link, a.gl:visited
{
	display: block;
	width: 98px;
	height: 25px;
	background: #486cbc;
	border-top: solid #88b2ff 2px;
	border-right: solid #2020a0 2px;
	border-bottom: solid #2020a0 2px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 180%;
}

a.gl:hover, a.gl:active
{
	background: #4b78d2;
	color: #ff8;
	border-top: solid #8080d0 3px;
	border-right: solid #9696ff 2px;
	border-bottom: solid #a0e0ff 1px;
}

table
{
	empty-cells: show;
	font-size: 12px;
}
td { vertical-align: top; }
th { background: #efefef; }
td.sidebarfill { background: #fff url('images/water_bkgnd.jpg') repeat-y; }
td.sidebartrim { border-left: solid #486cbc 5px; }
td.footersb { background: #fbf6de url(images_navi/sb_foot.gif); }
td.footer { background: #488000; }
td.bluebkgnd { background: #486cbc; }
td.content { background: #fff; }
hr { color: #808080; }


textarea
{
	padding: 2px 5px;
	font-family: calibri,verdana,arial,helvetica,sans-serif;
}


input.submitenquiry
{
	margin: 0px auto;
	background: url('images/btn_bkgnd.png') repeat-x;
	font-size: 1.0em;
	line-height: 100%;
	height: 22px;
	color: #804040;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
}

input.submitenquiry:hover
{
	background: #efefef url('images/btn_bkgnd.png') 0 20px;
	color: #404040;
	border: 1px solid #96a0d0;
	border-radius: 3px;
}


img
{
	border: none;
	font-size: 9px;
	color: #808080;
	margin: 0px;
}

img.bordered
{
	border: solid #000 1px;
}
