/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #13007C;
	text-align: center;
	font-size: 100%;
	margin-top: 60px;
	margin-bottom: 50px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
* { margin: 0; padding: 0; }

img {
	border: solid white;
	border-width: 1px 0px 1px 1px;
	padding: 0;
	margin: 0;
	margin-top: -5px;
	}
img.bio {
	float: right;
	text-align: right;
	width: 107px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 7px;
	border: solid 1px red;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	}
.buynow {
	margin: 0;
	margin-top: 5px;
	border: 0;
	}

p, h1, h2, h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 10px;
	}
	
h1, h2, h3 {
	text-align: center;
	}

em {
	font-style: normal;
	}

p {
	font-size: .75em;
	line-height:1.3em;
	padding-bottom: 10px;
	text-align: center;
	color: #FEE340;
	font-weight: bold;
	}
	p em {
		color: #FE1105;
		}
	
h1 {
	font-size: 1em;
	font-weight: bold;
	}
h2 {
	font-size: .85em;
	font-weight: bold;
	}
h3 {
	font-size: .9em;
	font-stretch: condensed;
	}

.bold {
	font-weight: bold;
	}
.normal {
	font-weight: normal;
	font-style: normal;
	}
.italic {
	font-style:italic;
	}
.underline {
	text-decoration: underline;
	}
.centered {
	text-align: center;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.yellow {
	color: #FEE340;
	}
	.yellow em {
		color: #FE1105;
		}
.red {
	color: #FE1105;
	}
	.red em {
		color: #FEE340;
		}
	
.sectionLine {
	border-bottom: solid 1px #FE1105;
	}
.nospace {
	margin:0;
	}
	
table {
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}
td {
	vertical-align: top;
	text-align: left;
	margin-right: 5px;
	}
td p {
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
a {
	color: #FE1105;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}


div#page, div#container, div#footer, .navbar {
	width: 611px;
	}
div#left_column, div#header {
	width: 345px;
	}
	
	div#right_column {
		width: 266;
		}
		head:first-child+body #right_column {
			width: 266px;
			margin-top: 5px;
			}

div#page {
	margin-left: auto;
	margin-right: auto;
	border: solid 1px white;
	}

div#container {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	}

div#left_column {
	float: left;
	text-align: center;
	}

div#right_column {
	float: right;
	text-align: left;
	}
	div#right_column img {
		width: 250px;
		}
	head:first-child+body #right_column img {
		width: 264px;
		}
div#right_column_small {
	width: 191px;
	float: right;
	margin-top: 5px;
	}
	head:first-child+body #right_column_small {
		margin-right: 1px;
		}
	div#right_column #right_column_small img {
		width: 191px;
		}

div#header {
	height: 110px;
	background: url(../graphics/logo_small.gif) no-repeat;
	}

div#footer {
	text-align: center;
	padding-top: 10px;
	height: 60px;
	}
	
div#formcontainer {
	text-align: center;
	border: solid 1px white;
	width:610px;
	margin-left: auto;
	margin-right: auto;
	}
	div#formcontainer img {
		border: 0;
		margin: 0;
		padding: 0;
		}
	
/* menu */

.navbar {
	text-align: center;
	background: #FEE340;
	height: 30px;
	float: left;
	}

	.navbar ul {
		margin-top: 5px;
		text-align: center;
		margin-left: 30px;
		}
		.navbar li {
			float: left;
			list-style-type: none;
			background: #FEE340;
			text-align: center;
			color: #FE1105;	
			}

	.navbar a {
		background: #FEE340;
		text-decoration: none;
		color: #FE1105;
		padding: 0 .5em;
		font-variant: normal;
		text-transform:uppercase;
		font-weight:bold;
		font-size: .65em;
		}
		.navbar a:link, div#navbar a:visited {
			
			}
		.navbar a:hover {
			text-transform: capitalize;
			font-variant: small-caps;
			font-size: .92em;
			font-weight:normal;
			}
		.navbar a:active {
			}
		
/* end menu */



div#bodyText {
	margin-left: 20px;
	margin-right: 20px;
	}
	
div#intro {
	margin-bottom: 30px;
	}
	
.floatText {
}

div#bios {
	text-align: left;
	}

p.itinerary {
margin-left: 5em;
text-align: left;
}


/*=::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* the Alsett Clearing Method */
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
	height: 0;                  /* ensure the period is not visible */
	clear: both;               /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
/*=::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/