/* Tarian Cyf Stylesheet */

/* global white space reset */
* {
	margin: 0;
	padding: 0;
}

/* layout */

body {
	text-align:center;
	font: normal 0.8em/1.4em  Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	}
#wrapper2 {
	}
#header {
	text-align: left;
	}
#header h1 {
}
#logo-ifa {
	display: none;
}

#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol {
	display: none;
	}
	
#rightcol {
	display: none;
}
#filmstrip {
}
#leftcol img {
	margin: 15px 0px 2px 0px;
	border: 0px;
}
#rightcol img {
	margin: 15px 0px 2px 0px;
	border: 0px;
}
#centercol {
	text-align: left;
	}
#centercol ul, li {
	list-style-type: disc;
	padding-left: 20px;
}
#address {
	display: none;
}
#footer {
	display: none;
}
#footer p.right {
	margin: 0px 20px 0px 0px;
	text-align: right;
	font-size: 86%;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;

}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.announce {
	margin: 20px 5px 20px 5px;
	padding: 10px;
	border: 1px solid #669933;
	background-color: #FFFFFF;
}
#feature {
	float: left;
	margin: 20px 5px 20px 5px;
	padding: 10px;
	border: 1px solid #669933;
	background-color: #FFFFFF;
}
.center {
	text-align: center;
}
.right {
	float: right;
	padding: 0px 0px 0px 20px;
}
.left {
	float: left;
	padding: 0px 20px 0px 0px;
}
.clear {
	clear: both;
}
.bordered {
	border: 1px solid #336699;
}
.bordered-group {
	border: 1px solid #336699;
	margin: 10px;
}

img {
 	border: 0px; 
 }
.photos {
	text-align: center;
	margin-bottom: 10px;
}
.photos img {
	padding: 10px 0px 10px 0px;
}
.photos2 {
	text-align: center;
}
.photos2 img {
	padding: 10px 0px 10px 0px;
}/* navigation */

#menubar {
	display: none;
}

#Navigator { width: 700px; height: 42px; background: url(images/navigator.gif) no-repeat;  position: relative; margin: 0px; float:right;}
#Navigator span {display: none;}
#Navigator ul {list-style-type: none;}
#Navigator li {list-style: none; position: absolute; top: 0;}
#Navigator li, #Navigator a {height: 42px; display: block;}

#Home {left: 0px; width: 130px;}
#News {left: 140px; width: 150px;}
#Location {left: 290px; width: 150px;}
#Contact {left: 440px; width: 240px;}

#Home a:hover {background: transparent url(images/navigator.gif) 0 -42px no-repeat;}
#News a:hover {background: transparent url(images/navigator.gif) -140px -42px no-repeat;} 
#Location a:hover {background: transparent url(images/navigator.gif) -290px -42px no-repeat;} 
#Contact a:hover {background: transparent url(images/navigator.gif) -440px -42px no-repeat;} 


#menu ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#menu {
	width: 100%;
}
ul#menu li {
	height: 25px;
	line-height: 20px;
	margin: 0px 10px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

ul#menu li a {
	text-decoration: none;
	display: block;
	height: 100%;
	text-align: left;
	padding-top: 2px;
	color: #669933;
	font-weight: normal;
}

ul#menu li a:hover{
	text-decoration: underline;
	color: #669933;
}

/* typography */
h1 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #003399;
}

h2 {
	font-size: 1.2em;
	color: #003399;
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#centercol h2 {
	background-color: #EFF7E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
p {
	margin: 10px 0px 15px 0px;
	color: #333333;
	text-align: justify;
}
#rightcol p {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%;
	}
em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#centercol a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
#centercol a:hover {
	font-weight: bold;
	text-decoration: underline;

}
#leftcol a {
	color: #FFFFFF;
	text-decoration: underline;
}
#leftcol a:hover {
	color: #BFDFFF;
}
#rightcol a {
	color: #FFFFFF;
}
#rightcol a:hover {
	color: #BFDFFF;
}

/* form styles */

fieldset {
	border: 0px;
}
legend {
	font-size: bigger;
	font-weight: bolder;
	margin-bottom: 20px;
}
label {
	display: block;
}
input, textarea {
	margin-bottom: 15px;
}
.news {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin: 10px 0px 0px 0px;
}
.floatright {
	float: right;
	margin: 0px 0px 0px 20px;
}
