body {
	background: #00630E;
	color: #232323;
}

a:link,
a:visited {
	color: #00630E;
	text-decoration: none;
}

a:hover,
a:active  {
	color: #999;
	text-decoration: underline;
}

a.bulleted {
	background: url(../../images/icons/tbullet.gif) no-repeat 0.1em 0.2em;
	padding-left: 1.6em;
	display: block;
	line-height: normal;
}

h3 { color: #222; }

h4 { color: #333; }

h5 { color: #444; }




/*---accessibility----------------------------------*/

#accessibility { display:none; }

/*---document---------------------------------------*/

#document {
	margin: 0px auto;
	width: 770px;
	background: url(../../images/layout/bg_document.gif) no-repeat left top;
	padding-top: 19px;
}


/*---container--------------------------------------*/

#container {
	margin: 0px auto;
	padding: 0px 20px;
	width: 730px;
	background: #fff url(../../images/layout/bg_container.gif) repeat-y left top;
}


/*---logo-------------------------------------------*/
/*
logo selectors are also contained in the skins directory
these use the image-replacement technique
*/

#logo {
	background:  #f3e20f url(../../images/layout/bg_logo.jpg) no-repeat right top;
	margin: 0px;
	border-bottom: 1px solid #D0BD0A;
	height: 87px;
	padding-top: 13px;
	padding-right: 14px;
	padding-left: 14px;
}

#logo h1,
#logo span,
#logo hr {
	display: none;
}

#logo a.home {
	height: 73px;
	width: 285px;
	display: block;
	background: url(../../images/layout/bg_logo_ahome.gif) no-repeat left top;
}

#logo h2 {
	color: #fefac5;
	letter-spacing: -0.1em;
	font-size: 300%;
	margin-top: 0.75em;
	margin-bottom: .05em;
}

/*---nav-top----------------------------------------*/

#nav-top {
	border-bottom: 1px solid #D0BD0A;
	background: #f3ef75 url(../../images/layout/bg_nav-top.gif) no-repeat left top;
	color: #000;
	font: 165% "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

#nav-top ul {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

#nav-top li {
	display: inline;
	list-style-type: none;
	padding-left: 0.65em;
}

#nav-top li a:link,
#nav-top a:visited {
	color: #000;
}

#nav-top li a:hover,
#nav-top a:active {
	color: #006D0E;
	text-decoration: none;
}

/*---page-------------------------------------------*/

#page {
	width: 690px;
	background: #fff;
	padding-top: 25px;
	padding-right: 18px;
	padding-left: 18px;
}


/*---sidebar----------------------------------------*/

#sidebar {
	width: 200px;
	background: url(../../images/layout/bg_sidebar.gif) repeat-y left top;
	float: left;
	margin-bottom: 15px;
}

/*---sidebarheader----------------------------------*/

#sidebarheader {
	background: url(../../images/layout/bg_sidebarheader.gif) no-repeat left top;
	padding-top: 1em;
	padding-right: 25px;
	padding-left: 15px;
}

#sidebarheader h3 {
	font-size: 140%;
	color: #005945;
	margin-top: 0em;
	margin-bottom: 0.25em;
	background: url(../../images/layout/dotted.gif) repeat-x 0em 1.2em;
}

/*---sidebarcontent---------------------------------*/

#sidebarcontent {
	width: 161px;
	padding-right: 25px;
	padding-left: 14px;
}

#sidebarcontent h1 {
	font-size: 130%;
	margin-top: 0.35em;
	margin-bottom: 0.35em;
}

#sidebarcontent h2 {
	font-size: 120%;
	margin-top: 0.35em;
	margin-bottom: 0.35em;
}

#sidebarcontent h3 {
	font-size: 110%;
	margin-top: 0.35em;
	margin-bottom: 0.35em;
}

#sidebarcontent h4 {
	font-size: 110%;
	color: #005945;
}

#sidebarcontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebarcontent li {
	margin: 0;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}

#sidebarcontent li a {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #000;
}

#sidebarcontent li a:hover, a:active {
	color: #999;
}

#sidebarcontent li li {
	font-size: 90%;
}

#sidebarcontent li li a {
	font-weight: normal;
	background:  url("../../images/icons/bullet_grey.gif") no-repeat 1px 3px;
	padding-left: 10px;
	line-height: normal;
}

#sidebarcontent li li a:hover {
	background:  url("../../images/icons/bullet_yellow.gif") no-repeat 1px 3px;
}

html>body #sidebarcontent li a { width: auto; }

#sidebarcontent p {
	font-size:90%; line-height:normal;
}

#sidebarcontent div.article {
	border-bottom: 1px dotted #D1D1D1;
	padding-bottom: 4px;
}

#sidebarcontent div.article h4.title {
	color: #000;
	font-size: 1.0em;
	margin-bottom: 0em;
	margin-top: 0.5em;
}

#sidebarcontent div.article p.date {
	margin-top: 0em;
	background: url(../../images/icons/date_small.gif) no-repeat 0.1em 0.3em;
	padding-left: 1.0em;
	color: #535353;
}

/*---sidebarfooter----------------------------------------*/

#sidebarfooter {
	background: #fff url(../../images/layout/bg_sidebarfooter.gif) no-repeat left bottom;
	padding: 0px;
	height: 15px;
	margin: 0px;
	width: 200px;
}

#sidebarfooter hr {
	display: none;
}

/*---content----------------------------------------*/

#content {
	float: right;
	width: 480px;
	margin-bottom: 50px;
}

#content dt {
	font-weight: bold;
}

#content dd {
	color: #333;
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 1em;
	margin-left: 0em;
}

#content h1 {
	color: #222;
	margin: 0em 0em .75em;
	padding-top: .05em;
	width: 480px;
	font-size: 200%;
	height: 23px;
	font-weight: normal;
}

#content h1.since1976 {
	background: url(../../images/headers/since1976.gif) no-repeat -42px -3px;
}

#content h1.about {
	background: url(../../images/headers/about.gif) no-repeat -42px -3px;
}

#content h1.developments {
	background: url(../../images/headers/developments.gif) no-repeat -42px -3px;
}

#content h1.fixtures {
	background: url(../../images/headers/fixtures.gif) no-repeat -42px -3px;
}

#content h1.contact_gen {
	background: url(../../images/headers/contact_gen.gif) no-repeat -42px -3px;
}

#content h1.contact_forms {
	background: url(../../images/headers/contact_forms.gif) no-repeat -42px -3px;
}

#content h1.in_this_section {
	background: url(../../images/headers/in_this_section.gif) no-repeat -42px -3px;
}

#content h1.products {
	background: url(../../images/headers/products.gif) no-repeat -42px -3px;
}

#content h1.free_light_plan {
	background: url(../../images/headers/free_light_plan.gif) no-repeat -42px -3px;
}

#content h1.tech_info {
	background: url(../../images/headers/tech_info.gif) no-repeat -42px -3px;
}

#content h1.samp_apps {
	background: url(../../images/headers/samp_apps.gif) no-repeat -42px -3px;
}

#content h1.dist_login {
	background: url(../../images/headers/dist_login.gif) no-repeat -42px -3px;
}

#content h1.current_projects {
	background: url(../../images/headers/current_projects.gif) no-repeat -42px -3px;
}

#content h1.dist_guide {
	background: url(../../images/headers/dist_guide.gif) no-repeat -42px -3px;
}

#content h1.downloads {
	background: url(../../images/headers/downloads.gif) no-repeat -42px -3px;
}

#content h1.instal_man {
	background: url(../../images/headers/instal_man.gif) no-repeat -42px -3px;
}

#content h1.trade_shows {
	background: url(../../images/headers/trade_shows.gif) no-repeat -42px -3px;
}

#content h1.publications {
	background: url(../../images/headers/publications.gif) no-repeat -42px -3px;
}

#content h1.interests {
	background: url(../../images/headers/interests.gif) no-repeat -42px -3px;
}

#content h1.underline {
	background: url(../../images/headers/underline.gif) no-repeat -42px -3px;
}

#content h1 span.alt {
	display: none;
}

#content h2 {
	color: #333;
	font-size: 170%;
	font-weight: normal;
}

#content h3 {
	font-size: 140%;
	background: url(../../images/layout/dotted.gif) repeat-x 0em 1.15em;
}

#content h4 {
	color: #999;
	font-size: 120%;
}

#content img.floatleft {
	float: left;
	border: 1px solid #666;
	margin: 15px 10px 10px 0px;
}

#content img.floatright {
	float: right;
	padding: 0px;
	border: 1px solid #333;
	margin: 0px 0px 15px 15px;
}

#content img.floatrightnobrdr {
	float: right;
	padding: 0px;
	margin: 0px 0px 5px 5px;
}


#content p.nomargins {
	margin: 0px;
	padding: 0px;
}

#content p.notify {
	border: 1px dotted #ddd;
	padding: 10px;
	background: #f3f3f3;
}

#content table.borders {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#content table.borders th {
	padding: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 90%;
	margin: 0px;
	text-align: center;
}

#content table.borders td {
	padding: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
	margin: 0px;
}

#content ul.menu {
	list-style: none;
	padding-left: 0.5em;
	margin-left: 0em;
}

#content ul.menu li {
	display: block;
	list-style-type: none;
	font-size: 90%;
	padding-left: 1.5em;
	background: url(../../images/icons/tbullet.gif) no-repeat 0.0em 0.3em;
}

#content ul.boxlinks {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content ul.boxlinks li {
	margin: 0px 0px 1em!important;
	border: 1px dotted #ccc;
	padding: 0px!important;
	background: url(none)!important;
	display: block;
	font-size: 110%;
	font-weight: bold;
}

#content ul.boxlinks li a {
	display: block;
	height: 60px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 60px;
	text-decoration: none!important;
}

#content ul.boxlinks li a span {
	font: italic normal 90% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#content ul.boxlinks li a:link, #content ul.boxlinks li a:visited {
	text-decoration: none!important;
}

#content ul.boxlinks li a.pdf:link, #content ul.boxlinks li a.pdf:visited {
	background: #fff url(../../images/icons/pdf.gif) no-repeat 5px 5px;
	height: 40px;
	padding-left: 45px;
}

#content ul.boxlinks li a.pdf:hover, #content ul.boxlinks li a.pdf:active {
	background: #f8f8f8 url(../../images/icons/pdf.gif) no-repeat 5px 5px;
}

#content ul.boxlinks li a.getacro:link, #content ul.boxlinks li a.getacro:visited {
	background: #fff url(../../images/icons/getacro.gif) no-repeat 5px 5px;
	height: 40px;
	padding-left: 105px;
}

#content ul.boxlinks li a.getacro:hover, #content ul.boxlinks li a.getacro:active {
	background: #f8f8f8 url(../../images/icons/getacro.gif) no-repeat 5px 5px;
}

#content ul.productpoints {
	padding: 0px;
	list-style: url(none) none;
	font-size: 90%;
	margin: 0px 160px 15px 0px;
}

#content ul.productpoints li {
	list-style: url(none) none;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

#content li {
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}

#content #msgbox {
	background: #F6F6F6;
	border: 1px dotted #5F768A;
	padding: 8px;
	margin-top: 12px;
	margin-bottom: 18px;
}

#content p.message {
	font-weight: bold;
}
/*---footer-----------------------------------------*/

#footer {
	font-size: 90%;
	padding-right: 20px;
	padding-left: 20px;
	background: #fbfbfb url(../../images/layout/isocert.gif) no-repeat center center;
	height: 80px;
	border-top: 1px solid #000;
}

#footer hr{
	display: none;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
}


/*---credits------------------------------------*/

#credits {
	margin: 0px auto;
	background: #00630E url("../../images/layout/bg_credits.gif") no-repeat left top;
	width: 720px;
	height: 32px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	color: #f7de0f;
	font-size: 90%;
}

#credits a {
	font-weight: normal;
	text-decoration: none;
	color: #f7de0f;
}

#credits a:link, #credits a:visited {
	text-decoration: none;
	color: #f7de0f;
}

#credits a:hover {
	color: #00630e;
	text-decoration: none;
	background: #f7de0f;
}

#credits hr, #credits div.left50 {
	display: none;
}

#credits ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#credits li {
	border-right: 1px solid #017511;
	margin: 0px;
	padding: 0px 1em;
	display: inline;
	list-style-type: none;
}

#credits li.last {
	border-right: 0px solid;
	margin: 0px;
	padding: 0px 0px 0px 1em;
	list-style-type: none;
}

/*---article----------------------------------------*/

div.article {
	border-bottom: 1px dotted #D1D1D1;
	padding-bottom: 22px;
}

div.article h3.title {
	margin-bottom: 0em;
	color: #00630E;
	background: url(none)!important;
}

div.article img.articlethumb {
	float: right;
	margin: 0px 0px 12px 12px;
}

div.article p.date, div.article p.sub-title {
	margin-top: 0em;
	background: url(../../images/icons/date.gif) no-repeat .1em .40em;
	padding-left: 1.2em;
}

div.article p.address {
	line-height: normal;
}

div.article p.contact {
	line-height: normal;
}

div.article p.details {
	line-height: normal;
}

div.article p.sub-title a {
	font-weight:normal;
}

div.article p.description {}

div.article address {
	font-style: normal;
	color: #555;
	line-height: normal;
	font-size: 90%;
}

#accesskeys table {
	border: none;
	margin: 0px;
}

#accesskeys td, #accesskeys th {
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
}
#accesskeys th {
	border-top: 1px solid #CCCCCC;
	background: #f6f6f6;
	margin: 0px;
}
