﻿body
{
}
.tab
{
border:Solid 2px black;
border-bottom:none;
padding:0px 10px;
background-color:#FFFFFF;
color:#6B0800;
}
.selectedTab
{
border:Solid 1px black;
border-bottom:Solid 1px white;
padding:0px 10px;
background-color:#eeeeee;
}
.a
{
text-decoration:none;
text-indent: 5 px;

}
.columntext1
{
	font-family:Century;
	font-size:small;
	text-align:center;
	border:solid 2px black;
	border-spacing:2px;
	border-bottom:2px;
	border-left:2px;
	border-right:2px;
	border-top:2px;
	border-style:double; 
		
}
.news
{
	
}
.menuoptn
{
	border-color:#00923F;
	border-bottom-width:2px;
	border-left-width:10px;
	border-right-width:10px;
	border-top-width:2px;
	
}
.border
{
	
	letter-spacing:2px;
	border-bottom:4;
	border-bottom-color:black;
	border-width:4;
	border-top:4;
	border-top-color:black;
 
}
.decoration
{
	text-decoration:none;
 font-weight:bold;
}
.font
{
	font-size:13px;
	font-family:Britannic Bold;
}
.thought
{
	
	font-weight:bold;
	font-family: Baskerville Old Face;
	color:#CC6600;
	font-size:10 px;
	
}
.head
{
	font-family:Baskerville Old Face;
	font-size:20px;
	font-weight: bold;
	letter-spacing: 1px;
	color:#CC6600;
}
.align
{
	text-align:justify;
  font-size:14px;
  text-align:inherit;
}
.contactname
{
	font-family:Aharoni;
	font-size:18px;
	font-weight:bold;
	color:#648A5C;
	letter-spacing:1px;
}
.contactnames
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#648A5C;
	letter-spacing:1px;
}
.objective
{
	text-decoration:blink;
	font-weight:bold;
	font-family: Baskerville Old Face;
	color:#CC6600;
	font-size:20px;
	text-transform:uppercase;
   word-spacing:2px;
   text-align:center;
}
.obj
{
color:BLACK;
font-size:16px;
font-family:Berlin Sans FB;	
}
.contactnamecopyright
{
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	color:#8A5655;
	letter-spacing:1px;
}
.pubtxt
{
	font-family: Lucida Calligraphy;
	font-size: 13px;
	color:Black;
	border:solid 2px black;
	border-bottom:solid 2px black;
	border-top:	solid 2px black;
	border-left:solid 2px black;
	border-right:solid 2px black;
}
.columntext
{
	font-family:Century;
	font-size:small;
	text-align:center;
	border:solid 2px black;
	border-spacing:2px;
	border-bottom:solid 2px black;
	border-left:solid 2px black;
	border-right:solid 2px black;
	border-top:solid 2px black;
		
}
.centreboxstyle
{
	border-style:outset;
	border:outset 3px black;	
}
.menuborder
{
	border:solid 2px black;
	border-bottom:solid 2px black;
	border-left:solid 2px black;
	border-right:solid 2px black;
	border-top:solid 2px black;
	padding-bottom:1px;
	padding-top:1px;
	text-align:center;	
	text-decoration:none;
}
.partner
{
	font-size:15px;
	font-style:oblique;
	font-weight: bold;
}
.partnerpoint
{
	font-size:12px;
	font-style:normal;
	font-family:Century;
}
.pubheading
{
	font-size:17px;
	
	font-weight: bold;
	color:#590501;
}
.training
{
	font-size:15px;
	font-style:oblique;
	font-weight: bold;
	color:Blue;
}

.zoom_img img{

height:230px;
width:250px;
-moz-transition:-moz-transform 0.1s ease-in; 
-webkit-transition:-webkit-transform 0.1s ease-in; 
-o-transition:-o-transform 0.1s ease-in;
}

.zoom_img img:hover{
-moz-transform:scale(2); 
-webkit-transform:scale(2);
-o-transform:scale(2);
/*border: 1px solid #FFFFFF;*/
padding-bottom:1px;
padding-left:1px;
padding-right:1px;
padding-top:1px;
background-color: #000000;
color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 8px;
}
.zoom_img span
{
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	margin-bottom: 8px;
}

.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	width:330px;
	height:340px;

}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: 50px; /* means the pop-up's top is 50px away from thumb's top */
	left: 30px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 50;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 150px; /* enter desired thumb width here */
	height : auto;
}
.zoom1_img img{

height:130px;
width:90px;
-moz-transition:-moz-transform 0.1s ease-in; 
-webkit-transition:-webkit-transform 0.1s ease-in; 
-o-transition:-o-transform 0.1s ease-in;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
}

.zoom1_img img:hover{
-moz-transform:scale(2); 
-webkit-transform:scale(2);
-o-transform:scale(2);
/*border: 1px solid #FFFFFF;*/
padding-bottom:1px;
padding-left:1px;
padding-right:1px;
padding-top:1px;
background-color: #000000;
color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 8px;
}
.partnerpointlaunch
{
	font-size:14px;
	font-style:normal;
	font-family:Century;
	text-align:justify;
}
 .link_button 
 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #CC6600;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}
  .butt
   {
   padding:6px 6px 6px 6px; 
   border:solid 1px black;
   	}
    .Initial
  {
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    background: url("../images/InitialImage.png") no-repeat right top;
    color: Black;
    font-weight: bold;
  }
  .Initial:hover
  {
    color: White;
    background: url("../images/SelectedButton.png") no-repeat right top;
  }
  .Clicked
  {
    float: left;
    display: block;
    background: url("../images/SelectedButton.png") no-repeat right top;
    padding: 4px 18px 4px 18px;
    color: Black;
    font-weight: bold;
    color: White;
  }   
  .link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    
    border: solid 1px #20538D;
    
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    
    background: #D1E5B4;
   color:black;
    padding: 5px 10px;
    text-decoration: none;
    text-align:center;
    margin-left: 0px;
}	      