/* GLOBAL DECLARATIONS ----------------------------------------------------------------- */

/* Ipsos, Reigonal Templates CSS definition */
/* Author: Ipsos-NA, MSU, Vancouver         */

	
body,
html	{
	margin: 0;
	padding: 0;
	background: #fff url("../gfx/bg.gif") repeat-x;
	color: #333;
	text-align: center;
	}

html { 
	height: 100%; 
	margin-bottom: 1px; 
	}

body,
td,
div	{
	font: 12px Arial, Geneva, Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	}

#livearea {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url("../gfx/bgd_bodyfooter.gif") bottom no-repeat;
	}

form, 
select, 
input, 
textarea {
	padding: 0;
	margin: 0;
	font: 12px Arial, Geneva, Helvetica, Verdana, sans-serif;
	}

ul, 
ol {
	position: relative;
	}	
	
/* HIERARCHICAL RE-DEFINITION ------ */


h1 {
	font-size: 18px;
	color: #7ac;
	}


	
/* GLOBAL LINK BEHAVIOUR ----------- */

a,
a:link,
a:visited,
a:active,
a:hover	{
	color: #7ac;
	background-color: transparent;
	text-decoration: none;
	}

a:hover	{
	color: #000;
	text-decoration: none;
	}


/* HEADER ------------------------------ */

#header {
	padding-bottom: 0px;
	}


/* PRE-HEADER -------------------------- */	

#preheader {
	padding: 5px 0;
	}
#preheader form{
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

.logo {
	float: left;
	}
	
	
.search {
	width: 210px;
	padding: 5px 0 0 0;
	float: right;
	}

.searchfield {
	float: left;
	border: 1px solid #bbb;
	}

.searchbutton {
	padding-left: 10px;
	float: left;
	}


/* GLOBAL NAVIGATION ------------------- */

#globalnavigation {
	width: 760px;
	float: left;
	background: url("../gfx/bg_globalnavigation.gif") no-repeat;
	/* edit the line below to change the border color under the global navigation To change the color, change the #fco to another value, #000 would be black*/
	/* only edit the line above */
	
	border-top : 5px solid #fc0;
	padding: 10px 0 0 0;
	padding-top: 0px;
}
		
#globalnavigation a {  
	display: block;
	float: left;
	position: relative; /* Required for IE */
	padding: 0 8px;
	padding-bottom: 20px;
	padding-top: 5px;
	text-decoration: none;
	}
	
#globalnavigation a:hover {
	border-top : 5px solid #666;
	padding-top: 0px;
		}
	

/* GLOBAL NAVIGATION ------------------- */

#subnavigation h6 {
	display: none;
	}

#subnavigation ul,
#subnavigation li {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#subnavigation ul {
	padding: 5px;
	background: #aaa;
	}

#subnavigation a {
	padding: 2px;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 1%; /* Just for IE */
	}

#subnavigation a:hover {
	background: #333;
	}	
	
/* CONTENT ------------------------- */



#content {
	width: 760px;
	float: left; 
	background: url("../gfx/bgd_body_inside.gif") repeat-y;
	}

#home #content{
	width: 760px;
	float: left; 
	background: url("../gfx/bgd_body_inside.gif") repeat-y;
	}
	
#content h1 {
	font-size: 17px;
	padding-top: 12px;
	padding-bottom: 18px;
	background: url("../gfx/bg_stripe.gif") bottom no-repeat;
	}
	
#content h2 {
	font-size: 15px;
	color: #7ac;
	margin-bottom : 3px;
}
#content  h3 {
	font-size: 12px;
	color: #7ac;
	margin-bottom : -1px;
	margin-top : -1px;
}
#content  h4 {
	font-size: 14px;
	color: #7ac;
	margin-bottom : -1px;
	margin-top : -1px;
}
#content  h5 {
	font-size: 16px;
	color: #7ac;
	margin-bottom : 5px;
	margin-top : -1px;
}


	
#content ul,
#content li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#content li {
	background: url("../gfx/bullet.gif") no-repeat 0 0.45em;
	padding: 0 0 0 16px;
    }

#content #column1 li {
	background: url("../gfx/bullet.gif") no-repeat 0 0.45em;
	padding: 0 0 0 20px;
	margin-left : 40px;
}	
	
#column1 {
	float: left;
	padding: 0 15px;
	}
	
#column2 {
	float: left;
	padding: 0 15px;
}	
	
#column1 {
	width: 506px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 475px;
	}

* html #column1 {  /* IE BugFix */
	width: 475px;
	padding-bottom: 10px;
	}
	
#column2 {
	width: 223px;
	}

/* Start IE BugFix */

* html #home #column1, 
* html #home #column2 {
	padding-bottom: 10px;
	}

#home #column1,{
	width: 506px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 475px;
	}
#home #column2 {
	float: left;
	width: 223px;
	padding: 0 15px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 222px;
	}

	

	
/* Stop IE BugFix */


/* FOOTER ------------------------------ */

#footer {
	padding: 25px 15px 35px 15px;
	clear: both;
	width: 760px;
	background: url("../gfx/bg_stripe.gif") top center no-repeat;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 730px;
	}
	
#links {
	font-size: 10px;
	}
	
	

/* USER DEFINED - CUSTOM STYLES -------------------------------- */
	
#globalnavigation {
	border-bottom-color: #fc0;
	}
	
/* BREAD CRUMBS ------------------------------------------------ */
	
body#home #g1,
body#inside #g2,
body#inside2 #g3,
body#inside3 #g4,
body#inside4 #g5,
body#inside5 #g6,
body#inside6 #g7,
body#inside7 #g8 {
	border-top: 5px solid #666;
	padding-left: 8px;
	padding-bottom: 0px;
	padding-top: 0px;
	}
