/*
	=====================================
	project: Distinctive
	author:  Luka Cvrk (www.solucija.com)
	-------------------------------------
	2009. Solucija
	=====================================
*/

*{margin:0;padding:0}:focus,:active {outline:0} img{border: 0}

body {font-family: Verdana, Arial Helvetica, sans-serif; height:100%; font-size:12px; background-color:#990000; margin-top:40px; }
#wrapper {margin:auto; width:900px;}

#container {width:900px; float:left; position:relative; min-height:500px; height:100%; background: url(/img/BG.gif);  }
#content {  width:750px; float:left;}
#header {background: url(/img/BG_header.gif) no-repeat; float:left; width:900px;}
#footer {margin:auto;  color:#ffffff; list-style:none;}

#address {color:#FFF; font-size:10px; position:absolute; bottom:0px; float:right; width:138px; margin-bottom:15px; margin-left:762px}
#newsletter{width:150px; position:absolute; top:0px; float:right; margin-left:750px; }

form, #pubMapFormContainer {float:left; margin:10px 0px;}

#mainNav {float:left; width:540px; float:left; margin-top:60px;}
#mainNav ul {list-style-type:none;}
#mainNav li a {font-size:12px; font-weight:bold; margin-left:8px; list-style-type:none; float:left; color:#000000; padding: 8px 0px;}
#mainNav li a:hover {color:#CC0000; text-decoration:none;}

#footerLinks {width:750px; margin-right:150px;}
#footerLinks ul {list-style-type:none; width:560px; float:left; margin:10px 0px 10px 0px;}
#footer li {margin:auto; color:#FFF;}
#footerLinks a { color:#FFF; float:left; margin-right:15px; font-size:12px;}
#footerLinks a:hover {color:#FC0;}

a { text-decoration: none; color: #990000;}
a:hover { text-decoration: underline;}

#treePageDetailsTitle, #pubMapHeader {margin:0px 0px 10px 0px; color:#C00; font-size:21px;}
#treePageDetailsDescription {margin:10px 0px 0px 0px;}
#detailWrapper, #welcome {padding:0px 0px 40px 0px; width:520px; margin-left:170px;}
.text {margin:0; top:auto;}




/*******************************************************/
/******** CSS BELOW SHOULD NOT NEED MODIFICATION *******/
/*******************************************************/
/* DEV MODE */
#devmode {background-color:#999999;color:#FFFFFF;font-size:.8em;font-weight:bold;width:100%;text-align:center;position:fixed;bottom:0;left:0;padding:1px;margin:0px;cursor:pointer;}
/* CSS HACKS */
.clearfix:after {content: ".";display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* HIDES FROM IE-MAC \*/
* html .clearfix {height: 1%;}
.clearfix {display: block; clear:both;}
/* END HIDE FROM IE-MAC */
