/* @override http://internationalpassportandvisa.com/public/themes/normal/screen.css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0;
	border-color: #adc6cd;
	border-style: none;
	width: 500px;
}

.cities { border-collapse:collapse; border-spacing:0;
	border-color: #adc6cd;
	border-style: none;
	width: 760px;
	text-align: left;
}

#page div.cities table {
	width: 650px;
	margin: auto;
}


#page div.cities table tbody tr th {
	vertical-align: middle;
	color: white;
	background-color: #a8a8a8;
	text-transform: uppercase;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#page div.cities table tbody td {
	height: 17px;
	padding-left: 1px;
}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:bold; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  background: #1c68b1;
  color: #ffffff;
  font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
  text-align: center;
}

/* links  */

a {
  color: #1c68b1;
  text-decoration: underline;
}
a:hover { color: #234466; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */
h5 {font-size:1.5em}  /* displayed at 18px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em;
	vertical-align: middle;
}

#content table tbody tr td p {
	vertical-align: middle;
	padding: 0;
	line-height: 0;
	margin: 5px;
}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  background: #f8fdfe;
  margin: 0 auto;
  text-align: left;
  width: 760px;
}
#header {	
  background: #ffffff;
  border-bottom: 2px solid #11a74b;
  height: 210px;
  position: relative;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0 0 0;
}
#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}
#content {
  float: right;
  font-size: 12px;
  padding: 25px 15px 15px 15px;
  width: 500px;
  color: #000;
	line-height: 1.5em;
}
#sidebar {
  color: #4B798B;
  float: left;
  font-size: 12px;
  line-height: 20px;
  padding: 1px 12px 15px 15px;
  width: 200px;
}
#footer {
  clear: both;
  color: #aaa;
  font-size: 1.1em;
  height: 30px;
  text-align: center;
  position: relative;
  vertical-align: bottom;
  padding: 30px 0px 20px;
  width: 100%;
}

#footer-inner {
  border-top: 2px solid #11a74b;
  padding: 2px 0 15px 0;
  width: 100%;
  height: 15px;
  text-align: center;
}

/* header */

#header h1 {
  font-size: 4.0em;
  position: absolute;
  margin: 30px 0 0 45px;
}
#header h1 a {
  color: #9ca9b7;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
  color: #fff;
  font-size: 18px;
}

/* navigation

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  background: #234466;
  color: #fff;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 7px 20px 7px 20px;
  text-align: center;
  text-decoration: none;
}
#nav li a:hover,
#nav li a.current { background: #3C6787; }
*/
/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h1 {
  color: #1c68b1;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
}
#content h1 a {
  color: #76aac9;
  text-decoration: none;
}
#content h1 a:hover {
  color: #7C90A1;
}
#content h2 {
  color: #1c68b1;
}
#content h3, #content h4 {
  color: #1c68b1;
  background: none;
  /* border-bottom: 1px solid #dfe3e4; */
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content p {
  margin: 0 0 15px;
	line-height: 1.5em;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  color: #1c68b1;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}	
#sidebar a {
  margin: 0 0 3px 0;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
#sidebar a:hover { color: #666; }


/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #1c68b1;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}

/*Added by Devon*/
#nav {
  float:left;
  bottom: 0;
  font-size: 1.3em;
  width: 100%;
  overflow:hidden;
  position:relative;
  color: #1c68b1;
  padding: 5px 0 0 0;
}
#nav a {
  color: #1c68b1;
  text-decoration:none;
  font-weight: bold; 
}
#nav a:hover, .current {
  color: #1a2a54;
}
#nav a.current span{
  color: #1a2a54;
}
p.outofbody {
  font-size: 1.2em;
  padding: 5px 0 5px 0;
}
#ctasidebar {
  padding: 55px 0 0 0;
}
#ctasidebar img {
  margin: 10px 0 0 0;
}
#ctasidebar span {
  float: right;
}
#ctalinks {
  padding: 0 0 30px 0;
}
#ctalinks img {
  margin: 0 60px 0 0;
}
#sidebarlink {
  padding: 4px 0 4px 0;
}
#bbblink {
  text-align: center;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.visaphone {
  margin: 15px 0 0 0;
}
a.alphalabel {
  text-decoration: none;
}

/* Show/Hide */


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-size:0.9em;
	width:500px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	color: #7C90A1;
    text-decoration: underline;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #7C90A1;
	background-color:#E2EBED;
	width:480px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

/* cucupan designs */
	
#string {
	font-size:10px;
	padding: 7px 0 5px;
	word-spacing: 3px;
	color: #11a44b;
}

#string a {
	color: #787878;
}

.divider {
	background-image:url(/public/images/h-divider.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:30px;
	clear: both;
}

.divider1 {
	background-image:url(/public/images/v-divider.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:30px;
	clear: both;
}

.space {
	background-image:url(/public/images/space.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:15px;
	clear: both;
}

.ppb-icon {
	float: left;
	display: block;
	width: 50px;
	margin-right: 5px;
	text-align: center;
}

.ppb-title {
	width: 400px;
	color: #11a44b;	
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.visa-title {
	width: 400px;
	color: #3a5db1;	
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.info-title {
	width: 400px;
	color: #808080;	
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.ppb-info {
	display: block;
	width: 440px;
	font-size: 12px;
	float: left;
}

.visa-info {
	display: block;
	font-size: 12px;
	float: left;
}


.address{
	border:1px solid #7C90A1;
	background-color:#E2EBED;
	padding: 15px;
	height: auto;
	width: auto;
	float: left;
	margin-right: 200px;
	margin-bottom: 20px;
}

#printfriendly {
	float: right;
	margin-left: 400px;
	clear: both;
	margin-bottom: 12px;
}


.fee-title {
	width: 400px;
	color: #f78800;	
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.sec1, .sec2, .sec2-a, .sec3, .sec4, .sec5, .sec6, .sec7, .sec8, .sec9, .sec10, .sec11, .sec12, .sec13, .sec14, .sec15, .fr0, .fr1, .fr2, .fr3, .se1, .se2, .se3, .se4, .se5, .uae1, .uae2, .uae2a, .uae2b, .uae2c, .uae2d, .im1, .im2, .im3, .im4, .im-req, .label, .ppl-us, .ppl-uk, .brt01, .brt02, .brt03, .brt04 {
	height: 60px;
	width: 500px;
	float: left;
}

#content a p.forms_sec img {
	margin-top: 20px;
	margin-bottom: -15px;
}

#content p.ppl-header {
	width: 500px;
	float: left;
	clear: both;
	bottom: 0;
	margin-bottom: 0;
}

#content p.ppl-header1 {
	width: 500px;
	float: left;
	clear: both;
	bottom: 0;
	border-bottom-style: solid;
	border-bottom-color: #11a44b;
	border-top-style: solid;
	border-top-color: #11a44b;
	margin-bottom: 0;
}

.sec1 {
	background: url(/public/images/sec1.gif) no-repeat left center;
}

.sec2 {
	background: url(/public/images/sec2.gif) no-repeat left center;	
}

.sec2-a {
	background: url(/public/images/sec2-a.gif) no-repeat left center;	
}

.sec3 {
	background: url(/public/images/sec3.gif) no-repeat center center;	
}
.sec4 {
	background: url(/public/images/sec4.gif) no-repeat left center;	
}
.sec5 {
	background: url(/public/images/sec5.gif) no-repeat left center;	
}
.sec6 {
	background: url(/public/images/sec6.gif) no-repeat left center;	
}

.sec7 {
	background: url(/public/images/sec7.gif) no-repeat left center;	
}

.sec8 {
	background: url(/public/images/sec8.gif) no-repeat left center;	
}

.sec9 {
	background: url(/public/images/sec9.gif) no-repeat left center;	
}

.sec10 {
	background: url(/public/images/sec10.gif) no-repeat left center;	
}

.sec11 {
	background: url(/public/images/sec11.gif) no-repeat left center;	
}

.sec12 {
	background: url(/public/images/sec12.gif) no-repeat left center;	
}

.sec13 {
	background: url(/public/images/sec13.gif) no-repeat left center;	
}

.sec14 {
	background: url(/public/images/sec14.gif) no-repeat left center;	
}

.sec15 {
	background: url(/public/images/sec15.gif) no-repeat left center;	
}

.brt01 {
	background: url(/public/images/brt-01.gif) no-repeat left center;	
}

.brt02 {
	background: url(/public/images/brt-02.gif) no-repeat left center;	
}

.brt03 {
	background: url(/public/images/brt-03.gif) no-repeat left center;	
}

.brt04 {
	background: url(/public/images/brt-04.gif) no-repeat left center;	
}

.fr0 {
	background: url(/public/images/fr0.gif) no-repeat left center;	
}

.fr1 {
	background: url(/public/images/fr1.gif) no-repeat left center;	
}

.fr2 {
	background: url(/public/images/fr2.gif) no-repeat left center;	
}

.fr3 {
	background: url(/public/images/fr3.gif) no-repeat left center;	
}

.se1 {
	background: url(/public/images/se1.gif) no-repeat left center;	
}

.se2 {
	background: url(/public/images/se2.gif) no-repeat left center;	
}

.se3 {
	background: url(/public/images/se3.gif) no-repeat left center;	
}

.se4 {
	background: url(/public/images/se4.gif) no-repeat left center;	
}

.se5 {
	background: url(/public/images/se5.gif) no-repeat left center;	
}

.uae1 {
	background: url(/public/images/uae1.gif) no-repeat left center;	
}

.uae2 {
	background: url(/public/images/uae2.gif) no-repeat left center;	
}

.uae2a {
	background: url(/public/images/uae2a.gif) no-repeat left center;	
}

.uae2b {
	background: url(/public/images/uae2b.gif) no-repeat left center;	
}

.uae2c {
	background: url(/public/images/uae2c.gif) no-repeat left center;	
}

.uae2d {
	background: url(/public/images/uae2d.gif) no-repeat left center;	
}

.im1 {
	background: url(/public/images/im1.gif) no-repeat left center;	
}

.im2 {
	background: url(/public/images/im2.gif) no-repeat left center;	
}

.im3 {
	background: url(/public/images/im3.gif) no-repeat left center;	
}

.im4 {
	background: url(/public/images/im4.gif) no-repeat left center;	
}

.im-req {
	background: url(/public/images/im-req.gif) no-repeat left center;	
}

.ukp1 {
	background: url(/public/images/ukp1.gif) no-repeat left center;	
}

.ukp2 {
	background: url(/public/images/ukp2.gif) no-repeat left center;	
}

.ukp3 {
	background: url(/public/images/ukp3.gif) no-repeat left center;	
}

.ppl1 {
	float: left;
	margin-bottom: 1px;
	width: 250px;

}

.ppl2 {
	float: left;
	margin-bottom: 1px;
	width: 250px;
	height: auto;

}

.ppl2a {
	float: left;
	margin-bottom: 1px;
	width: 250px;
	height: auto;
}

#content div.ppl2a span.ppl-info {
	border-style: none;
	width: 500px;
}

#content div.ppl2 span.ppl-info ul {
	margin: 0 3px 10px 15px;
	width: 230px;
}

.ppl-info {
	display: block;
	text-align: left;
	color: #000;
	width: 240px;
	height: auto;
	font-size: 12px;
	padding-left: 10px;
}

#content div.ppl1 span.ppl-info ul {
	margin: 0 15px;
}

#content span.ppl-info ul li {
	line-height: 1.5em;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#content table tbody tr th {
	color: #FFFFFF;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 5px;
	background-color: #a8a8a8;
	text-transform: uppercase;
	border-top-color: #a8a8a8;
	border-right-color: #a8a8a8;
	border-left-color: #a8a8a8;
}

tr.d0 {
	background-color: #f1f8f9;
}

.et-box { margin: 0px 0px 10px; }
	.et-box-content {  padding: 16px 20px 8px 75px; min-height:35px; }
		.et-box-content strong { color: #000000; font-weight: bold; }
		.et-box-content h1, .et-box-content h2, .et-box-content h3, .et-box-content h4, .et-box-content h5, .et-box-content h6 { font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; }
		
.et-warning { border: 1px solid #e09b85; }
	.et-warning .et-box-content { color: #957368; background: #ffcebe url(/public/images/et-warning.png) no-repeat 18px 13px; }
		.et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6 { color: #8e5643; }

.et-info { border: 1px solid #cecb8e; }
	.et-info .et-box-content { color: #8c8a64; background: #f7f4b4 url(/public/images/et-info.png) no-repeat 18px 13px; }
		.et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6 { color: #6b6a54; }

.et-bio { border: 1px solid #80a0c1; }
	.et-bio .et-box-content { color: #517193; background: #bedeff url(/public/images/et-bio.png) no-repeat 18px 13px; }
		.et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6 { color: #4a6a8c; }

.et-downlaod { border: 1px solid #91c184; }
	.et-downlaod .et-box-content { color: #5c8a50; background: #c0f0b3 url(/public/images/et-downlaod.png) no-repeat 18px 13px; }
		.et-downlaod .et-box-content h1, .et-downlaod .et-box-content h2, .et-downlaod .et-box-content h3, .et-downlaod .et-box-content h4, .et-downlaod .et-box-content h5, .et-downlaod .et-box-content h6 { color: #3a7629; }

</style>
