/* 
------------------------------------------------------------------------------------------------------------------------

Title				Sydney Eye Specialist Centre
URL					http://www.eyemax.com.au
Author URL			www.spencehouse.com
Description			CSS styles for text
Updated				30.06.2009

COLOURS
	Body text		#333
	Background		#7B7B7B
	Dark green		#009CB7
	Mid green		#79D5D9
	Light green		#CFF3F7
	Black			#000
	White 			#FFF
	Dark Grey		#444

------------------------------------------------------------------------------------------------------------------------
TEXT STYLES 
------------------------------------------------------------------------------------------------------------------------
*/


* { 
}
html {
	margin:0;
	padding:0;
	height: 100%;
	min-height: 100%;
	border:none;
	background: #7B7B7B;
}
body {
	height: 100%;
	#height: auto;
	min-height: 100%;
	margin: 0;
	padding: 0;
	border:none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 75%;*/					/* Font sizing in ems beyond this point. Original default 76%. 62.5% makes 1em=10px. 68.75% makes 1em=11px. 75% makes 1em-12px. */
	line-height: 1.2em; 			/* General line-height and also acts as IE 6 Peekaboo bug hack */
	text-align: left;				/* IE6> centering - reset to align left in container */
}

form 
{
	height: 100%;
	min-height: 100%;
	font-size: 75%;					/* Font sizing in ems beyond this point. Original default 76%. 62.5% makes 1em=10px. 68.75% makes 1em=11px. 75% makes 1em-12px. */
	overflow: auto;
}

p {
	padding-bottom: 8px;
}

a {
	color: #009CB7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#999999;
}
h1 {
	color: #333;
	font-size: 2.4em;
	line-height: 3em;
	font-weight: normal;
	margin-bottom: 10px;
}

#pagetitle h1
{
	line-height: 85px !important;	
}

h2 {
	color: #009CB7;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
	margin-top: 8px;
	/*margin-bottom: 3px;*/
}
h3 {
	color: #009CB7;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
}
h4, h5, h6 {
	color: #333333;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
}

.faq-question
{
	color: #009CB7;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;	
}
