* {
	margin: 0;
	padding: 0;
}

body.gateway {
	background: #E7E5E6;
}

html, body.gateway {
	color: #000;
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 2em;
}

.gateway td, .gateway div {
	font-size: 1em;
}

a {
	color: #5E5CB0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #408DD2;
	font-weight: 200;
	line-height: normal;
	margin-bottom: 10px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3{
	font-size: 20px;
}

.gateway h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

.gateway p,li {
	font-size: 12px;
}

.gateway p {
	margin-bottom: 10px;
}

 .gateway thead td {
	color: #BE1278;
	font-size: 14px;
 }

 .gateway tbody td {
 	font-size: 12px;
	/*padding: 5px 10px 10px 0;*/
	padding: 0;
}

ol {
	margin: 4px 0;
	padding-left: 20px;
}

ul {
	margin: 4px 0;
	padding-left: 15px;
}

#wrapper  {
	background-color: #fff;
	width: 992px;
	margin: 0 auto;
	padding: 12px 12px 0;
}

#header {
	height: 90px;
	margin-bottom: 18px;
	overflow: hidden;
}

#logo {
	float: right;
	width: 365px;
	height: 90px;
}

#header-box {
	float: left;
	height: 100%;
}

#slogan {
	font-weight: bold;
	width: 426px;
	line-height: 17px;
	padding: 0 3px;
}

#slogan p {
	color: #408DD2;
}

#slogan a {
  color: #0C5DA5;
}

ul#navbar {
	background: url('images/navbar.png') no-repeat;
	width: 426px;
	height: 45px;
	list-style: none;
	margin: 13px 0 0 0;
	padding: 0 3px;
}

ul#navbar li {
	float: left;
	font-size: 1.3em;
	line-height: 42px;
	text-align: center;
	width: 104px;
	height: 42px;
	border-right: 1px solid #666;
}

ul#navbar li.last {
	border-right: none;
}

ul#navbar a {
	display: block;
	color: #fff;
	font-weight: bold;
	width: 104px;
	height: 46px;
	text-decoration: none;
}

ul#navbar a:hover {
	background: url('images/navbar-hover.png') no-repeat;
}

#call-us {
	float: left;
	height: 90px;
	width: 180px;
	margin-right: 10px;
}

#call-us a {
	color: #000;
}

#container {
	margin-bottom: 20px;
}

.sidebar  {
	float: left;
	width: 180px;
	padding-top: 5px;
}

#content {
	float: left;
	width: 608px;
	margin: 0 12px;
}

#content h1 {
	border-bottom: 1px dotted #ccc;
}

#footer {
	text-align: center;
	margin: 0 10px;
	border-top: 1px solid #ddd;
	padding: 10px;
}

.clearfix {
	clear: both;
}

.align-left {
	float: left;
	margin: 0 10px 5px 0;
}

.align-right {
	float: right;
	margin: 0 0 5px 10px;
}

/* Form styles start */
form{
	padding: 10px;
}

form em{
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form fieldset ul{
	padding: 0;
}

form fieldset li{
  list-style: none;
  padding: 2px;
  margin: 0;
}

label{
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
	width: 100px;
}

fieldset{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
}

fieldset p{
	padding: 2px 0;
}

legend{
	font-size: 12px;
	padding: 0 8px 2px 8px;
}

textarea{
	width: 100%;
}

input[type=submit]{
	cursor: pointer;
	color: #333;
	background: #ccc;
	border: 1px solid #666;
	padding: 2px 10px;
	-moz-border-radius: 4px;
}

img#CAPTCHA {
	border: none;
	padding: 0;
}
/* Form styles end */

.alignleft {
	float: left;
	margin: 0 8px 6px 0;
}

.pb-ad-title{
	font-weight: normal;
}

.pb-ad-title a{
	color: #12c;
	font-size: 14px;
}

.pb-ad-url{
	margin: 3px 0;
}

.pb-ad-url a{
	color: #093;
	font-size: 13px;
	text-decoration: none;
}

.pb-ad-url a:hover{
	text-decoration: underline;
}

.pb-ad-desc{
	color: #444;
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;	
}
