@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e8e8dd;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 	 #container selector */
	color: #000000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* The header */

.layout #header 
	{
	width: 740px; /* the auto margins (in conjunction with a width) center the page */
	height: 120px;
	background-colour: #E8E8DD;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	
.layout  #header_left
	{
	width:190px;
	float: left;
	height: 120px;
	padding-bottom: 20px;
	}

.layout  #header_right
	{
	background:url(../images/header2.gif) bottom left no-repeat;
	width:550px;
	float: left;
	height: 120px;
	}

/*The content container */
	
.layout #container 
	{
	width: 740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	}
	
.layout #container_bg
	{
	width: 740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-color: #FFF
	}
	
/* The left sidebar */
	
.layout #sidebar 
	{
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-left: 10px;
	background-color:#ffffff;
	display: inline;
	overflow: hidden;
	}
.box_top 
	{
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(../images/sidebar_box_head.gif);
	height: 30px;
	background-repeat: no-repeat;
	}
	
.box_bottom 
	{
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #00ff00;
	background-image: url(../images/box_btm.gif);
	height: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.box 
	{
	width: 180px;
	float: left;
	margin-bottom: 10px;
	background-color: #00FF00;
	} 
.box_no_background
	{
	width: 180px;
	float: left;
	margin-bottom: 10px;
	text-align:center;
	padding-left: 5px;
	} 
.box address
	{
	font-size: 10px;
	text-align:left;
	
	}
.box h4 {
	font-weight: bold;
	color: #619D1E;
}
.article_row_date {
	color: #F00;
	float: left;
	width: auto;
	padding-top: 5px;
	font-weight: 100;
	font-size: 12px;
}


.box_inner 
	{
	width: 160px;
	background-color: #00FF00;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: left;
	} 
.box_inner_bottom_border
	{
	width: 140px;
	margin-left: 10px;
	background-color: #00FF00;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	text-align: left;
	border-bottom-color: #FFF;
	line-height: normal;
	} 
.box_header 
	{
	width: 180px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	}
	
/* The main content column */
	
.layout #mainContent 
	{
	width: 740px;
	background-color: #FFFFFF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	} 
	
.layout #content_box 
	{
	width: 530px;
	background-color: #FFFFFF;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: right;
	height: 100%;
	display: inline;
	overflow: hidden;
	} 
.article_box /* this is the container element for the enhanced article box NOTE: ONLY USE THIS ELEMENT ONCE IN A PAGE */
	{
	width: 720px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #99CCCC;
	display: inline;
	} 
.article_box_no_background /* this is the container element for the enhanced article box NOTE: ONLY USE THIS ELEMENT ONCE IN A PAGE */
	{
	width: 720px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0 10 0 10px;
	height: 100%;
	background-color: #FFF;
	} 
.article_box_inner /* this is to position text within the box */
	{
	width: 700px;
	float: left;
	background-color: #99CCCC;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
	} 
.article_box_top /* this is to place the rounded corner top image */
	{
	width: 720px;
	height:10px;
	background-image:url(../images/article_top.gif);
	background-color: #99CCCC;
	background-repeat: no-repeat;
	float: left;
	} 
.article_box_btm /* this is to place the rounded corner top image */
	{
	width: 720px;
	height:10px;
	background-image: url(../images/article_btm.gif);
	background-color: #99CCCC;
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	} 

.article_box h3
	{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	line-height: 30px;
	color: #03C;
	border-bottom-color: #000000;
	font-size: 14px;
	} 
.article_box_no_background h3
	{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	line-height: 30px;
	color: #6DB021;
	border-bottom-color: #000000;
	font-size: 14px;
	} 
.article /*this positions & formats the sub-articles */
	{
	width: 500px;
	background-color: #FFFFFF;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 10px;
	clear: none;
	margin-right: 10px;
	text-align: left;
	} 
.article_row  {
	background-color: #FCEDC5;
	height: auto;
	margin-bottom: 1px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.article_no_bottom_border /*this positions an article without displaying a bottom-border; use for bottom most article*/
	{
	width: 530px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 10px;
	} 
.layout #home_img1 /*this controls the margin around images placed within an article*/
	{
	margin-left: 10px;
	margin-right:5px;
	float:left;
	display: inline;
}
.layout #home_img2 /*this controls the margin around images placed within an article*/
	{
	margin-left: 5px;
	margin-right:0px;
	float: left;
	display: inline;
}
.article_inner /*this positions & forces the formatting of article content*/
	{
	float: left;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	} 
	
.layout #content_box p
	{
	text-align: left;
	line-height:2;
	font-weight: lighter;
	} 
.layout #content_box h3
	{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	line-height: 30px;
	color: #03C;
	border-bottom-color: #000000;
	font-size: 14px;
	} 
.layout #content_box h4
	{
	color: #03C;
	border-bottom-color: #000000;
	font-size: 14px;
	} 
.layout .article_row a {
	font-size: 14px;
	color: #03C;
	text-decoration: none;
	line-height: normal;
}

.layout #content_btm
	{
	width:740px;
	height:10px;
	background-image: url(../images/content_btm.png);
	background-repeat: no-repeat;
	background-color: #E8E8DD;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
.layout #content_top
	{
	width:740px;
	height:10px;
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	}
/* The footer */

.layout #footer 
	{
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e8e8dd; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	}
	
.layout #footer_left 
	{
	width:7px;
	background-image:url(../images/foot_left.png);
	float: left;
	height: 40px;
	}
	
.layout #footer_centre 
	{
	width:726px;
	background-color: #6DB021;
	float: left;
	height: 40px;
	font-size: 10px;
	}
.layout #footer_inner_box 
	{
	font-size: 10px;
	text-align: center;
	float: left;
	width: 726px;
	height: 30px;
	margin-top: 10px;
	clear: both;
	}
.layout #footer_right 
	{
	width:7px;
	background-image:url(../images/foot_right.png);
	float: left;
	height: 40px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
select {
	font-size: 10px;
}
	
/* main navigation	*/

.layout #nav_main {
	clear: both;
	font-size: 10px;
	position: absolute;
	top: 64px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	display: inline-block;
	padding: 0;
}

.layout #nav_main ul {	
	list-style: none;
	width: 550px;
	margin: 0px;
	padding: 0;
}	

.layout #nav_main li {
	padding: 0 0px 0 0px;
	float:left;
}

.layout #nav_main li a {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 15px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 3px 10px 2px 10px;
	border-right: 1px dashed #ffffff;
}

.layout #nav_main li.selected {
	padding: 0 0px 0 0px;
	float:left;
}

.layout #nav_main li.selected a {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 15px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 3px 10px 2px 10px;
	border-right: 1px dashed #ffffff;
	background: #000033;
}	


.layout #nav_main li a:hover {
	background: #000033;
}	

.layout #nav_main li a:active {
	background: #000000;
	color: #286ea0;
}	

.layout #nav_main li a:focus {
	background: #000000;
	color: #286ea0;
}	

.layout #wrapper 
	{
	width: 740px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
.layout #switcher {
	text-align: right;
	float: right;
	clear: both;
	height: 20px;
	width: 550px;
	color: #FFFFFF;
	
}
.layout #switcher a {
	font-size: 10px;
	position: relative;
	bottom: 4px;
}

.layout #switcher a img {
	position: relative;
	top: 3px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.layout #copyright {
	width: 740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	}
.layout #copyright p {
	font-size:10px;
	color:#000000;
	}
	
.flag {
	margin: 0px;
	text-align: center;
	width: 160px;
	padding-left: 5px;
}
.flag img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

