/*
-----------------------------------------------
Screen Stylesheet for Global Lead Program

Site: www.InnovativeInSite.com
Author:   John Holleman    www.InnovativeInSite.com

----------------------------------------------- */


@import url("navigation.css");


body, html {
	padding: 0;
	margin: 0;
	font-family: Book Antiqua, Palatino, serif;	
	background-color: #f9f9f9;
	color: black;
	font-size: 13px;
	width: 100%;
}

ul, h1, h2, h3, h4, h5, h6, input, form, p, dt, dd, dl {
margin:0;padding:0;
list-style:none;
}

/* ----- Positioning/Structural ----- */

.container {
	width: 100%;
}

.headercontainer {
	width: 100%;
	height: 150px;
}

.headerwide {
	height: 150px;
	margin: 0 auto;
	background: url(../images/homeheader.jpg) no-repeat center top;
	width: 100%;
	display: table;
	overflow: hidden;
}

.headerinner {
	width: 975px;
	height: 150px;
	margin: 0 auto;
}

.navcontainer {
	width: 100%;
	height: 28px;
	background: #143b7b;
}

.navinner {
	width: 975px;
	margin: 0 auto;
}

.contentcontainer {
	width: 100%;
}

.contentwide {
	margin: 0 auto;
	background: url(../images/mainbg.jpg) no-repeat center top;
	width: 100%;
	display: table;
	overflow: hidden;
}

.contentinner {
	width: 965px;
	padding: 5px;
	background: white;
	margin: 0 auto;
}

.homeslideshow {
	width: 965px;
}

.hometriad {
	width: 965px;
	clear: both;
	height: 122px;
	padding-top: 10px;
}

.triad {
	width: 320px;
	float: left;
}

.footer {
	width: 965px;
	background: #143b7b;
	margin: 0 auto;
	color: white;
	font-size: 14px;
}

.footerleft {
	width: 315px;
}

.footermiddle {
	width: 350px;
}

.footerright {
	width: 275px;
	text-align: right;
}

.footersocial {
	float: left;
}

.rightcol {
	width: 295px;
	vertical-align: top;
}

.listitems {
	height: 170px;
}

.bottomline {
	width: 295px;
	height: 374px;
	padding-top: 7px;
	background: url(../images/tripsidebarbg.jpg) no-repeat;
	
}

.bottomprice {
	font-family: times, serif;
	width: 225px;
	height: 87px;
	font-size: 13px;
	margin: 0 auto;
	color: #143b7b;
	padding-top: 14px;
}

ul.bottomlinelist {
	padding-left: 16px;
	padding-top: 5px;
}

ul.bottomlinelist li {
	list-style-image: url(../images/listicon.gif);
	margin-left: 15px;
	color: white;
	
}

.floatleft {
	float: left;
	padding-right: 7px;
}


/* ----- Text Formatting ----- */

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

span.sidebarquote {
	font-size: 14px;
	font-style: italic;
	color: #143b7b;
}

/* ----- Links ----- */

a img {
	border: none;
}