html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
li {
	margin: 5px 5px 5px 20px;
}
body {
	font: 16px Arial; }
body,html{height:100%;}
table,td,tr{padding: 0; margin: 0; vertical-align: top;}
td{height: 100%;}
table{width:100%;}
a {
	color: #004d6a;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: #004d6a;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
a:visited {
	color: #004d6a;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}


/* #Layout Styles
================================================== */

.heading {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 952px;
	background: #fff;
	height: 192px;
}

.heading_left {
	float: left;
    padding-top: 25px;
}

.heading_right {
	float: right;
	color: #fff;
	background: #055f81;
	font-size: 12px;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	
	height: 44px;
}
.heading_right2 {
	float: right;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	right: 0px;
	bottom: 0px;
	margin-top: 90px;
}

.menu {
	background: #055f81; /* Old browsers */
	background: -moz-linear-gradient(top,  #055f81 0%, #055f81 4%, #87a9b6 5%, #055f81 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#055f81), color-stop(4%,#055f81), color-stop(5%,#87a9b6), color-stop(100%,#055f81)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #055f81 0%,#055f81 4%,#87a9b6 5%,#055f81 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #055f81 0%,#055f81 4%,#87a9b6 5%,#055f81 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #055f81 0%,#055f81 4%,#87a9b6 5%,#055f81 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #055f81 0%,#055f81 4%,#87a9b6 5%,#055f81 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055f81', endColorstr='#055f81',GradientType=0 ); /* IE6-9 */

	height: 49px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.menu_content {
	background: #055f81; /* Old browsers */
	background: -moz-linear-gradient(top,  #055f81 0%, #055f81 4%, #87a9b6 5%, #055f81 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#055f81), color-stop(4%,#055f81), color-stop(5%,#87a9b6), color-stop(100%,#055f81)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #055f81 0%,#055f81 4%,#87a9b6 5%,#055f81 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #055f81 0%,#055f81 4%,#87a9b6 5%,#055f81 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #055f81 0%,#055f81 4%,#87a9b6 5%,#055f81 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #055f81 0%,#055f81 4%,#87a9b6 5%,#055f81 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055f81', endColorstr='#055f81',GradientType=0 ); /* IE6-9 */

	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 952px;
	height: 49px;
	z-index: 9999;
}

.body {
	background: #d5d5d5; /* Old browsers */
	background: -moz-linear-gradient(top,  #d5d5d5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5d5d5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5d5d5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5d5d5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5d5d5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	background-size:auto 400px;
	background-repeat: no-repeat;
	
	min-height: 600px;
}

.body_content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 902px;
	background: #fff;
	min-height: inherit;
	padding: 25px;
}

.footer {
	background: #c7c7c7; /* Old browsers */
	background: -moz-linear-gradient(top,  #c7c7c7 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7c7c7), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c7c7c7 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c7c7c7 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c7c7c7 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c7c7c7 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */

	height: 375px;
	margin-top: 25px;
}
.footer_content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 952px;
	height: 325px;
	padding-top: 50px;
	font-size: 14px;
}

.alignRight {
	margin-left: auto;
}
.textRight {
	text-align: right;
}

#submit {
	color: #fff;
	background: #44839b !important;
	border-top: 5px solid #7ea4b2 !important;
	border-right: 5px solid #0c6384 !important;
	border-bottom: 5px solid #0c6384 !important;
	border-left: 5px solid #7ea4b2 !important; 
	border-radius: 5px;
	width: 190px;
	height: 50px;
	font-weight: bold;
	font-size: 22px;
}

.imagebox {
	background: #e6eff2;
}
.imagecontent {
	padding: 25px;
	font-size: 20px;
	line-height: 28px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.fontBold {
	font-weight: bold;
}

.fontBold {
	font-size: 16px;
}

.colorGrey {
	color: #747474;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 26px;
	font-weight: bold;
	color: #226b87;
}
h3 {
	font-size: 30px;
	font-weight: bold;
	color: #005474;
}
h4 {
	font-size: 22px;
	font-weight: bold;
	color: #004a8a;
	width: 100%;
	border-bottom: 1px solid #004a8a;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #004a8a;
	width: 100%;
	border-bottom: 1px solid #004a8a;
}
h6 {
	font-size: 16px;
	font-weight: bold;
	color: #004a8a;
}

/* #Footer Styles
================================================== */

#fnav ul {
	float: left;
	list-style: none outside none;
	/*margin: 0 40px 0 0;*/
	padding: 0;
}
#fnav li {
	margin: 5px 5px 5px 0 !important;
}
#fnav a {
	font-weight: normal;
}


/* #Menu Styles
================================================== */

#nav {
	display: table;
}
#nav ul {
	display: table-row;
}
#nav li {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 49px;
	font-weight: bold;
	cursor: pointer;
}
#nav a {
	display: block;
	width:100%;
	height:100%;
	color: #fff;
	text-decoration: none;
}
#nav #navselect {
	background: #b7b7b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7b7b7 0%, #ffffff 50%, #d2d2d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(50%,#ffffff), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7b7b7 0%,#ffffff 50%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7b7b7 0%,#ffffff 50%,#d2d2d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7b7b7 0%,#ffffff 50%,#d2d2d2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b7b7b7 0%,#ffffff 50%,#d2d2d2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */

	color: #055f81;
}

#nav li:hover {
	background: #b7b7b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7b7b7 0%, #ffffff 50%, #d2d2d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(50%,#ffffff), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7b7b7 0%,#ffffff 50%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7b7b7 0%,#ffffff 50%,#d2d2d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7b7b7 0%,#ffffff 50%,#d2d2d2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b7b7b7 0%,#ffffff 50%,#d2d2d2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */

	color: #055f81;
}
#nav #navselect a, #nav li:hover a {
	color: #055f81;
}

/* CONTACT */

.conForm {
	font-size: 14px;
}

.conFormrow {
	background:#fff;
}

.conFormcell {
	padding:5px 5px 5px 15px;
}

.conFormfield {
	background: #fff;
	border: 0 !important;
	float: right;
	width: 60% !important;
	padding: 0 !important;
	box-shadow: none;
}


/* BUTTON */
button,input[type='submit'],input[type='button'] {
  background: #f4f4f4;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  -moz-border-radius: 2px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-user-select: none;
  background: -moz-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  background: -o-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #aaa;
  color: #444;
  font-size: inherit;
  margin-bottom: 0px;
  min-width: 4em;
  padding: 3px 12px 3px 12px;
}

button:hover,input[type='submit']:hover,input[type='button']:hover {
  background: #f8f8f8;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -moz-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  background: #ebebeb -o-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-color: #999;
  color: #222;
  box-shadow: 0 0 3px #999999;
  outline: 0 none;
}

button:active,input[type='submit']:active,input[type='button']:active {
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -moz-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  background: #ebebeb -o-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  color: #333;
}

button[disabled],input[type='submit'][disabled],input[type='button'][disabled],button[disabled]:hover,input[type='submit'][disabled]:hover,input[type='button'][disabled]:hover {
  background: #f4f4f4;
  -webkit-box-shadow: none;
  background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  -moz-box-shadow: none;
  background: -moz-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  background: -o-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  
  box-shadow: none;
  border-color: #aaa;
  color: #888;
}

input[type="password"], input[type="text"], input[type="url"], textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	border: 1px solid #AAA;
	font-size: 10px;
	font-family: arial;
	padding: 2px;
	height: 21px;
	width: 115px;
}

select {
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding: 2px 2px 2px 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
select:hover {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	background-image: url("../icon_download.png"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	background-image: url("../icon_download.png"), -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-image: url("../icon_download.png"), -o-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	color: #333 !important;
	box-shadow: 0 0 3px #999999;
	outline: 0 none;
}
input[type="checkbox"] {
	width: 18px;
	height: 18px;
	padding: 0px;
	margin:0px;
	vertical-align:middle;
	line-height: 18px;
}

/* #Table Styles
================================================== */
/* TABLE LAYOUT */
.tableProto th {
    border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
    border-style: solid;
    border-width: 1px;
    cursor: default;
	padding: 2px 5px;
	text-align: left;
	line-height: 20px;
	cursor: pointer;
}
.tableProto td {
	padding: 2px 5px;
	cursor: pointer;
	/*line-height: 20px;*/
}
.tableProto tr {
	line-height: 20px;
}
.tableProto th:hover {
	background-color: #DDD;
}
.tableProto th:active {
	border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
    padding: 3px 4px 1px 6px;
}
.tableProto thead {
    background: none repeat scroll 0 0 buttonface;
}
.tableProto {
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background: none repeat scroll 0 0 window;
    border: 1px solid #DDDDDD;
    color: #333;
	border-spacing: 0px;
	margin-top: 5px;
}
.tableNomargin {
	margin-top: 0px !important;
}
.tableNoseparation {
	margin: 0px !important;
	padding: 0px !important;
}
.tableEven {
    background: none repeat scroll 0 0 #EEEEEE;
	cursor: pointer;
}
.tableHidden {
    color: #888;
}
.tableDisplay {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
}
.tableOdd {
	cursor: pointer;
}
.tableCell {
	width: 18px;
	white-space: nowrap;
	background-image: none !important;
}
.tableField {
	width: 50px;
	white-space: nowrap;
}
.tableColumn {
	width: 100px;
	white-space: nowrap;
}
.tableIcon {
	padding: 2px 0 0 0;
	vertical-align: top !important;
}
.tableEven:hover  {
    background-color: #DDD;
}
.tableOdd:hover {
    background-color: #DDD;
}
.tableHighlight {
    background-color: #DDD;	
}
.tableSelected {
    background-color: #CCC;	
}
.tableBlank {
    background-color: #fff;	
}

.divRight {
  float: right !important;
  margin-left: 3px;
}
.toolbarButton {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  -moz-border-radius: 3px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-user-select: none;
  background: -moz-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  background: -o-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #aaa;
  color: #5c5c5c;
  font-size: inherit;
  margin-bottom: 0px;
  padding: 3px 5px 3px 5px;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  text-shadow: none;
  /* overflow: hidden; */
  position:relative;
  margin-bottom: 4px;
}
.toolbarButton:hover {
  background: #f8f8f8;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -moz-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  background: #ebebeb -o-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-color: #444;
  color: #222;
}
.toolbarButton:active {
  background: #efefef;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -moz-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  background: #ebebeb -o-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  color: #333;
}
.toolbarButton img {
  vertical-align: middle;
  opacity:0.7;
}
.toolbarButton:hover img {
  vertical-align: middle;
  opacity:1;
}


ol.cllist {list-style:none;}
ol.cllist li span
{
  display: block;
  float: left;
  width: 35px;
}
ol.cllist li
{
 clear:both;
 width: 800px;
}
ol.cllist li p
{
  float: left;
  width: 765px;
  margin: 0;
}