/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
============================================================================================
Global CSS file for www.wcrf-hk.org / Created by: Lorraine Humm lorraine@divine-creations.com
============================================================================================
*/

body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000000;
	background: #d8d6dc;
    margin: 0;
    }
	
/*-- TEXT STYLES --*/

h1 {
    font-size: 1.2em;
    font-weight: bold;
	margin-top: 5px;
    }
	
.introPara {
	font-weight: bold;
	}
	
/*-- GENERIC LINKS --*/

a, a:link, a:active {color: #5c3997;  }
a:hover {color: #aa93ce;}
	
/*-- POSITIONAL ELEMENTS --*/    

.container {
    width: 970px;
    margin: auto;
	padding: 0 20px 0 20px;
	background: url(../images/tile_bg.gif) top left repeat-y;
    }
	
.mast {
    width: 950px;
    height: 110px;
    float: left;
    background: url(../images/masthead.jpg) top left no-repeat;
    }
	
/*-- IMAGE MONTAGE DEFINITION AND CLASSES FOR EACH PAGE -- */
	
#banner {
	float: left;
	width: 950px;
	height: 70px;
	
	background: url(../images/home.jpg) top left no-repeat;
	}


/*-- CONTENT AREAS --*/

.content {
    float:left;
    width: 950px;
    }
	
.left {
    width: 440px;
    float: left;
    margin: 0;
    padding: 10px 10px 0 10px;
    }

.right {
    width: 440px;
    float: right;
    margin: 0;
    padding: 10px 10px 0 10px;
    }
	
.right p {
	line-height: 24px;
	}
	
.circles {
	float: left;
	width: 353px;
	text-align: center;
	}
	
/*-- button position divs --*/
	
.button_left {
	float: left;
	width: 147px;/*298*/
	padding-left: 151px;
	margin-top: 80px;
	}
.button_right {
	float: left;
	width: 298px;
	text-align: left;
	margin-top: 80px;
	}
	
/*-- button actual --*/
	
.button {
	width: 147px;
	height: 52px;
	}
.button_en a {
	background-image: url(../images/en_link.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 147px;
	height: 52px;
	}
.button_en a:hover,
.button_cn a:hover {
	background-position: 0 -52px;
	}
	
.button_cn a {
	background-image: url(../images/cn_link.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 147px;
	height: 52px;
	}
	}
	
/*-- LINKS --*/

#en,
#cn {
	width: 420px;
	}
#en a {
	display: block;
	width: 338px;
	height: 311px;
	background: url(../images/en_link.jpg) top left no-repeat;
	margin: auto;
	}
#cn a {
	display: block;
	width: 338px;
	height: 311px;
	background: url(../images/cn_link.jpg) top left no-repeat;
	margin: auto;
	}
#en a:hover,
#cn a:hover {
	background-position: 0 -311px;
	}
#en a span,
#cn a span {
	display: none;
	}
	
/*-- FOOTER --*/
    
.footer {
    width: 950px;
	float: left;
    padding: 5px 0 5px 0;
	font-size: 90%;
	color: #FFFFFF;
    background: #5c3996;
    text-align: center;
	margin-top: 10px;
    }
.footer a, .footer a:link, .footer a:visited {
	color:#fff;
	}
.footer ul {
	list-style: none;
	margin: 5px 0 8px 0;
	padding: 0;
	}
.footer span {
	font-weight: bold;
	margin-left: 15px;
	}
	
/*-- ADDITIONAL MODIFICATIONS --*/
    
.clear {clear: both;}
html { height: 100%; margin-bottom: 1px;}
