/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2007
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 14px Verdana, Arial, sans-serif;
	text-align: left;
	background: #9ac8eb url(../images/body_bg.jpg) top left repeat-x;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	margin: 20px auto;
	width: 755px;
	background: #fff; 
	border: 3px solid #98c7eb;
}

#header {
	height: 114px;
	background: #3e88c8;
	border-bottom: 4px solid #f47e20;
}

#content {
	padding: 10px 15px;
}

#footer {
	clear: both;
	background: #d9d9d9;
	border-top: 2px solid #ccc;
	font-size: 0.8em;
	color: #777;
	margin-top: 18px;
	padding: 5px 10px;
}

	



/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	margin: 5px 0 0 0;
	height: 29px;
	list-style: none;
	background: #7fb6e2 url(../images/menuMain_bg.jpg) top left repeat-x;
	border-top: 1px solid #4e96d1;
	border-bottom: 1px solid #5ca1da;
}

#menuMain li {
	float: left;
    display: block;
	height: 29px;
}

#menuMain li a:link, #menuMain li a:visited {
    float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 29px;
	height: 29px;
	padding: 0 15px 0 16px;
	text-transform: uppercase;
	background: url(../images/menuMain_li_bg.gif) no-repeat 100% 50%;
}

#menuMain li a.menuItemLast:link, #menuMain li a.menuItemLast:visited  {
	background: none;
}

#menuMain li a.menuItemCurrent:link, #menuMain li a.menuItemCurrent:visited  {
	color: #255d8b;
}

#menuMain li a:hover, #menuMain li a.menuItemCurrent:hover {
	color: #f6ce61;
}


/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	color: #295089;
	font-size: 1.8em;
	letter-spacing: -1px;
	line-height: 1.3em;
	padding: 4px 0 5px 0;
}

#content h2 {
	color: #9b9b9b;
	font-size: 1.4em;
	letter-spacing: -1px;
	line-height: 1.3em;
	padding: 4px 0 5px 0;
	margin: 10px 0 2px;
}

#content a:link, #content a:visited {
	color: #f47e20;
	text-decoration: underline;
}

#content a:hover {
	color: #c3671f;
}

#content ul {
	margin: 10px 0 15px 10px;
	padding: 0;
}

#content ul li {
	margin: 5px 0 0 0;
	padding: 2px 0 2px 20px;
	background: url(../images/li_bg.gif) no-repeat 0 7px;
	list-style: none;
}


/*	-------------------------------------------------------------
	FRONT PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	

#content ul.frontBox {
	padding: 10px 0;
	margin: 0;
	list-style: none;
	clear: both;
}

#content ul.frontBox li {
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 15px;
}

#content ul.frontBox li a:link, #content ul.frontBox li a:visited {
	display: block;
	background: #a0caec;
	text-decoration: none;
	width: 340px;
	height: 160px;
}

#content ul.frontBox li a:link strong, #content ul.frontBox li a:visited strong {
	display: block;
	font-size: 1.9em;
	color: #fff;
	background: #79b3e1;
	font-weight: normal;
	padding: 5px 0 5px 10px;
}

#content ul.frontBox li a:link span, #content ul.frontBox li a:visited span {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	line-height: 1.9em;
	padding: 5px 10px 0 10px;
}


#content ul.frontBox li a#green {
	background: #4ebb77;
}

#content ul.frontBox li a#green strong {
	background: #14a44a;
}

#content ul.frontBox li a#orange {
	background: #f9a54f;
}

#content ul.frontBox li a#orange strong {
	background: #f47e20;
}





/*	-------------------------------------------------------------
	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;
}