/*
Design by B Duncan October 26, 2009
*/

body {
	margin: 0;
	padding: 0;
	background: #3B363B;   /* Charcoal */
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 12px; */
	font-size: 13px;
	/* color: #787878; */
	color: #676767;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 165%;
}

img {
	border: none;
}

p.emphasis {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	/* padding-bottom: -2px; */
	margin-bottom: 5px;
}

.centeredtext {
  text-align: center;
}

.textright {
	text-align: right;
}

.clear {
	clear: both;
}

h1.centeredtext {
  text-align: center;
}



ul, ol {
}

a {
	text-decoration: none;
	color: #B94E0E;
}

a:hover {
	font-weight: bolder;
	color: #A03128;
	font-size: 110%;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: url(images/img05.jpg) repeat-x left top;
}

/* Header */

#header-wrapper {
}


#header {
	width: 960px;
	height: 240px;
	margin: 0 auto;
	/* background: url(images/img02.jpg) no-repeat left top; */
	/* background: url(images/img02.png) no-repeat left top; */
	background: url(images/ArgusHeaderImg_KnittingMedRes.jpg) no-repeat left top;
}

#map {
	width: 960px;
	height: 192px;
	margin: 0 auto;
	/*margin-top: -30px; */
	background: url(images/GreyWorld_wLogo.jpg) no-repeat left top;
}

#regiontitle {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img03_alt.jpg) repeat-x left top;
}

#tabbackground {
	width: 960px;
	height: 24px;
	margin: 0 auto;
	padding: 0;
	background-color: #AEA498;
	/* background: url(images/img03.jpg) repeat-x left top; */
}

/* Logo */

#logo {
	float: left;
	height: 240px;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 25px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search - not currently in use */

#search {
	float: right;
	width: 279px;
	height: 110px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: 1px #4C4842 solid;
	background: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #808080;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img03.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	padding: 12px 40px 0px 40px;
	background: url(images/img06.jpg) no-repeat right 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 106%;
	padding-top: 10px;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) repeat-y left top;
	/* border: 2px solid yellow; */
}

#page_alt {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04_WhiteOnly.jpg) repeat-y left top;
}

#page-bgtop {
}

#page-bgbtm {
	/* padding: 30px 20px 0px 20px; */
	/* padding: 30px 20px 20px 20px; */
	/* padding: 30px 10px 0px 20px; */
	/* padding: 0; */
	/* margin-left: 10px; */
	/* border: 2px solid yellow; */
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding: 0;
}

#content p {
	margin-left: 20px;
}

#content h1, h2, h3 {
	margin-left: 20px;
}


#content2 {
	float: left;
	width: 600px;
	/* padding: 40px 30px 0 30px; */
	padding: 40px 30px 0 30px;
	/* border: 1px solid red; */
	margin-left: 10px;
}

#content2 p {
	margin-left: 20px;
}

#content2 h2 {
	font-size: 20px;
	padding-bottom: 6px;
}

#content2 h3 {
	margin-bottom: .25em;
}

#content3 {
	/* float: left; */
	width: 860px;
	/* padding: 40px 30px 0 30px; */
	padding: 40px 30px 0 30px;
	/* border: 1px solid red; */
	margin-left: 10px;
}

.post {
}

.post .title {
	height: 38px;
	padding: 12px 0 0 20px;
	letter-spacing: -.5px;
	color: #181818;
}

.post .title a {
	color: #181818;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 20px 20px 10px 20px;
}

.links {
	display: block;
	width: 130px;
	margin: 20px 0 40px 40px;
	padding: 5px;
	background: #A03128;
	border-left: 20px solid #3B363B;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

a.links:hover, a.links:active {
	text-decoration: none;
	Color: #FFFFFF;
}

a.links:hover, a.links:active { 
	text-decoration: none;
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
}

a:hover, a:active {
	font-size: 100%;
	font-weight: bold;
}

#diverterschematic {
	/* margin-left: 20px; */
	margin-left: 10px;
	margin-top: 30px;
}

#burnedmill1 {
	Float: right;
	width: 200px;
	display: block;
	margin-top: -140px;
	margin-right: 40px;
	/* border: 1px solid yellow; */
	padding: .4em 0 0 0;
	line-height: 1.2;
}

#burnedmill1 a:hover {
	display: block;
}

.shadedtable1 {
  border: 1px solid #D6DDE6;
  border-collapse: collapse;
  width: 92%;
  margin-left: 20px;
}

.shadedtable1 td {
  border: 1px solid #D6DDE6;
  /* padding: 0.3em; */
  padding: 5px 2px 4px 5px;
  font-size: 105%;
}

.shadedtable1 th {
  border: 1px solid #828282;
  color: #FFFFFF;
  background-color: #3E517C;
  font-size: 110%;
  font-weight: bold;
  text-align: left;
  padding: .5em
}

.shadedtable1 caption {
  font-size: 140%;
  color: #222222;
  text-align: left;
  padding: 0.4em 0 0.8em 0;
}

.shadedtable1 tr.altrow {
  background: #EEE7DF url(Images/td.jpg) repeat-x top;
  color: #000000;
}

/* .shadetable1 li {
	font-size: 40%;
	padding-left: 2px;
	margin-left: -4px;
} */

.plaintable1 {
  /* border: 1px solid #D6DDE6; */
  border: none;
  border-collapse: collapse;
  width: 70%;
  margin-left: 20px;
}
.plaintable1 caption {
  font-size: 130%;
  color: #222222;
  text-align: left;
  padding: 0.4em 0 0.8em 0;
}
.plaintable1 td {
  /* border: 1px solid #D6DDE6; */
  padding: 5px 2px 4px 5px;
  font-size: 105%;
}

#argus4contacts {
  width: 250px;
  margin-left: 80px;
  margin-bottom: 20px;
  margin-top: 10px;
  border: 1px solid red;
}



#gmapmedium {
	margin: 30px 0 40px 80px;
}

#box1 {
	width: 470px;
	background-color: #EEE7DF;
	margin: 30px 0 50px 45px;
	padding: 16px 14px 16px 14px;
	border: 2px inset #777777;
}

.textbackgroundtan {
	background-color: #EEE7DF;
	padding: 6px 8px 6px 8px;
	text-align: center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding: 30px 20px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 15px;
}

#sidebar li li span {
	display: block;
	/* margin-top: -20px; */
	margin-top: 10px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 70%;
	margin: 10px 0 10px 0;
	padding: 4px 0 0 15px;
	/* letter-spacing: -.5px; */
	color: #181818;
}

#sidebar p {
	margin: 0;
	padding: 0px 20px 20px 20px;
	text-align: justify;
	line-height: 1.5em;
}

 /* #sidebar a {
	border: none;
	color: #B94E0E;
}

#sidebar a:hover {
	text-decoration: underline;
} */

#BlockLink a {
	display: block;
	width: 130px;
	margin: 5px 0px;
	margin-left: 0px;
	padding: 5px;
	background: #A03128;
	border-left: 20px solid #3B363B;
	text-align: center;
	/* text-transform: uppercase; */
	font-size: 12px;
	color: #FFFFFF;
}
#BlockLink a:hover {
	font-size: 104%;
	font-weight: bold;
}

#TranslateBox {
  width: 320px;
  height: 165px;
  background-image: url(images/TranslateBox.png);
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-left: 20px;
  margin-left: 10px;
}

#TranslatePosition {
  margin-top: 32px;
  margin-left: 10px;
}

/* #google_translate_element {display:none;} */

#news {
  /* float: left; */
  right: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
  width: 200px;
  /* padding-right: 2em; */
  padding-left: 2em;
}

/* #newstable caption {
  font-size: 120%;
  font-weight: bold;
  align: left; */

#QuickLinks {
	width: 180px;
	margin-top: 40px;
	margin-left: 22px;
}
#QuickLinks ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin: 0;

}
#QuickLinks li {
	/* border-bottom: 1px solid #ED9F9F; */
	/* padding-left: 1em; */
	line-height: 1em;
}

#QuickLinks li:first-child {
	font-size: 120%;
	display: block;
	padding: 0.4em 0 0.4em 0;
	font-weight: bold;
	border-left: none;
	border-right: none;
	background-color: #EEE7DF;
	color: #3B363B;
	text-decoration: none;
}

#QuickLinks li a:link {
	font-size: 100%;
	display: block;
	padding: 0.4em 0 0.2em 1em;
	background-color: #EEE7DF;
	color: #3B363B;
	text-decoration: none;
}


#QuickLinks li a:visited {
	font-size: 100%;
	display: block;
	padding: 0.4em 0 0.2em 1em;
	background-color: #EEE7DF;
	color: #3B363B;
	text-decoration: none;
}

#QuickLinks li a:hover {
	font-size: 105%;
	display: block;
	font-weight: bold;
	padding: 0.4em 0 0.2em 0.2em;
	background-color: #AEA49A;
	color: #FFFFFF;
	text-decoration: none;
}

#QuickLink li a:active {
	font-size: 100%;
	display: block;
	padding: 0.4em 0 0.2em 1em;
	background-color: #EEE7DF;
	color: #3B363B;
	text-decoration: none;
}
/* Footer */

#footer-wrapper {
	width: 100%;
	background: #3B363B;
}

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #D78983;
}

#footer a {
	color: #FFDBD9;
}

.contactsbox {
	width: 240px;
	/* margin: 60px 0 0 160px; */
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px 0 4px 0px;
	background: #FEFEC5;
	color: #333333;
	border: 1px solid #707070;
	border-top: 40px solid #707070;
}

#arguscontactbox {
	width: 240px;
	margin: 0 auto;
	margin-top: 4px;
	padding: 0px 0 4px 0px;
	background: #FEFEC5;
	color: #333333;
	border: 1px solid #707070;
	border-top: 40px solid #707070;
}

p.contactsheader {
	display: block;
	width: 210px;
	margin: -30px 0 0 0px;
	/* padding: 0 0 0 30px; */
	padding: 0 0 0 30px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

p.contactsdetail {
	padding-left: 30px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

h1.GeographicLocation {
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 8px 0 6px 0;
	margin: 0 0 12px 0;
}

h1.mapheader {
	color: #666666;
	font-size: 180%;
	font-weight: bold;
	background-color: #EEE7DF;
	text-align: center;
	margin: -40px -30px 0 -30px;
	padding: 20px 10px 10px 10px;
}

#agent_column1 {
  float: left;
  width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  /* margin: 0; */
  margin-left: 40px;
  margin-right: 15px;
}

#agent_column2 {
  float: left;
  /* margin: 0; */
  margin-left: 15px;
  margin-right: 10px;
  width: 250px;
  padding-left: 10px;
  padding-right: 10px;
}

#agent_column3 {
  float: left;
  /* margin: 0; */
  margin-right: 10px;
  margin-left: 15px;
  width: 220px;
  padding-left: 10px;
  padding-right: 10px;
}

h3.agentcountry {
  padding: .2em 0 .2em 1em;
  font-size: .9em;
  color: white;
  font-weight: 900;
  background-color: #808079;
  margin: .5em 0 0 0;
  border: solid #808079 1px;
}

p.contacts {
  /* padding-left: 10px;
  padding-right: 10px;
  padding-top: .4em; */
  padding: .4em 10px 1em 1.2em;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 80%;
  background-color: #FEFEC5;
  border: solid #808079 1px;
}

/* Start of Continent Selection Navigation */

/* #continentselection {

  font-size: 90%;
  font-family: Arial, "Sans-serif";
  margin-top: 2px;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 20px;
}

#continentselection ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  padding-top: .4em;
  padding-bottom: .4em;
}

#continentselection li {
  display: inline;
  margin-top: 0;
}

#continentselection a:link, #continentselection a:visited {
  padding: 0.4em 1em 0.4em 1em;
  color: #111111;
  background-color: #CCCCCC;
  text-decoration: none; 
}

#continentselection a:hover {
  color: white;
  background-color: #777777;
  font-weight: 600;
} */

/* End of Continent Selection Navigation */

/* Start of Alternative Continent Selection Hav */

#continentselection {
  	font-size: 11px;
	font-family: Arial, "Sans-serif";
	float: left;
	width: 100%;
}

#continentselection ul {
	margin: 0 0 0 35px;
	padding: 2em 0 0 0;
	list-style: none;
}

#continentselection li {
	float: left;
  	background-image: url("images/Tab_Left_LGray.png");
	background-repeat: no-repeat;
  	margin: 0 1px 0 0;
	padding: 0 0 0 8px;
}

#continentselection a {
	float: left;
	display: block;
  	background-image: url("images/Tab_Right_LGray.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0.2em 10px 0.2em 10px;
	padding: 0.2em 10px 0.2em 0;
	text-decoration: none;
	/* font-weight: bold; */
	color: #333366;
	/* margin-left: -1px; */
}

/* End of Alternative Continent Selection */

/* Start of Continent Selection 2 Navigation */

#continentselection2 {
  	font-size: 90%;
	font-family: Arial, "Sans-serif";
	float: left;
	width: 100%;
	/* border-bottom: 1px solid #8DA5FF; */
	margin-bottom: 0;
}

#continentselection2 ul {
	margin: 0;
	padding: 0px 0 0 75px;
	list-style: none;
}

#continentselection2 li {
	float: left;
  	background-image: url("images/Tab_Left_LGray.png");
	background-repeat: no-repeat;
  	margin: 0 0 0 0;
  	padding: 0 0 0 12px;
}

#continentselection2 a {
	float: left;
	display: block;
  	background-image: url("images/Tab_Right_LGray.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0.2em 10px 0.2em 10px;
	/* padding: 0.2em 10px 0.2em 0; */
	text-decoration: none;
	/* font-weight: bold; */
	color: #333366;
	margin-left: -1px;
}

.NAmericaTab #continentselection2 li.NAmerica,
.SCAmericaTab #continentselection2 li.SAmerica,
.SCAmericaTab #continentselection2 li.CAmerica,
.EuropeTab #continentselection2 li.Europe,
.AfricaMETab #continentselection2 li.Africa,
.AsiaAusTab #continentselection2 li.Asia,
.AfricaMETab #continentselection2 li.MidEast,
.AsiaAusTab #continentselection2 li.Australia {
	background-image: url("images/Tab_Left_Brick.png");
}

.NAmericaTab #continentselection2 li.NAmerica a,
.SCAmericaTab #continentselection2 li.SAmerica a,
.SCAmericaTab #continentselection2 li.CAmerica a,
.EuropeTab #continentselection2 li.Europe a,
.AfricaMETab #continentselection2 li.Africa a,
.AsiaAusTab #continentselection2 li.Asia a,
.AfricaMETab #continentselection2 li.MidEast a,
.AsiaAusTab #continentselection2 li.Australia a {
	background-image: url("images/Tab_Right_Brick.png");
	background-color: transparent;
	color: #FFFFFF;
}

/* #continentselection2 a:link, #continentselection2 a:visited {
  padding: 4px 8px 4px 8px;
  color: #111111;
  background-color: #CCCCCC;
  text-decoration: none; 
} */

#continentselection2 a:hover {
  color: #111111;
  background-color: #999999;
  /* font-weight: Bold; */
}

/* End of Continent Selection 2 Navigation */

#goals {
	/* border: 3px groove #AEA49A; */
	border: 2px groove #EEE7DF;
	background-color: #EEE7DF;
	margin: 58px 0 30px 0;
	padding: 1.5em 1em 1.5em 1em;
}

#MapOnMap {
	margin: 10px 0 10px 25px;
}

#ClickableMap {
	/* border: 2px solid yellow; */
}

a.iconlink:link, a.iconlink:visited {
	color: #DDDDDD;
	text-decoration: none;
	border: 1px;
	/* padding: 0 0 0 4px; */
}

a.iconlink:hover, a.iconlink:active {
	color: #00ff00;
	text-decoration: underline;
	border: 3px;
}

img.inlineimagert {
	padding: 10px 0 0 10px;
	float: right;
} /* properties for images on the right margin */

img.inlineimagelt {
	padding: 10px 30px 0 0;
	float: left;
	/* margin: 10px 20px 10px 0; */
} /* properties for images on the left margin */

#DuPontFlame {
	margin-left: 20px;
}
