
/********************************************
*                                           *
* Author: 	David Gilmore                   *
*         	Starlight Solutions             *
*                                           *
* Date: 	03/07/2009                      *
*********************************************
*                                           *
* Copyright © Starlight Solutions 2007      *
* This module remains the property of       *
* Starlight Solutions at all times.         *
* Unathorised use is not permitted.         *
*                                           *
********************************************/

/* Site defines */


/* Structure and layout */
body { margin:0px; padding:0px; }
#page { margin:0px; padding:0px; background-color:#e2f8d5; }

/* Top Banner */
#page_header { left:0px; top:0px; position:absolute; height:150px; width:100%; background:repeat-x url('img/header_spacer.png'); }
#page_header_banner { width:980px; height:150px; margin:0px auto; }

/* Main Content */
#page_content { margin:150px auto 0px auto; width: 980px; }
#page_content_main_container { padding:0px; margin:0px; width:804px; float:right; }
#page_content_side_container { padding:23px 0px 10px 0px; width:150px; margin: 23px 503px 0px 0px; }
div.page_content_main { padding:1px 15px 20px 23px; margin:20px 0px 20px 0px; border-left:1px solid #6d575f; overflow:hidden; }
.clear { clear: both; display: block; height: 1px; overflow: hidden; margin: 0; padding: 0; }		

/* Menu */
div.menu div.menu_item { text-align:center; padding:5px 10px 0px 40px; }
div.menu div.menu_item div.label { color:#6d575e; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11pt; margin:0px 0px 20px 0px; }
div.menu div.menu_item div.label a { color:#6d575e; text-decoration:none; }
div.menu div.menu_item a img { border:0px; }

/* Page Footer */	
#page_footer { clear: both; margin:0px; padding:10px 0px 10px 0px; text-align:center; border-top:15px solid #7fb155; background-color:#ffffff; }

div#layout_flash_message { text-align:center; margin-top:40px; padding-top:5px; padding-bottom:400px; }
div#layout_flash_message a { font-family:Georgia, "Times New Roman", Times, serif; color:#7e3f71; font-size:20pt; font-weight:normal; line-height:25px; text-decoration:none; }

