﻿
/***********************************************************************
						reset and clearing
*************************************************************************/
:link,:visited {
	text-decoration : none;
}

ul,ol {
	list-style : none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size : 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin : 0; padding : 0;
}
ul{
	margin-left:1em;
}
img {
	border : none;
}
a img,:link img,:visited img {
	border : none;
}
/* 
	**easy clearing 
	Any container with class="clearer" will expand around enclosed floated elements
*/
.clearer:after, #contact:after
	{
	content: '[HI MUM]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearer, #contact
	{
	display: inline-block;
	}
/*\*/
.clearer, #contact
	{
	display: block;
	}
/* end easy clearing */

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
/***********************************************************************
						
*************************************************************************/
html,body {width:100%; height:100%;}
body {
	background-color: #FF9933;		
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

a {
	color:#6B6B6B;
}

a:hover {
	color:#6B6B6B;
	text-decoration:underline;
}

h1 {
	font-size:1.2em;
	margin:5px 0 10px 0;
}

h2 {
	font-size:1em;
	margin:5px 0 10px 0;
}
p {
	padding:4px 0 4px 0;
}

#container {
	width:924px;
	background-image: url(../images/border_sides.gif);
	background-repeat: repeat-y;
	margin:0 auto;
	margin-top:0px;	
	text-align:left;	
}


#topLogo {	
	width:880px;
	height:64px;
	margin:0px 0px 0px 22px;
}

#overlay{
	position:absolute;
	right:12px;
	top:-65px;
}

/********************page title************************/

#pageTitle { 	
	width:880px;
	height:50px;	
	margin:10px 0px 0px 22px;	
}

#pageTitle h1 { 	
	margin:0;
	padding:0;	
	color:#FF9933;	
	font-size:1.84em;
	font-weight:bold;	
	
	padding:20px 0px 0px 13px;
}

#pageTitle h1.floatLeft {
	float:left;
}

#pageTitle h2 { 	
	margin:0;
	padding:0;	
	color:#564d3e;	
	font-size:1.45em;
	font-weight:bold;	
	
	padding:0px 0px 0px 13px;
}

#pageTitle div.space { 	
	float:left;
	width:10px;		
}

#pageTitle img { 	
	float:left;
	margin:9px 0px 0px 15px;	
}


/*********************columns ************************/

#columns{	
	width:880px;
	margin:10px 0px 0px 22px;
}

/*********************left columns ************************/
#leftColumn {
	width:210px;	
	float:left;
	margin:0px 0px 0px 0px;
}

#leftColumnTop {
	width:210px;
	height:165px; 
	background-color:#ffffff;
	background-image:url(../images/background_leftcol_top.jpg);
	background-repeat:no-repeat;		
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#leftColumnTop div.space {
	width:210px;
	height:25px;
}

#leftColumnTop p {
	color:#FFFFFF;
	margin:8px 0px 0px 13px;
}

#leftColumnTop select {		
	margin:0px 0px 0px 13px;
	font-size:0.9em;
	width:150px;	
}

#leftColumnTop select option {	
	font-size:0.9em;		
}

#leftColumnBottom {
	width:210px; 
	height:327px;	
	margin:10px 0px 0px 0px;
}

/*********************right columns ************************/
#rightColumn {
	width:660px;	
	float:left;	
	margin:0px 0px 0px 10px;
}

#rightColumnTop {
	width:660px; 
	height:302px;	
	margin:0px 0px 0px 0px;
}

#rightColumnBottom {
	width:660px; 
	height:190px;		
	margin:10px 0px 0px 0px;	
}

#rightColumnBottomLeft {
	width:400px;
	height:190px; 
	background-color:#ffffff;
	background-image:url(../images/background_rightcol_bottomleft.jpg);
	background-repeat:no-repeat;	
	float:left;
	margin:0px 0px 0px 0px;	
}

#rightColumnBottomLeft h1 {
	margin:17px 20px 0px 17px; 	
	font-size:1.4em;
	font-weight:bold;
	color:#3399ff;	
}

#rightColumnBottomLeft p {
	margin:3px 20px 0px 17px;	
}

#rightColumnBottomRight {
	width:250px;
	height:190px;		
	float:left;	
	margin:0px 0px 0px 10px;
	background-color:#ffffff;
	background-image:url(../images/background_rightcol_bottomright.jpg);
	background-repeat:no-repeat;			
}
#rightColumnBottomRight #deewhy, #rightColumnBottomRight #hillsdale, #rightColumnBottomRight #marrickville {float:left; margin-top:64px; text-align:center;color:#33aaff;}
#rightColumnBottomRight #deewhy {width:78px; margin-right:6px;}
#rightColumnBottomRight #hillsdale{width:80px; margin-right:5px;}
#rightColumnBottomRight #marrickville {width:80px;}

/*********************end of columns ************************/

div.space {
	height:20px;	
}

/*********************footer************************/
#footer {	
	background-color: #FFFFFF;		
	width:880px;
	height:21px;		
	margin:5px 0px 0px 22px;
	color:#3366cc;		
}

#footer a {
	color:#3366cc;
	text-decoration:none;	
}

#footer a:hover {
	color:#3366cc;
	text-decoration:underline;	
}

#copyright {
	float:left;
	width:300px;		
	margin:3px 0px 0px 0px;
}

#privacy_terms {
	float:right;
	width:200px;		
	margin:3px 3px 0px 0px;
	text-align:right;
}

/*********************end of footer************************/

#bottomShadow {
	background-image: url(../images/border_bottom.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	width:924px;	
	margin:0 auto;
	margin-top:0px;	
	height:	22px;	
}

div.bottomSpace {
	height:50px;
}

