body {
	font-family: Verdana;
    font-size: 62.5%; 

	/*The default size for medium text in all browsers is 16px.
	reduce this size for the entire site by setting body size to 62.5%.
	This takes 16px down to 10px
	In terms of ems: 1em is now 10px, 0.8em is now 8px, 1.6em is now 16px, etc.*/
    
	line-height: 1.40em;
	background: url('../images/OCS.png');
	background-repeat:no-repeat;
	background-position:right top;
	background-color : White;
	margin: 0px auto;
	padding: 0px;
	color: #595959;        
}
#wrapper {
	width: 970px;		
	margin: 5px auto;
	border-top: 1px #4776ac solid;
	border-left: 1px #4776ac solid;
	border-right: 2px #4776ac solid;  
	border-bottom: 2px #4776ac solid;
	background: white url('../images/header-back.png') repeat-x top;
}
b {
	color: #5e5e5e;
}
img {
	border: 0px;
}
input, select 
{
	font-family: Verdana;
	font-size: 100%;
	color: #595959;
}
h3, h4 {
	color: #5181b4;
	border-bottom: 1px #c0cada solid;
	padding: 0px 0px 8px 0px;
	margin: 5px 0px 10px 0px;
	font-weight: normal;
	font-size: 21px;
}
h4 {
	margin-top: 15px;
	padding: 0px 0px 4px 0px;
	font-size: 14px;
}
a, a:visited {
	text-decoration: none;
	color: #4776ac;
}
a:hover, a:active {
	text-decoration: none;
	color: #e7830a;
}
a.bold {
	font-weight: bold;
}
br {
	margin-bottom: 5px;
}
hr {
	color: #c0c0c0;
	background-color: #c0c0c0;
	height: 1px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.hr {
	width: 100%;
	height: 0px;
	border-bottom: 1px #c0cada dotted;
	margin: 15px 0px;
}
span.gray-text {
	color : #999;
}
span.large {
	font-size : 14px;
	font-weight : bold;
}
.left {
	float: left;
}
.right {
	float: right;
}

#header {
	float: left;
	width: 920px;
	height: 80px;	
	padding: 5px 20px 0px 20px; /*top,right,bottom,left*/        
}
#header .logo {
	float: left;
	padding-top: 5px;
}
#header .icons {
	float: right;	
	margin-top: 0px;
	padding-top: 3px;	
	width: 400px;
    text-align: right;
    color: #999999;
}
#header .icons a:link {	color: #004692;text-decoration : underline;}
#header .icons a:visited {color: #551A8B;text-decoration : underline;}
#header .icons a:hover { color : #0060C6;text-decoration: none;}
#header .icons a:active { color: #551A8B;text-decoration : underline;}
.icons {
	float: left;	
	margin-top: 0px;
	padding: 3px;	
	width: 500px;
    text-align: left;
    color: #999999;    
}
.bullet
{
	color: #999999;
}
.icons a:link {	color: #004692;text-decoration : underline;}
.icons a:visited {color: #551A8B;text-decoration : underline;}
.icons a:hover { color : #0060C6;text-decoration: none;}
.icons a:active { color: #551A8B;text-decoration : underline;}/*990033*/

#banner {
	float: left;
    margin-top: 0px;
    width: 381px;        
}
#banner ul {
      margin:0;
      padding:5px 10px 0 20px;
      list-style:none;
}
#banner li {
      float:left;
      background:url('../images/left.gif') no-repeat left top;
      margin:0;
      padding:0 0 0 9px;      
}
#banner a {
      float:left;
      display:block;
      background:url('../images/right.gif') no-repeat right top;
      text-decoration:none;
      font-weight: bold;
	  font-size : 11px;
      color:#ceddf0; 
      padding:5px 15px 4px 6px;      
}
#banner a:hover {
      color:#333;
}
#banner li.cur{	
	background: url(../images/left-white.gif) top left no-repeat;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	top: 1px;
}
#banner a.cur 
{
	background:url('../images/right-white.gif') no-repeat right top;
	color:navy;
}
#banner a.cur:hover {
      color:navy;
}
#sitemap
{
	float:right;
	margin-top: 10px;
	margin-right:30px;
}
#sitemap a, span 
{
	font-size:10pt;        
}
#sitemap marquee 
{
	width:550px;
}
#content {
	float: left;
	width: 920px;	
	padding: 5px 20px 5px 20px; 
    min-height: 350px;
    border-top:1px #abb8ce solid;
}
#panel-left-welcome {
	float: left;
	width: 680px;
	padding: 0px 10px;
}
#panel-left-welcome td {
	padding: 0 10px 0 10px;
    text-align:justify;
}
#panel-left {
	float: left;
	width: 201px;
	min-height: 300px;
	padding: 0px 5px 0px 0px;
}
#links {
	padding: 5px 0px 5px 5px;
	background-color: white;
	width: 196px;
	/*border: 1px #d5dbe6 solid;*/
}
#links a {
	display: block;
	height: auto;
	color: #808b9c;
	padding-bottom:3px;
	padding-left:10px;
}
#links a.sep {
	margin-bottom: 5px;
	border-bottom:1px #004692 solid;
}
#links a:hover {
	color: navy;
}
#links h5
{
	cursor: pointer;
}
#links h5 a
{
	color: #3366FF;
}
#panel-middle {
	float: left;
	width: 480px;
	padding: 0px 0px 0px 10px;
	margin:auto;
}
#panel-middle .furtherInfo {
	margin: 10px 0;
	border: 1px solid #b2b2b2;
	border-left: none;
	border-right: none;
	padding: 2px 0 2px 0;
}
#panel-middle .furtherInfo p {
	margin: 0;
	background: #e7e7e7;
	padding: 6px 10px;
}
#panel-right {
	float: right;
	width: 210px;
	padding: 0px 0px 0px 10px;        
}
.clear {clear: both;}

a:link 	{	color: #0000FF;}
a:visited {	color: #3366FF;}
a:hover {	text-decoration: none;}
a:active {	color: #FF0000;}

#footer	{
	width: 970px;		
	margin: 5px auto;	
	padding: 10px 0 10px 0;
	color: #999999;
}
/*
#footer a{
	text-decoration: none;
}
#footer a:hover	{
	color: navy;
}
#footer a:active{
	color: navy;
}*/
#footer_text
{
	text-align:center;
}
div.container-top {
	width: 173px;
	height: 32px;
	background-color: #f2f3f6;
	border-top: 1px #abb8ce solid;
	border-left: 1px #abb8ce solid;
	border-right: 1px #abb8ce solid;
	margin-top:5px;
}
div.container-top div {
	padding: 8px 5px 0px 5px;
	float: left;
	color: #808b9c;
	font-weight: bold;
	font-size: 11px;
}
div.container-middle {
	background-color: #f2f3f6;
	width: 163px;
	border-left: 1px #abb8ce solid;
	border-right: 1px #abb8ce solid;
	padding: 3px 5px;
}
div.container-middle div.body {
	padding: 5px 10px;
	background-color: white;
	width: 141px;
	border: 1px #d5dbe6 solid;
}
div.container-middle div.body img {
	margin: 10px 0px;
}
div.container-middle div.body a {
	font-weight: normal;
}
div.container-middle div.body p {
	margin: 5px 0px;
}
div.container-middle div.body br {
	margin: 2px 0px;
}
div.container-bottom {
	width: 173px;
	height: 6px;
	margin-bottom: 5px;
	background-color: #f2f3f6;
	border-bottom: 1px #abb8ce solid;
	border-left: 1px #abb8ce solid;
	border-right: 1px #abb8ce solid;
}
div.cx210 {
	width: 210px;
}
div.cx200 {
	width: 200px;
}
div.cx225 {
	width: 225px;
}
div.cx215 {
	width: 215px;
}
div.cy120
{
	height:120px;
}
div.cy80
{
	height:50px;
}
div.container-top-blue {
	background-image: url('../images/cont-capt-bg.gif');
}
div.container-top-blue div {
	color: #ceddf0;
}
div.menu-top {
	background-color:White;
	border:none;
	height: 20px;	
}
div.menu {
	background-color:White;
	border:none;	
	margin-top:5px;
}
div.menu-bottom
{
	height:0px;
}
.module				
{
	margin: 0 0 10px 0;
}
.module_heading_one	{
	background: url(../images/module-head-red.png) left no-repeat;
	height: 20px;
	color: #FFFFFF !important;
	padding: 5px 0 0 10px;
	font-weight: bold !important;
	font-size: 1.2em !important;
}
.module_body_one{
	background: #DDEAF5;
	margin: 0;
	padding: 10px;
	color: #666666;
	font-size: 1.1em;
}
.module_body_two{
	background: #DDEAF5;
}
.header_price 
{
	background:#3B70B7; 
	color:White;
	font-weight: bold !important;
	font-size: 1em !important;
}
/* Global HTML Tags start */
/*=============================================================================================*/

/* Default styles for all HTML tags for all sites.  
Colour and style changes should take place with the local site CSS file. */

p{	
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align:justify;
	padding-right:0.5em;
}
h1{	
	color: #000000;
	font-size: 1.8em;  
	margin-top: 0;
	margin-bottom: 0.4em;
}
h2{	
	color: #333333;
	font-size:1.5em; 
	margin-top: 0;
	margin-bottom: 0.4em;
        line-height:15pt;
}
h3{	
	color: #666666;
	font-size:1.2em;  
	padding: 0;
	margin: 0;
}
h4 {	
	color: #006699;
	font-size:1em; 
	padding: 0;
	margin: 0;
}
h5{	
	color: #006699;
	font-size:1em; 
	padding: 0;
	margin: 0;
}
h6{	
	color: #006699;
	font-size:1em; 
	padding: 0;
	margin: 0;
}
ul{	
	list-style-type:square;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
li,dt,dd {
	padding-top:5px;
}
ol,dl{	
	padding:0 0 0 20px;
	margin-top:.4em;
	margin-bottom:.4em;
}
hr{	
	color: #CCCCCC;
}
img	{
	border: none;
}															
/* Form Elements */	
/*=============================================================================================*/			
					
form{
	margin: 0;
	padding: 0;
	width: 100%;
}
form fieldset 		{
	border-color: #000000;
	border-width: 2px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin-top: 1%;
}
form fieldset legend {
	color: #333333;
	font-size:1.2em;
	margin:0;
	line-height: 1.2em;
	padding: 0 5px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;
}
form fieldset fieldset {
	clear: both;
	border: solid 1px #000000;
	padding: 6px;
	margin: 8px 0;
}
form fieldset fieldset legend {
	color:#000000;
	font-size: 1em;
	padding: 3px 5px;
	text-transform:capitalize;
	font-weight:bold;
	border: ridge 1px #000000;
	background: #CCCCCC;
}
label {
	display: block;
	margin: 0.8em 0 0.5em 0;
	padding:0;
	text-transform:uppercase;
	font-weight: bold;
}
textarea {	
	font-size:1.4em;  
	background-color: #FFFFFF;
	color: #193B30;
	border: 1px solid #777777;
}
select{
	background: #FFFFFF;
	border: 1px solid #777777;
	color: #193B30;
	font-size:1em;
	width:130px;
} 
/* Generic Form Input Fields - Use of classes due to IE6 not supporting class attributes */

/* Class textarea for form textfields (when IE6 not supported convert to input[type=text]) */
.textfield {	
	font-size:1em;  
	background-color: #FFFFFF;
	color: #193B30;
	border: 1px solid #777777;
	width:130px;
	height: 15px;
} 
/* Class button for form submit buttons (when IE6 not supported convert to input[type=submit]) */
.button {	
	font-size:1em;
	padding: 0 16px 0 0;
	color: #0000FF;
	text-decoration: underline;
	border: none;
	text-transform:capitalize;
	height: 18px;
} 
/* Class button for form submit buttons (when IE6 not supported convert to input[type=radio]) */
.radio {
	vertical-align: -30%;
} 
					
/* Table Elements */		
/*=============================================================================================*/						
table{
	background: #FFFFFF;
	width: 100%;
	border : 1px solid #abb8ce;
	border-spacing : 0px;	
	border-collapse : collapse;
}
.noborder
{
	border:none;
}
th{
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding: 2px;
}
td {	
	table-layout : fixed;
	padding : 2px;
}	
/*				
tbody				{
						
					}
thead				{
						background: #D2D2D2;
						font-size: 1.1em;
					}
tfoot				{
						background: #D2D2D2;
						font-size: 0.8em;
					}
caption				{
						font-size: 0.9em;
						caption-side: bottom;
						text-align: right;
					}	
*/				
/* 
.right 				{
						float: right;
					}
div.left 			{
					  	width: 48%;
					}	
div.right 			{
					  	width: 48%;	
					}	
.align-center		{
						text-align: center;
					}
.align-right		{
						text-align: right;
					}
.align-justify		{
						text-align: justify;
					}
*/
div .clock
{		
	width:55px;
	height:42px;	
	font-size:7pt;
	line-height:10pt;
	text-align:center;
	float:right;	
	margin-top:5px;
	padding-top:2px;
}
div .clock strong
{
	font-size:10pt;
	color: #004692;	
}
#london
{
	background: url(../images/london.jpg) 4px 0px;
	background-repeat : no-repeat;		
}
#sidney
{
	background: url(../images/sidney.jpg) 4px 0px;
	background-repeat : no-repeat;
	margin-right:-4px;
}
#newyork
{
	background: url(../images/newyork.jpg) 4px 0px;
	background-repeat : no-repeat;
}
#tokyo
{
	background: url(../images/tokyo.jpg) 4px 0px;
	background-repeat : no-repeat;
}
