/* Standard HTML elements */

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

body {
	background: #FAF8F9 url(/resources/images/header-bg.gif) repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
}

a {
	color: #00756F;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	color: #00756F;
}

h2,h2 a,h2 a:hover {
	font-size: 16px;
	color: #65B100;
	text-decoration: none;
}

h3 {
	font-size: 14px;
}

hr {
	border: 0;
	width: 100%;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin: 1em auto;
}
small {
	font-size: 10px;
}

/* ID's */

#headerholder {
	height: 165px;
}

#logo {
	position: absolute;
	left: 22px;
	top: 94px;
}

#header {
	padding-right: 20px;
	vertical-align: bottom;
	text-align: right;
	background: url(/resources/images/header/dora.jpg) bottom right no-repeat;
	font-size: 11px;
}
#header ul {
	margin: 0;
	padding: 0;
	line-height: 24px;
}
#header li {
	display: inline;
	padding: 0 0 0 10px;
}
#header a {
	color: black;
	font-weight: normal;
}
#header li.myaccount {
	border-right: 1px solid #666;
	padding-right: 10px;
	white-space: nowrap;
}
#header li.myaccount a {
	font-weight: bold;
}
#header a.active {
	color: #00756F;
	font-weight: bold;
}
#header a:hover {
	color: #00756F;
}

#mainarea {
	margin-top: 20px;
}

#mainleft {
	width: 230px;
	font-size: 11px;
	vertical-align: top;
	border-right: 1px #ccc solid;
}
#menu {	border-bottom: 1px #ccc solid;	padding-bottom: 20px;}
#menu a {color: #444;}
#menu a:hover {	text-decoration: none;	color: #65B100}
#menu a.active {color: #65B100;}
#menu ul {margin: 0;padding: 0 20px 0 0;line-height: 1.4em;text-align: right;	list-style-type: none;}
#menu ul li {padding: 3px 0;}
#menu ul ul {	background: #F0F0F0;padding: 5px 15px 5px 0;margin: 5px 0 10px 0;border-right: 1px solid #65B100;}
#menu ul ul ul {background: #E0E0E0;}

/*  operations links in the left of the page*/
#operations { text-align: right; 	padding: 5px 30px 15px 30px;	line-height: 1.4em; 	clear: both;	border-bottom: 1px solid #ccc;}
#operations ul, #operations ul a.unu, #operations ul a.unu:visited, #operations ul a.unu:hover  {margin: 0;padding: 0;font-size: 10px;color: black;font-weight: normal;text-decoration: none;}
#operations ul li a {	font-size: 11px;}
#operations ul li {margin: 10px 0 10px 0; 	padding: 0;	list-style: none;}
#operations h3 {font-size:11px; margin: 5px 0px 5px;}
#operations ul strong {color: #444444;}

#contact {
	text-align: right;
	padding: 20px 20px 20px 0;
	border-bottom: 1px #ccc solid;
}

#atclogo {
	padding: 20px 14px 20px 0;
	margin-bottom: 20px;
}

#mainright {
	vertical-align: top;
	font-size: 12px;
}
#content {
	margin: 0;
	padding-bottom: 20px;
}
#content ul,#content ol {
	padding: 0;
	margin: 0;
}
#content p,#content h1,#content h2,#content h3,#content ul,#content ol,#content table {
	margin-left: 20px;
	margin-right: 20px;
}
#content h1 {
	margin-top: 0;
}
#content ul li, #content ol li{
	padding: 0;
	margin: 0 0 0 30px;
	line-height: 1.4em;
	padding-bottom: 0.7em;
}
#content hr {
	background-color: #ccc;
	color: #ccc;
	margin: 2em auto;
	width: 100%;
	height: 1px;
}

#boxout {
	width: 212px;
	float: right;
	background: #E0EFCC url(/resources/images/boxout-bg.gif) bottom no-repeat;
	margin-left: 20px;
	padding-bottom: 65px;
}
#content #boxout h2 {
	margin-top: 1em;
	font-size: 14px;
}

#boxoutholder {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
}

#boxout_quote {
   width: 212px;
   background: transparent url(/resources/images/line.gif) top repeat-y;
   border-bottom: 1px solid #B3D782;
   padding-bottom: 15px;
   padding-top: 5px;
   margin-bottom: 0px;
}

#instant_q {
   width: 212px;
   background: white url(/resources/images/boxout-bg2.gif) top no-repeat;
   padding-bottom: 0px;
   padding-top: 50px;
   margin-bottom: 15px;
}


#boxoutmenu {
	width: 180px;
	float: right;
	margin-left: 20px;
	font-size: 11px;
}
#boxoutmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#boxoutmenu li {
	margin: 0;
	padding: 4px 20px 4px 12px;
	background: #F1EDEE;
	border-bottom: 1px #FAF8F9 solid;
}
#boxoutmenu ul ul li {
	margin: 0 0 0 1px;
	padding: 4px 20px 4px 20px;
	background: #E0E0E0;
	border-left: 2px solid #65B100;
}
#boxoutmenu a {
	color: #444;
}
#boxoutmenu a:hover {
	text-decoration: none;
	color: #65B100
}
#boxoutmenu a.active {
	color: #65B100;
}
#boxoutmenu li.boxoutmenutitle {
	margin: 0;
	padding-bottom: 5px;
	background: #E5E1DE;
	color: #65B100;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	clear: both;
	bottom: 0px;
	font-size: 0.8em;
	padding: 20px;
	line-height: 1.3em;
	border-top: 1px #ccc solid;
}
#footer_links {
	padding: 5px 5px 5px 20px;
	line-height: 1.5em;
	background: #f0f0f0;
	margin: 10px -20px -20px -20px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#footer_links_our {
	padding: 1px 0px 1px 40px;
	line-height: 1.3em;
	margin: 0;
	border-top: 1px #ccc solid;
	clear: both;
	font-size: 0.8em;
}

#footer_links_our p{
	margin: 15px 0;
}
#footer_links_our p strong a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
#footer_links_our .bottom_links{
	margin: 5px 0;
	display: block;
}
#footer_links_our a {
	font-weight: normal;
	white-space: nowrap;
	color: #666;
}

/* footer_links active */
#footer_links_our.hover {
	background: #F3F1F0 url(/resources/images/footer_linkquotes.gif) no-repeat center left;
}

#footer_links_our.hover, #footer_links_our.hover .bottom_links {
	color: #333;
}
#footer_links_our.hover a {
	color: #00756F;
}
#footer_links_our.hover p strong a {
	color: black;
}

/* footer_links inactive */
#footer_links_our {
	background: #F3F1F0 url(/resources/images/footer_linkquotesgrey.gif) no-repeat center left;
}
#footer_links_our, #footer_links_our .bottom_links {
	color: #999;
}

#footer a {
	font-weight: normal;
}
#footer_links a {
	color: #333;
}

/* Page Specific */

#homereferences {
	clear: both;
	margin: 0;
	width: 100%;
	background: #F2EEEF;
	border-top: 1px solid #ccc;
}
#homereferences td {
	width: 50%;
	vertical-align: top;
	padding: 10px 20px;
}
#homereferences img {
	margin: 10px 0;
}

#homesecondcopy {
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
#homesecondcopy ul,#homesecondcopy ol {
	padding: 0;
	margin: 0;
}
#homesecondcopy p,#homesecondcopy h1,#homesecondcopy h2,#homesecondcopy h3,#homesecondcopy h4,#homesecondcopy ul,#homesecondcopy ol,#homesecondcopy table {
	margin-left: 20px;
	margin-right: 20px;
}

#homesecondcopy ul li, #homesecondcopy ol li{
	padding: 0;
	margin: 0 0 0 30px;
	line-height: 1.4em;
	padding-bottom: 0.7em;
}



#contactdetails th {
	text-align: left;
}

#contactform th {
	padding-top: 3px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

#contactform td {
	vertical-align: top;
}

#contactform input,#contactform textarea,#contactform select,#contactform option {
	width: 350px;
}
#contactform input.submit {
	width: auto;
}

#content table#personnel {
	margin-right: 0;
}
#personnel th,#personnel td {
	background: #ECE8E7;
	border-bottom: 10px #FAF8F9 solid;
}
#personnel th {
	background: #ECE8E7;
	vertical-align: bottom;
	border-right: 1px #FAF8F9 solid;
}
#personnel td {
	background: #ECE8E7;
	vertical-align: top;
}
#personnel h3 {
	margin-top: 1em;
	font-size: 1em;
}
#personnel h3 b {
	color: #65B100;
}
#personnel p {
	margin-bottom: 1em;
}

#content table#references {
	margin-right: 0;
}
#references th,#references td {	background: #ECE8E7;border-bottom: 10px #FAF8F9 solid;}
#references th {vertical-align: top;padding: 10px 5px 5px 5px;border-right: 1px #FAF8F9 solid;}
#references td {background: #ECE8E7;vertical-align: top;}
#references h3 {margin-top: 1em;font-size: 1em;}
#references h3 b {color: #65B100;}
#references p {	margin-bottom: 1em;}

#directorycategories td {
	vertical-align: top;
}

#currencytable th,#currencytable td {	padding: 2px 10px 2px 2px;}
#currencytable th {background: #E8F2D9;	text-align: left;vertical-align: top;	color: #68B300;}
#currencytable td {background: #EFEBEA;}

#ciafactbooklinks ul {padding: 0;margin: 0;}
#ciafactbooklinks li {padding: 0;margin: 0;display: inline;}
#ciafactbook th {padding-right: 10px;background: #E8F2D9;text-align: right;font-size: 10pt;vertical-align: top;	color: #68B300;}
#ciafactbook td {padding-left: 10px;background: #EFEBEA;}

#ourhistory th {background: #E8F2D9;color: #68B300;vertical-align: top;padding: 5px 20px 5px 5px;}
#ourhistory td {vertical-align: top;padding: 5px 5px 5px 20px;background: #EFEBEA;}

#pricingtable th {background: #E8F2D9;color: #68B300;vertical-align: top;padding: 5px 20px 5px 5px;}
#pricingtable tbody td {vertical-align: top;padding: 5px 5px 5px 20px;background: #EFEBEA;}
#pricingtable tbody td.tablenote { background: none;font-size: 10px}


#newsflash {background: #E0EFCC;clear: both;border: 1px #ccc solid;border-width: 1px 0 1px 1px;	margin: auto 20px;margin-right: 0;}
#newsflash h2 {	margin-top: 1em;font-size: 14px;}
#newsflash p {	margin-bottom: 1em;}

/* ContexTrans */

#contextrans-phrase { width: 200px;}
.contextrans-result { margin: 0 20px 10px 20px; }
.contextrans-source {background: #DCEBC7;padding: 2px 5px;}
.contextrans-target { background: #EDF5DC;}
.contextrans-em {padding: 0 4px;color: #00756F;border-bottom: 1px solid #00756F;border-top: 1px solid #00756F;background: white;font-weight: bold;}
.contextrans-header { padding: 2px 4px; color: #00756F; border: 1px solid #00756F; background: white; font-weight: bold;}

