/* =============================== Mandatory Styles =============================== */
html { height: 100%; }
body {
	font: normal 12px Tahoma, Geneva, sans-serif;
	line-height: 1.4em;
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1 
{
	font-family: "myriad-pro",sans-serif;
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	color : #cc4d00;
	letter-spacing : normal;
	padding: 0px 10px;
	margin : 0 0 20px 0;
	display: block;
	background-color: #ebf0f3;
}

h2 {
	font-family: "myriad-pro",sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color : #007bab;
	letter-spacing : 1px;
	margin : 0 0 10px 0;
	text-transform : none;
}

h3 {
	font-family: "myriad-pro",sans-serif;
	font-size: 18px;
	font-weight: normal;
	color : #6a5e57;
	letter-spacing : normal;
	padding: 0 0 5px 0;
	margin : 0 0 10px 0;
	text-transform : none;
	border-bottom: solid 1px #a0938b;
}

h4 {
	font-family: "myriad-pro",sans-serif;
	font-size: 16px;
	font-weight: normal;
	color : #93A000;
	letter-spacing : 1px;
	margin : 0 0 5px 0;
	text-transform : none;
}

h5 {
	font-family: "myriad-pro",sans-serif;
	font-size: 16px;
	font-weight: 600;
	color : #cc4d00;
	letter-spacing : 1px;
	margin : 0 0 5px 0;
	padding: 0 0 5px 0;
	text-transform : uppercase;
	border-bottom: solid 1px #a0938b;
}

h6 {
	font-family: "myriad-pro",sans-serif;
	font-size: 16px;
	font-weight: normal;
	color : #6D6D6D;
	letter-spacing : 1px;
	line-height: 18px;
	margin : 0 0 5px 0;
	text-transform : none;
}

P {
	padding : 0;
	margin : 0 0 20px 0;
}

ul, ol {
	margin : 0 0 20px 20px;
	padding : 0;
}

li {
	margin : 0;
	padding : 3px 0 3px 0;
}

hr {
	height : 0px;
	margin : 10px 0;
	border: 0px;
	border-bottom: solid 1px #a0938b;
}

a img {
	border : none;
}

a {
	text-decoration : underline;
	color : #007bab;
}

a:hover {
	color : #004662;
}

a:visited {
	color : #6a5e57;
}

blockquote
{
	font-family: Georgia;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
	font-style: italic;
	color : #323131;
	letter-spacing : normal;
	text-transform : none;
	background-color: #e8eacf;
	padding: 15px 20px 1px 20px;
	margin : 0 0 20px 0;
}

input, textarea, select
{
	font: normal 12px Tahoma, Geneva, sans-serif; 
}

#testsitealert {
	height: 20px;
	padding: 5px;
	background-color: #d33;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border-bottom: solid 1px #000;
	color: #fff;
}

#site
{
	position: relative;
	min-height: 100%;
}

#container  
{
	width: 960px; 
	margin: 0 auto; 
	padding: 0; 
}

#contact {
	margin : 0 auto;
	padding : 0;
	width : 960px;
	height: 30px;
	background-color: #cc4d00;
}

#header {
	margin : 0 auto;
	padding : 30px 0 15px 0;
	width : 960px;
	height: 85px;
}

#menu {
	margin : 0 auto;
	padding : 0;
	width : 960px;
}

#content
{
	background-color: #ffffff;
	width : 960px;
}

.imagecontainer
{
	font-size: 0px;
	line-height: 1em;
}

.search_container
{
	background: url('../images/searchback.png') top left no-repeat;
	width: 363px;
	height: 33px;
	padding: 7px 10px 5px;
}

/* =============== Contact Details =============*/
.contact_detail
{  
	float: right;
	line-height: 30px;
	color: #fff;
	padding-right: 10px;
	font-family: "myriad-pro",sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.contact_detail img
{
	margin: 5px 10px;
}

.contact_detail a
{
	color: #fff;
	text-decoration: none;
}

/* ====================== Programme menu ======================== */
.prog_nav
{
	height: 40px;
}
.prognav1
{
	padding: 0 0 0 0;
	margin: 0px;
	height: 40px;
}

.prognav1 li
{
	list-style-type: none;
	position: relative;
}

.prognav1 ul
{
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	padding: 0px;
	margin: 0px;
}
.prognav1 > li
{
	float: left;
	height: 40px;
	padding: 0;
	background: url('../images/progmenuback.png') 0px 0px no-repeat;
	margin-left: 20px;
}
.prognav1 > li.isfirst
{
	margin-left: 0px;
}
.prognav1 li:hover > ul, .prognav1 ul.parent_hover
{
	display: block;
}

.prognav1 a {	
	font-family: "myriad-pro",sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing : normal;
	text-decoration : none;
	white-space: nowrap;
	color : #ffffff;
	margin : 0;
	display: block;
	padding: 0px 20px;
}

ul.prognav2
{
	margin: 0px 0px 0px 0px;    
	padding: 10px 0px 10px 0px;
	background-color: #93a000;
    z-index: 100000;
}

ul.prognav2 a
{	
	font-family: Tahoma, Geneva, sans-serif;
	color : #fff !important;	
	text-transform : none;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	white-space: normal;
	padding-bottom: 8px;
}

ul.prognav2 li
{	
	padding : 0px;
	text-align: left;
}

/* ====================== Top menu ======================== */
.menu_nav
{
	border-bottom: dashed 1px #6d6d6d;
	height: 38px;
}
.menunav1
{
	padding: 9px 0 0 0;
	margin: 0px;
	height: 23px;
}
.menunav1 ul
{
	padding: 0px;
	margin: 0px;
}

.menunav1 li
{
	list-style-type: none;
	position: relative;
}

.menunav1 ul
{
	display: none;
	position: absolute;
	left: 0px;
	top: 30px;
}
.menunav1 > li
{
	float: left;
	height: 23px;
	padding: 0 0 7px 0;
}
.menunav1 > li.menuselected a
{
	color: #000;
}
.menunav1 > li:hover a
{
	background-color: #ebf0f3;
	color: #000;
}
.menunav1 li:hover > ul, .menunav1 ul.parent_hover
{
	display: block;
}

.menunav1 a {	
	letter-spacing : normal;
	color : #6d6d6d;
	margin : 0;
	text-decoration : none;
	display: block;
	white-space: nowrap;
	font-size: 12px;
	line-height: 23px;
	padding: 0px 15px 0px 15px;
}

ul.menunav2
{
	margin: 0px 0px 0px 0px;    
	padding: 10px 0px 10px 0px;
	background-color: #ebf0f3;
    z-index: 100000;
}

ul.menunav2 a
{	
	color : #6d6d6d !important;	
	text-transform : none;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 24px;
}

ul.menunav2 li
{	
	padding : 0px 0px 0px 0px;
	text-align: left;
}
/* ============================ Arrow Link========================= */ 
.arrowlink {
	background : url('../images/arrowlink.png') no-repeat 0 4px;
	display : block;
	font-family: "myriad-pro",sans-serif;
	font-size: 16px;
	font-weight : 600;
	color : #6a5e57;
	padding : 0 0 0 16px;
	text-transform : none;
	text-decoration : none;
	margin: 8px 0px 20px 0px;
}

/*================ Image Float =================================*/
.floatimageright {
	float : right;
	margin : 0 0 20px 20px;
	padding : 0;
}

.floatimageleft {
	float : left;
	margin : 0 20px 20px 0;
	padding : 0;
}

/* ==========================Content Table =================== */
.main_content_area
{
	padding: 30px 0px 120px 0px;
}

#contentcolumn_1 {
	margin : 0;
	padding : 0 0 0 0;
	width : 960px;
}

#contentcolumn_2 {
	margin : 0;
	padding : 0 30px 0 0;
	width : 630px;
}

#contentcolumn_3 {
	margin : 0;
	padding : 0 30px 0 0;
	width : 300px;
}

#contentcolumn_4 {
	margin : 0;
	padding : 0 30px 0 0;
	width : 300px;
}

#contentcolumn_5 {
	margin : 0;
	padding : 0;
	width : 300px;
}

#contentcolumn_6 {
	margin : 0;
	padding : 0 20px 0 0;
	width : 460px;
}

#contentcolumn_7 {
	margin : 0;
	padding : 0 0 0 20px;
	width : 460px;
}
/* ====================== List Styles =============================== */

.item_item {
	margin-bottom: 15px;
	clear: both;
}

.item_itemdate {
	color : #a0938b;
	font-size: 12px;
}

.item_itemlocation {
	color : #004662;
	font-size: 12px;
}

.item_itemtitle {   
	color: #007bab;
	font-family: "myriad-pro",sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration : none;
	text-transform: none;
}
.item_itemtitle A {
	color: #007bab;
	text-decoration : underline;
}

.item_itemtext {
	margin-top: 6px;
}

.item_image
{
	float: right;
	margin: 0 0 10px 10px;
}

.item_viewall
{
	border: dotted 1px #a0938b;
	border-width: 1px 0px;
	background : url('../images/arrowlink.png') center left no-repeat;
	display : block;
	font-family: "myriad-pro",sans-serif;
	font-size: 16px;
	font-weight : bold;
	color : #6a5e57;
	padding : 8px 0 8px 16px;
	text-transform : none;
	text-decoration : none;
	margin: 8px 0px 20px 0px;
}

.item_categoryname, .item_categoryname:visited
{
	font-size: 12px;
	color: #6a5e57;
	display: inline-block;
	padding-right: 20px;
	text-decoration: none;
}

.item_categoryname:hover
{
	color: #6a5e57;
	text-decoration: underline;
}

/*================ News =================================*/

.Archive_year { font-size: 14px; line-height: 1.4em; color: #6a5e57; cursor: pointer; }
.Archive_yearlist { margin: 0px 0px 0px 10px; }
.Archive_month { font-size: 14px; line-height: 1.4em; color: #6a5e57; cursor: pointer; padding: 0px 0px 0px 10px; }
.Archive_monthlist { margin: 0px 0px 0px 20px; }
.Archive_Item { color: #6a5e57; padding: 0px 0px 0px 10px; }
.Archive_Item A { color: #6a5e57; text-decoration: none; }
.Archive_Item A:hover { text-decoration: underline; }
.Archive_Item_selected  { color: #cc4d00; padding: 0px 0px 0px 10px; }
.Archive_Item_selected  A { color: #cc4d00; text-decoration: none; }
.Archive_Item_selected  A:hover { color: #cc4d00; text-decoration: underline; }

.news_categorylist { margin: 10px 0 20px 0; }
.news_categorylist a
{
	font-size: 14px;
	line-height: 24px;
	display: block; 
	color: #6a5e57;
	text-decoration: none;
}

/* ====================== footer =============================== */
#footer
{
	position: absolute;
	bottom: 0px;
	height: 90px;
	width: 100%;
}

.footertable {
	font-size : 12px;
	margin : 0 auto;
	width : 960px;
	background: #cc4d00;
	height: 90px;
}

.footer_text {
	font-size: 14px;
	line-height: 1.1em;
	color : #ffffff;
	padding : 18px 0 0 20px;
	vertical-align: top;
}

.footer_text a, .footer_text a:hover, .footer_text a:active {
	color : #ffffff;
	font-size : 12px;
	line-height: 1.1em;
	text-decoration : none;
}

/* =============================================== The End ==============================================================================*/