@import url(menu.css);
@import url(page.css);
@import url(newsletter.css);

html {
	height:100%;
}

body {
	font-family:"Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	background-color: #676767;
	color: #000;
	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-weight:bold;
	font-size:1em;
	padding:0;
	margin:0 0 1em 0;
	color#000;
}

h2 {
	font-weight:bold;
	font-size:0.8em;
	padding:0;
	margin:0 0 1em 0;
}

p {
	font-size: 0.75em;
	padding:0;
	margin:0 0 0.8em 0;
}

input {
	color:#000;
	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:#000;
	font-size:0.7em;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border:1px solid #cccccc;
	color:#000;
	font-size:0.7em;
}

a {
	color:#c8a543;
	text-decoration:none;
}
a:hover {
	color:#404041;
}
a img {
	border:none;
}

ul li {
	font-size:0.75em;
}

ul#clientlist {
	padding:0;
	margin:0 0 0 2em;
}
ul#clientlist li {
	line-height:1.3em;
}

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;
}

/* architecture *******/
#outerwrapper {
	margin:0 auto;
	text-align:left;
	width:960px;
	min-height:100%;
	background-color:#ffffff;
	position:relative;
}

#servicesmenubar {
	width:160px;
	float:left;
	margin:265px 10px 0 0;
	text-align:right;
}

#contentbar {
	width:710px;
	float:left;
	margin:40px 0 0 0;
}

#contentdiv {
	/*position:relative;*/
	background-color:#404041;
}

#headerbar {
	position:relative;
	background-color:#404041;
}

#menubar {
	background-color:#404041;
	text-align:center;
	padding:0 0 5px 0;
}

#footerbar {
	color:#999999;
	text-align:center;
	padding:5px 0;
	font-size:0.75em;
}

#functionmenu {
	position:absolute;
	top:687px;
	left:118px;
}
#functionmenu a {
	font-size:0.7em;
	color:#999999;
}
/***********************/

#divresponse {
	width:100%;
}
#divresponse p {
	padding:3px 0;
	margin:0;
	font-size:0.65em;
}

.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.7em;
}

.sitemap {
	max-height:400px;
	overflow:auto;
}

.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 #999999;
	max-height:400px;
	overflow:auto;
}
.newsitem {
	width:100%;
	font-size:0.7em;
	margin:10px 0;
	border-bottom: 1px dotted #999999;
}
.newstitle {
	font-weight:bold;
	text-align:left;
	float:left;
}
.newsdate {
	font-style:italic;
	text-align:right;
	float:right;
}
.newsitem div img {
	float:right;
	margin:2px 0 5px 5px;
}
.newsbody {
	clear:both;
	padding:10px 0 15px 0;
}
#nlsignup {visibility: hidden; display:none;}
/*******************/

