/**
 * Base CSS file for Cortex Software, www.cortex.com.au 
 *
 * Layout blocks have been organised into 'containers' and 'frames', where
 * containers are the (usually) invisible placeholders and the frames contain
 * the actual content.  Nested div blocks have been employed to center the 
 * content areas.
 *
 * @version: 1.0, MC, Feb 2008
 * @author: Matt Chamberlain, mwchamberlain@gmail.com
 */


/*
--------------------------------------------------------------------------------
	LAYOUT RULES
--------------------------------------------------------------------------------
*/
/*
	border: 1px;
	border-color: white;
	border-style: dashed;
*/
/*

	color: #D58535;		hover color
*/

body {
/*	background:transparent url(../Graphics/stripes.gif) repeat scroll 0%;*/
	background: #26A;
	color:#234;
	font-size:11pt;
	font-family: georgia, serif;
	margin:0px;
	padding:0px;
}

#spacer_top {
	height:30px;
	width:100%;
}

/*
#king_container {
	margin: auto;
	width: 830px
}
*/

#master_container {
	margin:auto;
/*	position:relative;*/
	width:930px;
}

#top_container {
	height:140px;
	width:100%;
}

#container {
	background: url(../Graphics/content_bg.jpg) repeat-y;
	float:left;
	margin:auto;
	padding: 0px 15px 0px 15px;
	position:relative;
	width:900px;
	min-height: 800px;
/* min-height hack for ie */
	height: auto !important;
	height: 800px;
}

#copy_container {
	float:left;
	height:auto;
	padding: 10px 40px 30px;
	width:820px;
	line-height: 1.5em;
}

#container_footer {
	margin:auto;
	position:relative;
	width:825px;
}

#footer {
	background:#004488 none repeat scroll 0%;
	border-color:#5599FF;
	border-style:solid;
	border-width:5px 0px 0px;
	bottom:0px;
	clear:both;
	min-height: 8em;
/* min-height hack for ie */
	height: auto !important;
	height: 8em;
	width:100%;
	font-size: 8pt;
	font-family: arial, sans-serif;
	color: #FDF2F2;
}

#footer_left {
	left:0px;
	margin:20px 0px 0px;
	/*position:absolute;*/
	float: left;
	width:275px;
}

#footer_center {
	margin:20px 0px 0px;
	/*position:absolute;*/	
	float: left;
	width: 275px;
	text-align: center;
}

/*
#footer_center p {
margin: auto;
	}
*/

#footer_right {
	margin:20px 0px 0px;
	/*position:absolute;*/
	float: left;
	/*right:0px;*/
	width:275px;
	text-align: right;
}

/*
#footer_right p {
	float: right;
}
*/

#logo {
	margin: 5px 30px 0px 350px;
	position:absolute;
}

#slogan {
	padding:40px 10px 10px;
	position:absolute;
	right:280px;
	width:300px;
	display: none;
}

#icon {
	position: absolute;
	right: 25px;
	top: 10px;
	width: 60px;
	height: 30px;
	margin: 0px;	
}

#icon li { display: inline; }

#icon li a {
	float: left;
	width: 30px;
/*	text-indent: -999em;*/
	height: 0px;
	padding-top: 30px;
	background: url(../Graphics/icons.jpg);
	overflow: hidden; 
}

#icon ul { padding: 0px; margin: 0px; }

#icon li#icon_home a { background-position: 0 0; }
#icon li#icon_sitemap a { background-position: -30px 0; }

#icon li#icon_home a:hover { background-position: 0px -30px; }
#icon li#icon_sitemap a:hover { background-position: -30px -30px; }

#search {
	position: absolute;
	right: 95px;
	top: 9px;
	font-family: arial, sans-serif;
	font-size: 7pt;
	color: #999;
	border-style: dotted;
	border-width: 0px 1px 0px 0px;
}

#heading {
	width: 650px;
	height: 60px;
	margin: 0px 0px 0px 80px; 	
	padding: 20px 0px 0px 70px; 
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #999;
}

#heading > h1 {
	margin: 30px 0px 0px 0px;
}

.heading_pic {
	float: right;
	margin: 5px 10px 0px 0px;
}

.thumb {
	float: left;
	margin: 20px 20px 20px 0px;
}

input[type="text"], textarea {
	border-color: #999 #DDD #DDD #999;
/*	border-width: 2px 1px 1px 2px;*/
	border-width: 1px;
	border-style: solid;
}

#searchbox{
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #999;
}

#search li { display: inline; }

#search li a {
	float: left;
	width: 30px;
	height: 0px;
	padding-top: 30px;
	background: url(../Graphics/icon_search.jpg);
	overflow: hidden; 
}

#search ul { padding: 0px; margin: 0px; }

#search li#icon_search a { background-position: 0 0; }
#search li#icon_search a:hover { background-position: 0 -30px; }
	

/*
input[type="text"]:hover, textarea:hover {
	background: #FAFAFA;
	border-color: #777;
}
*/

/*
#picture {
	background:#999999 none repeat scroll 0%;
	border:1px solid #FFFFFF;
	height:200px;
	margin: 0px auto 2em;
	top:150px;
	width:600px;
	font-size: 8pt;
	font-family: sans-serif;
}
*/
/*
#shadow_left {
	background:transparent url(../Graphics/shadow_left.png) repeat scroll 0%;
	height:100%;
	float: left;
	width:15px;
}

#shadow_right {
	background:transparent url(../Graphics/shadow_right.png) repeat scroll 0%;
	height:100%;
	float: left;
	width:15px;
}
*/

/*
#menu ul {
list-style-type:none;
margin:0pt;
padding:0pt;
position:relative;
width:100%;
height: 35px;
}

#menu li > a {
color:black;
padding:0.2em 0.6em;
visibility:hidden;
width:6em;
padding-top:35px;
width:100px;
float:left;
height: 0;
overflow: hidden;
}

#menu li {
display:inline;
height: 35px;
width: 100px;
float: left;
}
*/

#menu { 
	height:32px; 
	margin:auto auto 10px;
/*	top:80px;*/
	width:722px;
	position: relative;
	z-index: 9998;	
}

#nav li { display: inline; }

#nav li a { float: left; width: 120px; height: 0; padding-top: 32px; overflow: hidden; }

#nav li a { 
	background-image: url(../Graphics/buttons.jpg); 
	/*_background-image: url(../Graphics/buttons.gif);*/
	background-repeat: no-repeat; 
}

#nav li ul a { 
	background: #BBB; 
	font-size: 8pt;
	font-weight: bold;
	font-family: arial, sans-serif;
/*	border-color: #AAA;
	border-width: 1px;
	border-style: solid;*/
	width: 110px;
}
/*#menu li ul a { background: #555; background-image: none; }*/

/* Buttons */
#nav li#button_home a { background-position: 0 0; }
#nav li#button_coade a { width: 120px; background-position: -120px 0; }
#nav li#button_prg a { width: 120px; background-position: -240px 0; }
#nav li#button_support a { width: 120px; background-position: -360px 0; }
#nav li#button_news a { width: 120px; background-position: -480px 0; }
#nav li#button_contact a { width: 120px; background-position: -600px 0; }

/* Button Over States */
#nav li#button_home a:hover { background-position: 0 -32px; }
#nav li#button_coade a:hover { width: 120px; background-position: -120px -32px; }
#nav li#button_prg a:hover { width: 120px; background-position: -240px -32px; }
#nav li#button_support a:hover { width: 120px; background-position: -360px -32px; }
#nav li#button_news a:hover { width: 120px; background-position: -480px -32px; }
#nav li#button_contact a:hover { width: 120px; background-position: -600px -32px; }

#menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 32px;
	list-style: none;
}

#menu ul li {
	float: left;
	position: relative;
}

/*
#nav li ul li a { width: 50px; }
#menu li ul li a { width: 50px; }
#nav li li a { width: 50px; }
*/

#menu li ul a {
	height: auto;
	padding-top: 5px;
	width: 50px;
}

#menu ul li ul { 
	display: none; 
	position: absolute;
	width: 70px;
	margin-top: 32px;
/*	margin-left:60px;*/
	/*margin-left: 0px;*/
	left: 0px;
}

#menu ul li.over ul {
	display: block;
}

#menu ul li ul li {
	float: left;
	position: relative;
	width: 100%;
	margin-left: 0px;
/*	filter:alpha(opacity=90);
	-moz-opacity: .90;*/
}

/*
#menu ul li>ul {
	top: auto;
	left: auto;
}*/

#menu li > ul {
	top: auto;
	left: auto;
}

#menu ul li:hover ul { display: block; }

ul li a.navText {
	display: block;
	text-decoration: none;
	padding: 5px;
	height:auto;
	color:#000;
	width: 110px !important;
}

ul li a.navText:hover {/*color:#D58535;*/}

#menu li ul a:hover {
	background: #D58535;
}

li:hover {
	cursor:pointer;
}

ul.subnav {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

ul.subnav  {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0em 0px;
	/*text-indent: -1.3em;*/
	list-style-image: url(../Graphics/icon_list.jpg);
}

/*	doesn't work in IE */
/*
ul.subnav > li:before {
	content: "\00BB \0020";
	content: "> ";
	}
*/

ul.subnav > li {
	display: list-item;
	padding: 0px 0px 10px 0px;
}


ul.subnav li a:hover {
	text-decoration: none;
	color: #D58535;
}

.icon {
	width: 60px;
	height: 70px;
	float: left;
	padding: 10px 0px 0px;
	clear: left;
}

.button {
	border: 1px solid #999;
	padding: 3px 10px;
	background: #EEE;
	font-size: 9pt;
	font-weight: bold;
	font-family: arial, sans-serif;
}

img {
	border-style: none;			/* not 'border: none;' as doesn't apply to ie6 > */
}

#crumbs {
	margin: 0px 0px 5px 100px;
	font-size: 8pt;
	font-family: arial, sans-serif; 
	color: #999;
} 

#crumbs a {
	color: #999;
}
#crumbs a:hover {
	color: #D58535;
}


/*------------------------------------------------------------------------------
		TYPOGRAPHY RULES
------------------------------------------------------------------------------*/
h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	clear: both;
}

h4 {
	font-size: 10pt;
	clear: both;
}
	
	
#footer a { color: #FDF2F2; }

p {
	margin: 0em 0em 1.5em;
}

a {
	text-decoration: none;
	color: #234;
}	

a:hover {
	color: #D58535;
	text-decoration: none;
}

#footer a:hover { color: #D58535; }

/*
#heading > h1 {
	font-size: 18px;
	font-weight: bold;
}
*/

.note {
	font-size: 7pt;
	font-family: arial, sans-serif;	
}

.more {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	float: right;
	margin: 0px;
	display: inline;
}




