@import url(navi.css);

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #0092BB;
	font-size: 10pt;
	text-align: center;
	line-height: 1.3em;
}



/*------------------- general markup -------------------*/

p {
	margin-bottom: 10px;
}

a img {
	border: none;
}

object {
	margin: 0 0 20px 20px;
}

.hide {
	display: none;
}

span.white {
	color: #FFF;
}

.floatLeft {
	float: left;
	margin: 0 20px 20px 0;
}

.floatRight {
	float: right;
	margin: 0 0 20px 20px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.noBorder {
	border: none;
}

a:link,a:visited,a:active {
	text-decoration: none;
	border-bottom: 1px dotted #007EAA;
	color: #007EAA;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #F66013;
	color: #F66013;
}

div.rule {
	height: 27px;
	margin: 20px 0;
	background: url(../common/rule.png) no-repeat;
	clear: both;
}

div.rule hr {
	clear: both;
	display: none;
}



/*------------------- text blocks -------------------*/

#container {
	width: 740px;
	background: url(../common/border.png) no-repeat;
	margin: 0 auto;
	padding: 30px 32px 0 32px;
	text-align: left;
}

#container.video {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 740px;
	height: 60px;
}

#footer {
	background: url(../common/bg_footer.png) no-repeat;
	margin: 30px 0;
	padding-top: 22px;
	font-size: 8pt;
	color: #999;
	text-align: center;
}




/*------------------- headings -------------------*/

h1 {
	width: 361px;
	height: 60px;
	background: url(../common/logo_navi.png) 0 0 no-repeat;
	float: left;
}

h2 {
/*	height: 75px; */
	background: url(../common/bg_heading.png) 0 0 no-repeat;
	text-align: right;
	font-size: 28pt;
	margin: 25px 0 0 0;
	padding: 0 65px 60px 0;
}

h2.collage {
	height: 541px;
	background: url(../img/collage.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 12pt;
	color: #F66013;
	line-height: 1.2em;
	margin: 15px 0;
	clear: both;
}

h3.wave {
	height: 35px;
	background: url(../common/bg_wave.png) center bottom no-repeat;
}

h3.callout {
	font-size: 20pt;
	text-align: center;
	margin: 30px 0;
	background: none;
}

h3#tenThings {
	width: 445px;
	height: 76px;
	background: url(../about/img/tt_tenthings.png) no-repeat;
	margin: 10px auto 20px auto;
}

h4 {
/*	clear: both; */
	color: #F66013;
	font-size: 10pt;
}



/*------------------- sponsor parade --------------------*/


#sponsorParade {
	width: 600px;
	height: 680px;
	background: url(../common/sponsors.jpg) 0 0 no-repeat;
	margin: 0 auto;
	padding: 0;
}

#sponsorParade p {
	display: none;
}

#sponsorTable {
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

#sponsorTable th {
	padding: 3px 0 3px 0;
	color: #F66013;
}

#sponsorTable td {
	padding: 5px 0;
	border: 1px solid #CCC;
	width: 350px;
	height: 62px;
	text-align: center;
}


#sponsorTable a,
#sponsorTable a img {
	border: none;
	text-decoration: none;
}


/*------------------- #mainBody markup -------------------*/

#mainBody {
	width: 740px;
	border-top: 3px solid #B3D9E6;
	padding: 3px 0 20px 0;
}

#mainBody ul,
#mainBody ol {
	margin-bottom: 10px;
}

#mainBody li {
	margin-left: 20px;
}

#mainBody ol.alpha {
	list-style: lower-alpha;
	margin-left: 25px;
}

#mainBody p.lisaSign {
	margin: 30px 0 15px 0;
}

#mainBody p.quote {
	font-style: italic;
	margin-bottom: 0;
}

#mainBody p.quoteName {
	color: #CFBC87;
}

#mainBody h4.download {
	color: #BCAC7A;
	font-size: 8pt;
	border-bottom: 1px dotted #BCAC7A;
	margin: 12px 0 5px 0;
	padding: 0 0 0 10px;
	width: 680px;
	background: url(../common/arrow_beige.png) 0 4px no-repeat;
}

#downloadList {
	clear: both;
}

#downloadList li {
	list-style: none;
	font-size: 9pt;
	float: left;
	margin: 0 12px 20px 0;
	padding-left: 12px;
	background: url(../common/arrow_orange.png) 0 5px no-repeat;
}

#downloadSideBar {
	float: left;
	margin: 0 8px 10px 0;
	padding: 5px 10px;
	text-align: center;
}

#downloadSideBar.omk {
	margin-bottom: 40px;
}

#downloadSideBar img {
	margin-bottom: 5px;
}

#downloadSideBar a {
	border: none;
}

#downloadSideBar a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

#downloadSideBar p {
	font-size: 9pt;
}

#photoTable {
	margin: 20px auto 0 auto;
}

#photoTable td {
	padding: 0 5px 10px 5px;
	text-align: center;
}

#photoTable td a {
	border: none;
}

#photoTable td a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}


/*------------------- SNS buttons -------------------*/

#buttonRow {
	clear: both;
	margin: 20px 0 20px 70px;
	padding-bottom: 60px;
	list-style: none;
}

#buttonRow li {
	display: block;
	float: left;
	height: 53px;
	margin: 0;
}

#buttonRow a {
	height: 53px;
	display: block;
	border: none;
}

#signUp {
	background: url(../common/bt_signup.jpg) 0 0 no-repeat;
	width: 208px;
}

#tvSpot {
	background: url(../common/bt_tvspots.jpg) 0 0 no-repeat;
	width: 208px;
	padding-right: 140px;
}

#facebook {
	background: url(../common/bt_sns.png) 0 0 no-repeat;
	width: 44px;
}

#twitter {
	background: url(../common/bt_sns.png) -44px 0 no-repeat;
	width: 50px;
}

#flickr {
	background: url(../common/bt_sns.png) -94px 0 no-repeat;
	width: 85px;
}

#ammado {
	background: url(../common/bt_sns.png) -179px 0 no-repeat;
	width: 74px;
}



#testimonials p {
	font-style: italic;
}

#testimonials p.credit {
	text-align: right;
	color: #BCAC7A;
}

#mapColLeft {
	width: 50%;
	font-size: 80%;
	float: left;
}

#mapColRight {
	width: 45%;
	font-size: 80%;
	float: right;
}


/*------------------- #ten things list -------------------*/

#tenthingsList {
	width: 650px;
	margin: 0 auto;
}

#tenthingsList th,
#tenthingsList td {
	padding-bottom: 10px;
}

#tenthingsList th {
	width: 40px;
	text-align: center;
	padding-right: 10px;
}


/*------------------- #sidebar markup -------------------*/

#sideBar {
	width: 218px;
	float: right;
	margin-left: 20px;
	padding: 15px 12px 20px 12px;
	background: url(../img/sidebar_bot.png) #F66013 left bottom no-repeat;
	color: #FC9;
	font-size: 9pt;
	border-top: 3px solid #FCD0B9;
}

#sideBar.left {
	float: left;
	margin-right: 20px;
	margin-left: 0;
}

#sideBar h3 {
	color: #FFF;
	margin: 0 0 8px 0;
	background: none;
	font-size: 12pt;
}

#sideBar p {
	margin-bottom: 10px;
}
