html { overflow-y: scroll; 
	min-height: 100%;
	margin-bottom: 1px;

}

body,td,th {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	float: none;
}


body {
	/*background-color: #ccc;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(../images/background.png);
	background-color:	#fff;
	background-repeat: repeat-x;
}
news_body {
	background-color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a {
	font-size: 13px;
	color: #aa9b6c;
	font-weight: bold;
	text-decoration: none;
}


a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #9d5316;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}

table a {
	font-size: 13px;
	color: #aa9b6c;
	font-weight: bold;
	text-decoration: none;
}




h1 {
	font-size: 150%;
	color: #666;
	border-bottom: 0px solid #000;
	padding-bottom: 5px;
	padding-top: 10px;
}
h2 {
	font-size: 115%;
	color: #666;
	padding-bottom: 0px;
	border-bottom: 0px solid #0061af;
}
h3 {
	font-size: 100%;
	color: #0061af;
	border-bottom: 1px solid #0061af;
	padding-bottom: 5px;
}

h4 {
	font-size: 125%;
	color: #0061af;
	border-bottom: 1px solid #0061af;
	padding-bottom: 5px;
	width: 550px;
}

img {
	padding:3px;
	border:#CCCCCC 1px solid;
	/*float: left;*/
	margin: inherit auto;
	}
	


/* @group Blockquote */

blockquote 
{
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 45px;
background-color: #f5f5f5;
background-image: url(../images/quote-start.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 5px;
background-y-position: 5px;
border-top-width: 4px;
border-top-style: solid;
border-top-color: #d3d3d3;
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #d3d3d3;
}

blockquote p 
{
background-color: transparent;

	background: url(../images/quote-end.png) 100% 100% no-repeat;
background-attachment: scroll;
}

blockquote p 
{
padding-right: 35px;
}


#flashplayer{z-index:-10;}

#wrapper {
	text-align: left;
	width: 1000px;
	/*background-color: #666;*/
	margin: 0px auto;
}
#news_wrapper {
	text-align: left;
	width: 1000px;
	margin: 30px auto;
}
#head {
	float: left;
	height: 100px;
	width: 1000px;
	background-color: #333333;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
	margin-left: 40px;
	margin-top: 20px;
	margin-right: 40px;
}


/* Lists */

ul {
	margin-left: 25px;
	padding: 0;
}

li {
	list-style-type:square;
}



/* Header */

#head {
	width: 1000px;
	height: 80px;
	float: left;
	background-image: url(../images/banner.png);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #fff;
}

#headimage {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	float: left;
	height: 147px;
	width: 1000px;
	background-image: url(../images/head_image.jpg);
}


/* ---------------------------------------------------*/
/* -------------------- NAVIGATION --------------------*/
/* ---------------------------------------------------*/
#nav {width: 1000px; color: #fff; float: left;  font-weight: bold; }
#nav ul {margin: 0px; padding: 0px; text-align: center;}
#nav li {display: inline; margin: 0px; padding: 0; list-style-type: none; text-decoration: none;line-height: 1.6em; border-right: 2px solid #000; }
#nav a {line-height: 1.6em; font-weight: bold; font-size: 1.1em; border-right-width: 0px; border-right-style:dotted; border-right-color: #fff; color: #fff; text-align: center; margin: 0 5px;}
#nav a:hover {color: #cccccc;}

/* Span to change colour */

#nav li a:link span, #nav li a:visited span {
	margin: 0;
	padding: 0;
	color: #5588b5;
	text-decoration: none;
}

#nav li a:hover span, #nav li a:active span {
	margin: 0;
	padding: 0;
	color: #5588b5;
	text-decoration: none;
}

/* ---------------------------------------------------*/
/* -------------------- SRECONDARY NAVIGATION --------------------*/
/* ---------------------------------------------------*/
#secnav {
	width: 1000px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	/*background-color: #000;*/
}
#secnav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#secnav li {
	float: left;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
#secnav a {
	font-weight: normal;
	display: block;
	padding: 10px 10px;
	/*	width: 66px;*/	
	font-size: 1.1em;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #fff;
	color: #000000;
	text-align: center;
}
#secnav a:hover {
	color: #000;
}

/* Span to change colour */

#secnav li a:link span, #secnav li a:visited span {
	margin: 0;
	padding: 0;
	color: #5588b5;
	text-decoration: none;
}

#secnav li a:hover span, #secnav li a:active span {
	margin: 0;
	padding: 0;
	color: #5588b5;
	text-decoration: none;
}


/* Main content */

#main {
	width: 450px;
	padding: 15px;
	float: left;
}

/* Sidebar */

#sidebar {
	width: 120px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.left_boxes {
	width: 120px;
	float: left;
	background: #fff;
	margin-bottom: 10px;
	padding: 10px 10px 10px 15px;
	margin-left: 15px;
	color: #0061af;
	border: 0px solid #808080;
	/*border-top: 1px solid #0061af;*/
	/*border-bottom: 1px solid #0061af;*/
	/*font-weight: bold;*/
}

/* Sidebar */

#sidebar {
	width: 120px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.left_boxes {
	width: 120px;
	float: left;
	background: #fff;
	margin-bottom: 10px;
	padding: 10px 10px 10px 15px;
	margin-left: 15px;
	color: #113541;
	border: 0px solid #808080;
	/*border-top: 1px solid #113541;*/
	/*border-bottom: 1px solid #113541;*/
	/*font-weight: bold;*/
}
/* Sidebar list links */

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#sidebar li a:link, #sidebar li a:visited {
	display: block;
	width: 140px;
	padding: 4px 0 4px 5px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

#sidebar li a:hover, #sidebar li a:active {
	display: block;
	width: 140px;
	padding: 4px 0 4px 5px;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	/*border-left: 0px solid #666;*/
	border-bottom: 1px solid #000;
}

/* Footer */


#main_content {
	float: left;
	width: 550px;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #fff;
}



#main_content_news {
	float: left;
	text-align: justify;
	padding-right: 20px;
	padding-left: 40px !important;
	padding-left: 15px;
	margin: 0px;
	width: 400px !important;
	width: 380px;
	padding-top: 15px;
}
#main_content_home {
	float: left;
	text-align: justify;
	padding-right: 20px;
	padding-left: 40px !important;
	padding-left: 50px;
	margin: 0px;
	width: 520px!important;
	width: 500px;
	padding-top: 15px;
}
#main_content p {
	line-height: 140%;
}

#p_home{
	width: 550px!important;
}


#footer a {
	font-size: 10px;
	color: #666;
}

#footer {
	height: 50px;
	width: 1000px;
	font-size: 10px;
	color: #666;
	line-height: 20px;
	/*background-image: url(../images/footer.jpg);*/
	background-color: #fff;
	border-top: 0px solid #e7e5d9;
	border-bottom: 0px solid #e7e5d9;
	text-align: center;
	float: left;
	clear: both;
}
#body {
	float: left;
	width: 1000px;
	background: #fff;
}



#body_news {
	float: left;
	width: 1000px;
	background-color: #fff;
}
#news {
	float: right;
	width: 135px;
	margin-right: 15px;
	margin-top: 15px;
	text-align:justify;
}

#flags {
	float: right;
	width: 135px;
	margin-right: 15px;
	margin-top: 15px;
	text-align:right;
}


#pictures ul {
	margin-bottom: 10px;
	width: 1000px;
	list-style: disc inside;
}

#pictures {
	margin-top: 20px;
	width: 360px;
	padding: 0px 0px 0px 0em;
	margin-left: 0px;
}
#pictures li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: center;
	height: 120px;
	font-size: 11px;
	line-height: 16px;
}
#pictures img {
	display: block;
	border: 1px solid #333333;
}
.clear {
	clear: both;
}
.news_heading {
	font-size: 12px;
	color: #009999;
	font-weight: bold;
}
#news {
	font-size: 95%;
	background-color: #dddddd;
	float: right;
	width: 145px;
	text-align: left;
	padding: 8px;
	border: 0px solid #333;
	margin: 20px 10px 20px 0px;
}
#news p {
	margin-bottom: -0.4em;
}
#news img {
	border: 1px solid #333;
}
.picture {
	border: 0px solid #999999;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#nav_picture {
	float: left;
	width: 145px;
	padding-top: 20px;
	padding-left: 15px;
}

#text_picture {
	float: left;
	width: 145px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#left_cont {
	float: left;
	width: 135px;
	margin: 0px;
	padding: 0px;
}

.special_offer {
color:#772723;	
}

.required {
color:#772723;	
}

#text_picture {
	float: left;
	width: 145px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}


/* -------------------- 
LEFT PANELS (HOME PAGE)
 --------------------*/

#left_content {
	float: left;
	width: 150px;
	margin-right: 0px!important;
	margin-right: 0px;
	margin-top: 30px;
}
.left_panel {
	background-color: #fcc8ef;
	/*background-image: url(../images/sidebox.png);*/
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #AA9B7C;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AA9B7C;
	border-bottom-color: #AA9B7C;
	border-left-color: #AA9B7C;
	margin-bottom: 0px;
}

.left_panel a {
	font-size: 9px;
	font-weight: bold;
	color: #113541;
}
.left_panel a:hover {
	color: #444;
}
#left_content .left_panel {
	color: #000;
	font-size: 12px;
	width: 128px;
	float: left;
}
.left_panel_heading {
	height: 30px;
	background-color: #9cb742;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	border-bottom: 1px solid #333333;
	border-top: 0px dotted #B30000;
}


.left_panel_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 10px;
}
.left_panel_copy a {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.left_panel_copy a:hover {
	color: #cccccc;
}


#left_content ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	background-color: #FDE2F7;
	color: #9C4958;
	line-height: 15px;
}
#left_content li {
	margin: 0px 0 0;
	padding: 0px;
	list-style-type: none;
}
#left_content li a:link, #left_content li a:visited {
	display: block;
	width: 138px;
	padding: 6px;
	background-color: #2C3A7B;
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#left_content li a:hover, #left_content li a:active {
	display: block;
	padding: 6px;
	background-color: #808080;
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#left_content ul ul li a:link, #left_content ul ul li a:visited {
	display: block;
	width: 138px;
	padding: 6px;
	background-color: #dedede;
	color: #444;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#left_content ul ul li a:hover, #left_content ul ul li a:active {
	display: block;
	padding: 6px;
	background-color: #dedede;
	color: #555;
	text-decoration: none;
} 



/* -------------------- 
RIGHT PANELS (HOME PAGE)
 --------------------*/

#right_content {
	float: right;
	width: 400px;
	margin-right: 0px;
	margin-top: 26px;
}
.right_panel {
	background-color: #ffffff;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-bottom: 20px;
}

.right_panel a {
	font-size: 9px;
	font-weight: bold;
	color: #113541;
}
.right_panel a:hover {
	color: #999999;
}
#right_content .right_panel {
	color: #666666;
	font-size: 11px;
	width: 400px;
	float: right;
}
.right_panel_heading {
	height: 20px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	padding-left: 0px;
}
.right_panel_copy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 10px;
}
.right_panel_copy a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.right_panel_copy a:hover {
	color: #000000;
}

.required {
color:#772723;	
}


.searchBtn {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	color: #666;
	background-color: #fff;
	background: #fff url(../images/form_back.gif) no-repeat 0 0;
	border: 0px solid #ccc;
	padding: 5px;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	text-decoration: none;
}

.searchBox{

border: 1px solid #ccc;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 4px ;
	/*background-color: #FFFFFF;*/
	background: #fff url(../images/form_back.gif) no-repeat 0 0;
	font-size: 12px;
	width: 200px;
	height: 22px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #777;
}

textarea {
	border: 1px solid #ccc;
	padding: 1px 4px ;
	font-size: 12px;
	color: #777;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #fff url(../images/form_back.gif) no-repeat 0 0;
}


/* ---------------TABLES--------------- */
table {
	padding: 3px;
	border: 1px solid #F7F7F7;
	text-align: left;
}
th {
	text-align: left;
	/*height: 30px;*/
	background: #dcdbcb;
	padding: 4px;
}
.table_heading {
	background: #D3D3D3;
}
td {
	padding: 3px;
	border: 3px solid #ffffff;
	background-color: #ffffff;
}


#login {
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-right: 4px;
	margin-left: 4px;
}
