@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #b4bec5;
}
.newsbtm {
	width: 277px;
	clear: both;
	background-image: url(../images/news-feature-btm.gif);
	height: 14px;
}
#col600 h2 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A2E43;
	color: #0E3350;
}

#col900 h2 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 2em;
	color: #0E3350;
}

.headercontact {
	float: right;
	clear: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 174%;
	color: #0E3350;
	margin-top: 20px;
	margin-right: 20px;
	text-align: center;
}


#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/background-shadow.gif);
	background-repeat: repeat-y;
}
#header {
	height: 127px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
#mainContent {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin: 0px;
	position: relative;
	background-image: url(/assets/images/javelin-watermark.gif);
	background-repeat: no-repeat;
	background-position: 30px 280px;
}
.clear {
	clear: both;
}

#footer {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-image: url(../images/footer-bar.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #999;
	margin-top: 20px;
	clear: both;
	background-position: 30px 0px;
	width: 860px;
	margin-right: 30px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/************************/
/*  Menu Navigation     */
/************************/

.btn-home-read a {
	display: block;
	height: 43px;
	width: 254px;
	background-image: url(../images/btn-home-readmore.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 5px;
}
.btn-home-read a:hover {
	background-image: url(../images/btn-home-readmore-over.png);
	background-repeat: no-repeat;
}

#s1 #menu #home a {
	background-image: url(../images/nav/btn-home.gif);
	background-position: 0px -40px;
}

#s2 #menu #speaking a {
	background-image: url(../images/nav/btn-speaking.gif);
	background-position: 0px -40px;
}
#s3 #menu #media a {
	background-image: url(../images/nav/btn-media.gif);
	background-position: 0px -40px;
}
#s4 #menu #testimonials a {
	background-image: url(../images/nav/btn-testimonials.gif);
	background-position: 0px -40px;
}
#s5 #menu #corporate a {
	background-image: url(../images/nav/btn-corporate.gif);
	background-position: 0px -40px;
}
#s6 #menu #business a {
	background-image: url(../images/nav/btn-business.gif);
	background-position: 0px -40px;
}
#s7 #menu #ambassadorial a {
	background-image: url(../images/nav/btn-ambassadorial.gif);
	background-position: 0px -40px;
}
#s8 #menu #contact a {
	background-image: url(../images/nav/btn-contact.gif);
	background-position: 0px -40px;
}


/* Top Navigation */



#topnav {
	height: 35px;
	width: 900px;
	position: relative;
	margin-right: 30px;
	margin-left: 30px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #dce0e0;
}

#topnavline {
	background-color: #099;
	clear: both;
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0e3350;
	float: left;
	width: 900px;
}

#col600 {
	width: 540px;
	height: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
}

#col600nopad {
	width: 550px;
	height: auto;
	float: left;
	margin-right: 30px;
}

.col450 {
	width: 344px;
	height: auto;
	float: left;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #f0f4f7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c7d0d7;
	border-right-color: #c7d0d7;
	border-bottom-color: #c7d0d7;
	border-left-color: #c7d0d7;
}

#col300 {
	float: right;
	width: 290px;
}

#col900 {
	width: 840px;
	height: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;

}


.news p {
	font-size: 93%;
}

.col300fltLeft {
	float: left;
	width: 240px;
	position: relative;
	padding: 30px;
}

.col280fltLeft {
	float: left;
	width: 260px;
	position: relative;
	margin-right: 30px;
}


.wrap600 {
	float: left;
	clear: both;
	width: 600px;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 93%;
}

#mainContent h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.2em;
	padding-left: 0px;
	font-size: 182%;
	color: #0e3350;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.news a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
}
.homequote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0E3350;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.homequote blockquote {
	font-size: 123.1%;
	font-weight: normal;
}

.quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0E3350;
	font-size: 123.1%;
}
.fullwidthStory blockquote {
	font-size: 123.1%;
	font-weight: normal;
	font-style: italic;
	color: #0E3350;
}
.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #999;
}
#flashcontent {
	width: 900px;

}
#mainContent ul {
	color: #0E3350;
	padding-left: 18px;
}
#mainContent li {
	padding-bottom: 0.3em;
	background-image: url(/assets/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 14px;
}



.news img {
	float: right;
	border: 1px solid #647a85;
	margin-left: 5px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #0E3350;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.fullwidthStory h3 {
	font-size: 131%;
	font-weight: bold;
	padding-bottom: 0.4em;
}

h4 {
	margin: 0px;
	font-size: 123.1%;
	font-weight: normal;
	color: #0E3350;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.7em;
	padding-left: 0px;
}
.col300fltLeft h3 {
	font-size: 131%;
	font-weight: bold;
	padding-bottom: 0.4em;
}

.presentationwrap h3 {
	font-size: 123.1%;
	font-weight: bold;
	color: #FFF;
	background-color: #0E3350;
	background-image: url(../images/presentation-header-bg.jpg);
	background-repeat: no-repeat;
	padding: 12px;
	height: auto;
	width: 382px;
}
.presentationwrap {
	width: 406px;
	height: auto;
	color: #0E3350;
}
.presentationwrap ul {
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
.presentationwrap li {
	font-weight: bold;
}





#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	display: inline;
	overflow: hidden;
} 
#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#menu a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	height /**/:40px; /* for IE5/Win */
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menu a:hover {
	background-position: 0 -40px;
}
#menu a:active {
	background-position: 0 -40px;
}
#menu a.selected {
	background-position: 0 0px;
}
#home a {
	width: 72px;
	font-size: 20%;
	outline:0;
	background-image: url(../images/nav/btn-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	text-indent: -9999px;
}
#speaking a {
	width: 88px;
	font-size: 20%;
	outline:0;
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	background-image: url(../images/nav/btn-speaking.gif);
	text-indent: -9999px;
}

#media a {
	width: 67px;
	font-size: 20%;
	outline:0;
	height: 35px;
	background-image: url(../images/nav/btn-media.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#testimonials a {
	width: 114px;
	font-size: 20%;
	outline:0;
	height: 35px;
	background-image: url(../images/nav/btn-testimonials.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#corporate a {
	width: 152px;
	font-size: 20%;
	outline:0;
	height: 35px;
	background-image: url(../images/nav/btn-corporate.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#business a {
	width: 194px;
	font-size: 20%;
	outline:0;
	height: 35px;
	background-image: url(../images/nav/btn-business.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#ambassadorial a {
	width: 125px;
	font-size: 20%;
	outline:0;
	height: 35px;
	background-image: url(../images/nav/btn-ambassadorial.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#contact a {
	width: 88px;
	font-size: 20%;
	outline:0;
	height: 35px;
	background-image: url(../images/nav/btn-contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
.news h3 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #647a85;
	padding-bottom: 0.4em;
	margin-bottom: 0.5em;
	font-size: 123.1%;
}
.logo a {
	display: block;
	width: 480px;
	height: 120px;
	text-indent: -9999px;
}

.news {
	background-image: url(../images/news-feature-bg.gif);
	background-repeat: no-repeat;
	background-color: #0e3350;
	width: 247px;
	padding: 15px;
	color: #FFF;
	margin-top: 20px;
}
.btnhomemore a {
	height: 17px;
	display: block;
	width: 224px;
	background-image: url(../images/btn-home-more.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.btnhomemore a:hover {
	background-position: 0px -29px;
	color: #0E3350;
}
.btn250 a {
	display: block;
	height: 17px;
	width: 234px;
	background-image: url(../images/btn_250.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
}
.btn250 a:hover {
	background-position: 0px -28px;
	color: #0E3350;
}

.btn350 a {
	display: block;
	height: 17px;
	width: 390px;
	background-image: url(../images/btn_350.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 9px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.btn350 a:hover {
	background-position: 0px -28px;
	color: #0E3350;
}

.btncontact a {
	display: block;
	height: 28px;
	width: 190px;
	background-image: url(../images/btn-contact-steve.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 6px;
}
.btncontact a:hover {
	background-position: 0px -28px;
}
#footer #credit {
	float: right;
}
#footer #credit a, #footer #credit a:link, #footer #credit a:active, #footer #credit a:hover, #footer #credit a:visited  {
	color: #999;
	text-decoration: none;
}

.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}


/**** Form Styling ****/

legend {
	color: #0e3350;
	font-weight:normal;
	font-size: 120%;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 20;
	padding-left: 4px;
	margin: 0px;
}
form {
}
form a {
	color: #ef4224;
}

fieldset {
	margin-bottom:10px;
	border: 1px solid #ccc;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#ContactForm label{
	float: left;
	width: 140px;
	font-weight: bold;
	padding-left:10px;
}

input, textarea, select{
	width: 320px;
	text-align:left;
}
#ContactForm fieldset input {
	margin-bottom: 10px;
}


textarea{
	width: 320px;
	height: 100px;
}

#submitbutton{
	margin-top: 5px;
	width: 190px;
	height: 28px;
	margin-left: 150px;
}
#col900 h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E3350;
}



.radio {
	width: 25px;
}
.checkbox {
	width: 440px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.fullwidthStory {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	height: auto;
	clear: both;
}
.fullwidthStory img {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.col180 {
	width: 180px;
	float: left;
	clear: none;
}
.col180logo a {
	border: 3px solid #CCC;
	padding: 16px;
	width: 122px;
	display: block;
	clear: none;
	float: left;
	margin: 10px;
	background-color: #FFF;
	text-align: center;
}
.col180logo a:hover {
	border: 3px solid #0E3350;
}
a {
	color: #0A1B25;
}
.homenewsstory {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #647A85;
	clear: both;
}
.smalltext {
	font-size: 75%;
}

#fadingbanner {
	width: 900px;
	height:236px;
}

#fade1, #fade2, fade3 {
	clear: both;
	padding-bottom: 10px;
	width: 900px;
	height: 236px;
}
