a:link {
		text-decoration: none;
	color: #58585A;
}
a:visited {
	text-decoration: none;
	color: #58585A;
}
a:hover {
text-decoration: none;
	color: #207EA9;
}

html, body {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

#full-screen-background-image {
  /*content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;*/
  display:block;
 /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; */
  z-index: -999;
  min-height: 100%;
  min-width: auto;
  width: auto;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
#header {
	height:auto;
	margin: 1px;
	padding: auto;
	width: auto;
	
	
}
#header .section {
	background: #FFF;
	color: #58585A;
	margin: auto;
	padding: auto;
	/*margin-left:auto;*/
	overflow: hidden;
	font-family: Verdana;
	font-size: 22px;
	
}
/*MEET THE TEAM */	
#header .section2 {
	background: #FFF;
	color: #58585A;
	/*margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left:130px;
	margin-right:70px;
	padding-left:10px;*/
	font-size:22px;
	font-family:Verdana;
	
	margin: auto;
	margin-left:130px;
	margin-right:70px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	height:auto;
}
/*Professional Afflications */
#header .section3 {
	background: #FFF;
	color: #58585A;
	margin: auto;
	margin-left:130px;
	margin-right:70px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	height:auto;
	
	/*margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left:130px;
	margin-right:70px;
	padding-left:10px;*/
	font-size:22px;
	font-family:Verdana;
}
#header .section .logo {
	float: left;
	margin: 0;
	padding: auto;
	width: auto;
}
#header .section .logo a {
	background: url(../images/bg-logo.png) repeat-x top left;
	color: #ffffff;
	display: block;
	/*font-family: 'Arimo-Bold';*/
	font-family: Verdana;
	font-size: 60px;
	font-weight: normal;
	height: 153px;
	line-height: 150px;
	margin: 0;
	padding: 0;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	width: 270px;
}
#header .section ul {
	display: inline-block;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 90px 0 0;
}
#header .section ul li {
	background: url(../images/bg-nav-right.gif) no-repeat top right;
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
#header .section ul li a {
	background: url(../images/bg-nav-left.gif) no-repeat top left;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	letter-spacing: 0.05em;
	line-height: 30px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#header .section ul li a:hover {
	color: #ccc;
}
#header .section ul li.selected {
	background: url(../images/bg-nav-right-selected.gif) no-repeat top right;
}
#header .section ul li.selected a {
	background: url(../images/bg-nav-left-selected.gif) no-repeat top left;
}
#header .section1 .logo {
	float: left;
	margin: 0;
	padding: 20px 0 0 60px;
	width: 300px;
}
#header .section1 .logo a {
	background: url(../images/bg-logo.png) repeat-x top left;
	color: #ffffff;
	display: block;
	/*font-family: 'Arimo-Bold';*/
	font-family: Verdana;
	font-size: 60px;
	font-weight: normal;
	height: 153px;
	line-height: 150px;
	margin: 0;
	padding: 0;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	width: 270px;
}
#header .section1 ul {
	display: inline-block;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 90px 0 0;
}
#header .section1 ul li {
	background: url(../images/bg-nav-right.gif) no-repeat top right;
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
#header .section1 ul li a {
	background: url(../images/bg-nav-left.gif) no-repeat top left;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	letter-spacing: 0.05em;
	line-height: 30px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#header .section1 ul li a:hover {
	color: #ccc;
}
#header .section1 ul li.selected {
	background: url(../images/bg-nav-right-selected.gif) no-repeat top right;
}
#header .section1 ul li.selected a {
	background: url(../images/bg-nav-left-selected.gif) no-repeat top left;
}
#header .article {
	background: #fff;
	border: 2px solid #207EA9;
	border-radius: 4px;
	margin: auto;
	margin-left:100px;
	margin-right:120px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	height:auto;
	font-family: Verdana;
	color: #58585a;
	font-size:22px;
	font-family:Verdana;
}

/* for images on article box
#header .article img {
	display: block;
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
}*/
#header .article h1 {
	color: #1b2130;
	/*font-family: 'ChangaOne';*/
	font-family: Verdana;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	line-height: 50px;
	padding: 110px 30px 30px;
}
#header .article1 {
	background: #fff;
	border: 2px solid #207EA9;
	border-radius: 4px;
	margin: auto;
	margin-left:100px;
	margin-right:120px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	height:auto;
	font-family: Verdana;
	font-size:22px;
	color: #58585a;
}

/* for images on article box
#header .article img {
	display: block;
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
}*/
#header .article1 h1 {
	color: #1b2130;
	/*font-family: 'ChangaOne';*/
	font-family: Verdana;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	line-height: 50px;
	padding: 110px 30px 30px;
}
#body {
	
	margin: auto;
    min-height: auto;
	padding: 10px ;
	width: auto;
	height:auto;
}

#body > ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#body > ul li {
	float: left;
	list-style: none;
	margin: 0 5px;
	margin-left:90px;
	margin-bottom:30px;
	padding: 0;
	width: 760px;
	
}
#body > ul li > a {
	background: url(../images/frame780.png) no-repeat center top;
	display: block;
	margin: auto;
	padding: 10px 5px 0px;
	height:700px;
}
#body > ul li > a:hover {
	opacity: 0.9;
}
#body > ul li > a img {
	border: 0;
	display: block;
	margin: 0 auto;
	padding: 0;
	
}
#body > ul li b {
	color: #58585A;
	background-color: #FFFFFF;
	display: block;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 5px;
	text-transform: capitalize;
	font-family: Verdana;
	text-align: center;
}
#body > ul li p {
	color: #58585A;
	background-color: #FFFFFF;
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	padding: 4px;
	font-family: Verdana;
	text-align: left;
}
#body > ul li p a {
	/*color: #464646;
	text-decoration: underline;*/
	text-decoration:none;
	color:#58585A;
}
#body > ul li p a:hover {
	color: #207EA9;
}
#body > div {
/*	margin: 10px 0px;*/
	margin: auto;
	margin-left:-40px;
	margin-right:40px;
	overflow: hidden;
	padding: auto;
	width:auto;
	height:auto;
}
#body > .more {
	color: #464646;
	display: block;
	font-size: 13px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-decoration: underline;
	text-transform: capitalize;
	width: 80px;
}
#body > .more:hover {
	color: #4a8b92;
}
#body h2 {
	background: url(../images/bg-featured.png) repeat-x;
	color: #fff;
	/*font-family: 'Comfortaa-Regular';*/
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	height: 47px;
	letter-spacing: 0.1em;
	left: 15px;
	line-height: 47px;
	margin: 0;
	padding: 0 25px;
	position: absolute;
	text-transform: capitalize;
	top: 10px;
}
#body h3 {
	/*color: #2f394e;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 25px 10px 40px;
	text-transform: capitalize;*/
}
#body > b {
	color: #2f394e;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px;
	text-transform: capitalize;
}
#body > p {
	color: #464646;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	padding: 30px 10px;
}
#body > p a {
	color: #464646;
	text-decoration: underline;
}
#body > p a:hover {
	color: #252525;
}
#body div div {
	float: left;
	margin: auto;
	padding: 0;
}
#body div .featured {
	background: #fff;
	border: 5px solid #5fb3bd;
	border-radius: 4px;
	min-height: auto;
	margin: auto;
	margin-left:130px;
	margin-right:70px;
	position: relative;
	width: auto;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#body div .featured h2 {
	text-align: center;
}
#body div .featured h3 {
	color: #58585A;
	font-size: 22px;
	line-height:24px;
	font-weight:bold;
	margin: auto;
	padding: auto;
	text-transform: none;
	font-family: Verdana;
}
#body div .featured img {
	display: block;
	float:inherit;
	margin: 0 20px 5px 0;
	padding: auto;
}
#body div .featured p {
	clear: both;
	color: #464646;
	font-size: 22px;
	line-height: 24px;
	margin: auto;
	padding: auto;
	font-family: Verdana;
}
#body div .featured p a {
	color: #464646;
}
#body div .featured p a:hover {
	color: #252525;
}
#body div .section {
	width: auto;
	height:auto;
}
#body div .section h4{ /*Professional Affiliations */
	padding: 0 15px 0;
}
#body div .section h5{ 
	padding: 0 15px 0;
	margin:auto;
	font-size: 22px;
	font-family:Verdana;
}
 /*Meet the Team */
#body div .section2 h5{
	margin:auto;
	padding-top:10px;
	padding-left:0px;
	font-size: 22px;
	font-family:Verdana;
}
#body div .section div {
	background: #fff;
	/*border: 5px solid #5fb3bd;
	border-radius: 4px;*/
	float: none;
	margin: 0;
	padding: 0 15px;
	position: relative;
	color: #58585A;
}
#body div .section .article {
	height: 183px;
	margin-bottom: 25px;
	padding: 55px 15px 20px;
	text-align: right;
}
#body div .section .article h2 {
	text-align: left;
}
#body div .section .article h2 a {
	background: url(../images/icons.png) no-repeat 0 10px;
	display: inline-block;
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	width: 31px;
}
#body div .section .article p {
	color: #58585A;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 20px 0px;
	text-align: left;
}
#body div .section .article p a {
	color: #58585A;
	text-decoration: underline;
}
#body div .section .article p a:hover {
	color: #97d0d3;
}
#body div .section .article > a {
	color: #f5f5f5;
	font-size: 18px;
	text-decoration: none;
}
#body div .section .article > a:hover {
	color: #97d0d3;
}
#body div .section .newsletter { 
	height: 250px;
	width: 720px;
	padding: 10px 15px 19px 214px;
	
	/*position: relative;*/
}

#body div .section .newsletter img { 
	display: block;
	left: 14px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	z-index: 5;
}
#body div .section .newsletter p {
	color: #58585A;
	font-size: 16px;
	font-family: Verdana;
	
/*	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 20px;*/
	margin: 0;
	padding: 0;
}
/* Meet the Team - Sonja Blum info */
#body div .section2 .newsletter { /*Sonja Blum - Owner, Founder */
	margin: auto;
	/*margin-left:100px;
	margin-right:120px;*/
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	
	height: auto;
	width: auto;
	padding: 10px 15px 19px 214px;
	font-size:22px;
	font-family:Verdana;
	/*position: relative;*/
}

#body div .section2 .newsletter img { /* Sonja Profile Photo */
	display: block;
	left: 114px;
	margin-top: 10px;
	padding: 0;
	position: absolute;
	/*top: 10px;
	z-index: 5;*/
}
#body div .section2 .newsletter p {
	color: #58585A;
	font-size: 22px;
	font-family: Verdana;
	
/*	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 20px;*/
	margin: 0;
	padding: 0;
}
#body div .section2 .newsletter p span {
	display: block;
}
#body div .section2 .newsletter form {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#body div .section2 .newsletter form span {
	color: #f5f5f5;
	clear: both;
	display: block;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 30px;
	margin: 0;
	padding: 0 0 4px;
	text-transform: capitalize;
	text-shadow: 0 -1px 0 #285f62;
}
#body div .section2 .newsletter form input {
	background: url(../images/interface.png) no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
}
#body div .section2 .newsletter form #email {
	background-position: -399px -72px;
	color: #68a7aa;
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	line-height: 30px;
	padding: 0 5px;
	text-align: center;
	width: 130px;
}
#body div .section .newsletter form #send {
	background-position: -399px -110px;
	text-indent: -99999px;
	width: 80px;
}

#body > .article {
	margin: 0;
	padding: 0;
}
#body > .article b {
	color: #2f394e;
	display: inline-block;
	font-weight: normal;
	margin: 0;
	padding: 0 10px 15px;
	text-transform: capitalize;
}
#body > .article p {
	color: #464646;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0 10px;
}
#body > .article p a {
	color: #464646;
	text-decoration: underline;
}
#body > .article p a:hover {
	color: #252525;
}
#body > .article ul {
	margin: 0;
	padding: 30px 0 30px 10px;
}
#body > .article ul li {
	color: #464646;
	line-height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#body > .article ul li a {
	color: #464646;
	text-decoration: none;
}
#body > .article ul li a:hover {
	color: #252525;
}
#body > .article h3 {
	padding-bottom: 20px;
}

	
#body .blog {
	padding: 0;
}
#body .content {
	float: left;
	margin: 0 35px 0 10px;
	padding: 0;
	width: 585px;
}
#body .content h3 {
	padding-bottom: 25px;
	padding-left: 0;
}
#body .content p {
	color: #464646;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
}
#body .content p a {
	color: #464646;
	text-decoration: underline;
}
#body .content p a:hover {
	color: #252525;
}
#body .sidebar {
	background: url(../images/bg-sidebar.jpg) repeat-y top left;
	float: right;
	margin: 0 10px 82px 0;
	padding: 0;
	width: 320px;
}
#body .sidebar h3 {
	background: url(../images/bg-sidebar-heading.jpg) no-repeat 0 0;
	color: #2f394e;
	/*font-family: 'Comfortaa-Regular';*/
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 25px 10px;
	text-align: center;
	text-transform: capitalize;
}
#body .sidebar ul {
	background: url() no-repeat bottom left;
	margin: 0;
	padding: 0 20px 50px;
}
#body .sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 24px;
}
#body .sidebar ul li span {
	color: #2f394e;
	display: block;
	font-size: 16px;
	/*font-weight: bold;*/
	letter-spacing: 0.01em;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#body .sidebar ul li span a {
	color: #2f394e;
	text-decoration: none;
}
#body .sidebar ul li span a:hover {
	color: #4c8f97;
}
#body .sidebar ul li p {
	color: #000;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#body .sidebar ul li p a {
	color: #000;
	text-decoration: underline;
}
#body .sidebar ul li p a:hover {
	color: #4c8f97;
}

#body div .section1 .newsletter { /*Sonja Blum - Owner, Founder */
	height: 250px;
	width: 720px;
	padding: 10px 15px 19px 214px;
	
	/*position: relative;*/
}

#body div .section1 .newsletter img { /* Sonja Profile Photo */
	display: block;
	left: 14px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	z-index: 5;
}
#body div .section1 .newsletter p {
	color: #58585A;
	font-size: 16px;
	font-family: Verdana;
	
/*	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 20px;*/
	margin: 0;
	padding: 0;
}
#body div .section1 .newsletter p span {
	display: block;
}
#body div .section1 .newsletter form {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#body div .section1 .newsletter form span {
	color: #f5f5f5;
	clear: both;
	display: block;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 30px;
	margin: 0;
	padding: 0 0 4px;
	text-transform: capitalize;
	text-shadow: 0 -1px 0 #285f62;
}
#body div .section1 .newsletter form input {
	background: url(../images/interface.png) no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
}
#body div .section1 .newsletter form #email {
	background-position: -399px -72px;
	color: #68a7aa;
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	line-height: 30px;
	padding: 0 5px;
	text-align: center;
	width: 130px;
}
#body div .section1 .newsletter form #send {
	background-position: -399px -110px;
	text-indent: -99999px;
	width: 80px;
}
#body div .section3 .newsletter2 { /*South African Institute of Chartered Accountants (SAICA) */
	height: auto;
	width: auto;
	padding: 1px 10px 10px 214px;
	
	
	/*position: relative;*/
}
#body div .section3 .newsletter2 img {  /*SAICA Logo */
	display: block;
	left: 120px;
	margin:0;
	padding: 0;
	position: absolute;
	/*top: 25px;
	z-index: 5;*/
}

#body div .section3 .newsletter2 p {
	color: #58585A;
	font-size: 22px;
	font-family: Verdana;
	
/*	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 20px;*/
	margin: 0;
	padding: 0;
}
#body div .section3 .newsletter3 { /*South African Institute of Chartered Accountants (SAICA) */
	height: auto;
	width: auto;
	padding: 45px 15px 19px 214px;
	
	/*position: relative;*/
}
#body div .section3 .newsletter3 img {  /*SARS Logo */
	display: block;
	left: 120px;
	margin: 0;
	padding: 0;
	position: absolute;
	/*top: 25px;
	z-index: 5;*/
}
#body div .section3 .newsletter3 p {
	color: #58585A;
	font-size: 22px;
	font-family: Verdana;
	
/*	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 20px;*/
	margin: 0;
	padding: 0;
}
#footer {
	background: #FFF;
	
	margin: 0;
	padding: 0;
}
#footer > div {
	
	margin: 0 auto;
	padding: 2px 0 10px ;
	overflow: hidden;
	text-align: center;
	width: auto;
}
#footer div p {
	color: #58585a;
	display: inline-block;
	float: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 27px 0 0;
	text-align: center;
}
#footer div .connect {
	background: #1a91b4;
	float: right;
	height: 18px;
	margin: 0 20px 0 150px;
	padding: 22px 20px;
	overflow: hidden;
	width: 144px;
}
#footer div .connect span {
	color: #ededed;
	display: inline-block;
	float: left;
	font-size: 10px;
	height: 19px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 0 39px;
}
#footer div .connect a {
	background: url(../images/icons.png) no-repeat;
	display: block;
	float: left;
	height: 20px;
	margin: 0 8px;
	padding: 0;
	text-indent: -99999px;
	width: 20px;
}
#footer1 {
	background: #FFF;
	/*height: auto;
	margin: auto;
	padding: 115px 0 0  ;*/
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;   /* Height of the footer */
}
#footer1 > div {
	margin: auto ;
	padding: 2px 0 10px ;
	/*overflow: hidden;*/
	text-align: center;
	width: 960px;
}
#footer1 div p {
	color: #58585a;
	display: inline-block;
	float: center;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 27px 0 0;
	text-align: center;
}
#footer1 div .connect {
	background: #1a91b4;
	float: right;
	height: 18px;
	margin: 0 20px 0 150px;
	padding: 22px 20px;
	overflow: hidden;
	width: 144px;
}
#footer1 div .connect span {
	color: #ededed;
	display: inline-block;
	float: left;
	font-size: 10px;
	height: 19px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 0 39px;
}
#footer1 div .connect a {
	background: url(../images/icons.png) no-repeat;
	display: block;
	float: left;
	height: 20px;
	margin: 0 8px;
	padding: 0;
	text-indent: -99999px;
	width: 20px;
}

#header .article p {
	color: #58585A;
	font-size: 22px;
	line-height: 24px;
	font-family: Verdana;
}
#header .article p font {
	/*font-weight: bold;*/
	color: #207EA9;
}
#header .article1 p {
	color: #58585A;
}
#header .article1 p font1 {
	/*font-weight: bold;*/
	color: #58585A;
}
/*
#header div .newsletter { /*Sonja Blum - Owner, Founder */
/*	height: 250px;
	width: 705px;
	padding: 10px 15px 19px 214px;
	*/
	/*position: relative;*/
/*}*/
/*
#header div .newsletter img { /* Sonja Profile Photo */
	display: block;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	z-index: 5;
}
/*
#header .newsletter p {
	color: #58585A;
	font-size: 16px;
	font-family: Verdana;
	
/*	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 20px;*/
/*	margin: 0;
	padding: 0;
}
*/
#header div .article1 .newsletter1 p span {
	display: block;
}
#header div .article1 .newsletter1 form {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#header div .article1 .newsletter1 form span {
	color: #f5f5f5;
	clear: both;
	display: block;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 30px;
	margin: 0;
	padding: 0 0 4px;
	text-transform: capitalize;
	text-shadow: 0 -1px 0 #285f62;
}
#header div .article1 .newsletter1 form input {
	background: url(../images/interface.png) no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
}
#header div .article1 .newsletter1 form #email {
	background-position: -399px -72px;
	color: #68a7aa;
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	line-height: 30px;
	padding: 0 5px;
	text-align: center;
	width: 130px;
}
#header div .article1 .newsletter1 form #send {
	background-position: -399px -110px;
	text-indent: -99999px;
	width: 80px;
}




@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/* Dropdown Button */
.dropbtn {
    background-color: #207EA9;
    color: white;
    padding: 20px;
	padding-left:150px;
	padding-right:150px;
    font-size: 22px;
	font-family:Verdana;
    border: none;
    cursor: pointer;
	width:auto;
	border-radius: 75px;
	/*border-top-right-radius: 10em;
    border-top-left-radius: 10em;
	border-bottom-right-radius: 10em;
	border-bottom-left-radius: 10em;
	*/
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #58585A;
	border-radius: 75px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	border-radius: 75px;
	
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: relative;
    background-color: #207EA9;
    min-width: 365px;
	font-size:22px;
	font-family:Verdana;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width:auto;
	text-align:center;
	border-radius: 75px;
	
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1
border-radius: 75px;}



/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}