/* ---------------------------------------------------- */
/* -- GENERIC RULES FOR SITE -------------------------- */
/* ---------------------------------------------------- */

body  {
	background: #ffffff;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 1em;
}

pre {
	color: #333;
	font-size: 1.1em;
	line-height: 10px;

}

a:link {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

img {
	border: 0px;
}

#container {
	width: 1000px;
	text-align: left;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100%;
}

/* ---------------------------------------------------- */
/* -- HEADER ------------------------------------------ */
/* ---------------------------------------------------- */
	
#header {
	background-image: url(images/header2.jpg);
	height: 128px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navi {
	padding-left: 15px;
	padding-top: 105px;
	vertical-align: bottom;
	color: #333333;
	font-size: 13px;
	position: relative;
	padding-right: 15px;
	padding-bottom: 0px;
}

#navi a:link {
	color: #666;
	text-decoration: none;
}

#navi a:active {
	color: #666;
	text-decoration: none;
}

#navi a:visited {
	color: #666;
	text-decoration: none;
}

#navi a:hover {
	color: #222;
	text-decoration: none;
}
/* ---------------------------------------------------- */
/* -- CONTENT -----------------------------------------*/
/* ---------------------------------------------------- */

h1 {
	font-size: 1.4em;
	color: #44a752;
	margin-left: 10px;
}

#map {
	float:right;
	clear:right;
}

#sitemap {
	background-color: #ffffff;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 160px;
	
}

#sitemap ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 18px;
}

#sitemap li { 
	font-size: 0.9em; 
}

#sitemap a:link {
	text-decoration: none;
}

#sitemap a:active {
	text-decoration: none;
}

#sitemap a:visited {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#maincontent {
	background-color: #ffffff;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 160px;
}

#maincontent a:link {
	color: #44a752;
	text-decoration: none;
}

#maincontent a:active {
	color: #44a752;
	text-decoration: none;
}

#maincontent a:visited {
	color: #44a752;
	text-decoration: none;
}

#maincontent a:hover {
	color: #44a752;
	text-decoration: underline;
}

#maincontent a.news:link {
	color: #666;
	text-decoration: none;
}

#maincontent a.news:active {
	color: #666;
	text-decoration: none;
}

#maincontent a.news:visited {
	color: #666;
	text-decoration: none;
}

#maincontent a.news:hover {
	color: #333;
	text-decoration: underline;
}

#maincontentfp {
	background-color: #ffffff;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 160px;
	background-image: url(images/TT_LOGO.gif);
	background-repeat: no-repeat;	
}

#maincontent li {
	list-style-image: url(images/green_bullet.png);
	font-size: 0.9em;
}

#maincontent table {
        margin-left: 6px;
}

p {
	padding: 0px;
	margin: 10px;
	font-size: .9em;
	color: #333333;
}

.contentimgright {
	border: solid #cccccc 0px;
	margin: 6px;
	float: right;
	clear: right;
}

.contentimgleft {
	border: solid #cccccc 0px;
	margin: 6px;
	float: left;
}

.contacts {
	border: 0px;
	width: 370px;
	padding: 2px;
	margin-left: 6px;
	font-size: .9em;
	color: #333;
}

.fixwidth {
	width: 180px;
}

.tdata {
	vertical-align: top;
}

/* ---------------------------------------------------- */
/* -- SIDEBAR ----------------------------------------- */
/* ---------------------------------------------------- */

#sidebar1 {
	float: left;
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #fff;
	color: #333333;

	position: relative;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/sidebar_fill.jpg);
	background-repeat: repeat-y;
	position: relative;

}

#sidebar1 ul {
	list-style-type: none;
	float: left;
	clear: left;
	margin: 0px;
	padding-left: 5px;
}

#sidebar1 li {
	line-height: 20px;
	width: 150px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#sidebar1 li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
}

#sidebar1 li a:active {
	color: #333333;
	text-decoration: none;
}


#sidebar1 li a:visited {
	color: #333333;
	text-decoration: none;
}

#sidebar1 li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #44a752;
}

.sidebarimg {
	vertical-align: bottom;
	border-style: none;	
}

.sidebarlogo {
	vertical-align: bottom;
	border-style: none;
	padding: 0px;
	margin: 0px;

}

/* ---------------------------------------------------- */
/* -- FOOTER ------------------------------------------ */
/* ---------------------------------------------------- */

#footer {
	background-image: url(images/footer1.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 28px;
	text-align: right;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;	
	clear: both;
	font-size: 0.8em;
	/*text-transform: uppercase;*/
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:active {
	color: #FFF;
	text-decoration: none;
}


#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.flag1 {
	padding-right: 30px;
	vertical-align: middle;
}

.flag2 {
	vertical-align: middle;
}

.separator {
	color: #666;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.counter {
	text-align: left;
	color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ---------------------------------------------------- */
/* -- ADMIN *------------------------------------------ */
/* ---------------------------------------------------- */

#mainadmin {
  background-color: #ffffff;
  color: #333333;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 0.9em;
}

#mainadmin table.data {
  width: 100%;
  border: none;
  padding: 2px;
  margin: 0px;
}

#mainadmin td.data {
  border-top: solid #44a752 1px;
  padding: 2px;
  margin: 0px;

}

#mainadmin th {
  padding: 2px;
  margin: 0px;
  text-align: left;
}

fieldset {  
  margin: 1em 0 0 0;  
  padding: 0;
  border: solid #44a752 1px;
  color: #333;
}

legend {  
  margin-left: 1em;  
  color: #333;  
  font-weight: bold;
}

label {  
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
}

input {
  margin-left: 20px;
  border:1px solid #44a752;
}

label.login {  
  display: block;
  padding-left: 400px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 0px;

}

input.login {
  margin-left: 400px;
  border:1px solid #44a752;
}

#nav  {
	padding: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px;
	width: 100%;
  
}

#nav td {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

#nav a {
  text-decoration: none;
  color: #666;

}

#nav a:visited {
  text-decoration: none;
  color: #666;
}

#nav a:hover {
  color: #000;
  text-decoration: none;
}

#nav a:active {
  text-decoration: none;
  color: #666;
}

#tinymce a {
  text-decoration: underline;
}

#tinymce a:visited {
  text-decoration: underline;
}

#tinymce a:hover {
  text-decoration: none;
}

#tinymce a:active {
  text-decoration: underline;
}

.fixwidth5 {
	text-align: right;
	width: 300px;
}

.fixwidth2 {
	text-align: left;
}

.fixwidth3 {
  border-top: solid #44a752 1px;
  width: 192px;
  text-align: left;
}

.fixwidth4 {
  border-top: solid #44a752 1px;
  width: 20px;
  text-align: right;
}


.submit {
  border: solid #44a752 1px;
  margin-left: 20px;
  margin-bottom: 4px;

}

#mainadmin textarea {
  margin-left: 20px;
  margin-right: auto;
  margin-bottom: 14px;
  padding-left: 10px;

}
