/****************************************
*	   begin main structure     		*
****************************************/
/* commented backslash hack v2 \*/ 
html, body {
    height: 100%;
}
/* end hack */ 
html {
    overflow-x: hidden;
    overflow-y: auto;
} /* needed for the bastard windows browser */
body {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 11px;
	color: #666;
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/****************************************
*	            defaults     	     	*
****************************************/
.hidetitle	{
	position: absolute;
	left: -9999px;
	top: -9999px;
} /* used to hide titles graphic used instead.  Used for accessibility and search indexing */
img { 
    border: 0px;
    outline: 0; 
}
 a {
    outline: 0;
}
p {
	margin: 0 0 0.9em;
	padding: 0;
	line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 19px;
}
.hide {
    display: none;
}
a:link, a:visited {
	color: #f4bc21;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #ff0000;
}

/****************************************
*	     start inner structure     		*
****************************************/
.centreContent {
	height: 100%;
	min-height: 100%;
	width: 740px;
	background-color: #fff;
	color: #666;
	margin: auto;
	text-align: left;
	position: relative;
}
html>body .centreContent {
    height:auto;
} /*for mozilla as IE treats height as min-height anyway*/
.content {
    position: relative;
	width: 740px;
    padding-top: 0px;
}
.left-bar {
    float: left;
	width: 120px;
    margin-right: 20px;
    padding-top: 6px;
}
.main {
	float: right;
	width: 600px;
    padding-top: 29px;
}
/****************************************
*	             header     	    	*
****************************************/
.header {
	height: 95px;
	position: relative;
	width: 740px;
}
.header .siteSwitch {
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 33px;
}
.header .logo {
    position: absolute;
    top: 25px;
    right: 0px;
    margin: 0px !important;
}
#printLogo {
    display: none;
}
/****************************************
*	            top menu     	    	*
****************************************/
.header .CZmenu {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 600px;
    color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
    padding-bottom: 4px;
}
.CZmenuleft {
    float: left;
}
.CZmenuright {
    float: right;
}
.menup {
    margin-left: 3px;
    margin-right: 3px;
}
/****************************************
*	            side menu     	    	*
****************************************/
.level1 {
    display: block;
    margin-top: 23px;
}
.level1 a:link, .level1 a:visited {
	color: #339933 !important;
	font-size: 13px !important;
	text-transform: lowercase;
    font-weight: normal !important;
}
.level1 a:hover, .level1 a:active, .level1 a:focus {
	color: #ff0000 !important;
}
.left-bar ul {
	list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.level2, .level2first {
    display: block;
    padding-top: 6px
}
.level2first {
    padding-top: 8px
}
.level2 a:link, .level2 a:visited, .level2first a:link, .level2first a:visited {
	color: #000 !important;
	font-size: 12px !important;
    font-weight: normal !important;
}
.level2 a:hover, .level2 a:active, .level2 a:focus, .level2first a:hover, .level2first a:active, .level2first a:focus {
	color: #ff0000 !important;
}
.level3 {
    padding-top: 1px;
    padding-bottom: 1px;
}
a.subMenuActive:link, a.subMenuActive:visited {
	color: #ff0000 !important;
}
.news-current a:link, .news-current a:visited, .news-current a:hover, .news-current a:active, .news-current a:focus {
	color: #ff0000 !important;
}

/****************************************
*	             styles     	    	*
****************************************/
.title1 {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.title2 {
    font-weight: bold;
    display: block;
    color: #339933;
}
/****************************************
*	             footer     	    	*
****************************************/
#footer {
	height: 58px;
	width: 100%;
	position: absolute !important;
	bottom: 0;
	overflow: hidden;
	float: left;
    text-align: right;
}
.clearfooter {
	clear: both;
	height: 130px;
	position: relative;
} /* needed to make room for footer */
.CZfooter {
	padding-top: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#CZsmIcons {
    float: left;
	font-weight: bold;
}
#CZsmIcons td {
    font-size: 11px;
    color: #222;
}
#CZsmIcons img {
    margin-left: 7px;
}
a.footerLink:link, a.footerLink:visited {
    color: #222;	
}
a.footerLink:hover, a.footerLink:active, a.footerLink:focus {
    color: #ff0000 !important;	
}
#CZcopyright {
    /*font-size: 11px;*/
    color: #222;
    float: right;
    font-weight: bold;
    margin-top: 4px;
}

/*.CZcopyright {
    font-size: 11px;
    color: #222;
    float: right;
    font-weight: bold;
}*/

a#nomads-register:link, a#nomads-register:visited {
	display: block;
	background-color: #339933;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
a#nomads-register:hover, a#nomads-register:active, a#nomads-register:focus {
	background-color: #999;
	color: #fff;
}

/* END OF STRUCTURE */