/*      general styles: reset, body, default element styles      */
/* reset rules */
* {
	margin:0;	padding:0;
	}
h1,h2,h3,h4,h5,h6,blockquote,form,label,ul,ol,dl,fieldset {
	margin:0.5em;
	}
p {
	margin:0.5em 0.5em 1em 0.5em;
	}
fieldset {
	padding:0.5em;
	}
ul {
	list-style:none;
	}
li {
	margin-bottom:1.2em;
	}
/* body styles */
body {
	font-size:80%; font-family:verdana, geneva, arial, helvetica, sans-serif;
	line-height: 1.5;
	color:#111; background:background: #fff;
	margin-bottom: 1em;
	}
/* default heading styles */
h1 {
	font:bold 2.2em tahoma, geneva, arial;
	color:#fff;
	text-align:center;
	padding-left:10px;
	} 
h2 {
	width:910px; margin:0 auto; border:0; 
	font:bold italic 1.6em georgia;
	color:#fff; background: #7da14a;
	text-align:left;
	padding:0.2em 0.5em;
	}

/* default link styles */
a,
a:link,
a:visited { 
	color:#fff;
	text-decoration:none;
	}
a:hover,
a:active {
	color:#000;
	text-decoration:underline;
	}

/* default styles */
strong {
	color:#a80000;
	}

/*     page structure     */

#wrapper {   
	width:960px; margin:0 auto; border:0; /* default page-width div */	
	background:#fff;
	}

#header,
#main,
#nav-main,
#footer,
#footfixed {
  width:100%; /* width of whole page */
	clear:both;
	}

#footfixed {
	position:absolute;
	bottom:1em;
	}	
	
#header,
#footer,
#footfixed {
	background:#506034 url(/shared/banner.jpg) repeat-y;
	}

#header {
  float:left;
	padding-bottom:5px #7da14a solid; border-bottom:1px #577033 solid; margin-bottom:15px;
	/*z-index: 3000;*/
	}
	
#subtitle {
	background:#7da14a;
	}
	
#main,
#nav-main {
	padding-left:10px; 
	}

#main {
	margin-top:15px;
	}
	
#footer,
#footfixed {
	text-align:center;
	color:#fff; 
	padding-bottom:0.5em;	border-top: 4px #7da14a solid;
	}	

.col,
.col-tab,
.col-menu {
	position:relative;
  width:315px;	
	float:left;
	}

.col-menu {
	margin-left:0.5em !important;
	text-align:right;
	}
		
.content {
	position:relative;
  width:300px;
	float:left;
	padding:0 5px; margin-bottom:1em;
	}

/* alignment */
.tright {
	text-align:right;
	}
.aligncenter {
	text-align:center;
	}
		
/* margins and padding */
.mleft {
	margin-left:0.5em !important;
	}
.mbottom {
	margin-bottom:1.5em !important;
	}

/* overrides */
.container img,
.col img {
	margin:0 5px;
	float:left;
	}

.content.mnone img {
	border-bottom:1px #666 solid;
	}	
	
.col-tab .content,
.col-menu .content {
	margin-bottom:0;
	}	

p.adaway {
	font-weight:600;
	font-style: italic;
	color:#506524;
	line-height:1.2;
	}

/* rounded corners */
.container {
	color:#fff; background:url(/shared/bg-block.jpg) repeat-y;
	margin:0;
	} 

.rtop, .rbottom{
	display:block;
	background:#fff; /* as page background */
	}

.rtop *, .rbottom * {
	display:block;
	height:1px;
	overflow:hidden;
	background:url(/shared/bg-block.jpg) repeat-y;
	}

.r1{margin:0 5px}
.r2{margin:0 3px}
.r3{margin:0 2px}
.r4{margin:0 1px; height:2px;}

/* tabs rounded corners */
.tab,
.tab-active {
	color:#fff; background:url(/shared/bg-tab.jpg) repeat-y;
	margin:0 0 5px;
	} 

.tab .rtop *,
.tab .rbottom *{
	background:url(/shared/bg-tab.jpg) repeat-y;
	}

.tab .r4 {
	margin:0 1px;
	height:1px;
	}

.tab a:hover,
.tab a:active {
	color:#000;	background-color:#daf2b3;
	text-decoration:none;
  padding-left:1em;	padding-right:3em;
	}

.tab-active,
.tab-active .rtop *,
.tab-active .rbottom * {
	background:#a80000;
	}
.tab-active a,
.tab-active a:hover,
.tab-active a:active {
	color:#fff;	background:#a80000;
	text-decoration:none;
	padding:0 10px; margin:0;	
	}

.container p,
.tab a,
.tab p,
.tab-active a {
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	}	

.col-menu a {
	padding:0 10px;
	}	
	
#tab-home {
	text-align:right;
	margin-bottom:1em;
	}
#tab-home a {
	padding:0 10px;
	}
	
/* special */
a.text,
a.text:link,
a.text:visited { 
	color:#a80000;
	text-decoration:underline;
	}
a.text:hover,
a.text:active {
	color:#009600;
	text-decoration:none;
	}

.links a {
	font-weight:600;
	color:#506524;
	text-decoration:underline;
	}
.links a:hover {
	font-weight:600;
	color:#a80000;
	text-decoration:none;

.ggad {
	float:left;
	clear:right;
	display:block;
	padding:0;
	}

.space {
	width: 100%;
	height: 20px;
	clear: both;
	}
	

