html, body {
	margin: 0 0 20px 0;
	background-image: url(images/background.gif);
	background-position: top-left;
	background-repeat: repeat-x;
	background-color: #999999;
}

div {
	font-family: verdana, arial, tahoma;
}

div.clear {
	clear: both;
}

a, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
	color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}

p.introtxt {
	font-weight: bold;
}

p.italictxt {
	font-style: italic;
	margin: 0 0 5px 0;
}

p.linktxt {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #666666 solid;
}

img {
	border: none;
	vertical-align: bottom;
}

.right-content {
	width: 200px;
	float: right;
	margin: 0 0 15px 15px;
	font-weight: bold;
	font-size: 0.9em;
}

.right-content img {
	vertical-align: bottom;
}

h1 {
	color: #9a0303;
	padding : 0 0 0 0;
	margin : 0 0 15px 0;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	color: #9a0303;
	padding : 0 0 0 0;
	margin : 0 0 5px 0;
	font-size: 1.0em;
	font-weight: bold;
}

h3 {
	color: #9a0303;
	padding : 0 0 0 0;
	margin : 0 0 15px 0;
	font-size: 1.1em;
	font-weight: bold;
}

select {
	font-family: verdana, arial, tahoma;
	font-size: 1.0em;
}

input {
	font-family: verdana, arial, tahoma;
	font-size: 1.0em;
}

button {
	background-image: url(images/nav_background.gif);
	border: 1px #ffffff solid;
}

/**********************************/
#container {
	margin: 0 auto;
	/*width: 80%;
	min-width:780px;*/
	/* IE Dynamic Expression to set the width */
    /*width:expression(document.body.clientWidth < 977 ? "783px" : "80%" );	*/
    width: 792px;
	background-color: #ffffff;
	padding: 15px 15px 15px 15px;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

/**********************************/
#top {
	height: 91px;
	padding: 0px 15px 15px 15px;
	background-color: #ffffff;
}

#top img {
	float: left;
}

#top img.tagline {
	float: right;
	margin: 75px 0 0 0;
}


/**********************************/
#nav {
	height: 25px;
	margin: 0 0 15px 0;
	background-image: url(images/nav_background.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}

#nav ul{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav ul li{
	list-style-image: none;
	list-style: none;
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav ul li img {
	border: none;
	float: left;
	vertical-align: bottom;
}

#nav a {
	font-size: 0.7em;
	color: #ffffff;
}

#nav ul.submenu {
	border-bottom: 1px #000000 solid;
}

#nav ul.submenu li{
	list-style-image: none;
	list-style: none;
	display: block;
	background: #c3816d;
	padding: 2px 10px 5px 10px;
	margin: 0 0 0 0;
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

#nav #menuContact {
	float:left;
	position: absolute;
	top: 25px;
	left: 514px;
	visibility: hidden;
	z-index:0;
}

#nav #menuProjects {
	float:left;
	position: absolute;
	top: 25px;
	left: 160px;
	visibility: hidden;
	z-index:0;
}
/**********************************/
#nav-admin {
	height: 20px;
	margin: 0 0 15px 0;
	background-image: url(images/nav_background_admin.gif);
	position: relative;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.7em;
	padding: 5px 15px 0 0;
}

#nav-admin img {
	margin: 0 0 0 15px;
}

/**********************************/
#left {
	float: left;
	width: 165px;
	margin: 0px 15px 0px 0px;
	background-color: #eeeeee;
}

#left h1 {
	color: #9a0303;
	padding : 0 0 5px 24px;
	margin : 0 0 0 0;
	font-size: 0.7em;
	font-weight: bold;
}

#left p {
	color: #666666;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
}

#left a {
	text-decoration: none;
}

#left .news-item-pdf {
	padding: 10px 9px 0 10px;
	background-image: url(images/news_background_pdf.gif);
	background-position: top-left;
	background-repeat: no-repeat;
}

#left .news-item-text {
	padding: 10px 9px 0 10px;
	background-image: url(images/news_background_text.gif);
	background-position: top-left;
	background-repeat: no-repeat;
}

#left .news-end {
	padding: 10px 9px 10px 10px;
	margin: 0 0 15px 0;
}

#left #quote {
	text-align: center;
	font-size: 0.8em;
	padding: 10px 5px 10px 5px;
	background-image: url(images/quote_background.gif);
	background-position: top-left;
	background-repeat: repeat-y;
}

#left #quote a {
	text-align: center;
	font-style: italic;
	color: #006699;
	font-weight: normal;
}

#left #spacer {
	height: 300px;
}

/**********************************/
#left #admin-nav {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#left #admin-nav li {
	height: 21px;
	background-image: url(images/nav_background_admin.gif);
	list-style-image: none;
	list-style: none;
	padding: 4px 0 0 10px;
	margin: 0 0 0 0;
	font-size: 0.8em;
}

#left #admin-nav a {
	color: #ffffff;
}

/**********************************/
#main {
	font-size: 0.75em;
	padding: 0 0 0 180px;
	line-height: 1.4em;
}

#main img {
	margin: 0 0 15px 0;
}

#main ul li{
	color: #000000;
}

#main ol li{
	color: #000000;
}

#main a {
	color: #9a0303;
}

#main p.quote {
	font-style: italic;
	margin: 0 0 5px 0;
}

#main p.quotename {
	color: #9a0303;
	font-weight: bold;
	margin: 0 0 0 0;
}

#main p.quotecompany {
	font-weight: bold;
	margin: 0 0 25px 0;
}

#main p.error{
	font-weight: bold;
	color: #ff0000
}

#main #flashcontent {
	margin: 0 0 15px 0;
}

#main .news {
	border: 1px #cccccc solid;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 65px;
	background: url(images/icon_news.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#main .newsOn {
	border: 1px #666666 solid;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 65px;
	background: url(images/icon_news.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: pointer;
}


#main .portfolio {
	border: 1px #cccccc solid;
	margin: 0 0 15px 0;
	padding: 10px 10px 0 15px;
	background-color: #ffffff;
}

#main .portfolio img {
	float: left;
	margin: 0 15px 0 0;
	vertical-align: bottom;
}

#main .portfolioOn {
	border: 1px #666666 solid;
	margin: 0 0 15px 0;
	padding: 10px 10px 0 15px;
	background-color: #ffffff;
	cursor: pointer;
}

#main .portfolioOn img {
	float: left;
	margin: 0 15px 0 0;
	vertical-align: bottom;
}

#main img.projectimage {
	float: right;
	margin: 0 0 15px 15px ;
	vertical-align: bottom;
	border: 1px #666666 solid;
}

#main img.articleimage {
	float: right;
	margin: 0 0 15px 15px ;
	vertical-align: bottom;
}

#main table.projecttable {
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-bottom: none;
	border-right: none;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	width: 285px;
}

#main table.projecttable tr td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px #666666 solid;
	border-right: 1px #666666 solid;
	background: #ffffff;
	font-weight: normal;
}

#main .staff {
	float: left;
	margin: 0 8px 15px 0;
	height: 242x;
	border: 1px #999999 solid;
	padding: 9px 9px 9px 9px;
	text-align: center;
}

#main .staff img {
	float: none;
	margin: 0 0 10px 0;
	vertical-align: bottom;
}

#main #link-logos {
	float: left;
	margin: 15px 0 0 0;
}

#main #link-logos img {
	float: left;
	margin: 0 30px 0 0;
}

/**********************************/

#main #loginbox {
	width: 300px;
	height: 130px;
	background-image: url(images/login_background.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	padding: 15px 15px 0 15px;
	text-align: right;
}

#main #loginbox input {
	width: 150px;
	height: 15px;
	margin: 0 35px 0 15px;
	border: 1px #666666 solid;
	background: #eeeeee;
}

#main #loginbox input.submitbtn {
	width: 50px;
	height: 25px;
	margin: 0 35px 0 0;
	background-image: url(images/nav_background.gif);
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

/**********************************/

#main table {
	border: 1px #666666 solid;
	margin: 0 0 15px 0;
	width: 100%;
}

#main table tr th {
	padding: 10px 10px 10px 10px;
	background: #999999;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px #666666 solid;
	text-align: left;
}

#main table tr td {
	padding: 5px 10px 5px 10px;
	background: #ffffff;
	font-weight: normal;
	border: none;
}

#main table tr td img {
	margin: 0 0 0 10px;
}

#main table tr td.alt {
	background: #ccffff;
}

#main .button {
	width: 100px;
	height: 20px;
	margin: 0 0 15px 0;
	padding: 5px 0 0 0px;
	text-align: center;
	background-image: url(images/nav_background.gif);
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px #666666 solid;
}

#main .button a.button {
	color: #ffffff;
	border: none;
}

/**********************************/
#main #editblock img {
	margin: 0 0 0 0;
}

#main #editblock input {
	width: 300px;
	height: 15px;
	margin: 5px 0 0 0;
	border: 1px #666666 solid;
	background: #eeeeee;
}

#main #editblock select.edit {
	width: 300px;
	height: 20px;
	margin: 5px 0 0 0;
	border: 1px #666666 solid;
	background: #eeeeee;
}
#main #editblock select.edit.multi {
	height: 102px;
}

#main #editblock textarea.edit {
	width: 300px;
	height: 60px;
	margin: 5px 0 0 0;
	border: 1px #666666 solid;
	background: #eeeeee;
}

#main #editblock input.btn {
	width: 80px;
	height: 25px;
	margin: 0 15px 0 0;
	background-image: url(images/nav_background.gif);
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

/**********************************/

#footer {
	color: #9a0303;
	font-size: 0.65em;
	text-align: right;
	background-image: url(images/background_footer.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 20px 9px 0;
	margin: 30px 0 0 0;
}

#footer a {
	color: #9a0303;
	font-weight: normal;
}

#footer img {
	vertical-align: middle;
}

/**********************************/

dt {
	font-size: 1.2em;
	margin: 1.5em 0 0.5em;
}