/* *** BASIC SETUP *** */
body, td, p, input {
	font-family: Garamond,Georgia, Arial, Verdana, Helvetica, Times, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
	background-color:#FFF;
}
a {color:#AE1C23;cursor:pointer;}
a:link		{color:#AE1C23;text-decoration:none;}
a:visited	{color:#AE1C23;text-decoration:none;}
a:hover		{color:#AE1C23;text-decoration:none;}
a:focus		{color:#AE1C23;text-decoration:none;}
a:active	{color:#fe913c;text-decoration:none;}

img {display:block;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		779px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:	0;
	text-align: left;
}
#headerBlock {
    margin:0;
    padding:0;
}
#bodyBlock
{
	clear:  		both;
	min-height: 	45em;
	position:   	relative;
	margin-top: 	0em;
	background-color : #fff;
	border-top : 1px solid #fff;
	background-image:url(../images/left_nav_bg.gif);
	background-repeat:repeat-y;
}

#contentColumn  	/* The big wahoonie */
{
	margin:0 0px 0 225px;
	line-height:1.2em;
	z-index:1;
	position:relative;
}
#leftColumn {
	position:absolute;
	top:-1px;
	left:0px;
	width:215px;
	min-width:215px;
	line-height:1.2em;
	text-align:left;
	background-image:url(../images/left_nav_bg.gif);
}

#footerBlock
{
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			0px 5px 5px 0px;
	background-color:   #B3021F;
	font-size:  		13px;
	color:  			#FFF;
	line-height:		1.4em;
	border-top:10px solid #20217D;
}

#bookmarks
{
	clear:  			both;
	text-align: 		center;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
}



/* *** HEADER *** */

h1{
	font-size: 	0.7em;
	margin:		1px 4px 2px 4px;
	white-space:nowrap;
}
	


#pageBanner {
	height : 207px;
	margin : 0;
	position : relative;
}

/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	clear:both;
    text-align:center;
    vertical-align : middle;
	background-color:#00adef;
	color:#000;
	font-size:12px;
	line-height:18px;
	height:18px;
	font-weight:400;
	padding:2px 5px 3px 0px;
	margin:0 2px 10px 2px;
	text-align:left;
}

/* *** LEFT/RIGHT COLUMNS *** */

#leftColumn, #rightColumn {
	font-size:  			1.0em;
}
#leftColumn label, #rightColumn label {
	font-weight:bold;
}
#leftColumn input, #rightColumn input {
	font-size:  			0.9em;
	margin: 				1px;
	display:				block;
}
#leftColumn p, #rightColumn p,
#leftColumn form, #rightColumn form	{
	margin: 				0px;
}
#leftColumn h2
{
	font-family: Garamond,Georgia, Arial, Verdana, Helvetica, Times, sans-serif;
	margin:0;
	padding:3px 0 3px 17px;
	line-height:19px;
	font-size:1.3em;
	color:#FFF;
	font-weight:700;
	border-bottom:1px solid #20217D;
}


#leftColumn h2 a, #rightColumn h2 a {
	text-decoration: none;
	color: #fff;
}
#leftColumn h2 a:hover, #rightColumn h2 a:hover	{
	color: #fff;	 
}
#leftColumn .boxBody,
#leftColumn address
{
	line-height:1.3em;
	font-style:normal;

	color:#fff;
	margin:0;
	padding:9px;
	font-size:95%;
/*
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	*/
}
#rightColumn .boxBody
{
	line-height:1.3em;
	font-style:normal;
	background-color:#fff;
	color:#000;
	margin:0 0 12px 0;
	padding:7px;
	font-size:75%;
	border:2px solid #fe913c;
}
#leftColumn .boxBody a,
#rightColumn .boxBody a,
#leftColumn address a
{
	color:#FFF;
	text-decoration:underline;
}
#leftColumn ul,
#rightColumn ul
{
	line-height:1.0em;
	font-size:90%;
	margin:0;
	padding:0 1px 12px 1px;
	list-style:none;
	font-family:Garamond, Arial, Verdana, Helvetica, Times, sans-serif;
	font-weight:400;
	/*
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	*/
}
#leftColumn ul li,
#rightColumn ul li
{
	margin:0;
	padding:0px 0 0px 0px;
}
#leftColumn ul li a,
#rightColumn ul li a {
	display:block;
	font-size: 1.25em;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:6px 0 3px 15px;
	background-image:url(../images/dots.gif);
	background-repeat:no-repeat;
	background-position:3px 5px;
}
#leftColumn ul li a:hover,
#rightColumn ul li a:hover {
	color:#FFF;
	background-color:#20217D;
	text-decoration:none;
}
#rightColumn h3
{
	line-height:			18px;
	background-color:   	#fff;
	margin: 				0;
	padding:				7px 0px;
	font-size:  			1.1em;
	color:  				#0073C6;
	font-weight:			700;
}
#rightColumn h3 span
{
	display:				block;
}
#rightColumn #referralCredit
{
	margin-bottom: 			12px;

}
#rightColumn #referralCredit span
{
	margin: 				0;
	padding:				4px;
	border: 				1px solid #be2a40;
	font-size:  			1em;
	font-weight:			700;
	text-align: 			right;
}

#rightColumn #smallCart	{
	font-size:0.85em;
}
#rightColumn #smallCart th, #rightColumn #smallCart td {
	padding:0 3px;
}
#rightColumn #smallCart .noItem, #rightColumn #smallCart .cartTotal {
	color:#999999;
}
#rightColumn #smallCart .cartTotal {
	text-align:	right;
}
#rightColumn #smallCart .smallCartTotal {
	height: 5px;
	line-height: 5px;
}
#leftColumn .creditcards
{
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;

}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:center;
	display:block;
}


/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#FFF;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#FFF;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
	text-align: 			right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #000;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.5em; 
}
#footerBlock .powered
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}
#bookmarks a,
#bookmarks a:hover,
#bookmarks a:visited
{
	color:  				#aaa;
	text-decoration:		none;
}
/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #AAA;
	padding-bottom:2px;
}

#shoppingCart .listNavTable span,
#shoppingCart .showNavTable span
{
	padding:0 0.5em;
}
#shoppingCart .listNavTable a,
#shoppingCart .showNavTable a
{
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img,
#shoppingCart .showNavTable img
{
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}
#shoppingCart .showNavTable
{
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

/* *** 'BACK' LINKS IN SHOPPING CART HEADERS *** */


#shoppingCart #linkHeader {
	position:relative;
}
#shoppingCart h2
{
	border:1px solid	#00adef;
	background-color:	#00adef;
	margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
}
#shoppingCart .fakeH2 {
	background-color:	transparent;
    margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
	position:absolute;
	top:1px;
	right:3px;
}


#shoppingCart .fakeH2 a {color:#fff;}
#shoppingCart .fakeH2 a:hover {color:#fff;padding-right:0.0em;}


/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#FFF;
}

/* **** IE7 FIX **** */
#shoppingCart .contentArea {width:100%;}


#TravelTeamPicture {
	float:left;
	width:130px;
	height:100%;
}

#StoryWithMargin {
	margin-left:130px;
	border-left:#FF7000 solid 1px;
	padding:0px 5px;

}