@import url(menu.css);
@import url(newsletter.css);

html {
	height:100%;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #ffffff;
	color: #666666;
	font-size:100%;
	margin:0px;
	padding:0px;
	height:100%;
	background-image:url(../../images/fade-bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
html>body {
	font-size: 16px; /* IE can’t read this */
}

/* emsizing hacks */
table, td p, td td, td td td {
	font-size: 100%;
}
/******************/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	padding:0;
	margin:0 0 0.5em 0;
	color:#b4730d;
}

h2 {
	font-weight:bold;
	font-size:0.9em;
	padding:0;
	margin:0 0 0.5em 0;
	color:#709e70;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.7em;
	padding:0;
	margin:0 0 1em 0;
}

#unordered li {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.7em;
	padding:0;
	margin:0 0 1em 0;
	list-style-type: disc;
}
#ordered li {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.7em;
	padding:0;
	margin:0 0 1em 0;
}

#contentdiv p {
	line-height:150%;
}

input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#666666;
	border: 1px solid #cccccc;
	font-size: 0.75em;
}
input.subscribe {
	border:none;
	background-color:#e8e8e8;
	font-size:0.75em;
	width:130px;
}
input.smabtn {
	font-size:0.7em;
	border:none;
	background-color:#fb9622;
	color:#ffffff;
	margin-left:2px;
	padding:0;
}
input.noborder {
	border:none;
}

select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}

a {
	color:#85c329;
}
a:hover {

}
a img {
	border:none;
}

ul.standard li {
	font-size:0.9em;
}

ul#links {
	margin:0;
	padding:0;
	list-style-type:none;
}
#links li {
	font-size:0.75em;
}
#links li a {
	text-decoration:none;
	font-weight:normal;
}
#links li a:hover {
	text-decoration:underline;
}
#links li.cathead {
	list-style-type:none;
	font-weight:bold;
	padding-top:5px;
}

#outerwrapper {
	width:80%;
	min-width:890px;
	min-height:100%;
	background-image:url(../../images/body-bg.gif);
	background-position:left top;
	background-repeat:no-repeat;l
}

#headerbar {
	width:100%;
	margin:15px 0 0 15px;
}

#headerleft {
	float:left;
}

#headerright {
	float:right;
}
#headerright img {
	position:relative;
	top:29px;
}

#sand-ease-logo {

}

#strapline {
	position:relative;
	left:150px;
}
#strapline p {
	font-family:Arial, Helvetica, sans-serif;
	color:#086296;
	font-size:1em;
}

#footer {
	position:relative;
	left:165px;
	width:555px;
	border-top:1px solid #b0c4d9;
	border-bottom:1px solid #b0c4d9;
	background-image:url(../../images/footer-bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
#footer p {
	font-size:0.65em;
	margin:0;
	padding:0;
	color:#4668af;
}

#menubar {
	width:100%;
	position:relative;
	left:150px;
	margin:20px 0 0 0;
	padding:3px 0 5px 0;
	border-top:1px solid #b0c4d9;
	border-bottom:1px solid #b0c4d9;
	background-image:url(../../images/menu-bg.jpg);
	background-repeat:repeat-x;
}

#submenu {
	position:relative;
	left:165px;
	width:65%;
	text-align:center;
}

#mainbar {
	width:100%;
	margin:20px 0 0 15px;
}

#contentbar {

}

#contentdiv {
	float:left;
	width:55%;
	height:100%;
	position:relative;
	left:150px;
}

#rightbar {
	float:right;
	width:185px;
	background-color:#f5f7fa;
	text-align:center;
}

#featurebar {
	width:165px;
	margin:10px auto 0 auto;
	padding:10px 0 0 0;
	min-height:360px;
	background-image:url(../../images/right-bg.jpg);
	background-repeat:no-repeat;
}
#featurebar img {
	padding:0 0 5px 0;
}
#featurebar p {
	font-size:0.65em;
	padding:0 12px;
	text-align:justify;
}
#featurebar p.header {
	font-weight:bold;
	text-align:center;
}

#quotebar {
	background-color:#086296;
	margin:0 10px 10px 10px;
	padding:2px 0;
}
#quotebar p {
	color:#ffffff;
	font-size:0.65em;
	font-style:italic;
	margin:0;
	padding:0 0 2px 0;
}

.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}

.alert {
	font-weight: bold;
	color: #ff0000;
}

.fieldlabel {
	font-size: 0.75em;
}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.75em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}

/* gallery styles */
.gallerypointer {
	font-size: xx-small;
}
.galleryimagetitle {
	text-align:center;
	font-weight:bold;
}
.galleryimage {
	text-align:center;
}
.galleryimage img {
	border:none;
}
.galleryimagecaption {
	text-align:center;
	font-size:xx-small;
	font-style:italic;
}
/******************/

/* news styles ****/
#noticeboard {
	margin-top:10px;
	border-top: 1px dotted #cccccc;
}
.newsitem {
	font-size:0.7em;
	margin:10px 0;
	border-bottom: 1px dotted #cccccc;
}
.newsitem p {
	font-size:1em;
}
.newsitem img {
	float:right;
	margin:10px 0;
}
.newstitle {
	color: #999900;
	font-weight: bold;
	text-align: left;
	margin-right:2em;
}
.newsbody {
	padding-top:10px;
	padding-bottom: 15px;
	float:left;
}
.newsdate {
	color: #999900;
	font-style: italic;
	text-align: right;
}
.scrollertext {

}
.scrollertext a {
	font-style:italic;
	text-decoration:none;
}
.scrollertitle {
	font-weight:bold;
}
/*******************/

/****************/
#marqueecontainer {
	position:relative;
	width:165px;
	height:110px;
	overflow:hidden;
	border:none;
}
#vmarquee {
	position:relative;
}
/****************/

table.workshops
{
    color: #086296;
    width: 100%;
    background-color: #fafafa;
    border: 1px #d79900 solid;
    border-collapse: collapse;
    border-spacing: 0px;
}

.workshops th
{ border-bottom: 2px solid #d79900;
background-color: #fff2ba;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}

.workshops td
{ 
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 10px;
line-height: 10px;
color: #404040;
background-color: #fafafa;
margin-left: 1px;
margin-right: 1px;
}