/* ###########################################################
   #              Consider Creative Limited, 2006            #
   #            W3C - CSS Level 2, CSS2 Specification        #
   #             http://jigsaw.w3.org/css-validator          #
   ########################################################### */


/* Import core styles - header, footer etc ------------------- */
@import url('core/header.css');
@import url('core/elements.css');
@import url('core/footer.css');

/* Import template styles for other pages etc ---------------- */
@import url('templates/forms.css');
@import url('templates/lists.css');


/* General --------------------------------------------------- */

* {
	margin : 0;
	padding : 0;
	border : 0;
}
body {
	font : 0.7em arial,sans-serif; 
	color: #000000;
}
img {
	display : block;
}
table {
	border-collapse : collapse;
}
td {
	vertical-align : top;
}
.hidden {
	position : absolute;
	left : -3000px;
}
.panel_hidden {
	display: none;
}
.cleared {
	clear : both
}
/* Default text styles --------------------------------------------------- */
p {

}
ol, ul {
	list-style-position: inside;
}

/* Positioning --------------------------------------------------- */
div#wrapper{
	/* to center the layout on the page */
	text-align : left;
	margin : 0 auto;
	width : 730px;
}

div#header {
	height: 145px;
	width : 730px;
	margin-bottom: 30px;
}
div#page_content {
	/*border: 1px dotted #cccccc;*/
	/*height: 450px;*/
}
div#main_panel {
	float: left;
	width: 450px;
	padding: 0px 20px 0px 20px;
}
div#main_panel.fullwidth {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
div#side_panel {
	float: right;
	width: 220px;
	padding: 0px 20px 0px 0px;
}
div#footer {
	/*border: 1px dotted #cccccc;*/
	/*float : left;*/
	/*clear: both;*/
	/*height: 30px;*/
	width : 730px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

/* Positioning for home elements --------------------------------------------------- */
#home {
	background-color: #5793ce;
}
#home div#wrapper{
	width: 100%;
	margin: 0px;
}
#home div#home_header {
	height: 235px;
	width: 730px;
	margin : 0 auto;
	background-color: #5793ce;
}
#home div#home_wrapper {
	float: left;
	width: 100%;
	background : #1f65b0 url("../images/core/splash_back.gif") repeat-x top left;
}
#home div#home_wrapper div#home_content {
	width: 730px;
	margin : 0 auto;
}
#home div#footer {
	width:  736px;
	margin : 0 auto;
}
