
/* 
///////////////////////////////////////
	Client:    Aust. Medical Placements
   Design:    Zoo House Creations
   Author:    Kel Andersen
/////////////////////////////////////// */	


HTML { height: 100%; }

BODY { 
	height: 100%;
	margin: 0 auto;
	text-align: center;
	color: #575757;
	font-size: 64%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	background-color: white;
	background-image: url(../images/amp-bg.png);
	background-position: top left;
	background-repeat: repeat-x;
}

/* 
///////////////////////////////////////
	TEXT FORMATTING
/////////////////////////////////////// */

P { 
	margin: 0;
	padding: 0.6em 0 0.6em 0;
	color: #575757;
	font-size: 1.2em;
	line-height: 1.3em;
}

H1, H2, H3, H4, H5 { 
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	font-weight: normal;
	font-family: Lucida Sans, "Lucida Sans", Georgia, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

H1 { 
	color: #0168b3;
	font-size: 1.6em;
}

H2 { 
	color: #575757;
	font-size: 1.5em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}

H3 { 
	color: #0168b3;
	font-size: 1.4em;
}

H4	{
	color: #78c800;
	font-size: 1.3em;
}

H5	{ 
	color: #099bb3;
	font-size: 1.2em;
}

/* 
///////////////////////////////////////
	LINKAGE
/////////////////////////////////////// */
	
A:link, A:visited, A:active {
	color: #436c93;
	text-decoration: none;
	outline: none; 
} 

A:hover, A:focus { 
	color: #3c92cd;
	text-decoration: underline; 
}
	
/* 
///////////////////////////////////////
	LISTS
/////////////////////////////////////// */

UL { 
	margin: 5px 0 10px 0px;
	list-style-type: none;
	font-size: 1.2em;
}
 
LI { 
	padding: 3px 0 2px 0;
}

/* 
///////////////////////////////////////
	DEFINED LISTS
/////////////////////////////////////// */

DL, DT, DD { }

/* 
///////////////////////////////////////
	IMAGES
/////////////////////////////////////// */

IMG		{ border: none; }
A IMG 	{ border: none; }

/* 
///////////////////////////////////////
	TABLES
/////////////////////////////////////// */
/*
TABLE		{ }
CAPTION 	{ caption-side: bottom }
TR 		{ }
TD 		{ }

/* 
///////////////////////////////////////
	FORMS
/////////////////////////////////////// */
/*
form 		{ }
fieldset { border: none; }
	
legend, label, input, textarea, select {
	color: #656565;
	font-size: 1.2em;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

label {
	display: block;
	padding: 5px 0 3px 0;
	color: #82888b;
	font-size: 1.1em;
}

input, textarea {
	width: 95%;
	margin-bottom: 5px;
	padding: 3px;
}
*/