@charset "utf-8";
/* Screen.css */

body{
	margin: 0;
	padding: 0;
	font: medium Helvetica, Arial, sans-serif;
	background: #ccc;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
}

p{
	margin-top: 0;
}

img{
	border: none;
	line-height: 0em;
}

area, a#canada{
	cursor: pointer;
}


#allcontent{
	background: #fff url(../images/background2.gif) repeat-x;
	width: 900px;
	margin: 0 auto;
}

#header{
	padding: 8px;
	height: 158px;
}

#contact{
	float: right;
	margin: 60px 60px 0px 0px;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	color: #0078c7;
}

#contact a{
	color: #0078c7;
}

#intro{
	float: left;
	margin-top: 13px;
	margin-bottom: 1px;
}

#intro img{
	vertical-align: bottom;
}

#slideshow{
	float: left;
}

#shortcuts{
	float: left;
	margin: 8px 0px 1px 0px;
	width: 300px;
}

#shortcuts img{
	margin: 2px 0px 10px 0px;
}

#topbar{
	float: left;
	height: 52px;
	background: #124e97;
}

#topbar ul{
	border-top: 1px solid #000;
}

#topbar ul li{
	float: left;
	display: block;
	width: 168px;
	height: 51px;
	border-left: 1px solid #124e97;
	border-right: 1px solid #124e97;
	margin: 0px 5px 0px 5px;
	font-size: .75em;
	text-align: center;
}

#topbar li a{
	color: #a6ce39;
	display: block;
	width: 168px;
	height: 51px;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}

#topbar ul li.active, #topbar li:hover{
	background: #0078c7;
	border-left-color: #000;
	border-right-color: #000;
	border-bottom: 1px solid #0078c7;
}

#subnav{
	clear: left;
	padding-bottom: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	background: #0078c7;
}

#subnav a{
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	color: #a6ce39;
}

#subnav li{
	display: inline;
}

#bodyContainer{
	float: left;
	width: 900px;
	background: #fff url(../images/content-background.png) repeat-y;
}

#sidebar{
	float: left;
	margin-right: 10px;
	padding-bottom: 60px;
	width: 170px;
	color: #fff;
	text-align: center;
}

#sidebar a{
	padding-left: 15px;
	color: #fff;
	font-size: .8em;
	text-decoration: none;
}

#sidebar a:hover{
	text-decoration: underline;
}

#sidebar ul li{
	border-bottom: 1px dotted #000;
	text-align: left;
}

#content{
	float: left;
	width: 700px;
	padding: 10px;
}

#content h1{
	margin-bottom: 8px;
	font-size: 1.6em;
	color: #009e0f;
}
#content h2{
	color: #0078c7;
	font-size:1.4em;
}

#content strong{
	color: #009E0F;
}

#content a{
	color: #009E0F;
}

#footer{
	clear: left;
	text-align: center;
	font-size: .8em;
	background: #ccc;
}

.contentContainer{
	float: left;
	width: 700px;
	padding: 10px;
}

ul.nav_list{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

ul.link_list{
	float: left;
	list-style-type: none;
}

img.right{
	float: right;
	margin-left: 10px;
}

img.left{
	float: left;
	margin-right: 10px;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.bordered{
	border: 1px solid #000;
}

img.gallery{
	margin: 10px;
	border: 1px solid #000;
}

.button{
	margin-left: 27px;
}

.facebookButton{
	background: url(../images/icons/Button.png) no-repeat;
	width: 225px;
	padding: 10px 10px 0px 10px;
	margin: 5px 0px 0px 27px;
}

.button a{
	color: #009e0f;
}

.note{
	font-size: x-small;
}

.container{
	position: static;
	float: none;
}

.centered{
	text-align: center;
}

.pressRelease{
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.preview .pressRelease{
	padding: 2px;
	border: 1px solid #000;
}

.repInfo{
	display: none;
}

#popup{
	display: none;
	position: absolute;
	padding: 2px;
	width: 20%;
	left: 45%;
	top: 45%;
	background: #fff;
	border: 3px solid #000;
}

#popup a{
	float: right;
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
}

#popup a:hover{
	background-color: #ccc;
}