/*-------------------------------------
Website:		meetthenorth.com
Title:			style.css
Author:			Code Monkey Interactive
Last Updated:	Oct 19, 2008
-------------------------------------*/

body {
	background: #333 url(../images/pageBackground.png) top left no-repeat fixed;
	color:#000;
	padding:0px;
	margin:0px;
	text-align: center;
	font-size: 75%;
	font-family: Arial, sans-serif;
	line-height: 1.4em;
}

body#feature {
	background-color: #fff;
	background-image: none;
}

#bgDesign {
	background: transparent url(../images/pageBackground2.png) no-repeat;
	width: 500px;
	height: 800px;
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
}

#container {
	width: 770px;
	background: transparent url(../images/containerBackground.png) repeat-y top left;
	height: auto;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#logo {
	width: 750px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/MTN2009Logo.jpg) no-repeat top left;
	text-align: left;
	border-bottom: 4px solid #333333;
}

#logo h1 {
	display: none;
}

#miniMenu {
	width: 225px;
	float: right;
	line-height: 80px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
#miniMenu li {
	display: inline;
}
#miniMenu a {
	text-decoration: none;
}


#topNav {
	width: 750px;
	height: 1.8em;
	margin: 0 auto;
	background-color: #f46a2b;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	vertical-align: middle;
	text-align: left;
}

#topNav ul {
	margin: 0.25em 0;
	padding: 0 1em;
}

#topNav li {
	display: inline;
	padding: 0 0.2em 0 0.5em;
	border-left: 1px solid #000;
}

#topNav .first {
	padding-left: 0;
	border: 0;
}

#topNav a {
	color:#fff;
	text-decoration: underline;
}

/* Active Page */
body#home a#homeNav,
body#register a#registerNav,
body#conference a#conferenceNav,
body#speakers a#speakersNav,
body#delegates a#delegatesNav,
body#tradeShow a#tradeShowNav,
body#exhibitors a#exhibitorsNav,
body#sponsors a#sponsorsNav,
body#transAcc a#transAccNav {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

#flashPhoto {
	width: 480px;
	height: 250px;
	float: left;
	margin-left: 15px;
	margin-bottom: 1em;
}

#sponsorsCol {
	text-align: center;
	width: 250px;
	position: absolute;
	top: 125px;
	right: 21px;
}
#sponsorsCol h2 {
	width: 250px;
	height: 50px;
	background: url(../images/sponsorsHeading.png) top left no-repeat;
}
#sponsorsCol h2 span {
	display: none;
}

#sponsorsCol img {
	margin-bottom: 20px;
}

#content {
	width: 470px;
	float: left;
	margin-left: 20px;
	text-align: left;
}

.feature {
	background: #fff url(../images/bigHeaderBackground.png) top left no-repeat;
	width: 450px;
	margin-left: 15px;

	height: 40px;
	margin-bottom: 1em;
	padding: 5px;
}
.feature h2 {
	color: #f46a2b;
	margin: 0;
}
.feature h2 a {
	color: #f46a2b;
	text-decoration: underline;
	margin: 0 25px;
}
.feature p {
	margin: 0 25px;
}
.feature img {
	float: right;
	margin-right: 25px;
}

#feature1 {
	background:url(../images/popupBackground.png) top left no-repeat;
}
/*
#content h2 {
	background: #fff url(../images/bigHeaderBackground.png) top left no-repeat;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0;
	margin-bottom: 10px;
	color: #f46a2b;
}
*/

#content h3 {
	text-align: left;
	padding-top: 1em;
	border-bottom: 1px solid #f46a2b;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.textUnderline {
	border-bottom: 1px solid #f46a2b;
}

#regForm {
	padding: 0px;
	text-align: left;
}

#wtcecBanner {
	clear: both;
	width: 750px;
	margin: 0 10px;
	background-color: #333;
	color: #fff;
	height: 25px;
}

#wtcecBanner a {
	color: #fff;
	font-weight: none;
	text-decoration: none;
}

#wtcecBanner 

a:link {
	font-family: arial, helvetica, sans-serif;
	color: #0000ff;
}
a:visited {
	font-family: arial, helvetica, sans-serif;
	color: #0000ff;
}
a:hover {
	font-family: arial, helvetica, sans-serif;
	color: #CCC;
}
a:active {
	font-family: arial, helvetica, sans-serif;
	color: #9A5252;
}

#footer {
	clear: both;
	width: 750px;
	padding: 1em 0;
	margin: 0 10px;
	border-top: 4px solid #333;
	background-color: #fff;
}


.smallBox {
	width: 230px;
	margin: 14px;
	border: 1px solid #f46a2b;
	margin-bottom: 10px;
}
.smallBox h4 {
	width: 100%;
	background-color: #f46a2b;
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}

.bigBox {
	width: 475px;
	border: 1px solid #f46a2b;
	margin-bottom: 10px;
	margin-left: -4px;
	background-color: #fff;
}

popupBoxBg {
	background: #fff url(../images/popupBackground.png) top left no-repeat fixed;
}

.bigBox h4 {
	width: 100%;
	background-color: #f46a2b;
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}
.bigBox p {
	margin: 0 0.3em;
}
#feature .bigBox {
	margin: 1em;
}


.debug {
	border: 1px solid #ff0000;
	background-color: #FF5D72;
}

.center {
	text-align: center;
}

.bigger {
	font-size: 1.2em;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.partnerList {
	text-indent: 20px;
}

.bulletList li {
	list-style: circle;
	margin-left: 25px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.2em; font-weight: bold; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 0.8em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 0.8em; font-weight: bold; }

p {
	padding: 0.5em 0;
}

.clear {
	clear: both;
	
}

.requiredInput {
	color: #f00;
}

/* Page specific styles */
table {
	border-collapse: collapse;
	margin-left: 2px;
	width: 475px;
	
}

table td {
	border: 1px solid #FCE0CD;
	padding: 2px;
}

dl {
	padding: 5px;
}

dl dt {
	font-weight: bold;
}

dl dd span {
	color: #f46a2b;
}

.boldText {
	font-weight: bold;
}