@import url(menu.css);
@import url(newsletter.css);
@import url(listing.css);

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #666666;
	font-size:100%;
	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-weight:bold;
	font-size:1.3em;
	padding:0;
	margin:0 0 1em 0;
	color:#ff9900;*/
	font-size:0.9em;
	font-weight:bold;
	color: #003366;
}

h2 {
	font-weight:bold;
	font-size:1em;
	padding:0;
	margin:0 0 1em 0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding:0;
	margin:0 0 1em 0;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	border: 1px solid #cccccc;
	font-size: 0.75em;
}
input.subscribe {
	font-size:0.75em;
	width:180px;
}
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:Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}

a {
	color:#55a9d8;
	text-decoration:none;
}
a:hover {

}
a img {
	border:none;
}

img.dropcap {
	float:left;
	padding:0 3px 0 0;
}

ul.standard li {
	font-size:0.75em;
}

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:100%;
	min-width:850px;
	background-image:url(../../images/collage-bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#headerbar {
	padding:5px 0 10px 0;
}

#leftbar {
	width:250px;
	float:left;
	margin:0 0 0 5px;
	background-image:url(../../images/map-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#footer {
	clear:both;
}
#footer p {
	font-size:0.65em;
}

#menubar {
	margin-bottom:10px;
}

#signupbar {
	text-align:center;
}
#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;
}

#contentbox {
	width:63%;
	float:left;
	margin:10px 0 0 10px;
}

#contentdiv {
	
}
#contentdiv p{
	font-size:0.8em;
	padding:0 0 10px 0;
}

#featurebox {
	float:right;
	margin:30px 10px 10px 20px;
	padding:10px;
	text-align:center;
	background-color:#e4e4e4;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}
#featurebox div.featurehead {
	padding:0 0 10px 0;
	font-weight:bold;
	font-size:0.8em;
	color:#55a9d8;
}

#quotation {
	
}
#quotation p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:0.9em !important;
	color: #993333;
	line-height:1.5em;
}

#nextlink {
	text-align:right;
}

.sectionhead {
	font-size:1.0em;
	font-weight: 600;
	color: #003366;
}

.sma {
	font-size:0.65em;
}
.smait {
	font-size:0.65em !important;
	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;
}

/* content box ****/
.contenttable {
	background-color: #cccccc;
}
.cb-top-bg {
	background-image: url(../../images/cb-top-bg.gif);
	background-repeat: repeat-x;
}
.cb-bottom-bg {
	background-image: url(../../images/cb-bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: right;
}
.cb-left-bg {
	background-image: url(../../images/cb-left-bg.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}
.cb-right-bg {
	background-image: url(../../images/cb-right-bg.gif);
	background-repeat: repeat-y;
}
/******************/

/* 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 #ffffff;
}
.newsitem {
	font-size:0.7em;
	margin:10px 0;
	padding-bottom:10px;
	border-bottom: 1px dotted #ffffff;
}
.newsitem div img {
	float:right;
	margin:2px 0 5px 5px;
}
.newstitle {
	color:#55a9d8;
	font-weight: bold;
	text-align: left;
	margin-right:2em;
}
.newsbody {
	padding-top:10px;
	padding-bottom: 15px;
	float:left;
}
div.newsbody p {
	font-size:1em !important;
	padding:0;
	margin:0 0 .5em 0;
}

.newsdate {
	color:#55a9d8;
	font-style: italic;
	text-align: right;
}

div#newsitem {
	font-size:0.7em;
	padding:20px 0 0 0;
}

div#newsitem h2 {
	font-size:1.3em;
}

div#newsitem p {
	font-size:1em !important;
	padding:0;
	margin:0 0 .5em 0;
}

div#newsitem img {
	float:right;
	clear:right;
	margin:0 0 20px 20px;
}

div#articlelink {
	padding:1em 0 0 0;
}
/*******************/

/* map *************/
#vwmap {
	border:none;
}

label#maptext {
	font-size:0.8em;
	font-weight:bold;
	position:absolute;
	left:470px;
	top:250px;
	width:300px;
}

#maplist {
	position:absolute;
	top:190px;
	left:800px;
	width:300px;
}

#maplist ol {
	margin-left:1em;
	padding:0;
}

#maplist ol li {
	font-size:0.7em;
}
/*******************/