/* global tag redefinitions */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	font-size: 10px;
	color: #323232;
}

a {
	font-style: normal;
	text-decoration: none;
	color: #323232;
}

a:hover {
	color: #F96610;
}

.address a {
	color: #F96610;
}

.address a:hover {
	color: #323232;
}

img {
	margin: 0;
	padding: 0;
}

/* Text styles */

.contactinfo {
	font-size: 12px;
}

.worktitle {
	font-weight: bold;
	/* font-size: 10px; */
	color: #f96610;
}

p.workdesc {
	font-size: 10px;
}

.address {
	font-weight: bold;
	color: #f96610;
}


/* common Layout elements */
#main {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 800px;
	margin: 0px;
	background: #f96610;
	color: #fff;
	border: 1px solid #323232;
	overflow: hidden;
}


#menu1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 17px;
	height: 300px;
	margin: 0px;
	background: #f96610;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-right: 0px;
	background-image: url(./images/profile_item.png);
	background-attachment: scroll;
}

#menu2 {
	position: absolute;
	left: 18px;
	top: 0px;
	width: 17px;
	height: 300px;
	margin: 0px;
	background: #f96610;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-right: 0px;
	background-image: url(./images/portfolio_item.png);
}

#menu3 {
	position: absolute;
	left: 36px;
	top: 0px;
	width: 17px;
	height: 300px;
	margin: 0px;
	background: #f96610;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-right: 0px;
	background-image: url(./images/contact_item.png);
	background-repeat: no-repeat;
}

#menu4 {
	position: absolute;
	left: 0px;
	top: 301px;
	width: 17px;
	height: 1200px;
	margin: 0px;
	background: #f96610;
	color: #fff;
	border-right: 1px solid #fff;
	/* border-bottom: 1px solid #fff; */
	margin-right: 0px;
	background-image: url(./images/publications_item.png);
	background-repeat: no-repeat;
}

#menu5 {
	position: absolute;
	left: 18px;
	top: 301px;
	width: 17px;
	height: 1200px;
	margin: 0px;
	background: #f96610;
	color: #fff;
	border-right: 1px solid #fff;
	/* border-bottom: 1px solid #fff; */
	margin-right: 0px;
	background-image: url(./images/history_item.png);
	background-repeat: no-repeat;
}

#menu6 {
	position: absolute;
	left: 36px;
	top: 301px;
	width: 17px;
	height: 1200px;
	margin: 0px;
	background: #f96610;
	color: #fff;
	border-right: 1px solid #fff;
	/* border-bottom: 1px solid #fff; */
	margin-right: 0px;
	background-image: url(./images/links_item.png);
	background-repeat: no-repeat;
}

a:hover div#menu1 {
	background: #323232;
	background-image: url(./images/profile_over.png);
	background-attachment: scroll;
}

a:hover div#menu2 {
	background: #323232;
	background-image: url(./images/portfolio_over.png);
	background-attachment: scroll;
}

a:hover div#menu3 {
	background: #323232;
	background-image: url(./images/contact_over.png);
	background-attachment: scroll;
}

a:hover div#menu4 {
	background: #323232;
	background-image: url(./images/publications_over.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

a:hover div#menu5 {
	background: #323232;
	background-image: url(./images/history_over.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

a:hover div#menu6 {
	background: #323232;
	background-image: url(./images/links_over.png);
	background-repeat: no-repeat;
}


#headerimage {
	float: right;
	width: 747px;
	height: 313px;
	background-image: url(./images/main.png);
	background-attachment: scroll;
}

#contactheader {
	float: right;
	width: 747px;
	height: 313px;
	background-image: url(./images/contact.png);
	background-attachment: scroll;
}

#bannerimage {
	float: right;
	width: 747px;
	height: 35px;
	background-position: 20px 0 0 0;
	background-image: url(./images/CCLD_2line.png);
	background-attachment: scroll;
}

#ruleimage {
	float: right;
	width: 747px;
	height: 30px;
	background-image: url(./images/two_line.png);
	background-attachment: scroll;
}

#outer1 {
	float: right;
	width: 764px;
	background: #f96610;
	color: #323232;
	border-left: 1px solid #fff;
}

#outer2 {
	float: right;
	width: 782px;
	background: #f96610;
	color: #323232;
	border-left: 1px solid #fff;
}

div#content {
	float: right;
	width: 700px;
	background: #fff;
	color: #000;
}

#lower {
	float: right;
	width: 747px;
	background: #fff;
	color: #323232;
}

#padspace {
	float: right;
	width: 747px;
	height: 50px;
	background: #fff;
	color: #323232;
}

.arrow_right {
	float: right;
	width: 32px;
	height: 28px;
	background-image: url(./images/Arrow_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a:hover .arrow_right {
	background-image: url(./images/Arrow_right_rollover.png);
	background-repeat: no-repeat;
}

