/*heading tags*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A60024;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	padding: 3px;
	font-size: 11px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-align: left;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A50223;
	margin: 0px;
	padding: 0px;
}

/* Specific heading tags*/

#divLogo h1 {
	text-indent: -9999px;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
	background-position: 20px 35px;
	height: 150px;
}
#LeftMenu h1 {
	background-image: url(../images/welcomeh1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#leftSideaboutTya  h2 {
	background-image: url(../images/abouth1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftSideContactTya h2 {
	background-image: url(../images/contacth1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* paragraphs, anchors*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
a  {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #A60024;
}

/* Main Navigation*/

#homebutton {
	background-image: url(../images/home.jpg);
	background-color: #FFFFFF;
	text-indent: -9999px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	width: 41px;
}
#newsbutton {
	background-image: url(../images/news.jpg);
	background-color: #FFFFFF;
	text-indent: -9999px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
}

#directorybutton {
	background-image: url(../images/directory.jpg);
	background-color: #FFFFFF;
	text-indent: -9999px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	width: 61px;
}
#emergingartistbutton {
	background-image: url(../images/emerging.jpg);
	background-color: #FFFFFF;
	text-indent: -9999px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	width: 125px;
}
#membersbutton {
	background-image: url(../images/members.jpg);
	background-color: #FFFFFF;
	text-indent: -9999px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	width: 62px;
}
#linksbutton {
	background-image: url(../images/links.jpg);
	background-color: #FFFFFF;
	text-indent: -9999px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	width: 43px;
}
#contactbutton {
	background-image: url(../images/contact.jpg);
	background-color: #FFFFFF;
	text-indent: -9999px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
}


/* Common Layout*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	text-align: left;
	line-height: 1.6em;
	background-color: #C6C7C9;
	padding: 0px;
	font-weight: normal;
}
#divWrapper {
	width: 950px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 15px;
}
#divheaderarea {
	width: 950px;
}
#divLogo {
	background-repeat: no-repeat;
	height: 173px;
	background-position: left center;
	background-color: #A60024;
}
#divFlashArea {
	float: right;
	width: 686px;
	background-color: #A60024;
	height: 158px;
	padding-top: 15px;
	text-align: right;
}

#RightSide {
	float: left;
	width: 720px;
	background-image: url(../images/globebroken.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 15px;
}
.divHire {
	float: left;
	width: 940px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.divCatagories {
	float: left;
	width: 950px;
	background-color: #FFFFFF;
}

#leftSideaboutTya {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#leftSideContactTya {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#MainMenu {
	float: left;
	width: 500px;
	height: 44px;
	margin-left: 5px;
}
#divMainContent {
	width: 950px;
	float: left;
	margin-top: 0px;
}
#LeftMenu {
	float: left;
	width: 184px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
	background-color: #FFFFFF;
	margin-left: 26px;
	margin-right: 20px;
}
#Welcome {
	float: left;
	width: 470px;
	padding-right: 20px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 25px;
}
#NewsExhib {
	float: right;
	width: 201px;
	height: 450px;
}

#ContentArea {
	float: left;
	width: 620px;
	background-color: #FFFFFF;
	border-right-style: none;
	padding-right: 20px;
	margin-top: 25px;
	margin-left: 15px;
}
.submenuitems {
	width: 125px;
}

#CommonContent {
	float: left;
	width: 670px;
	padding-right: 20px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}
#DiarySurround {
	float: left;
	width: 690px;
	padding-right: 0px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}
#Diarybox {
	width: 670px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#box {
	background-color: #FF6600;
	height: 90px;
	width: 100%;
	float: left;
}
.NewsSurroundbox {
	float: left;
	width: 448px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #E7E8EB;
}

#rightdownloads {
	float: left;
	width: 100%;
}


.adobereader {
	float: left;
	width: 151px;
	background-image: url(../images/PDF.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	height: 50px;
}


/* text classes*/
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
}
.smalltext {
	font-size: 10px;
}
.colouredbold {
	font-weight: bold;
	color: #A60024;
}

.italicbold {
	font-style: italic;
	font-weight: bold;
}

/* table*/

table {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
th {
	background-color: #ECCFC3;
	border: 1px solid #E7C4BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
td {
	text-align: center;
	border: 1px solid #E7E8EB;
	padding: 2px;
	background-color: #FFFFFF;
}
.tableheadingtab {
}

.tabheadings {
	background-color: #E7E8EB;
	border: 1px solid #E0E1E4;
	margin: 0px;
	padding: 0px;
}
.tabheadingsexpand {
	color: #FFFFFF;
	background-color: #AA0025;
}


/*special buttons*/

.joinus {
	background-image: url(../images/joinusbutton.jpg);
	display: block;
	height: 35px;
	width: 66px;
	text-indent: -9999px;
}
.joinus a {
	background-image: url(../images/joinusbutton.jpg);
	display: block;
	height: 35px;
	width: 66px;
	text-indent: -9999px;
}
.joinus a:hover {
	background-image: url(../images/joinusbuttonhover.jpg);
}


div.outer {
	float: left;
	width: 66px;
	height: 35px;
	background-image: url(../images/joinusbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-top: 0;
	margin-right: 3px;
	margin-left: 0;
	padding-bottom: 3px;
	text-indent: -9999px;
	}

div.outer a {
	display: block;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-decoration: none;
	background-image: url(../images/joinusbutton.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
div.outer span {
	display: block;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
	text-indent: -9999px;
	}
div.outer a:hover {
	background-image: url(../images/joinusbuttonhover.jpg);
	background-repeat: no-repeat;
	}
	
	
/*Search Field*/	
	
#Searchbar {
	float: left;
	width: 200px;
	height: 34px;
	padding-top: 4px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
}
#searchbutton {
	height: 23px;
	width: 60px;
	color: #FFFFFF;
	outline:none;
	margin: 0px;
	padding: 0px;
	background-color: #A60024;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Searchfield {
	height: 19px;
	width: 100px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	line-height: 1em;
	padding-top: 3px;
	background-color: #ADAEB1;
	border: 1px solid #A2A3A5;
}

/*Footerarea*/	
#divFooter {
	clear:both;
	margin-top: 40px;
	height: 0px;
	font-size: 11px;
	background-color: #C6C7C9;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	width: 98%;
	color: #C6C7C9;
}

/* Right Navigation*/
#rightdownloads ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#rightdownloads li {
	list-style-type: none;
}
#rightdownloads li a {
	text-decoration: none;
	color: #000000;
	display: block;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#rightdownloads li a:hover {
	color: #A60024;
}
/* Images*/

.NewsSurroundbox img {
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}

/* left side Contact*/

#leftSideContactTya ul {
	margin: 0px;
	padding: 0px;
}
#leftSideContactTya li {
	list-style-type: none;
}
#leftSideContactTya li a {
	text-decoration: none;
	color: #000000;
	display: block;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	}
#leftSideContactTya li a:hover {
	color: #A60024;
}

/* left side About*/

#leftSideaboutTya ul {
	margin: 0px;
	padding: 0px;
}
#leftSideaboutTya li {
	list-style-type: none;
}
#leftSideaboutTya li a {
	text-decoration: none;
	color: #000000;
	display: block;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#leftSideaboutTya li a:hover {
	color: #A60024;
}

/* Welcome*/

#Welcome ul {
	margin: 0px;
	padding: 0px;
}
#Welcome li {
	list-style-type: none;
	text-decoration: none;
	color: #000000;
	display: block;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#Welcome li a {
	text-decoration: none;
	color: #000000;
	display: block;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#Welcome li a:hover {
	color: #A60024;
}img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
.bold {
	font-weight: bold;
}
#leftSideContactTya h3 {
	background-image: url(../images/internationalactivity.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A60024;
	margin: 0px;
	padding: 0px;
}
.colouredbold2 {
	font-weight: normal;
	color: #A60024;
	font-size: 12px;
}
