@import url(menu.css);
@import url(newsletter.css);

html {
	height:100%;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #f5f5f5;
	color: #666666;
	font-size:100%;
	height:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
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 1em 0;
	color:#c5402d;
}

h2 {
	font-weight:bold;
	font-size:0.75em;
	padding:0;
	margin:0 0 1em 0;
	color:#28690b;
}

h3 {
	font-size:1em;
}

h4 {
	font-size:0.75em;
}

p {
	font-size: 0.75em;
	padding:0;
	margin:0 0 1em 0;
	line-height:1.7em;
}

input {
	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:#c5402d;
	text-decoration:none;
}
a:hover {
	color:#404040;
}
a img {
	border:none;
}

ul li {
	font-size:0.7em;
}

ul#links {
	margin:0;
	padding:0;
	list-style-type:none;
}
#links li {
	font-size:0.7em !important;
}
#links li a {
	text-decoration:none;
	font-weight:normal;
}
#links li a:hover {
	
}
#links li.cathead {
	list-style-type:none;
	font-weight:bold;
	padding-top:5px;
}

/* architecture ****/
#outerwrapper {
	margin:0 auto;
	text-align:left;
	width:780px;
	min-height:100%;
	background-color:#ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:0 1px;
}

#headerbar {
	
}
#headertop {
	height:23px;
	background-image:url(../../images/topbar-bg.jpg);
	background-repeat:repeat-x;
}
#topmenubar {
	background-image:url(../../images/topbar-bg.jpg);
	background-repeat:repeat-x;
	padding:5px 0;
}
#headerbtm {
	height:29px;
	background-image:url(../../images/header-btm.jpg);
	background-repeat:repeat-x;
}

#leftbar {
	width:130px;
	float:left;
	margin:10px 0 10px 10px;
}

#menubar {
	padding:0 0 30px 0;
}

#signupbar {
	margin-right:10px;
	padding:10px 0;
	border-top:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
}
#signupbar p {
	font-size:0.7em;
	padding:0;
	margin-bottom:5px;
}
#divresponse {
	width:100%;
}
#divresponse p {
	padding:3px 0;
	margin:0;
	font-size:0.65em;
}

#contentdiv {
	width:590px;
	margin:15px 20px 20px 20px;
	float:left;
}

#footer {
	clear:both;
	text-align:center;
	background-image:url(../../images/footer-bg.jpg);
	background-repeat:repeat-x;
	font-size:0.75em;
	padding:3px 0;
}
/********************/

/* common styles ****/

.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 */
div#thumbnailgallery{
	width:95%;
	margin:20px 0;
}

#thumbnailgallery h2.cathead {
	clear:both;
}

div.thumb{
	float:left;
	width:100px;
	margin:10px 40px 30px 0;
}

.galleryitem {
	position:relative;
}

div#gallerynav {
	margin:0 auto;
	text-align:center;
}
#gallerynav a {
	margin-left:30px;
	font-size:0.65em;
}

.gallerytitle{
	font-weight:bold;
	font-size:0.75em;
	margin:0 0 1em 0;
	color:#28690b;
}

.galleryimagecaption {
	font-size:0.75em;
	margin:1em 0;
}
/******************/

/* news styles ****/
#noticeboard {
	width:560px;
	margin-top:10px;
}
.newsitem {
	font-size:0.75em;
	margin:10px 0;
	border-bottom:1px dotted #e4e4e4;
}
.newstitle {
	font-weight:bold;
	text-align:left;
	float:left;
	padding:0;
	margin:0;
}
.newsdate {
	font-size:0.8em;
	color:#28690b;
	font-style:italic;
	text-align:right;
	float:right;
}
.newsitem div img {
	float:right;
	margin:2px 0 5px 5px;
}
.newsbody {
	clear:both;
	padding:0 0 15px 0;
	line-height:1.5em;
}
.eventdate {
	font-style:italic;
	padding:0 0 5px 0;
}
/*******************/

/* highlights ******/
div.highlight {
	overflow:hidden;
}
div.highlighttext {
	float:left;
	width:350px;
	background-color:#eff7e8;
	padding:10px 10px 500px 10px;
	margin-bottom:-500px;
}
div.highlighttext p {
	font-size:0.7em;
}
div.highlightimg {
	float:left;
	width:200px;
	background-color:#cee7b8;
	padding:10px 10px 500px 10px;
	text-align:center;
	margin:0 auto -500px auto;
}
/*******************/

/* event schedule ***/
div#eventschedule {
	padding:15px 0 30px 0;
}

div#eventschedule ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

div#eventschedule ul li {
	display:inline;
	border: solid;
	border-color:#999999;
	border-width:1px 1px 0 1px;
	margin:0 0.5em 0 0;
}

div#eventschedule ul li.on {
	padding-bottom:1px;
	background:#eff7e8;
} 

div#eventschedule ul li a {
	padding:0 1em;
}

div#eventschedule ul li.on a {
	color:#333333;
}

div#eventschedule div.tabcontent {
	background:#eff7e8;
	border: 1px solid #999999;
	padding:5px 10px;
}
div.tabcontent * td {
	font-size:0.7em;
}
/********************/

/* sponsors *********/
div#sponsors ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div#sponsors ul li {
	margin:0.4em 0;
}
/********************/
