/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2007
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px Georgia, serif;
	line-height: 1.2em;
	text-align: left;
	background: #94b8db url(../images/body_bg.jpg) repeat-x top left;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	margin: 0 auto;
	width: 755px;
}
	
#header {
	height: 116px;
	background: #fff;
}

#mid {
	height: 28px;
	background: #6699cc;
	color: #fff;
}

#main {
	background: url(../images/main_bg.jpg) repeat-y top left;
	border-bottom: 2px solid #6699cc;
	padding-top: 10px;
}

#side {
	float: left;
	width: 158px;
}

#content {
	float: right;
	width: 570px;
	margin-right: 10px;
	padding-top: 5px;
	letter-spacing: 1px;
	line-height: 1.3em;
}

#footer {
	float: right;
	width: 570px;
	margin-right: 10px;
	text-align: center;
	padding: 20px 0 15px 0;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logo {
	float: left;
	margin: 5px 0 0 5px;
}

#header h1 {
	float: right;
	font-size: 1.4em;
	color: #3c71a7;
	margin: 12px 0 0 0;
	width: 410px;
	text-align: center;
}

#header #headerPhoto {
	clear: right;
	float: right;
	margin: 15px 13px 0 0;
}




/*	-------------------------------------------------------------
	MID
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#mid h2 {
	color: #fff;
	font-weight: bold;
	font: 1.2em Arial, sans-serif;
	padding: 3px 0 0 6px; 
	float: left;
}

#mid h2 span {
	text-transform: uppercase;
}

#mid h3 {
	color: #c8daed;
	font: 0.8em Arial, sans-serif;
	font-weight: bold;
	padding: 5px 6px 0 0; 
	float: right;
}

#mid h3 a:link, #mid h3 a:visited {
	color: #c8daed;
	font-weight: bold;
}

#mid h3 a:hover {
	color: #fff;
}



/*	-------------------------------------------------------------
	MAIN MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	padding: 0;
	margin: 0 auto;
	width: 133px;
}

#menuMain li {
	padding: 5px 0 8px 0;
	display: inline-block; /* fixes for that horrid IE */
}
	
/*	First level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#menuMain li a:link, #menuMain li a:visited {
	display: block;
	width: 133px;
	font: 1.1em Arial, sans-serif;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	color: #fff;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	background: url(../images/menuMain_bg.gif) no-repeat top left;
}

#menuMain li a.menuItemCurrent:link, #menuMain li a.menuItemCurrent:visited {
	background-position: 0 -70px;
	color: #cddeef;
}

#menuMain li a:hover, #menuMain li a.menuItemCurrent:hover {
	background-position: 0 -35px;
	color: #e2edf8;
}

/*	Second level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#menuMain li ul {
	display: block;
}

#menuMain li ul li {
	display: block;
	margin: 0;
	padding: 2px 5px 8px 10px;
}
	
#menuMain li ul li a:link, #menuMain li ul li a:visited {
	display: block;
	height: auto;
	width: auto;
	text-transform: none;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.1em;
	color: #e2eaf2	;
	text-align: left;
	text-decoration: none;
	background: url(../images/menuMain_li_li_bg.gif) no-repeat 0 1px;
	padding: 0 0 0 12px;
	margin: 0;
}

#menuMain li ul li a.menuItemCurrent:link, #menuMain li ul li a.menuItemCurrent:visited {
	background-position: 0 1px;
	color: #9eb8d3;
}

#menuMain li ul li a:hover, #menuMain li ul li a.menuItemCurrent:hover {
	background-position: 2px 1px;
	color: #fff;
}


/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Paragraphs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content p {
	margin: 8px 0 12px 0;
}	
	
#content p.large {
	color: #888;
	font-size: 1.3em;
	letter-spacing: 0px;
	line-height: 1.3em;
	text-align: justify;
}


/*	Headers
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content h1 {
	color: #2e5d8c;
	font: 1.5em Arial, sans-serif;
	padding: 5px 0 6px 0;
	letter-spacing: 0px;
}	
	
#content h2 {
	color: #5770b0;
	font-size: 1.3em;
	padding: 15px 0 5px 0;
	letter-spacing: 0;
}

#content h3 {
	color: #888;
	font-size: 1.2em;
	padding: 15px 0 5px 0;
	letter-spacing: 0;
}

/*	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content a:link, #content a:visited {
	color: #5770b0;
}

#content a:hover {
	color: #2e5d8c;
}


/*	List
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content ul {
	padding: 10px 0 10px 30px;
}

#content ul li {
	padding: 2px 0 3px 20px;
	background: url(../images/li_bg.gif) no-repeat 0 5px;
}


/*	-------------------------------------------------------------
	ERROR MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#globalMessage {
	background: #eae841;
	padding: 2px 0 5px 20px;
	font-size: 12px;
	color: #222;
	text-align: left;
	border-bottom: 1px solid #ccc;
}


#globalMessage p {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../../../images/icons/msg.gif) no-repeat 0 5px;
}


#debugMessage {
	background: #eabc41;
	padding: 2px 0 5px 0;
	font-size: 12px;
	color: #222;
	text-align: left;
}

#debugMessage p {
	margin: 5px 0;
	padding: 5px 0 5px 50px;
	background: url(../../../images/icons/debug.gif) no-repeat 25px 5px;
	border-bottom: 1px solid #aaa;
}

#debugMessage p strong {
	margin: 0 15px 5px 0;
	display: block;
	float: left;
}