
/* ST styles */

h1 {
	font-family: Helvetica, Arial, Sans, sans-serif;
	font-size: medium;
	clear: both;
	color: #006a9e;
	margin-top: 0;
}

h2 {
	font-family: Helvetica, Arial, Sans, sans-serif;
	font-size: small;
/*	clear: both;*/
	color: #0071bc;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #0071bc;
	width: 460px;
}

ul {
 list-style-image:url(images/li_bg.png);
 list-style-position:inside;
 margin:0.5em 0;
 padding:0;
}


.shortList {
	font-family: Arial, sans-serif;
	font-size: 13px;

	padding:0;
}

.shortList li {
	margin: 0;
	list-style-type:none;
	list-style-image:none;
	padding-left: 8px;
	color: #696969;
}

li.header {
	font-weight:bold;
	display:list-item;
	list-style-type:none;
	list-style-image:none;
	padding-left: 0px;
	color: #333333;
}

.topics {
	list-style-image: url(images/icon_07.gif);
	list-style-position: outside;
	margin: 0 16px;
	padding: 0;
}
.topics li {
	margin: 0 0 8px 8px;
	padding: 0;
}

.section {
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-right: 10px;
	border:0;
	font-size: 14px;
}


address {
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-style:italic;
	display:block;
	margin: 0;
	white-space: pre;
}

.phone {
	background: url(images/icon_phone.png) no-repeat;
	background-position: left center;
	padding-left: 17px;
}

.fax {
	background: url(images/icon_fax.png) no-repeat;
	background-position: left 4px;
	padding-left: 17px;
}

.email {
	background: url(images/icon_mail.png) no-repeat;
	background-position: left 6px;
	padding-left: 18px;
}

.web {
	background: url(images/icon_web.png) no-repeat;
	background-position: left center;
	padding-left: 19px;
}

.insetRight,
.framedRight {
	float: right;
	margin-left: 0.5em;
}

.framedRight {
	border: 0; /*1px solid #61bdec;*/
	padding: 8px;
	background-color: white;
}



#SubMenu {
	font-size: 12px;
	color: #333333;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}

#SubMenu ul {
	margin:0;
	padding: 0;
	border:0;
}

#SubMenu li {
	display: inline;
	margin: 0;
	border:0;
	background: url(images/li_bg.png) left center no-repeat;
	padding-left: 7px;
}

#SubMenu a {
	color: #333333;
	text-decoration: none;
}

#SubMenu a:hover {
color:#0071bc
}


.genTable 
{
	background-image: url(images/thead-grey.png);
	background-repeat: no-repeat;
	background-position: top left;	
	
	background-color:#ececec;
	margin-bottom: 2em;
	font-size: x-small;
}

.genTable thead {
	height: 32px;
}

.genTable th {
	text-align: center;
	font-weight: bold;
	color: #333333;
}

.genTable .firstColumn {
	text-align: left;
	padding-left: 6px;
}

.genTable .lastColumn {
	background-image: url(images/thead-grey-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 32px;
}


.genTable td {
	font-size: x-small;
	padding: 3px;
	background-color: #f6f7f9;
	border-top: 1px solid #dbdedf;
	border-left: 1px solid #dbdedf;
	text-align:center ;
}

.genTable .subHeader 
{
	font-weight: bold;
	background-color: #dbdedf;
}

.genTable .subHeader a 
{
	font-weight: normal;
}

.genTable td:first-child {
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	border-left:none;
}

.genTable td:last-child {
	padding-right: 10px;
}

.genTable tfoot td {
	font-size: 90%;
	background-color: #a5acb0;
	color: #333333;
}


fieldset {
	border: 0;
	margin-bottom: 2em;
}

legend {
	font-weight: bold;
	color: #006a9e;
	background: url(images/bg-grad-01.png) no-repeat;
	display: block !important;
	/*position: relative !important;*/
	width: 480px;
	padding: 3px;
	margin: 0 0 0 -3px;
	border: 0;
}

label {
	font-size: x-small;
}

.formField {
	float: left;
	margin: 5px;
	font-size: 90%;
}

.formField .label {
	color: #2973b5
}

.formField input,
.formField select,
.formField textarea {
	font-family: "Segoe UI", Tahoma, sans-serif;
}


.menuItem {
	margin: 10px 0 15px 0;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 11px;
}

.menuItem img {
	display: block;
	margin: 0 0 1px 0;
}

.menuItem a {
	text-decoration: none;
}

.menuItem a:hover {
	text-decoration:underline;
}

.disabled {
 display: none;
}

.contentHeader {
	background-color: #f9c788;
	background-image: url(images/bg-grad-01.png);
	background-repeat: repeat-y;
	
	position: relative;
	width: 640px;
	height: 16px;
}

.contentBody {
	background-color: #fbf3e1;
	background-image: url(images/bg-grad-02.png);
	background-repeat: repeat-y;
	
	color: #202020;
	
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	
	/*padding: 10px;*/
}

.textBlock {
	padding: 0 10px 10px 10px;
	margin-bottom: 1em;
	line-height: 133%;
}

.contentBody p,
.contentBody td {
	font-size: 12px;
	
}
