@charset "utf-8";

html, body	{
	height:100%;	
}
body {
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#container {
	min-height: 100%;/* new 01*/
	margin: 0;/* new 01*/
	position: relative;/* new 01*/

}
* html #container	{
	height: 100%;
}

#header {
	height: 130px;
	margin-top: -10px; 
}

#content {
/*	overflow: hidden; *//* required to make consistent column heights  */
	width: 980px;
	border: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; 
	padding-top: 0px;
	padding-bottom: 20px;	
}

#content:after {	/* for equal column heights background */
    content: " ";
    display: block;
	clear: both; 
}

#menu_panel	{
 /*   position: absolute;*/ /* new 01*/	
/*    top: 0; *//* new 01*/	
 /*   left: 0; *//* new 01*/	
    height: 100%; /* new 01*/	
	width: 180px;
	float: left;
	margin-top: 15px;
	margin-left: 0px;
/*	margin-bottom: -10000px; */ /* required to make consistent column heights  */
/*	padding-bottom: 10000px; */	/* required to make consistent column heights  */
	padding-top: 0;
}

#menu_panel	.iconbar{
	width: 130px;
	float: left;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 32px;
}

#column_single	{
/*	float: left; */
	position: relative;  /* new 01 */	
	width: 720px;
	margin-top: 0;
/*	margin-left: 20px; */
	margin-left: 200px;
/*	margin-bottom: -10000px;	*//* required to make consistent column heights  */
/*	padding-bottom: 10000px;	*//* required to make consistent column heights  */
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;

}

#column_centre {
	float: left;
	width: 360px;
	margin-top: 20px;			
	margin-left: 50px;	
/*	margin-bottom: -10000px;	*//* required to make consistent column heights  */
/*	padding-bottom: 10000px;*/	/* required to make consistent column heights  */
	padding-top: 0;	
	padding-left: 10px;	
	padding-right: 10px;		
}

#column_centre	.iconbar{
	width: 100%;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#column_right	{
	float: left;
	width: 270px;
	margin-top:0;		
	margin-left: 50px;
	margin-bottom: -10000px;	/* required to make consistent column heights  */	
	padding-bottom: 10000px;	/* required to make consistent column heights  */
	padding-top: 0;	
	padding-left: 10px;	
	padding-right: 10px;	
}

#contact_form	{
	margin-left: 30px;
	position:relative;
}

/*#footer {
	height: 30px;
	width: 980px;
	position: relative;*/	 /* this gives IE6 hasLayout to properly clear */
	/*clear: both;*/	/* this clear property forces the .container to understand where the columns end and contain them */
/*	border: none;	
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;	
	margin-right: auto;
	margin-left: auto;
}*/


ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. */
	padding: 0;
	margin: 0;
}

#menu ul {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#menu li	{
	list-style: none;
	float: left;
	display: block;
	clear: both;
	line-height: 0.95em;
	text-align: left;
	vertical-align: top;
	margin-top: .4em;
	margin-left: 0.1em;
	margin-right: 0em;
	margin-bottom: 0em;
	padding-top: 0.15em;
	padding-right: 0em;
	padding-bottom: .1em;
	padding-left: 0em;
	overflow: hidden;
}

#column_single	.iconbar ul {
	width: 100%;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
}


#column_single	.iconbar ul li {
/*	float: left; */
	padding: 0;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 0;
/*	clear: both; */
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
}
		
#column_single ul {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 2em;
}

#column_single li	{
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left:15px;
	line-height: 0.9em;	
}
		
#column_centre ul {
	list-style-position: inside;
	list-style-type: disc;	
}

#column_centre li	{
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left:15px;
	line-height: 17px;	
}

/*#footer	a	{
	float: left;
	margin-left: 50px;
} */

/* headings */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0;
	padding-left: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model confusion. */
}

h1	{
	margin-top: 10px;
}

#header h1	{
	padding-top: 10px;	
	margin-bottom: 0;
	text-align: center;	
}

#column_right h1	{
	margin-top: 15px;
	text-align: center;
}

h2	{
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;	
	padding-bottom: 0px;
}

#header h2	{ 
	margin-top: 0;	
	text-align: center;			
}
	
#column_single	h1	{
}

#column_single	h2	{
}	

#column_single	h3	{
	margin-top: 10px;
	margin-bottom: 0;
	text-align: left;
	padding: 0px;
}	

/* other text */
p	{
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 17px;
}

#column_single	p	{
	text-align: justify;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: .6em;
	padding-left: 0;
}
#column_centre, #column_right	p	{
	text-align: justify;
}

#column_single p.indent15	{
	margin-left:15px;
	text-align:left;
}

/* images */
a img { 
	border: none;
}/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */

#menu_panel .iconbar img {
	padding-right:6px;
}

#column_single .iconbar img {
	padding-right: 20px;
	vertical-align: middle;
}

.menu_panel_img_w100	{
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 15px;	
}.

.column_right_img_w200	{
	margin-left: 35px;
	margin-top: 0;
	margin-bottom: 15px;	
}

.column_single_h300	{
	float: left;
	margin-right: 25px;
	margin-top: 0;
	margin-bottom: 25px;	
}

/* video */

.vid_align	{
/*	clear: both;*/
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-left: 50px;		
}

/* misc */
hr	{
	width: 90%;	
}

.hidden {
	display:none;
	height: 0;
}
/* miscellaneous float/clear classes */

/* the .target element below is used to overcome a problem with positoning within a page via <a href=""></> when the target anchor is positioned within an element containing overflow:hidden;  - see http://stackoverflow.com/questions/8016673/anchor-link-cutting-off-the-page-based-on-height-of-absolute-positioned-element for more info  */
.target	{
	position: absolute;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 18px;
}

.form_fltrt {  /* The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 250px;
	margin-top: 0;
	margin-bottom: -10px;
	margin-left: 30px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 18px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
