/* cascading style sheet for screen

Copyright 2006 J6 design. All Rights Reserved.

web designer: Jane Fletcher j6 design
email : contact@j6design.com.au
internet: www.j6design.com.au
 
................................................................ */

body {
	color: #333333;
	PADDING: 30px 0px;
	margin: 0px;
	FONT-FAMILY: Veranda, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: #5078A0;
}

td {	FONT-FAMILY: Veranda, Arial, Helvetica, sans-serif;
	font-size: 0.8em;}

/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	font-size: 1em;
	padding: 20px 20px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #5078A0;
	text-transform: uppercase;

}

h2 {
	font-size: 1em;
	padding: 20px 20px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #333333;
}

h3 {
	font-size: 1em;
	padding: 20px 20px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #555555;
}

p {
	padding: 0px 20px;
	margin: 2px 0px 10px 0px;
	line-height: 1.5;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #5078A0;
	text-decoration: underline;
}

.arrow {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
}
	

/* main content
................................................................ */
.main {
	margin: 0px auto;
	padding: 0px 0px 20px;
	width: 900px;
	text-align: left;
}

/* menu
................................................................ */
.header {
	text-align: right;
	padding: 10px 0px 0px;
	margin: 0px;
	font-size: 1em;
	background: #FFFFFF url(images/line.gif) no-repeat left top;
	font-weight: bold;
	height: 105px;	
}


.nav  {
	font-size: 14px;
	color: #333333;
}

.nav  a:link, .nav a:visited {
	color: #333333;
	text-decoration: none;
}

.nav  a:hover {
	color: #5078A0;
	text-decoration: underline;
}

.active {
	color: #5078A0;
}

.jumpMenu {
	width: 60%;
	float: left;
}

.subMenu {
	width: 40%;
	float: right;
}

.full {
	width: 100%;
	float: left;
}

/* IMAGE PROPERTIES
................................................................ */
img {
	margin: 0px;
	padding: 0px;
}

/* if css disabled
................................................................ */
.css { 
	display: none;
	}

.content {
	width: 100%;
	margin: 0px;
	padding: 10px 0px 20px;
	float: left;
	background: #FFFFFF url(images/line.gif) no-repeat left top;
}

.home {
	width: 100%;
	margin: 0px;
	padding: 6px 0px 0px;
	float: left;
	background: #5078A0 url(images/patient.jpg) no-repeat left top;
}

.box a:link, .box a:visited {
	background: #C3D2DF url(images/SACIC-box.gif) no-repeat right bottom;
	color: #5078A0;
	font-size: 18px;
	text-decoration: none;
	width: 297px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 47px 0px;
	font-weight: bold;
}

.box a:hover {
	background: #ffffff;
}

.box2 a:link, .box2 a:visited {
	background: #C3D2DF url(images/SACIC-box.gif) no-repeat right bottom;
	color: #5078A0;
	font-size: 18px;
	text-decoration: none;
	width: 296px;
	float: right;
	text-align: center;
	margin: 0px;
	padding: 47px 0px;
	font-weight: bold;
}

.box2 a:hover {
	background: #ffffff;
}

/* footer
................................................................ */
.footer {
	width:100%;
	margin: 20px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 0.7em;
	text-align: right;
	color: #ffffff;
}

.footer a:link, .footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* FORM PROPERTIES
................................................................ */
.txt {
	color: #333333;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	font-size: 0.80em;
}

Input, select, textarea, option {
	background: #ffffff;
	color: #333333;
	FONT-FAMILY: Veranda, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.submit {
	color: #ffffff;
	background: #5078A0;
	border: none;
	cursor: hand;
}

.border {
	width: 600px;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
