/*
	Table of Contents:
		Typography
		Navigation
		Forms
		Layout
*/



/* TYPOGRAPHY 
------------------------------------------------------------ */

/* NOTE:  Typography for form elements is in the FORMS section */


h1 {
	margin:0;
	font-weight: bold;
	font-size: 180%;
	font-variant: small-caps;
	font-family: 'Trebuchet MS', 'Helvetica', 'sans-serif';	
	/*color: #ff6000;*/
	}

h2 {
	margin:0;
	font-size: 1.25em;
	}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	}

h4 {
	font-size: 0.95em;
	}

/*

#bold color {
	color: #009900;
	font-weight: bold;
}
*/

#content p {
	}

#content ul li {
	font-size: 1em;
	margin:0 0 10px 10px;
	}

#content ul li ul li {
	font-size: 1em;
	margin:0 0 10px 0;
	}

#content ol li {
	font-size: .75em;
	margin:0 0 10px 0;
	}

#content ol li ol li {
	font-size: 1em;
	margin:0 0 10px 0;
	}

#content ol li ul li {
	font-size: 1em;
	margin:0 0 10px 0;
	}

.itineraryHeader {
	width:100%;
	color:#FFFFFF;
	background-color:#FF9900;
	margin:10px 0 5px 0;
	padding:4px;
	font-weight:bold;
	font-size:1em;
	display:block;
	}

#navigation p {
	color:#fff;
	text-align:left;
	font-weight:bold;
	/*font-variant: small-caps;*/
	font-family: 'Trebuchet MS', 'Helvetica', 'sans-serif';
	font-size: .8em;
	margin:0 0 10px 0;
	padding: 10px 10px 0 10px;
	}

#footer-container p {
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size: .8em;
	margin:0 0 10px 0;
	padding: 10px 10px 0 10px;
	}

/* NAVIGATION 
------------------------------------------------------------ */
#navigation ul {
	margin:0;
	padding:0 10px 0 15px;
	list-style:none;
	}

#navigation ul li {
	text-transform:uppercase;
	line-height:.8em;
	margin:13px 0 13px 0;
	}

#navigation ul li a {
	color:#000000;
	font-size:.8em;
	font-weight:bold;
	}

#navigation ul li a:link		{color:#009900; text-decoration:none;}
#navigation ul li a:visited		{color:#009900; text-decoration:none;}
#navigation ul li a:hover		{color:#fff; text-decoration:none;}
#navigation ul li a:active 		{color:#009900; text-decoration:none;}

#navigation p a:link		{color:#fff; text-decoration:none;}
#navigation p a:visited		{color:#fff; text-decoration:none;}
#navigation p a:hover		{color:#fff; text-decoration:underline;}
#navigation p a:active 		{color:#fff; text-decoration:none;}

.additionalInfo {
	color:#dd4411;
	background:#86ce15;
	border:#fff 2px dashed;
	margin:50px 12px 25px 12px;
	padding:4px;
	text-align:center;
	font-size:.75em;
	font-weight:bold;
	}

/*
#content a:link		{color:#F5821C; text-decoration:underline;}
#content a:visited	{color:#F5821C; text-decoration:underline;}
#content a:hover	{color:#fff; text-decoration:none; background:#F5821C;}
#content a:active 	{color:#fff; text-decoration:none; background:#F5821C;}
*/
a:link		{color:#F5821C; text-decoration:underline;}
a:visited	{color:#F5821C; text-decoration:underline;}
a:hover		{color:#ffffff; text-decoration:none; background:#F5821C;}
a:active 	{color:#ffffff; text-decoration:none; background:#F5821C;}
	
#content p:first-letter {color:#F5821C;font-size:x-large;font-weight:bold} 

.notes {
	color:#F5821C;
	font-size:small;
	font-weight:bold;
}

/* LAYOUT 
------------------------------------------------------------ */
body {
	background-color: #220E60;
	background-color: #150E44;
	background-color: #0B0537;
	background-color: #0A052C;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 1em;
	}

#site-wrapper {
	width:800px;
	margin: 0 auto;
	text-align: left;
	}
/*
#header-container {
	width:790px;
	height:200px;
	margin: 0 0 0px 0px;
	clear:both;
	background: url(../images/header_visionary.jpg) top left no-repeat;
	border: 5px solid #fff;
	}
*/

#header-container {
	width:790px;
	height:180px;
	margin: 0 0 0px 0px;
	clear:both;
	background: url(../images/VisionaryLogo2011.jpg) top left no-repeat;
	border: 5px solid #fff;
	}

#content-container {
	color: #220E60;
	color: #171145;
	text-align: left;
	display:table;
	width:800px;
	clear:both;
	background: #fff;	
	/*background:#fff url(../images/nav_orange.gif) top left repeat-y; */
	}

#navigation {
	margin:0;
	padding:0;
	width:140px;
	height:auto;
	/* background: url(../images/nav_bg.gif) top left repeat-y; */
	background-color: #F5821C; 
	float:left;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	}

#content {
	padding:10px 25px 20px 15px;
	width:600px;
	float:right;
	/*background:url(../images/body_bg.gif) left no-repeat;*/
	/*background-position:0px 0px;*/
	}

.itemImage {
	float:right;
	margin:0 0 15px 15px;
	border: #000 1px solid;
	}

#footer-container {
	width:790px;
	height:50px;
	clear:both;
	/*background: url(../images/footer_orange.gif) top left no-repeat;*/
	background-color: #F5821C;
	border: 5px solid #fff;	
	}


/* FORMS 
------------------------------------------------------------ */
form {
	padding:0;
	margin:0;
	}

form p {
	position:relative;
	}

.feedback {
	position:absolute;
	margin-left:10em;
	left:235px;
	top:0;
	right:0;
	font-size:.75em;
	color:#FF0000;
	}

	* html .feedback {
		/* Settings for IE 6 and below only */
		width:15em;
		margin-left:0;
		}

.feedbackHidden {
	display:none;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	}

input:focus {
	background-color: #FFFFCC;
	}

label {
	float:left;
	width:10em;
	font-weight:bold;
	}

.formButton {
	background: #ff9900;
	border: 2px solid #AEB3A4;
	font-size:.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	margin: 2px;
	}

.formButton:focus {
	color: #fff;
	background-color: #ff9900;
	}

