/* 
------------------------------------------------------------------------------------------------------------------------

Title				Sydney Eye Specialist Centre
URL					http://www.eyemax.com.au
Author URL			www.spencehouse.com
Description			CSS styles for layout
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

------------------------------------------------------------------------------------------------------------------------
LAYOUT 
------------------------------------------------------------------------------------------------------------------------
*/


/* HTML page container 
..............................*/
#container
{
	position: relative;
	width:980px;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}

#content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

/* Page content elements 
..............................*/
#header {
	width: 980px;
	height: 90px;
	padding-bottom: 20px;
	background-color:#FFF;
}

#header img {
	padding: 10px 20px 10px 20px;
}


/* Global nav
..............................*/
#globalnav {
	width: 980px;
	height: 29px;
	background: url('../images/globalnav-gradient-bg.gif') repeat-x top left;
	border-top: 1px solid #F6F6F6;
	border-bottom: 1px solid #D2D2D2;
	text-transform: uppercase;
}

#globalnav a {
	color: #333;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

#globalnav a:hover {
	color: #009CB7;
	text-decoration: underline;
}

#globalnav ul {
	list-style-type: none;
	padding-top: 8px;
}

#globalnav li {
	padding-top: 6px;
	display: inline;
	background: url('../images/globalnav-divides.gif') no-repeat;
}

/* home feature
..............................*/
#feature {
	width: 700px;
	height: 326px;
	margin-top: 36px;
	margin-left: 20px;
	float: left;
}

/* home snippets
..............................*/
#home_snpts {
	float: left;
	margin-top: 6px;
	padding-bottom: 20px !important;
	line-height: 1.7em;
}

#home_snpts h2 {
	width: 150px;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 8px;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #333;
}

#home_snpts p {
	width: 150px;
	line-height: 1.4em;
	padding-top: 0px;
	padding-left: 20px;
}

.linklist
{
	list-style-type: none !important;	
}

#home_snpts ul {
	padding-top: 6px;
	padding-left: 20px;
	list-style:square inside url('../images/arrow-green.gif');
	display: block;
	float: left;
}

#snpt_1 {
	width: 300px;
	height: 160px;
	margin-left: 20px;
	float: left;
	background:#FFF url('../images/snippets-home/1-can-eye-surgery-help-me.png') no-repeat top left;
}

#snpt_2 {
	width: 300px;
	height: 160px;
	margin-left: 20px;
	float: left;
	background:#FFF url('../images/snippets-home/2-what-is-lasik-eye-surgery.png') no-repeat top left;
}

#snpt_3 {
	width: 300px;
	height: 160px;
	margin-left: 20px;
	float: left;
	background:#FFF url('../images/snippets-home/3-preparing-for-eye-surgery.png') no-repeat top left;
}

/* right collumn elements
..............................*/
#home_doctors {
	width: 220px;
	min-height: 156px;
	margin-top: 26px;
	margin-bottom: 20px;
	color: #009CB7;
	background:#CFF3F7;
	float: left;
}

#home_doctors .title {
	height: 30px;
	color: #FFF;
	background:#79D5D9 url('../images/left-nav-corner.gif') no-repeat top right;
}

#home_doctors p {
	padding-left: 20px;
	margin-right: 5px;
}

#home_doctors ul {
	width: 100%;
	list-style:square inside url('../images/arrow-green.gif');
	#list-style-type: square;
	#list-style-image: none;
	display: block;
	float: left;
}

#home_doctors ul li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 20px;
	border-bottom: 1px solid #FFF;
}

#home_doctors .title a {
	color: #FFF;
	text-decoration: none;
}

#home_doctors .title a:hover {
	color: #444;
	text-decoration: underline;
}

#home_doctors a {
	color:#009CB7;
	text-decoration: none;
}

#home_doctors a:hover {
	color: #444;
	text-decoration: underline;
}


/* Left nav
..............................*/
#leftnav {
	width: 180px;
	min-height: 100%;
	height: 100%;
	margin-top: 26px;
	background:#CFF3F7;
	float: left;
}

#leftnav .title {
	height: 30px;
	background:#79D5D9 url('../images/left-nav-corner.gif') no-repeat top right;
	border-bottom: 1px solid #FFF;
	padding-left: 20px;
}

#leftnav .title p 
{
	padding-top: 6px;	
}


#leftnav .title a {
	color: #FFF;
	text-decoration: none;
}

#leftnav .title a:hover {
	color: #444;
	text-decoration: underline;
}

#leftnav ul {
	width: 100%;
	display: block;
	float: left;
}

#leftnav ul li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 20px;
	padding-right: 10px;
	border-bottom: 1px solid #FFF;
}

#leftnav a {
	color:#009CB7;
	text-decoration: none;
	margin-top: 10px;
}

#leftnav li a 
{
	background-image: url('../images/arrow-green.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 11px;
	display: block;
	margin-top: 0;
}

#leftnav a:hover {
	color: #444;
	text-decoration: underline;
}

#leftnav ul .selected {
	list-style:square inside url('../images/arrow-grey.gif');
	color:#444;
}

/* Page elements
..............................*/
#pagetitle {
	width: 748px;
	height: 70px;
	margin-top: 26px;
	margin-left: 20px;
	padding-left: 12px;
	background:#CCCCCC url('../images/page-header-grey.png') no-repeat top left;
	float: left;
}

#page {
	width: 520px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 100px;
	float: left;
}

#doctorimage
{
	float: left;
	margin-right: 10px;	
}

#rightCollumn {
	width: 220px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

#font_size {
	width: 220px;
	height: 62px;
	margin-bottom: 10px;
	background:#666666 url('../images/font-size-bg.png') no-repeat top left;
}

#font_size img {
	padding-top: 9px;
	padding-left: 7px;
}

#snippet 
{
	width: 196px;
	margin-bottom: 10px;
	background-image: url(../images/home_tile.gif);
	height: 126px;
	color: White;
	text-align: left;
	padding: 12px;
	font-size: 20px;
	line-height: 25px;
	overflow: hidden;
}

#snippet a
{
	color: White;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
}

/* FAQs
..............................*/
#faqs {
	width: 220px;
	background:#CFF3F7;
	float: left;
}

#faqs .title {
	height: 30px;
	color: #FFF;
	background:#79D5D9 url('../images/left-nav-corner.gif') no-repeat top right;
	padding-left: 20px;
}

#faqs ul {
	width: 100%;
	display: block;
	float: left;
}

#faqs ul li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 20px;
	border-bottom: 1px solid #FFF;
}

#faqs a 
{
	background-image: url('../images/arrow-green.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color:#009CB7;
	text-decoration: none;
	padding-left: 12px;
	display: block;
	padding-right: 10px;
}

#faqs a:hover {
	color: #444;
	text-decoration: underline;
}

/*--- doctors --*/

.childpage
{
	margin: 10px 0 10px 0;
}

.childpage a
{
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}

dl.form
{}

dl.form dt
{
	float: left;
	width: 150px;
}

dl.form dt.twolines
{
}

dl.form dd
{
	margin-left: 150px;
	margin-bottom: 10px;
}

dl.form dd.twolines
{
	min-height: 50px;
}

dl.form dd input
{
	width: 250px;	
}

dl.form dd select
{
	width: 255px;	
}

dl.form dd textarea
{
	width: 250px;	
}

dl.form dd span.checkbox input
{
	width: 20px !important;
}

div.button-container
{
	text-align: right;
}

.validation-summary
{
	border: solid 1px red;
	padding: 10px;
	margin-bottom: 10px;	
}

span.mandatory
{
	color: Red;
}

span.success-message
{
	color: green;
	display: block;
	border: solid 1px green;
	padding: 10px;
	margin-bottom: 10px;
}

span.error-message
{
	color: red;
	display: block;
	border: solid 1px red;
	padding: 10px;
	margin-bottom: 10px;
}

.validation-summary ul
{
	list-style-type: circle;
	margin-left: 30px;	
}

.clear
{
	clear: both;	
}

/* office template layout */

.office-container
{
	/*position: relative;*/
}

.office-container dl
{
	width: 250px;
	margin-bottom: 10px;
}

.office-container dt
{
	float: left;
	width: 100px;	
}

.office-container dd
{
	margin-left: 100px;
}

.office-container dd p
{
	margin-top: 0;
	padding-top: 0;
}

.office-container .parking
{
	float: right;
	width: 250px;	
}

.office-container .parking p
{
	padding-top: 0;
}

.pagelink
{
	background-image:url(../images/link.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:10px;
}

.request-appointment-container
{
	text-align: right;	
	position: absolute;
	right: 0;
	top: 0;
}

.phone-number-container
{
	text-align: right;
	position: absolute;
	top: 23px;
	right: 250px;
	line-height: 1.3em;
	font-weight: bold;	
}

.fullwidthimage
{
	text-align: center;
	clear: both;
}

#page ul
{
	margin: 0 0 0 35px;	
	list-style-type: disc;
}

#page ul li
{
	line-height: 1.7em;	
}

#page p
{
	line-height: 1.4em;	
	padding-bottom: 15px;
}
