/* 
--- PASSPORT ONLINE, INC.
--- STYLE SHEET FOR SCREEN
--- VERSION 2.2 - DECEMBER, 2008
--- GREEN TANGERINE MEDIA - WWW.GREENTANGERINEMEDIA.COM
*/


/*
--- BEGIN PAGE BODY STYLE
*/

* {
	margin: 0;
	padding: 0;

	}
	
body {
	background-image: url(../images/gradient.jpg);
	font-size: 75%;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #444;
	text-align: center;
	line-height: 1.3em;
	}
	
/*
--- BEGIN LAYOUT ELEMENTS
*/

#container {
	width: 760px;
	margin: 15px auto;
	background-color: #FFF;
	text-align: left;
	border: #FFF 5px solid;
	background: url(../images/bodybackground.gif);
	background-repeat: repeat-y;
	}
	
#header {
	width: 760px;
	height: 54px;
	margin: 0 auto;
	border-bottom: #FFF 5px solid;
	
	background-color: #007BBC;
	}
	
#logo {
	width: 199px;
	height: 54px;
	padding: 0px 0 0 0;
	float: left;
	border-right: #FFF 0px solid;
	}
	
#members {
	width: 515px;
	float: right;
	padding: 18px 10px 0 0;
	text-align: right;
	font-size: 1em;
	color: #FFF;
	}
	
#billboard {
	width: 760px;
	height: 240px;
	background-image: url(../images/billboard.jpg);
	margin: 0;
	padding: 0;
	}

#fullsiderbar {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	}

#navigation {
	width: 200px;
	height: 240px;
	margin: 0;
	padding: 0;

	font-size: 1.2em;
	background: #000 url(../images/navback.jpg) top no-repeat;
	}
	
#leftcolumn {
	width: 180px;
	padding: 20px 10px 10px 10px;
	background-color: #007BBC;
	}
	
#leftcolumn2 {
	width: 180px;
	padding: 20px 10px 10px 10px;
	background-color: #007BBC;
	}
	
#content {
	width: 520px;
	margin: 5px 15px 5px 0;
	padding-bottom: 15px;
	float: right;
	}
	
#footer {
	width: 760px;
	margin: 5px auto 0 auto;
	color: #eee;
	text-align: center;
	letter-spacing: 1px;
	}
	
#homebox1 {
	width: 212px;
	height: 57px;
	padding: 15px;
	float: left;
	margin: 5px 15px 10px 0px;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.3em;
	background-image: url(../images/homevacationport.gif);
	}
	
#homebox2 {
	width: 212px;
	height: 57px;
	padding: 15px;
	float: left;
	margin: 5px 15px 10px 0px;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.3em;
	background-image: url(../images/homenexcite.gif);
	}
	
#homebox3 {
	width: 212px;
	height: 57px;
	padding: 15px;
	float: left;
	margin: 5px 15px 10px 0px;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.3em;
	background-image: url(../images/hometripblip.gif);
	}
	
#homebox4 {
	width: 212px;
	height: 57px;
	padding: 15px;
	float: left;
	margin: 5px 15px 10px 0px;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.3em;
	background-image: url(../images/homeboxbackground.gif);
	}
	
#newsbox {
	width: 470px;
	height: 130px;
	padding: 15px;
	margin: 5px 15px 10px 0px;
	line-height: 1.3em;
	background: url(../images/newsbox.gif) top center no-repeat;
	overflow: hidden;
	}

#clear {
	clear: both;
	}
	
/*
--- BEGIN TYPOGRAPHY AND CUSTOM LOGO/LETTERING STYLES
*/

#header textfield {
	height: 12px;
	font-size: 10px;
	}

p {
	margin-bottom: 12px;
	font-size: 1.1em;
	}
	
h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #007BBC;
	margin-bottom: 10px;
	#font-weight: bold;
	line-height: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1px;
	line-height: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	}
	
#leftcolumn h3, #leftcolumn2 h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
	#font-weight: normal;
	line-height: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	}
	
#leftcolumn p, #leftcolumn2 p {
	margin-bottom: 12px;
	font-size: 1.1em;
	color: #fff;
	}

	
#newsbox p {
	font-size: 1.1em;
	}
	
#logo h1 {
	width: 199px;
	height: 54px;
	background-image: url(../images/passportonlinelogo.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	}
	
#logo a {
	display: block;
	width: 199px;
	height: 54px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
	
#members a:link, #members a:visited {
	color: #FFF;
	color: #FFF;
	text-decoration: none;
	}
	
#members a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
#footer a:link, #footer a:visited {
	color: #eee;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #eee;
	text-decoration: underline;
	}
	
.textright {
	text-align: right;
	}
	
#divider {
	width: 99%;
	height 1px;
	border-bottom: #DDD 1px dotted;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
.homehilite {
	color: #007BBC;
	font-size: 1.4em;
	line-height: 1.3em;
	}
	
#content a:link, #content a:visited, #leftcolumn a:link, #leftcolumn a:visited {
	text-decoration: none;
	color: #007BBC;
	}
	
#content a:hover, #leftcolumn a:hover {
	text-decoration: none;
	color: #036;
	}
	
#leftcolumn a:link, #leftcolumn a:visited, #leftcolumn2 a:link, #leftcolumn2 a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#leftcolumn a:hover, #leftcolumn2 a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
#content ul {
	margin: 0px;
	}

#content li {
	font-size: 1.1em;
	margin-left: 15px;
	}
#casestudypic {
	width: 125px;
	padding: 0 10px 10px 0px;
	}
	
#casestudylogo {
	float: right;
	padding: 0 10px 10px 0px;
	}

.casestudy {
	background-image: url(../images/quote.jpg); 
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 15px;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.4em;
	font-style: italic;
	}
	
.endquote {
	font-size: 1.4em;
	color: #0080C8;
	}
	
.white {
	color: #FFF;
	}

#mgmtpic {	
	width: 120px;
	height: 160px;
	float: right;
	margin: 0 0 10px 15px;
	border: #1B4D6E 1px solid;
	}
	
#rightlink {
	float: right;
	font-size: 1.2em;
	}
	
#screenthumb {
	width: 200px;
	float: right;
	margin: 0 0 30px 15px;
	text-align: right;
	font-size: 11px;
	}
	
table.programs {
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: #CCC;
	border-collapse: separate;
	background-color: #FFF;
}
table.programs th { 
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #CCC;
	background-color: white;
	-moz-border-radius: ;
}
table.programs td {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #CCC;
	background-color: white;
	-moz-border-radius: ;
}
	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #EEE;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: #000 2px solid;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }



#imageDataContainer{
	font: 10px Helvetica, Arial, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	border: #000 2px solid;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; background-image: url(../images/closelabel.gif); background-repeat: no-repeat; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
	
#testimonials {
	padding: 10px;
	border: #FFF 1px solid;
	background-color: #184A6D;
	}
	
#testimonials h3 {
	font-size: 1.2em;
	font-weight: bold;
	}
	
.button { font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-weight: bold; background-color: #C1C6D7}
a { cursor:pointer; }

.suppartners {
	font-size: 1em;
}
