@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #868686 url('../images/bg.png') repeat-x;
}
a {
	color: #CCCCCC;
	cursor: pointer;
}
img {
	border: none;
}

h2 {
	font-weight: normal;
	color: #FFBD34;
}

h1 {
	font-weight: normal;
	color: #FFBD34;
}

h1 img{
	padding-right: 10px;
	vertical-align: middle;

}

div.logo {
	text-align: left;
	padding: 0px 0px 0px 30px;
}

div.info {
	float: right;
	width: 400px;
	padding: 10px;
	margin: 10px 40px 0px 0px;
}

div.ottawa {
	background: #313131 url('../images/background.jpg') no-repeat top;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height:100%;
	min-height:877px;
}

div.backgroundL {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-485px;
	width:35px;
	height:100%;
	min-height:877px;
	background-image:url(../images/bg_left.png);
	background-repeat:no-repeat;
}

div.backgroundR {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:449px;
	width:35px;
	height:100%;
	min-height:877px;
	background-image:url(../images/bg_right.png);
	background-repeat:no-repeat;
	z-index:5;
}

img.register {
	float: left;
	top: 0px;
	left: 0px;
	display: inline;
}

div.panel {

	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 25px;
	padding: 0px;
}

.hr {
	background: transparent url('../images/body_trans.png');
	height: 35px;
	border: 0px;
	margin: 0px;
	display: block;

	padding:10px 10px 0px 0px;
}

div.content {
	text-align: left;
	background-color: #3A3A3A;
	margin: 0px;
	padding: 10px;
	/*height: 450px;*/
}

.formtxt{
	width: 110px;
	float:left;
}

.tab{
	float: left;
	background-image: url(/images/tab.png);
	background-repeat: no-repeat;
	width: 94px;
	height: 45px;
	margin-top: -10px;
	padding-top: 10px;
}

.tab a{
	text-align: center;
}

#hi{
	display:none;
}

/* Twitter Pop CSS */
#twitterpop {
	position: absolute;
	top: 275px;
	right: 150px;
	height: 0px;
	width: 0px;
	overflow: hidden;
}
#twitterpop div.bubbletop {
	background: url('../images/bubble.png') no-repeat top left;
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0px;
	left: 0px;
	overflow:hidden;
}
#twitterpop div.bubblebottom {
	background: url('../images/bubble.png') no-repeat bottom left;
	position: absolute;
	width: 100%;
	height: 51%;
	bottom: 0px;
	left: 0px;
	overflow:hidden;
}
#twitterpop div.tweet {
	position: absolute;
	top: 5px;
	left: 8px;
	width: 359px;
	background: url('../images/twitter.png') top left no-repeat;
	text-align: left;
	padding-left: 25px;
	color: #000;
}
#twitterpop .tweet .when {
	font-size: 10px;
	margin-bottom: 2px;
	color: #FFF;
}
#twitterpop .tweet .body {
	font-size: 14px;
}
#popit{
	padding-left: 610px;
}