/* @import url(layout.css); */
@import url(overrides__tx-dropdownsitemap.css);
/* @import url(overrides__tx-swagevents.css); */
/* @import url(overrides__tx-rgsmoothgallery.css); */
/* @import url(overrides__tt-news.css); */

/* Top Elements */
* { margin: 0px; padding: 0px; }

body {
	background: #fff;
	font: 72%/1.5em Arial, Helvetica, sans-serif;
	color: #333; 
	text-align: left;
}


p, td, ul, ol { font-size: 12px; }

ul, li { list-style-image : url(../images/arrow.gif); }

p.bodytext a { font-weight: bold; }

hr { text-align: left; margin: 8px 0px 10px 0px; width: 100%; height: 3px; color: #66ff99; border: none; } /* For Internet Explorer */

html>body hr { margin: 8px 0px 10px 0px; width: 100%; height: 3px; background-color: #66ff99; border: none; } /* For Opera and Gecko-based browsers */


/* links */
a, a:visited {
	color: #00f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	color: #CC0000;
	font-size: 150%;	
}
h2 {
	font-size: 110%;
	color: #CC0000;
}
h3 {
	font-size: 110%;
	color: #10007B; 
}
h1, h2, h3 {
	padding: 10px 0px 5px 4px;	
	margin: 0px;
}

p {
	padding: 3px 0px 3px 0px;		
	margin: 0px;
	line-height: 1.4em;
}

.bodytext {
	text-align: justify;
}

ul, ol {
	margin: 5px 20px;
	padding: 0px 20px;
	color: #333;	
}
ul span, ol span {
	color: #666;
}

box {
  margin: 5px 0px;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em Arial, Verdana, Tahoma, sans-serif;
  /* white-space: pre; */
  background: #fcf9e1;
  border: 1px solid #f2efd9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #edf2f4; 
  	background: #f8fafb url(../images/quote.gif) no-repeat 5px 5px;    
}

/* images */
img {
	border: none;
}
img.float-right {
  margin: 5px 0px 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
.csc-textpic {
  margin: 10px 0px 0px 0px;
}

/*
.csc-textpic-imagewrap img {
	padding: 5px;
}
*/

.csc-textpic-caption {
	font-size: 90%;
	padding-left: 5px;
}

/* img border styles */ 
#main img {
	padding:2px;
	border:1px solid #ccc;
}

/* form elements - general */

form {
	margin: 10px;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #cccccc;
}
input, textarea {
	margin: 2px;
	padding: 1px;
	font: normal 1em Arial, Verdana, Tahoma, sans-serif;
	color:#777;
	border: 1px solid #ccc;
}
textarea {
	width: 250px;
	height:100px;
}
select {
	margin: 2px;
	padding: 0px 1px 0px 1px;
	font: normal 1em Arial, Verdana, Tahoma, sans-serif;
	color:#333;
	border: 1px solid #ccc;
}
option {
	margin: 2px;
	padding: 0px 1px 0px 2px;
	border-bottom: 1px solid #ccc;
}
checkbox, radio {
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: none;
}
input.button, input.submit { 
	margin: 0;
	padding: 2px 3px;
	color: #00703c;
	border: 1px solid #00703c;
}

/* mailform elements - specific */

.csc-mailform-field {
	clear:both;
	margin-bottom:5px;
	font-weight: bold;
}
.csc-mailform-field label {
	display:block;
	float:left;
	margin: 5px 0px 5px 15px;
	padding: 0px;
	font-weight: normal;
	width:180px;
}
.csc-mailform-field legend {
	display: none;
}

.mf-input, .mf-text, .mf-select, .mf-check, .mf-radio, .mf-file {
	float:left;
	margin:0px 0px 10px 20px;
	padding:1px;
}
.mf-input {
	width:200px;
}
.csc-mailform-radio label {
	display:block;
	float:left;
	margin: 5px 0px 5px 15px;
	padding: 0px;
	font-weight: normal;
	width:100px;

}
.mf-radio {
	clear:both;
	float:left;
	margin-top: 5px;
	border: none;
}
.mf-check {
	margin-top:5px;
	border: none;
}
.mf-file {
	display:block;
	border: 1px solid #ccc;
}
.mf-submit {
	float:right;
	margin:5px 70px 0px 20px;
	padding:3px;
	color:#333;
	background:#ddd;
	border: 1px solid #ccc;
}


/* search */
form.search {
	position: absolute;
	top: 35px;
	right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0px;
	padding: 1px 2px;
	width: 120px;
	color: #333; 
	background: #fff;
}
form.search input.button {
	width: 70px;
	height: 21px;
	color: #333;
	background: #ccc;
	border: none;
}


/* progress bar in description textareas */
.progress {
	width: 1px;
	height: 16px;
	padding-left: 5px;
	margin-left: 10px;
	font-size: 10px;
	color: #fff;
	background-color: #ccc;
	overflow: hidden;
}



/* ****************
My css values below
**************** */

.client_address {
	font-family: Verdana, sans-serif;
	 font-size: 11px;
	 font-variant: normal;
	 font-weight: bolder;   color: #FFFFFF;
}

#content {
	margin:0 10px;
	padding:0;
}

#recommend_link {
	clear:both;
	padding: 10px 0 5px 160px;
	font-size:0.8em;
	text-align: center;
}
#recommend_link a {
	color: #444;
}


.web_credits {
	font-size: 10px; font-family: verdana, helvetica, sans-serif;
}
.web_credits a:link {
	font-size: 10px; color: #be0128; font-family: verdana, helvetica, sans-serif; text-decoration: none
}
.web_credits a:visited {
	font-size: 10px; color: #be0128; font-family: verdana, helvetica, sans-serif; text-decoration: none
}
.web_credits a:hover {
	font-size: 10px; color: #222222; font-family: verdana, helvetica, sans-serif; text-decoration: none
}

.to_top_link {
	font-size: 10px; font-family: verdana, helvetica, sans-serif
}
.to_top_link a:link {
	font-size: 10px; color: #be0128; font-family: verdana, helvetica, sans-serif; text-decoration: none
}
.to_top_link a:visited {
	font-size: 10px; color: #be0128; font-family: verdana, helvetica, sans-serif; text-decoration: none
}
.to_top_link a:hover {
	font-size: 10px; color: #222222; font-family: verdana, helvetica, sans-serif; text-decoration: none
}

.bottomnav {
	font-size: 10px; font-family: verdana, helvetica, sans-serif
}
.bottomnav a {
	padding:2px; font-size: 10px; font-family: verdana, helvetica, sans-serif; font-weight: normal; text-decoration: none;
}

.bottomnav a:link {
	color: #222222;
}
.bottomnav a:visited {
	color: #222222;
}
.bottomnav a:hover {
	color: #be0128;
}
.bottomnav-act a:active {
	color: #222222;
}
.bottomnav-act a:link {
	color: #222222;
}
.bottomnav-act a:unknown {
	color: #222222;
}
.bottomnav-act a:hover {
	color: #be0128;
}
#copyright {
	margin:0;
	padding:0;
	color:#666;
	font-size:0.8em;
}

.leftnavspc {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-variant: normal;
	font-weight: bolder;   color: #FFFFFF;   /* white */
	text-decoration: none;   padding: 2px;
	background-color: #00319c;
	border-top: thin dotted #9B193D;   /* burgundy */
	border-bottom: thin dotted #9B193D;   /* burgundy */
	padding-top : 3px;
	text-indent : 5px;
}

.leftnavspc_spaceabove {
	background-color: #00319c;
}

.loginbox_maintitle {
	 font-family: Verdana, sans-serif;
	 font-size: 11px;
	 font-variant: normal;
	 font-weight: bolder;   color: #FFFFFF;   /* white */
	 text-decoration: none;   padding: 2px;
	 background-color: #00319c;
	 border-top: thin dotted #9B193D;   /* burgundy */
	 border-bottom: thin dotted #9B193D;   /* burgundy */
	padding-top : 3px;
	text-indent : 1px;
}

.loginbox_username {
	 font-family: Verdana, sans-serif;
	 font-size: 12px;
	 font-variant: normal;
	 font-weight: bolder; 
	 color : #CC0000;
}

.loginbox_fieldtitles {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-variant: normal;
	font-weight: bolder; 
	color: #222222;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px; 

	padding-top: 2px;
}



/*left navigation 4 levels */
.leftnav1 a, .leftnav1-act a, .leftnav2 a,  .leftnav2-act a, .leftnav3 a,  .leftnav3-act a, .leftnav4 a, .leftnav4-act a {
	padding: 2px;  display: block;  width: 176px;
	white-space: nowrap; text-decoration: none; border-top: #00319C 1px solid;
}

.leftnav1 a:link, .leftnav1 a:visited  {
	background: url(../images/buttons.gif) no-repeat 0px -3px; color: #222222; text-indent: 15px;
}
.leftnav1 a:visited {
	background: url(../images/buttons.gif) no-repeat 0px -3px; color: #222222; text-indent: 15px;
}
.leftnav1 a:active {
	background: url(../images/buttons.gif) no-repeat 0px -3px; color: #be0128; text-indent: 15px;
}
.leftnav1 a:hover {
	background: url(../images/buttons.gif) no-repeat 0px -27px; color: #af0021; text-indent: 15px;
}
.leftnav1-act a:link, .leftnav1-act a:visited {
	background: url(../images/buttons.gif) no-repeat 0px -27px; color: #be0128; text-indent: 15px;
}
.leftnav1-act a:active {
	background: url(../images/buttons.gif) no-repeat 0px -27px; color: #be0128; text-indent: 15px;
}
.leftnav1-act a:hover {
	background: url(../images/buttons.gif) no-repeat 0px -27px; color: #af0021; text-indent: 15px;
}

.leftnav2 a:link, .leftnav2 a:visited {
	background: url(../images/buttons.gif) no-repeat 0px -52px; color: #222222; text-indent: 30px;
}
.leftnav2 a:active {
	background: url(../images/buttons.gif) no-repeat 0px -52px; color: #be0128; text-indent: 30px;
}
.leftnav2 a:hover {
	background: url(../images/buttons.gif) no-repeat 0px -77px; color: #af0021; text-indent: 30px;
}
.leftnav2-act a:link, .leftnav2-act a:visited {
	background: url(../images/buttons.gif) no-repeat 0px -77px; color: #be0128; text-indent: 30px;
}
.leftnav2-act a:active {
	background: url(../images/buttons.gif) no-repeat 0px -77px; color: #be0128; text-indent: 30px;
}
.leftnav2-act a:hover {
	background: url(../images/buttons.gif) no-repeat 0px -77px; color: #af0021; text-indent: 30px;
}

.leftnav3 a:link, .leftnav3 a:visited {
	background: url(../images/buttons.gif) no-repeat 0px -102px; color: #222222; text-indent: 45px;
}
.leftnav3 a:active {
	background: url(../images/buttons.gif) no-repeat 0px -102px; color: #be0128; text-indent: 45px;
}
.leftnav3 a:hover {
	background: url(../images/buttons.gif) no-repeat 0px -127px; color: #5e0021; text-indent: 45px;
}
.leftnav3-act a:link, .leftnav3-act a:visited {
	background: url(../images/buttons.gif) no-repeat 0px -127px; color: #be0128; text-indent: 45px;
}
.leftnav3-act a:active {
	background: url(../images/buttons.gif) no-repeat 0px -127px; color: #be0128; text-indent: 45px;
}
.leftnav3-act a:hover {
	background: url(../images/buttons.gif) no-repeat 0px -127px; color: #5e0021; text-indent: 45px;
}

.leftnav4 a:link, .leftnav4 a:visited {
	background: url(../images/buttons.gif) no-repeat 0px -152px; color: #222222; text-indent: 60px;
}
.leftnav4 a:active {
	background: url(../images/buttons.gif) no-repeat 0px -152px; color: #be0128; text-indent: 60px;
}
.leftnav4 a:hover {
	background: url(../images/buttons.gif) no-repeat 0px -177px; color: #4e4246; text-indent: 60px;
}
.leftnav4-act a:link, .leftnav4-act a:visited {
	background: url(../images/buttons.gif) no-repeat 0px -177px; color: #be0128; text-indent: 60px;
}
.leftnav4-act a:active {
	background: url(../images/buttons.gif) no-repeat 0px -177px; color: #be0128; text-indent: 60px;
}
.leftnav4-act a:hover {
	background: url(../images/buttons.gif) no-repeat 0px -177px; color: #4e4246; text-indent: 60px;
}

.breadcrumb {
	margin:0;
	padding:0;
	text-align: left;
}

#recommend_link {
	margin:0;
	padding:0;
	text-align: right;
}