* { margin: 0; padding: 0; }

body {
	background: #fff url(../images/bg.jpg) repeat-x 0 0;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Arial", Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 920px;
	margin: auto;
	position: relative;
	text-align: left;
	margin-top: 45px;
}

#wrapper1 {
	background: #fff;
}

#contentwrap {
	display: block;
	font-size: 0.75em; /* Global Content Font Size */
}

#col-left {
	float: left;
	width: 280px;
	background: url(../images/col_bg.gif) repeat-y 37px 0;
}

	#col-left .padding {
		background: url(../images/lhc_base.gif) no-repeat bottom left;
		padding: 0 45px 30px 50px;
		min-height: 100px;
		height: auto !important;
		height: 100px;
	}

.colwrap-right {
	float: right;
	width: 640px;
}

	#col-centre {
		float: left;
		width: 400px;
	}
	
		#col-centre .padding {
			padding: 30px 45px 30px 0;
		}
	
	#col-right {
		float: right;
		width: 240px;
		background: url(../images/col_bg.gif) repeat-y 0 0;
	}
		#col-right .padding {
			background: url(../images/rhc_base.gif) no-repeat bottom left;
			padding: 35px 45px 30px 20px;
		}

/* Header
------------------------------------------------------------------*/

#top {
	background: url(../images/top.gif) no-repeat 0 0;
	height: 20px;
}

#header {
	height: 278px;
	background: #fff url(../images/header_bg.jpg) repeat-x 0 67px;
}

	#headerleft {
		float: left;
		width: 250px;
		height: 243px;
		border-left: 7px solid #fff;
		margin-top: 35px;
		position: relative;
		background: url(../images/left_bg.gif) repeat-y 0 0;
	}
	
	#headerleft img {
		position: absolute;
		top: -5px;
	}
	
	#headerright {
		 float: right;
		 width: 656px;
		 height: 278px;
		 border-right: 7px solid #fff;
	}
	
	#home #headerright {
		background: url(../../../images/slideshow/image01.jpg) no-repeat 31px 67px;
	}

/* Navigation refer to horizontal_nav.css
------------------------------------------------------------------*/

#h-nav {
	display: block;
	background: #93BAD1;
	overflow: hidden;
	width: 100%;
}

/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	height: 35px;
	float: left;
	width: 920px;
	font-size: 0.65em;
	color: #ccc;
	background: #fff;
}

#clearfooter { width: 100%; height: 0px; line-height: 0px; font-size: 0px; clear: both; } /* to clear footer */

#footer p { margin: 0; padding: 0 10px; }

	#footerleft { padding: 10px; }
	
	#footerright {
		 float: right;
		 padding: 10px;
	}
	
	#footer a {
		color: #ccc;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #2781C4;
	text-decoration: none;
}

a:hover {
	color: #2781C4;
	text-decoration: underline;
}

p { margin: 0 0 1em 0; padding: 0 0 0 5px; }

ul {
	margin: 0 0 1em 0;
	padding: 0;
}

ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
}

	ul ul, ol ol { margin-bottom: 0; }
	
	.padding ul li {
		list-style: none;
		background: url(../images/bullet.gif) no-repeat 0 5px;
		padding-left: 15px;
	}
	
	#col-left ul {
		padding: 0 0 0 35px;
	}
	
	#col-left ul li {
		margin-bottom: 10px;
		font-weight: bold;
	}


h1 {
	color: 2781C4;
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
}

#col-left h1 {
	margin-top: -32px;
	position: relative;
	z-index: 200;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
	color: #2781C4;
	padding-left: 5px;
}

	h2 a {
		color: #2781C4;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #2781C4;
		text-decoration: underline;
	}
	
h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	padding-left: 5px;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

.clear { clear: both; }

.calendar {
	text-align: center;
	margin: 0 0 20px 15px;
	width: 160px;
}

.calendar a {
	font-weight: bold;
}

.newsitem1 {
	border-bottom: 1px solid #eee;
	margin-bottom: 12px;
}

.newsitem1 .date {
	margin-top: -5px;
}

.date {
	font-size: 0.9em;
	font-weight: bold;
}

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #f00; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; }
table, th, td { border: none; }
th, td { padding: 3px; }

/* sIFR
------------------------------------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important; 
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/

.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  font-size: 18px;
  line-height: 1em;
  margin: 0 0 0.75em 0;
  padding: 0 0 5px 5px;
  background: url(../images/dottedline.gif) repeat-x bottom left;
}

.sIFR-active #col-centre h1 {
  visibility: hidden;
  font-family: Verdana;
  font-size: 22px;
  line-height: 1em;
  margin: 0 0 0.75em 0;
  padding: 0 0 5px 5px;
  background: url(../images/dottedline.gif) repeat-x bottom left;
}
