/* CSS Document */

/*
    Datasearch (Common Styles)
    
    @company Datasearch Internet Services
    @website datasearch.com.au 
    @created 10-April-2007
    @version 1.0
*/
/* 
Import Site Specifics 
*/
@import url(standardmatt.css);
/*
Common Screen Elements
*/

img {border: 0;}
p, h1, h2, h3, h4, h5, h6
 {margin: 0; padding: 0; font-weight: normal; text-align: left}
 
.hide, hr {
	display: none;
	}
	
p{
	line-height: 1.7em;
	margin: 20px 0;
	font-size: 11px;
	}
	
a:link{
	color: #233362;
	}
li{ margin-bottom: 10px;}

	
h1, h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #304586;
	}

	
h3 {
	font-size: 12px;
	color: #304586;
	margin: 20px 0 -10px;
	line-height: 1.7em;
	text-transform: uppercase;
	}
	
h5 {
	font-size: 12px;
	color: #000;
	margin: 40px 0 -10px;
	}

h4, h6 {
	font-size: 14px;
	color: #CCCCCC;
	font-weight:bold

	}

body {
	margin: 0;
	padding: 20px;
	background: #304585 url(../images/Slice_02.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666	}
	
#wrapper {
	width: 750px;
	background: #fff url(images/wrapper_bg.gif) repeat-y left;
	margin: 0 auto;
	position: relative;
	}

/* Masthead */
	
#masthead {
	height: 120px;
	position: relative;
	}
	
#mh_logo {
	position: absolute;
	right: 20px;
	top: 30px;
	}
	
#mh_tag {
	position: absolute;
	right: 25px;
	top: 85px;
	}
	
#mh_corner {
	
	}
	
	
/* Header */
#header {
	height: 120px;
	background: #304586 url(images/header_bg.gif) no-repeat right;
	position: relative;
	}
	
#header img {
	position: absolute;
	top: 50px;
	left: 150px;
	}
	
/* Menu */


	
/* Content */
.sidebar #content {
	background-image: url(images/content_sidebar_bg.gif);
	}
.sidebar2 #content {
	background-image: url(images/content_sidebar_bg2.gif);
	}

#content {
	padding-top: 50px;
	position: relative;
	background: #666 url(images/content_bg.gif) repeat-y right;
	min-height: 400px;
	}

	
* html #content {
	height: 1px;
	}
	
.sidebar ul {
	margin: 0 !important;
	}
	
.sidebar h4 {
	margin: 0;
	}
	
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
/* main */
.thumbs #main {
	left: 0;
	}
	
.sidebar #main {
	width: 330px;
	}
	
#main {
	left: 150px;
	padding: 0 50px 50px 30px;
	position: relative;
	float: left;
	width: 520px;
	}
#mainhome {
	left: 150px;
	padding: 0 50px 50px 30px;
	position: relative;
	float: left;
	width: 520px;
	}
	
* html #main {
	margin-right: -3px;
	}
	
#main ul {
	margin: 20px 0 ;
	}
	
#main li {
	margin: 10px 20px;
	padding-left: 10px;
	list-style: disc;
	}

	
/* Thumbs */
.thumbs #thumbs {
	display: block;
	}

#thumbs {
	display: none;
	width: 150px;
	min-height: 20px;
	float: left;
	margin-top: -195px;
	position: relative;
	z-index: 100;
	}

#thumbsmatt {
	display: block;
	width: 150px;
	min-height: 20px;
	float: left;
	margin-top: 0px;
	position: relative;
	z-index: 100;
	}
	
* html #thumbs {
	height: 20px;
	}
	
#thumbs a {
	display: block;
	}
	
#thumbs h4 {
	height: 20px;
	background: url(/css/images/thumbs_title_bg.gif) no-repeat top;
	}
	
#thumbs h4 * {
	display: none;
	}


/* Sidebar */
.sidebar #sidebar {
	display: block;
	}

#sidebar {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 190px;
	font-size: 10px;
	padding: 0;
	z-index: 1;
	border-top: 5px solid #e6e7e8;
	color: #fff;
	}

	
#sidebar h4.top {
	padding: 53px 0 10px 20px;
}
#sidebar h4 {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 0 10px 20px;
	margin-bottom: 10px;
	background: #304586;
	}
	
#sidebar p {
	margin: 5px 10px;
	font-size: 10px;
	}
	
#sidebar ul {
	margin: 5px 5px 40px;
	}
	
#sidebar li {
	margin-bottom: 5px;
	}
	
#sidebar li a em {
	font-style: normal;
	color: #aaa;
	}
	
#sidebar li a {
	background: url(images/sidebar_li_a_bg.gif) no-repeat 5px 9px;
	text-decoration: none;
	text-transform: uppercase;
	color: #eee;
	display: block;
	min-height: 10px;
	padding: 5px 5px 5px 15px;
}

* html #sidebar li a {
	height: 1px;
	}
	
#sidebar li a:hover {
	background-color: #596a9e;
	background-position: 4px 8px;
	border: 1px solid #26376b;
	padding: 4px 4px 4px 14px;
	}
	
/*
==== Footer ====
*/
	
#footer {
	width: 720px;
	padding: 5px 0;
	margin: 0 auto;
	color: #999;
	font-size: 10px;
	position: relative;
	clear: both;
	}
	
#footer a {
	color: #999;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;

	}
	
#footer_copyright {
	float: left;
	}

#footer_links {
	float: right;
	}
	
/*
==== Vline ====
*/
#vline {
	background: #fff;
	height: 250px;
	width: 5px;
	position: absolute;
	z-index:10000;
	left: 160px;
	bottom: 0;
	}
	.headlinegreen,a.headlinegreen, a.headlinegreen:link,a.headlinegreen:active,a.headlinegreen:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #008A5F;
	text-decoration: none;
}
a.headlinegreen:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #008A5F;
	text-decoration: underline;
}