@charset "UTF-8";

/* general typo elements*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	list-style-type: none;
}
img{ border: 0;
}
/* general navigation elements*/
.logo{
	position: absolute;
	width: 130px;
	height: 31px;
	top: 90px;
	left: 30px;
}

.top_nav {
	position: absolute;
	width: 700px;
	top: 33px;
	/*top: 15px;*/
	left: 183px;	/*border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;*/
}
.top_nav li {
	list-style: none;
	float:left;
	list-style-position:inside;
	margin:0;
}

.top_nav ul {
	padding:0;
	margin:0;
}

.content_area {
	position: absolute;
	width: 560px;
	top: 480px;
	left: 183px;
}

.news_content_area {
	position: absolute;
	width: 560px;
	top: 90px;
	left: 180px;
}
.content_area_map {
	width: 553px;
	margin-top: 173px;
	margin-left: 173px;
	position: absolute;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
h1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
}
h2 {
	font-size: 16px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
}
h3 {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
}
h5{
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
.current {
	text-decoration: underline;
}
	
p {
	margin-top: 0px;
	padding-top: 0px;
}
.side_nav_2 {
	position: absolute;
	width: 180px;
	top: 90px;
	left: 760px;
	/* border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;/*	background-color: #EFEFEF;*/
}
.side_nav_2  th {
	padding: 5px 10px 3px 10px;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.side_nav_2  td {
	padding: 5px 10px 5px 10px;
}
.side_nav {
	position: absolute;
	width: 180px;
	top: 90px;
	left: 760px;
	/* border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;/*	background-color: #EFEFEF;*/
}

.side_nav th {
	padding: 5px 10px 3px 10px;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.side_nav td {
	padding: 5px 10px 20px 10px;
}
.paper_size   {
	padding: 0px;
	line-height: normal;
	margin: 0;
	background-color: #ECECEC;
}
.paper_size  th {
	padding: 5px 10px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0;
}
.paper_size td {
	padding: 5px 10px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0;
}

.by_client{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #7D7D7D;
}
.footer_news {
	font-size: 6px;
	line-height: 12px;
	width: 560px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: right;
	padding-bottom: 50px;
}

.footer {
	font-size: 6px;
	line-height: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 560px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: right;
	padding-bottom: 50px;
}
.brand_link {
	line-height: 20px;
}

.brand_link a:visited, .brand_link a:active, .brand_link a:link, .brand_link a{
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
fix_content_height {
	height: 150px;
}
.brand_link a:hover {
	text-decoration: none;
	color: #7AB300;
}
.padding-5 {
	background-color: #FFFFFF;
}
.padding-5  td {
	padding-bottom: 4px;
}
.website_link {
	line-height: 20px;
}
.website_link a:visited, .website_link a:active, .website_link a:link, .website_link a {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
.website_link a:hover {
	text-decoration: none;
	color: #E10079;
}

.print_link {
	line-height: 20px;
}
.print_link a:visited, .print_link a:active, .print_link a:link, .print_link a {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
.print_link a:hover {
	text-decoration: none;
	color: #009DE0;
}

.general_link {
	line-height: 20px;
}
.general_link a:visited, .general_link a:active, .general_link a:link, .general_link a {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
.general_link a:hover {
	text-decoration: none;
	color: #666666;
}

.blue {
	color: #009DE0;
}
.grey {
	color: #666666;
}
.pink {
	color: #E10079;
}
.green {
	color: #7AB300;
}
.content_area_list {
	width: 553px;
	font-size: 10px;
	line-height: 20px;
}

.content_area_list th{
	border-bottom: solid 1px #CCCCCC;
	line-height: 20px;
}

.content_area_list td{
	border-bottom: dotted 1px #CCCCCC;
	line-height: 20px;
	color: #666666;
}
.content_area_list a {
	text-decoration: none;
	color: #000000;
}
.content_area_list a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	color:#000000;
}


.page_title_general {
	position: absolute;
	top: 90px;
	left: 180px;
	width: 543px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.page_title_general  a:visited, .page_title_general a:active, .page_title_general a:link, .page_title_general a {
	color: #666666;
	text-decoration: none;
}
.page_title_general  a:hover {
	text-decoration: none;
	color: #999999;
}
.content_area_newsletter {
	width: 560px;
	font-size: 10px;
	line-height: 20px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
.content_area_newsletter th{
	color: #FFFFFF;
	padding: 5px 10px 3px 10px;

	border-bottom: solid 1px #FFFFFF;
	height: 14px;
}

.content_area_newsletter td{
	color: #999999;
	font-size: 10px;
	line-height: 16px;
	padding: 0px 5px 5px 5px;
}

.keyword {
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #999999;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.year {
	width: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #999999;
}
.content_area_search {
	width: 560px;
	font-size: 10px;
	line-height: 20px;
}
.content_area_search th {
	color: #666666;
	line-height: 20px;
	padding-left: 5px;
	border-bottom: solid 1px #FFFFFF;
	background-color: #CCCCCC;
}
.content_area_search td {
	color: #666666;
	font-size: 10px;
	line-height: 20px;
	padding: 0px 5px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.foot_note {
	font-size: 9px;
	color: #999999;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.footer_link {
	font-size: 9px;
	color: #999999;
}
.footer_link a:visited, .footer_link a:active, .footer_link a:link, .footer_link a {
	text-decoration: underline;
	color: #999999;
}
.footer_link a:hover {
	text-decoration: underline;
	color: #666666;
}
.light_grey {
	color: #999999;
}

.side_nav p {
	margin-bottom: 3px;
}
.side_nav a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.side_nav a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.by_client a {
	color: #7D7D7D;
	font-size: 10px;
	font-weight:normal;
	text-decoration: none;
}
.by_client a:hover {
	font-size: 10px;
	font-weight:normal;
	text-decoration: underline;
}

.by_client_2 a {
	color: #7D7D7D;
	font-size: 10px;
	font-weight:normal;
	text-decoration: none;
}
.by_client_2 a:hover {
	font-size: 10px;
	font-weight:normal;
	text-decoration: underline;
}
.side_nav_contact {
	position: absolute;
	width: 180px;
	top: 185px;
	left: 760px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

.side_nav_news {
	position: absolute;
	width: 180px;
	top: 185px;
	left: 800px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
} 
.side_nav_contact img {
	border: 1px solid #cccccc;
}
.content_area_contact {
	width: 560px;
	font-size: 10px;
	line-height: 20px;
}

.content_area_contact td {
	color: #666666;
	font-size: 10px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #Cccccc;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #Cccccc;*/
	height: 180px;
}
.top_nav a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding-right: 45px;
}
.top_nav a:visited, .header_link a:active, .header_link a:link, .header_link a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}
.top_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding-bottom:0px;
	margin:0px;
	padding-top: 15px;
}
.dark_grey {
	color: #666666;
}
.content_text {
	width: 560px;
}
.content_text td {
	height: 140px;
	color: #7D7D7D;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content_img {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 13px;
}
#image-nav{
	padding-top: 10px;
	float: right;
	width: auto;
	padding-right: 5px;
}
#image-nav a:link {
	color: #999999;
	text-decoration: none;
	padding: 0 2px;
}
#image-nav a:visited {
	color: #999999;
	text-decoration: none;
}
#image-nav a:hover {
	color: #333333;
	text-decoration: none;
}
#image-nav a:active {
	color: #999999;
	text-decoration: none;
}
#image-nav a:visited {
	color: #FF6600;
	text-decoration: none;
}
#image-next {
}
#portfolio-images {
	width: 560px;
	height: 350px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#portfolio-images img {
	padding: 0;
	margin: 0;
	width: 560px; 
	height: 350px; 
	top: 0; 
	left: 0; 
	border: 0;
} 
form {
	top: 0px;
}
#portfolio_imagearea {
	position: absolute;
	height: 343px;
	width: 553px;
	left: 183px;
	top: 133px;
}
#glossary {
	position: absolute;
	height: 343px;
	width: 553px;
	left: 183px;
	top: 133px;
}
#glossary a {
	text-decoration: none;
	color: #666666;
}
#glossary  a:hover {
	text-decoration: none;
	color: #009DE0;
}
#glossary td {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
#news_area {
	left: 183px;
	top: 115px;
	width: 553px;
	position: absolute;
}
.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
.news_item_bottom {
	border-bottom-width: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
td {
	vertical-align: top;
}
.thumb {
	padding-bottom: 7px;
}
