
body, p, div, form,
h1, h2, h3, h4, h5, h6,
ol, ul, li,
table, tr, td
{
  padding: 0;
  margin:  0;
}

body
{
  color: #606060;
  text-align: center;
  font-size:  11px;
  font-family: tahoma, helvetica, "bitstream vera sans", sans-serif;
  background-color: #F5F5F5;
  height: 100%;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#006699;
	font-size:18px;
	padding:0;
	margin:0;
}

a, a:link {  color: #224897;  }

.float-left  {  float: left;  }
.float-right {  float: right; }

.clear       {  clear: both;  }
.clear-left  {  clear: left;  }
.clear-right {  clear: right; }

.border-black { border: solid 1px black; }

.blackText {color:#000000}

#LoginExposeButton
{
	width: 100%;
	height: 35px;
 	background: url(../images/login_pane_bg.gif) repeat-x top center #2c55a4;
}

.LoginExposeButton
{
	cursor: default;
}

#LoginExposeButton img
{
	float: left;
	padding: 0 0 0 20px;
}
#LoginExposeButton p
{
	float: right;
	color: white;
	line-height: 32px;
}
#LoginExposeButton a {
	color: #fff;
	text-decoration: none;
}
.align-right {text-align:right}


.blue {color:#3964b0}
.grey{color:#666666;}

.button {
	background-color: #3964b0;
	color: #FFFFFF;
	border:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#LoginContainer
{
	overflow: hidden;
	height: 32px;
	position:relative;
}
#Login
{
  background: url(../images/login_pane_bg.gif) repeat-x 0 -35px #2c55a4;
  color:  white;
  height: 220px;
  width:  100%;
}

#Content,
#LoginExposeButton div.container,
#Login div.inner
{
  text-align: left;
  margin: 0 auto;
}

#Login div.inner,
#LoginExposeButton div.container {
	width: 952px;
}
#Login div.inner
{
	padding: 5px 0 0 0;
}

#Login h2
{
  background: url(../images/underscore_1.gif) repeat-x bottom center;
}

#Login div.tool
{
  float: left;
  width: 426px;
  height: 180px;
  color: #fefeff;
}

#Login div.register
{
  background: url(../images/login_register_chappie.gif) no-repeat top left #2c55a4;
}

#Login div.register p,
#Login div.register img
{
  margin-left: 120px;
  width: 239px;
}
#Login div.register p
{
  padding: 0.5em 0;
}

#Login div.login
{
  background: url(../images/login_chappie.gif) no-repeat top left #2c55a4;
}

#Login div.login img,
#Login div.login div.form
{
  margin-left: 190px;
}

/* Flexible border for input fields */
#Login div.login div.input
{
  margin-top: 7px;
  background: url(../images/login_input_bl.gif) no-repeat bottom left;
  width: 19em;
}

#Login div.login div.input-outer
{
  background: url(../images/login_input_br.gif) no-repeat bottom right;
}

#Login div.login div.input-inner
{
  background: url(../images/login_input_tl.gif) no-repeat top left;
}

#Login div.login div.input-inner-inside
{
  background: url(../images/login_input_tr.gif) no-repeat top right;
  padding: 9px 2em;
}

#Login div.login input
{
  border: none 0;
}
#Login div.login a {
	color: #fefeff;
	text-decoration: none;
	line-height:1;
}
#Login div.login a:hover {
	text-decoration: underline;
}
#Login div.login    .button,
#Login div.register .button
{
  margin: 7px 30px 0 0;
  width: 81px;
  height: 27px;
  float: right;
}

#Login div.login a:link
{
  color: #fefeff;
  text-decoration: none;
}
#Login div.login p
{
  padding: 8px 0 0 5px;
}



.hRule {
	background-image: url(../images/dotsHoriz.gif);
	background-repeat: repeat-x;
	height: 1px;
}
.hRule hr {display:none}

/* Styling for Main begins here. */

#Main
{
  background: url(../images/main_bg.gif) top no-repeat #f5f5f5;
}
#Main div.menu
{
	height: 35px;
	margin: 0 auto;
	width: 962px;
	background: url(../images/main_menu_bar_bg.jpg) top center no-repeat #fafafa;
	padding: 0;
}
#Main div.menu h1
{
	float: left;
	font-size: 18px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4167a6;
	height: 100%;
	padding: 0 0 0 18px;
	font-weight:bold;
	letter-spacing: 1px;
}
#Main div.menu h1 a,
#Main div.menu h1 a:link
{
	color: inherit;
	text-decoration: none;
}
#Main div.menu h1 img {
	border:none;
	margin-top:6px;
	margin-left:-6px;
}
#Main div.menu #MainMenu
{
	float: left;
	width: 569px;
}

ul#MainMenu {
	padding: 0 0 0 20px;
}

ul#MainMenu li a {
	border:0;
}

#Main div.menu #MainMenu li
{
	float: left;
	width: auto;
	color: #515151;
	line-height: 35px;
}
#Main div.menu #MainMenu li a
{
	display: block;
	color: inherit;
	padding: 0 15px;
	color: #515151;
	border: none;
}

#Main ul#MainMenu li a.over,
#Main ul#MainMenu li a:hover {
	border-left:1px solid #98D5EF;
	border-right:1px solid #98D5EF;
	padding: 0 14px;
}



ul#MainMenu li a.over,
ul#MainMenu li a:hover {
	border-left:1px solid #98D5EF;
	border-right:1px solid #98D5EF;
	padding: 0;
}



#Main div.control-panel
{
	margin: 0 auto;
	width: 951px;
}
#Main div.control-panel ul
{
	float: right;
	margin-right: 1px;
	height: 100%;
	width: 150px;
}

#Main div.control-panel ul li
{
	float: right;
	width: 30px;
	height: 35px;
}
/* Remove all decoration */
#Main div.control-panel ul li       {  list-style-type: none;  }
#Main div.control-panel ul li a     {  text-decoration: none;  }
#Main div.control-panel ul li a img {  border:          none;  }

#Main div.control-panel ul li.end
{
	width: 55px;
}

#Content
{
	margin: 0 auto;
	width: 952px;
	background-color: #fff;
	z-index:100;
}

#Banner
{
	margin:0px;
	padding:0px;
	padding-left:1px;
	z-index:100;
}
#Content div.welcome
{
    overflow: visible;
	width: 435px;
	float: right;
	padding:0px;
	margin:0px;
}
#Content div.welcome div.inner
{
	background: url(../images/welcome_bg.jpg) no-repeat top right #4371b9;
	padding: 30px 10px 10px 30px;
	color: white;
	min-height: 90px;
	margin:0px;
	line-height:1.09em;
}
#Content div.welcome div.contact-details
{
	width: 100%;
	height: 82px;
	background: url(../images/welcome2_bg.gif) -2px 0 no-repeat #fff;
}


#Content div.welcome div.contact-details table tr td
{
	padding-left: 15px;
	vertical-align: top;
}
#Content div.welcome div.contact-details table tr th
{
	padding: 5px 0 5px 35px;
	font-size: 12px;
	font-weight: bold;
}
#Content div.contact-details th.address
{  background: url(../images/icon_address.gif) 15px center no-repeat;    }
#Content div.contact-details th.phone
{  background: url(../images/icon_telephone.gif) 15px center no-repeat;  }
#Content div.contact-details th.email
{  background: url(../images/icon_email.gif) 15px center no-repeat;      }
#Content div.contact-details td.email a:link
{
	text-decoration: none;
	color: #5F5F5F;
}
#Content div.contact-details td div.float-left
{
	padding-right: 10px;
}

#Content div.links img
{
	padding: 0;
	margin:  0;
	border:  0;
}


#Content ul.info {  float: left;
					padding:0;
					margin:0; }
#Content ul.info li
{
	list-style-type: none;
	background: url(../images/main_info_li_bg.gif) right repeat-y #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	width: 183px;
	height: auto;
	height: 29px;
	line-height: 29px;
	text-align: left;
	padding: 0 0 0 10px;
}

#Content ul.info li.over   {  background: url(../images/main_info_li_over_top.gif) top right no-repeat #fff;  }
#Content ul.info li.over a {  background: url(../images/main_info_li_over_bottom.gif) bottom right no-repeat; }
#Content ul.info li a
{
	height: 29px;
	display: block;
	color: #8f8f8f;
	text-decoration: none;
	text-align:right;
	padding: 0 20px 0 0;
	cursor: pointer;
}

#Content ul.info li.active   {  background: url(../images/main_info_li_active_bottom.gif) bottom right no-repeat #fff;  }
#Content ul.info li.active a
{
	background: url(../images/main_info_li_active_top.gif) top right no-repeat;
	color: #224897;
	font-weight: bold;
}

#Content ul.info li.cap-top,
#Content ul.info li.cap-bottom
{
	width: 183px;
	height: 36px;
}
#Content ul.info li.cap-top    {  background: url(../images/main_info_li_cap_top.gif) bottom right no-repeat #fff;  }
#Content ul.info li.cap-bottom {  background: url(../images/main_info_li_cap_bottom.gif) top right no-repeat #fff;  }

#Content .tab
{
	float: left;
	margin: 0;
	width: 294px;
	padding: 15px;
}
#Content .tab h4
{
  font-size: 1em;
	font-weight: bold;
}

#Content .tab ul
{
	padding: 20px 0;
}

#Content .tab li
{
	margin-left: 15px;
	list-style-image: url(../images/bullet_green_arrow.gif);
	padding: 2px;
}


#Content .tab p.read-more
{
	text-align: right;
	font-weight:bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	background: url(../images/read_more_bg.gif) right 1px no-repeat;
	padding-right: 15px;
}
#Content .tab p.read-more a { text-decoration: none; }

#Footer {
	background: url(../images/footer_bg.gif) repeat-x top;
	width: 921px;
	height: 28px;
	margin: 0 auto;
	text-align:left;
	color:#bababa;
	padding-top:20px;
	padding-left:30px;
	font-size: 10px;
}
#Footer a {
	color:#bababa;
}
#Footer a:link,
#Footer a:visited {
text-decoration:none;
}
#Footer a:hover {
text-decoration:underline;
}

#Azexis {
	float:right;
	margin-right:45px;
}


/* Headings  */

h4 {
	color: #606060;
	font-family: Tahoma, Georgia, Times, serif;
	font-size: 16px;
	font-weight:normal;
}

#clear {
	clear:both;
}


div.genericContent{
	padding:20px;
}
div.genericContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#1d418d;
}

table.form td{
	padding:4px;
}
table.error {
	width: 100%;
	background-color:#ffeaea;
	border:1px solid #ffd9d9;
}
table.error td{
	color:#990000;
	padding:10px;
}
table.error td ol{
	margin-left:30px;
}
table.error td ol li{
	padding:2px;
}
table.error img{
	display:none;
}


table.feedback{
	border:1px solid #D9FFD9;
	width:100%;
}
table.feedback td{
	padding:10px;
	background-color:#EAFFEA;
	color:#009900;
}

table.DataTable{
	width:100%;
}
table.DataTable th{
	padding:4px;
	border-bottom:1px dotted #aaaaaa;
}
table.DataTable td{
	padding:4px;
}

table.verticalDataTable{
	width:100%;
}
table.verticalDataTable th{
	padding:4px;
	border-bottom:1px dotted #dddddd;
	text-align:right;
}
table.verticalDataTable td{
	padding:4px;
	border-bottom:1px dotted #dddddd;
}

ul.faq{
	margin-left:30px;
}
ul.faq li{
	padding:4px;
}
ul.faq .faqTitle{
	font-weight:bold;
}
ul.faq .faqItem{
	padding-top:10px;
	padding-bottom:10px;
}


ul.horizontalOptions{
	padding:0;
	margin:0;
}
ul.horizontalOptions li{
	display:inline;
	list-style:none;
	padding:0;
	margin:0;
	margin-right:10px;
	border-left:1px dotted #aaa;
	padding-left:10px;
}
ul.horizontalOptions li a {
	cursor: pointer;
}
ul.horizontalOptions a:hover,
ul.horizontalOptions li.active a {
	font-weight:bold;
}

ul.horizontalOptions li.over a {
	text-decoration:underline;
}

#Login input#LoginUsername{
	background-image:url(../images/txt_username.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#Login input#LoginPassword{
	background-image:url(../images/txt_password.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
img.padThumb{
	padding-right:10px;
}


/* Highslide */

.highslide {
	cursor: url(../images/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../images/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../images/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.tabs li {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.tabs li a:link,
.tabs li a:visited {
    margin-top: 8px;
    padding: 6px 25px;
    background-color: #404B61;
    display: block;
    color: #fff;
    text-decoration: none;
}
.tabs li a:hover {
    background-color: #8A2D3A;
}
.tabs li.currentTab a:link,
.tabs li.currentTab a:visited {
    background-color: #D40F12;
    font-weight: bold;
    margin-top: 0;
    padding: 10px 14px;
    color: #fff;
    text-decoration: none;
}


/*
	Data Table Navigation for Viamonde
*/
div.viamondeNavTable{
	display:block;
	padding-top:5px;
	text-align:center;
}
div.viamondeNavTable table.dataNav_1{
	width:auto;
	text-align:center;
}
div.viamondeNavTable table.dataNav_1 td{
	text-align:center;
}
div.viamondeNavTable table.dataNav_1 td.pages,
div.viamondeNavTable table.dataNav_1 td.first,
div.viamondeNavTable table.dataNav_1 td.last{
	display:none;
}
div.viamondeNavTable table.dataNav_1 td .fade{
	display:block;
	text-indent:-5000px;
}
div.viamondeNavTable table.dataNav_1 td.previous,
div.viamondeNavTable table.dataNav_1 td.next{
	width:24px;
	height:24px;
	display:block;
}
div.viamondeNavTable table.dataNav_1 td.previous a,
div.viamondeNavTable table.dataNav_1 td.next a{
	display:block;
	height:18px;
	width:18px;
	text-indent:-5000px;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/previousNext.png);
}
div.viamondeNavTable table.dataNav_1 td.previous a:hover,
div.viamondeNavTable table.dataNav_1 td.previous a:focus,
div.viamondeNavTable table.dataNav_1 td.previous a:active{
	background-position:0 -18px;
}
div.viamondeNavTable table.dataNav_1 td.next a{
	float:right;
	background-position:-18px -0;
}
div.viamondeNavTable table.dataNav_1 td.next a:hover,
div.viamondeNavTable table.dataNav_1 td.next a:focus,
div.viamondeNavTable table.dataNav_1 td.next a:active{
	background-position:-18px -18px;
}
div.viamondeNavTable table.dataNav_1 td.page{
	padding:0 10px;
}

div.viamondeNavTable .navCell_2 a{
	color:#fff;
	background-color:#119AD3;
	display:block;
	width:24px;
	line-height:18px;
	text-decoration:none;
}

/*
	Correct news Article paragraphs
*/
.newsArticle{
	padding:20px;
}
.newsArticle p{
	padding-bottom:15px;
}


/* Staff member gallery */

ul#MemberGalleryList {
	margin-top:10px;
	border-top:1px solid #D8D8D8;
	width: 50%;
}
ul#MemberGalleryList {
	margin:0;
}
ul#MemberGalleryList li {
	border-bottom: 1px dotted #D8D8D8;
    list-style: none;
}
ul#MemberGalleryList li a {
	padding:5px;
	padding-left:35px;
	display:block;
	background-repeat:no-repeat;
	background-position:5px center;
	text-decoration:none;
}
ul#MemberGalleryList li a {
	background-image:url(../images/icons/greenArrow.gif);
}
ul#MemberGalleryList li a:hover {
	background-color:#EAF6FE;
}
ul#MemberGalleryList li.everyother {
	background-color:#F7F7F7;
}