/***********************************************/
/* chappy.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	background-color: #99DCED ;
	line-height: 1.166;	
	/** removed width: 100%
	removed padding: 0px;
	added font-size: 11px;
	 **/
	margin: auto;
	/** added below to align to remove the scrollbar spacing problem on the right side for IE **/
	margin: 0;
	padding: 0;
	overflow: hidden;
	/** cheat for IE to align page to center **/
	text-align: center;
	font-size: 11px;
	
/*	background: #99DCED; */
	height: 93% ;
}
/** iframe styling **/

	iframe {
		border: 0;
		}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: 100% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif !important;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
 font: bold 124% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

hr { border: 1px; height: 1px; color: #10b0d4; background-color: #10b0d4; text-align: center; }
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	padding: 0px 15px;
	position: absolute;
	left: 2.5%;
	right: 2%;
	margin: auto;
	width: 930px;
	background-color:  #FFFFFF;
}

#pagecell2{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #309130;
}
#pagecell3{
	position:absolute;
	top: 12px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}
#pagecell4{
	position:absolute;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr1 {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	background-image:url(../../images/chappytitle.jpg);
	background-repeat:no-repeat;
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:100%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
#pageNav1{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

#content2{
	top: 100px;
	padding: 0;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

#content2 p{
	line-height: 13pt;
}
#content3{
	top: 10px;
	padding: 0;
	margin:0px 0px 0px 0px;
	border-left: 1px solid #ccd2d2;
}
#content4{
	top: 1px;
	padding: 0;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 20px;
	right: 5px;
	color: #919999;
	width: 214px;
}

#utility a{
	color: #000000;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 1px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	left: 975px;
	width: 84px;
	height: 79px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url("../images/glbnav_background.gif");
	top: 10px;
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 7px;
	height: 20px;
	min-width: 660px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("../images/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 89px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #fdf400;
	text-shadow:inherit;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
/*	background-image:url(../../images/faded_floor2.jpg);*/
/*	background-image:url(../../images/chappy_bw2.jpg);*/
	background-image:url(../../images/chappy_front_page.jpg);
	background-position:top ;
	padding: 0px 0px 0px 0px;
	font-family: Garamond;
	font-size: 18px;
	font-weight: bold;
	min-height: 200px;
	height: 200px;
	background-repeat:no-repeat;
	text-align:center;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold Arial,sans-serif;
	font-size:20px;
	color: #000000;
	padding: 0px 0px 5px 0px;
}
.feature h4{
	font: bold 50% Garamond;
	font-size:27px;
	color: #0D5D02;
	padding: 0px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/************** feature1 styles *****************/

.feature1{
/*	background-image:url(../../images/faded_floor2.jpg);*/
	background-position:top right;
	padding: 0px 0px 0px 0px;
	font-family: georgia;
	font-size: 95%;
	min-height: 200px;
	height: 200px;
	background-repeat:no-repeat;
}
html>body .feature1 {height: auto;}

.feature1 h3{
	font-family: georgia;
	font-size:24px;
	font-style:bold;
	color: #000000;
	padding: 0px 0px 5px 0px;
}
.feature1 h4{
	font-family: georgia;
	font-size:17px;
	color: red;
	padding: 0px 0px 5px 0px;
}

.feature1 img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/************** feature2 styles *****************/

.feature2{
	background-image:url(../../images/faded_phone.jpg);
	background-position:top right;
	padding: 0px 0px 0px 0px;
	font-family:georgia;
	font-size: 95%;
	min-height: 200px;
	height: 200px;
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.4;
}

html>body .feature2{height: auto;}

.feature2 h3{
	font: 150% georgia;
	color: #000000;
	padding: 0px 0px 5px 0px;
}

.feature2 img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/************** feature3 styles *****************/

.feature3{
	font-size: 80%;
	text-align:left;
	top:100px;
}
html>body .feature3{height: auto;}

.feature3 h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 0px 0px 5px 0px;
}

.feature3 img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/************** feature4 styles *****************/

.feature4{
	font-size: 80%;
	text-align:left;
	top:10px;
}
html>body .feature4{height: auto;}

.feature4 h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 0px 0px 5px 0px;
}

.feature4 img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/************** feature5 styles *****************/

.feature5{
	font-size: 74%;
	text-align:left;
	top:100px;
}
html>body .feature5{height: auto;}

.feature5 h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 0px 0px 5px 0px;
}

.feature5 img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.feature5 td{
	font-family:georgia;
	border-color:#006600;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-bottom:1px;
	border-style:solid;

}

/************** feature6 styles *****************/

.feature6{
/*	background-image:url(../../images/faded_floor2.jpg);*/
	background-image:url(../../images/contact_us_pic.jpg);
	background-position:top right;
	padding: 0px 0px 0px 0px;
	font-family: georgia;
	font-size: 95%;
	min-height: 200px;
	height: 200px;
	background-repeat:no-repeat;
}
html>body .feature6 {height: auto;}

.feature6 h3{
	font-family: georgia;
	font-size:24px;
	font-style:bold;
	color: #000000;
	padding: 0px 0px 5px 0px;
}
.feature6 h4{
	font-family: georgia;
	font-size:17px;
	color: red;
	padding: 0px 0px 5px 0px;
}

.feature6 img{
	float: left;
	padding: 0px 10px 0px 0px;
}
/************** feature7 styles *****************/

.feature7{
	padding: 0px 0px 0px 0px;
	font-family: georgia;
	font-size: 14px;
}
.feature7 h3{
	font-family: georgia;
	font-size:24px;
	font-style:bold;
	color: #000000;
	padding: 0px 0px 5px 0px;
}
.feature7 h4{
	font-family: georgia;
	font-size:17px;
	color: #000000;
	padding: 0px 0px 5px 0px;
}






LI2{
	font:"Pi STD";
	font-style: normal;
	font-size: 14px;
	width: 55%;
	text-align:right;
	list-style-type:none;
}



/*************** story styles ******************/

.story {
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: -50px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size:10px;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	padding-left:5px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

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

#copyright{
	font-size:10px;
	color: #000000;
	padding: 10px 10px 10px 64%;
	margin-top: -1px;
}

#copyright img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************** siteInfo styles ****************/

#siteInfo1{
    clear: both;
    font-size:10px;
    color: #000000;
}

#siteInfo1 img{
    padding: 4px 4px 4px 0px;
    vertical-align: middle;
}




/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}


#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("../../images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}


#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/************ Flash Ad styles **************/
#animation{
	margin-left: 8%;
}

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

#advert{
	padding: 10px;
	top:50px;
}

#advert img{
	display: block;
		
}
/**************** login styles *****************/
#login{
	padding: 5px 0px 5px 10px;
        margin-top: 0px;
	font: small Verdana,sans-serif;
    color: #21536A;	
}

/**************** messages styles *****************/
#allMessages {
        float: right;
        font-size: 12px;
        right: 5px;
        font-weight: bold;
        background: #FFFFFF;
        visibility: hidden;
        z-index:10;
        position: absolute;
        border: 1px #000000 solid;
        border-top: 0;
}

/********************* end **********************/

#column { 
  	width: 700px;
 	column-count: 6;
 	column-width: 100px;
 	column-gap: 10px
 	column-rule: none; 
}








/************** TAB STYLES **********************/
BODY
{
/*        background: #99DCED; */
        SCROLL: NO;
}

.frameFrameBOTH
{
	BORDER: 0;
	BACKGROUND-COLOR: #FFFFFF;
	HEIGHT: 100%;
	WIDTH: 100%;
/*
	BORDER-TOP: #E8E4B9 9PX SOLID;
	BORDER-BOTTOM: #E8E4B9 9PX SOLID;
	BORDER-LEFT: #E8E4B9 9PX SOLID;
	BORDER-RIGHT: #E8E4B9 9PX SOLID;
*/
	BORDER-TOP: #FFFFFF 9PX SOLID;
	BORDER-BOTTOM: #FFFFFF 9PX SOLID;
	BORDER-LEFT: #FFFFFF 9PX SOLID;
	BORDER-RIGHT: #FFFFFF 9PX SOLID;

	SCROLLBAR-FACE-COLOR:#6699CC;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-SHADOW-COLOR:#6699CC;
	SCROLLBAR-ARROW-COLOR:#FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR:#6699CC;
}

.frameFrameBWS
{
        BORDER: 0;
	BACKGROUND-COLOR: #FFFFFF;
	HEIGHT: 100%;
	WIDTH: 100%;
	color: #00467f;
	margin-left:auto;
	margin-right:auto;
	BORDER-TOP:#FFFFFF 4PX SOLID;
	/*BORDER-TOP:#10b0d4 4PX SOLID;
	BORDER-BOTTOM: #FFFFFF 4PX SOLID;
	BORDER-LEFT: #FFFFFF 4PX SOLID;
	BORDER-RIGHT: #FFFFFF 4PX SOLID;*/
	SCROLLBAR-FACE-COLOR:#6699CC;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-SHADOW-COLOR:#6699CC;
	SCROLLBAR-ARROW-COLOR:#FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR:#6699CC;
	padding-top:10px;
	text-align:center ;
}


.frameFrameOFRG
{
        BORDER: 0;
	BACKGROUND-COLOR: #FFFFFF;
	HEIGHT: 100%;
	WIDTH: 100%;
	BORDER-TOP:#FFFFFF 4PX SOLID;
	/*BORDER-TOP: #00693e 4PX SOLID;
	BORDER-BOTTOM: #FFFFFF 4PX SOLID;
	BORDER-LEFT: #FFFFFF 2PX SOLID;
	BORDER-RIGHT: #FFFFFF 2PX SOLID;*/

	SCROLLBAR-FACE-COLOR:#6699CC;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-SHADOW-COLOR:#6699CC;
	SCROLLBAR-ARROW-COLOR:#FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR:#6699CC;	
	padding-top:10px ;
}

.tabOff {
	font-weight: bold;
	font-size: 12px;
	color: #00467F;
	/*background-color: #C0C0C0;
	margin-top:10px;
	margin-left:7px;*/
	margin-left:21px;
	width: 75px;
	cursor: pointer;
}

.tabOffBOTH {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
/*	background-color: #C0C0C0; */
	margin-left:5px;
	width: 90px;
	cursor: pointer;
}

.tabOnOFRG {
	font-weight: bold;
	font-size: 13px;
	color: #00693e;
/*	background-color: #003300; */
	width: 75px;
	/*margin-top:10px;
	margin-left:14px;*/
	margin-left:21px;
	cursor: pointer;
}

.tabOnBWS {
	font-weight: bold;
	font-size: 12px;
/*	font-style: italic; */
	color: #10B0D4;
	font-family: Arial;
/*	background-color: #003366; */
	width: 75px;
	/*margin-top:10px;
	margin-left:14px;*/
	margin-left:21px;
	cursor: pointer;
}

.tabOnBOTH {
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	color: #000000;
	background-color: #E8E4B9;
	width: 90px;
	margin-left:5px;
	cursor: pointer;
}
/*
a.tabOn {
	color: #FFFFFF;
}

a.tabOff {
	color: #000000;
}
*/
#nav {
	font-family: Arial, sans-serif;
	font-size: 11;
	font-weight: bold;
	text-align: center;
	/* new addition */
	width: 100%;
	/*width: 1148px ;*/
	margin:auto;
}

#nav a {
	/*color: #000000;*/
	text-decoration: none;
}

#both  {
        background: url('/chappy/images/manila_tab.png') top left no-repeat;
}

#bws  {
/*	background: url('/chappy/images/bw_tab.png') top left no-repeat; */
	background-color:#cccccc ;
}


#ofrg  {
/*	background: url('/chappy/images/ofrg_tab.png') top left no-repeat; */
	background-color:#cccccc ;
}

hr.bws
{
	color:green ;
}


#divTabButtons
{
/** original was margin:auto; **/
	margin-left:auto ;
	margin-right:auto;
/** original was with: 100%; **/	
	width: 90%; 
}

/*added to resize bottom half of page to centralise*/
#divTabFrame {
width: 90%;
margin-left: auto;
margin-right: auto;
text-align: center;
}

/************************************************/

