/************* font ****************/

@font-face {
  font-family: "Myriad";
  src: url(../font/MyriadPro-Light.eot);
}

@font-face {
  font-family: "Myriad";
  src: url(../font/MyriadPro-Light.otf);
}

/************* body styles ****************/

body {
	font-family: "Myriad", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background:#aaaaaa;
	color:#66666;
}

/************* main styles ****************/

.main {
	width:1000px;
	padding:0px;
	margin-left:auto;
    margin-right:auto;
	background:#ffffff;
}

/************* topbar styles ****************/

.topbar {
	width:1000px;
	height:10px;
	background:#05264A;
}

/************* header styles ****************/

.header {
	width:1000px;
	height:94px;
	background:#ffffff;
}

/************* main_content_home styles ****************/

.main_content_home {
	width:1000px;
	background:#ffffff;
}	

/************* subpage_content styles ****************/

.subpage_content {
	width:760px;
	background:#E6E6E6;
	padding: 1px 20px 30px 20px;
	font-size:14px;
	color:#333;
	line-height:1.2;
	border-left: 200px solid white;
}

.subpage_content a:link{
	color:#f65e00;
	text-decoration:underline;
}

.subpage_content a:visited{
	color:#f65e00;
	text-decoration:underline;
}

.subpage_content a:hover{
	color:#05264A;
	text-decoration:underline;
}


/************* contact_details styles ****************/

.contact_details {
	width:960px;
	height:36px;
	padding: 10px 20px 10px 20px;
	background:#05264A;
	float:left;
}

.contact_details ul {
	list-style-image:url(../images/bullet_small.gif);
	list-style-position:inside;
	padding:0px;
	margin:0px;
}

.contact_details li {
	font-size:12px;
	color:#FFF;
	float:left;
	padding-right:20px;

}

.contact_details a:link{
	color:#FFF;	
	text-decoration: none;
}


.contact_details a:visited{
	color:#FFF;
	text-decoration: none;
}

.contact_details a:hover{
	color:#FFF;
	text-decoration:underline;
}



/************* footer styles ****************/

.footer {
	/*width:1000px;
	height:50px;
	background:#ffffff;
	background-image:url(../images/client_logos.jpg);
	background-repeat:no-repeat;
	float:left;*/
}

/************* copyright styles ****************/

.copyright {
	width:995px;
	height:30px;
	font-size:10px;
	text-align:right;
	padding: 5px 5px 0px 0px;
	background:#aaaaaa;
	color:#333;
	float:left;
	
}

.copyright a:link{
	color:#333;	
	text-decoration: none;
}


.copyright a:visited{
	color:#333;
	text-decoration: none;
}

.copyright a:hover{
	color:#F00;
	text-decoration:underline;
}


/************* logo styles ****************/

.logo {
	width:160px;
	height:76px;
	padding: 18px 0 0 20px;
	float:left;
}

/************* top_nav styles ****************/

.top_nav {
	width:800px;
	height:94px;
	float:left;
	text-align:right;
	font-size:20px;
	padding-right:20px;
	
}

.top_nav ul{
	padding-top:8px;
	margin:0px;
}

.top_nav li{
	display: inline;
	list-style-type: none;
	margin-left:40px;

}

.top_nav a:link{
	color:#666666;	
	text-decoration: none;
}


.top_nav a:visited{
	color:#666666;
	text-decoration: none;
	
}

.top_nav a:hover{
	color: #05264A;
	border-top:solid;
	border-top-width:8px;
	border-top-color:#05264A;
	margin-top:5px;
	padding-top:3px;
}


/************* advert styles ****************/

.advert {
	width:600px;
	height:299px;
	float:left;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#333;
}

/************* rightside_content styles ****************/

.rightside_content {
	width:400px;
	height:300px;
	float:left;
	
}

/************* rightside_nav styles ****************/

.rightside_nav {
	width:360px;
	height:34px;
	background-color:#E6E6E6;
	float:left;
	padding: 15px 20px 0px 20px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#05264A;
	font-size:18px;
}


.rightside_nav a:link{
	color:#666666;	
	text-decoration: none;
	padding-left:10px;
}


.rightside_nav a:visited{
	color:#666666;
	text-decoration: none;
	padding-left:10px;
}

.rightside_nav a:hover{
	color: #05264A;
	text-decoration:underline;
	padding-left:10px;
}


/************* internal_nav styles ****************/

.internal_nav {
	font-size:18px;
	list-style-image:url(../images/bullet_arrow.gif);
	list-style-position:inside;
	height:30px;
	background-color:#ffffff;
	padding: 10px 10px 0px 10px;
	border-style:solid;
	border-width:1px;
	border-color:#BBB;
}


.internal_nav a:link{
	color:#666666;	
	text-decoration: none;
	padding-left:10px;
}


.internal_nav a:visited{
	color:#666666;
	text-decoration: none;
	padding-left:10px;
}

.internal_nav a:hover{
	color: #05264A;
	text-decoration:underline;
	padding-left:10px;
}

/************* bold styles ****************/
.bold{
	font-weight:bold;
}

/************* aboutus_reason styles ****************/
.reason{
	font-weight:bold;
	margin-bottom:4px;
	font-size:26px;
	font-style:italic;
	color:#05264A;
	
}

/************* aboutus_reason styles ****************/
.reason p{
	font-weight:normal;
	font-size:18px;
	color:#333;
	font-style:normal;
	margin-bottom:0px;
	
}

/************* img_right styles ****************/
.img_right{
	float:right;
	margin-left:10px;
	
}

h2{
	color:#05264A;
}

h3{
	margin-bottom:0px;
}

/************* msexchange styles ****************/

.msexchange{
	text-align:right;
	font-size:10px;
}


/************* leftside_subnav s1 styles ****************/

div#s1 {
  width: 200px;          /* menu width */
  float:left;
}

div#s1 ul {
  background-color: #CCC;
  list-style-type: none; /* get rid of the bullets */
  padding:0;             /* no padding */
  margin:0;              /* no margin for IE either */
}

div#s1 ul li {
  margin: 0;
  padding: 0px;
  background-color: #CCC;
  display:block;
 /* border-bottom: 1px solid white;  lines */
}

div#s1 ul li a {
  display: block;         /* lines extend to right, make area clickable */
  color: #333333;
  background-color:#CCC;
  padding: 13px 13px 13px 23px;
  margin:0;
  text-decoration: none;
  /*height:15px;            hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul ul li a {
  margin-left: 10px;     /* indent level 1 */
}

div#s1 ul ul ul li a {
  margin-left: 20px;     /* indent level 2 */
}

div#s1 li ul, div#s1 li.open li.closed ul {
  display: none;         /* collapse */
}

div#s1 li.open ul {
  display: block;        /* expand */
}
 
div#s1 ul li.open a {
  /*background-image: url(../images/bullet_open.gif); expand */
  background-repeat: no-repeat;
}

div#s1 ul li.closed a {
  /*background-image: url(../images/bullet_closed.gif); expand */
  background-repeat: no-repeat;
}

div#s1 ul li.leaf a {
 /* background-image: url(../images/bullet_leaf.gif); expand */
  background-repeat: no-repeat;
}
 
div#s1 li.active a {
  background-position: 0px -20px;
  color: #333333;            /* highlight text */
  background-color:#E6E6E6;
  font-weight:bold;
}
 
div#s1 li.active li a {
  background-position: 0px 0px;
  color: #333333;          /* fix lower levels */
}

div#s1 ul li a:hover {
  color: #fff;
  background-color:#05264A; /* rollover effect */
}

/*menu autochange homepage*/
.menu {background-color:#666; color:#999; border-bottom:1px solid #d7d7d7; height:26px;width:599px;}
.menu ul {margin:0px; padding:2px 0px 0px 0px; list-style:none;}
.menu li {display:inline; line-height:22px; font-weight:bold;}
.menu li a {color:#000000; text-decoration:none; padding:7px 5px 7px 5px;  border-left:0px solid #ececec; border-right:0px solid #ececec; font-size:12px}
.menu li a.tabactive {border-left:0px solid #d7d7d7; border-right:0px solid #d7d7d7; background-color:#CCCCCC; font-weight:bold;  position:relative; text-decoration:none; font-size:12px}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5 {border:1px solid #ececec; width:598px; height:270px; text-align:center;padding:0px; font-size:12px; margin-bottom:0px;}