@charset "utf-8";
/* CSS Document */

a {
	color: #ca0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a, img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

div.headTitle {
	letter-spacing: -1px;
	font-size: 20px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-bottom: 3px;
	font-size: 18px;
	margin-top: 13px;
	margin-left: 0px;
	color: #ca0000;
	clear: both;
	vertical-align: bottom;
}

h2 {
	font-size: 14px;
	color: #2677ac;
	font-weight: bold;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}


/* --- buttons --- */
a.bt {
	background-image: url(../img/btBgRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 0;
	margin-right: 3px;
	padding-right: 15px;
	border: none;
	text-decoration: none;
} 

a.bt span {
	background-image: url(../img/btBgLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: auto;
	padding-left: 10px;
	float: left;
	width: auto;
} 

a.bt span em {
	background-image: url(../img/btBg.gif);
	background-repeat: repeat-x;
	background-position: right top;
	font-style: normal;
	float: left;
	color: #fff;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	cursor: pointer;
} 

a.bt:hover {
	background-image: url(../img/btBgRightOn.png);
}

a.bt:hover span {
	background-image: url(../img/btBgLeftOn.png);
}

a.bt:hover span em {
	color: #1e547d;
	background-image: url(../img/btBgOn.gif);
}



a.bt2 {
	background-image: url(../img/btBg2Right.png);
}

a.bt2 span {
	background-image: url(../img/btBg2Left.png);
}

a.bt2 span em {
	background-image: url(../img/btBg2.gif);
	color: #fff;
}

a.bt2:hover span em {
	color: #000;
}

a.bt3 {
	background-image: url(../img/btBg3Right.png);
}

a.bt3 span {
	background-image: url(../img/btBg3Left.gif);
}

a.bt3 span em {
	background-image: url(../img/btBg3.png);
	color: #000;
}

a.bt3:hover span em {
	color: #1e547d;
}

a.bt4 {
	background-image: url(../img/btBg4Right.png);
	padding-right: 10px;
}

a.bt4 span {
	background-image: url(../img/btBg4Left.png);
	padding-left: 15px;
}

a.bt4 span em {
	background-image: url(../img/btBg4.gif);
	color: #fff;
}

a.bt4:hover {
	background-image: url(../img/btBg4RightOn.png);
}

a.bt4:hover span {
	background-image: url(../img/btBg4LeftOn.png);
}

a.bt4:hover span em {
	color: #1e547d;
	background-image: url(../img/btBg4On.gif);
}

a.bt5 {
	background-image: url(../img/btBg-5.png);
	padding-right: 10px;
}

a.bt5 span {	
	background-image: url(../img/btBg-5.png);
	padding-left: 5px;
	background-position: 0 -80px;
}

a.bt5 span em {
	background-image: url(../img/btBg-5.png);
	background-position: 0 -40px;
	color: #fff;
	padding: 6px 3px;
}

a.bt5:hover {
	background-image: url(../img/btBg-5-on.png);
}

a.bt5:hover span {
	background-image: url(../img/btBg-5-on.png);
}

a.bt5:hover span em {
	color: #1e547d;
	background-image: url(../img/btBg-5-on.png);
}

/*--- /buttons ---*/

/* --- tabs --- */
.tabs {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #fbfcfd;
	background-image: url(../img/tabsBg.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
}

.tabs a {
	background-image: url(../img/tabBgRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 0;
	margin-right: 0px;
	border: none;
	text-decoration: none;
	margin-top: 10px;
} 

.tabs a span {
	background-image: url(../img/tabBgLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: auto;
	padding-left: 5px;
	padding-right: 10px;
	float: left;
	width: auto;
} 

.tabs a span em {
	background-image: url(../img/tabBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-style: normal;
	float: left;
	color: #fff;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	padding: 15px;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-right: 23px;
	cursor: pointer;
} 

.tabs a:hover {
	background-image: url(../img/tabBgRightOn.png);
}

.tabs a:hover span {
	background-image: url(../img/tabBgLeftOn.png);
}

.tabs a:hover span em {
	color: #1e547d;
	background-image: url(../img/tabBgOn.gif);
}

.tabs a.on, .tabs .ui-state-active a {
	background-image: url(../img/tab2BgRightOn.png);
	margin-top: 0;
}

.tabs a.on span, .tabs .ui-state-active a span {
	background-image: url(../img/tabBgLeftOn.gif);
}

.tabs a.on span em, .tabs .ui-state-active a span em  {
	background-image: url(../img/tabBgOn.png);
	color:  #1e547d;
	padding: 15px;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-right: 18px;
	font-size: 18px;
	font-weight: normal;
}

.tabs a.tab2 {
	background-image: url(../img/tab2BgRightOn.png);
	margin-top: 20px;
}

.tabs a.tab2 span {
	background-image: url(../img/tabBgLeftOn.gif);
}

.tabs a.tab2 span em  {
	background-image: url(../img/tabBgOn.gif);
	color:  #1e547d;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: normal;
}

.tabs a.on:hover span em {
	color: #000;
}


/* --- /tabs --- */