/* CSS Document */

/* NORMALISE EVERYTHING
----------------------------------------------------------------------*/

html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, h7, pre, input, 
blockquote, th, td, img, form {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 100%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}

/*-  COMMON ELEMENTS
----------------------------------------------------------------------*/	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FDD000;
	text-decoration: underline;
}
h1 {
	display: block;
	position: absolute;
	z-index: 1000!important;
	width: 158px;
	top: 10px;
}
a.h1 {
	width: 158px;
	height: 0px!important;
	padding-top: 131px;
	background-image: url(../images/playsafe.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	color: #FFFFFF;
	display: block;
	margin-left: -10px;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 110%;
}
h6#small {
	font-size: 19px;
	color: #FDD000;
	margin-top: 10px;
	margin-bottom: 5px;
}
p {
	margin: 0px;
	line-height: 18px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}

/*-  FORM
----------------------------------------------------------------------*/
input, select, textarea {
	margin: 0px;
	padding: 0px;
}
.text_field {
	font-size: 11px;
	color: #666666;
	background-color: #000000;
	border: 1px solid #333333;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.search_button {
	padding: 0px;
	height: 26px;
	width: 70px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #111111;
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*-  PAGE STRUCTURE
----------------------------------------------------------------------*/	
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 80px;
	background-image: url(../images/header_bg.png);
	background-position: left top;
}
#navigation {
	float: right;
	width: 777px;
	padding-top: 16px;
}
#column_holder {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #000000;
	min-height: 740px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
}
#left_column {
	width: 710px;
	float: left;
	background-color: #111111;
	padding-bottom: 20px;
	background-image: url(../images/internal_base.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 700px;
}
#right_column {
	width: 190px;
	float: right;
}
#footer {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 11px;
	text-align: right;
	color: #666666;
	padding-bottom: 20px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCE00;
	text-decoration: none;
}

/*-  NAVIGATION STYLES
----------------------------------------------------------------------*/
#navigation ul{
	float: right;
	width: 100%;
}
#navigation ul li{
display: inline;
}
#navigation ul li a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 27px!important;
	height: 0px!important;
	float: left;
	display: block;
	overflow: hidden;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
#navigation ul li a:hover{
	color: #666666;
	background-position: left -36px;
}
#navigation ul li a.nav_current{
	color: #666666;
	background-position: left -36px;
}
a#home {
	background-image: url(../images/nav/home.jpg);
	width: 52px;
}
a#who {
	background-image: url(../images/nav/who_we_are.jpg);
	width: 101px;
}
a#new {
	background-image: url(../images/nav/whats_new.jpg);
	width: 92px;
}
a#drink {
	background-image: url(../images/nav/drink_safe.jpg);
	width: 87px;
}
a#play {
	background-image: url(../images/nav/play_safe.jpg);
	width: 77px;
}
a#look {
	background-image: url(../images/nav/look_safe.jpg);
	width: 82px;
}
a#travel {
	background-image: url(../images/nav/travel_safe.jpg);
	width: 91px;
}
a#where {
	background-image: url(../images/nav/where_to_go.jpg);
	width: 103px;
}
a#workshop {
	background-image: url(../images/nav/workshops.jpg);
	width: 92px;
}

/*-  BACKGROUND IMAGE STYLES
----------------------------------------------------------------------*/
.bg_one {
	background-image: url(../images/backgrounds/1.jpg);
}
.bg_two {
	background-image: url(../images/backgrounds/2.jpg);
}
.bg_three {
	background-image: url(../images/backgrounds/3.jpg);
}
.bg_four {
	background-image: url(../images/backgrounds/4.jpg);
}

/*-  HOMEPAGE STYLES
----------------------------------------------------------------------*/
#flash_box {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 265px;
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
#hp_feature_holder{
	width: 910px;
	margin-right: auto;
	clear: both;
	margin-left: auto;
	padding-top: 10px;
	height: 281px;
}
.hp_box{
	width: 200px;
	float:left;
	height: 256px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
.top{
	width: 100%;
	float:left;
	height: 120px;
}
.middle{
	width: 100%;
	float:left;
	clear:left;
	height: 95px;
	padding-top: 5px;
}
.base{
	width: 100%;
	float:left;
	clear:left;
	padding-top: 5px;
}
.hp_box h2, .hp_base_box h2{
	font-weight: bold;
	font-size: 25px;
}
.hp_box h5, .hp_base_box h5{
	font-weight: bold;
	font-size: 16px;
}
.hp_box_drink {
	background-image: url(../images/homepage_box/drink.jpg);
	margin-right: 10px;
}
.hp_box_drink h2, .hp_box_drink h5 {
	color:#FFD000;
}
.hp_box_play {
	background-image: url(../images/homepage_box/play.jpg);
	margin-right: 10px;
}
.hp_box_play h2, .hp_box_play h5 {
	color:#6CAB2E;
}
.hp_box_look {
	background-image: url(../images/homepage_box/look.jpg);
	margin-right: 10px;
}
.hp_box_look h2, .hp_box_look h5 {
	color:#E62821;
}
.hp_box_travel {
	background-image: url(../images/homepage_box/travel.jpg);
}
.hp_box_travel h2, .hp_box_travel h5 {
	color:#0078BA;
}
.hp_box a, .hp_base_box_base a, .side_box_base a{
	display:block;
	width: 134px;
	float:right;
	height: 0px!important;
	padding-top: 22px!important;
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden!important;
}
.hp_box a:hover, .hp_base_box_base a:hover, .side_box_base a:hover{
	background-position: right -27px;
}
#a_drink {
	background-image: url(../images/homepage_box/a_drink.jpg);
}
#a_play {
	background-image: url(../images/homepage_box/a_play.jpg);
}
#a_look {
	background-image: url(../images/homepage_box/a_look.jpg);
}
#a_travel {
	background-image: url(../images/homepage_box/a_travel.jpg);
}
#hp_base_feature{
	width: 910px;
	margin-right: auto;
	clear: both;
	margin-left: auto;
	height: 175px;
}
.hp_base_box {
	width: 430px;
	height: 145px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
.hp_base_box_top{
	width: 100%;
	float:left;
	height: 35px;
}
.hp_base_box_middle{
	width: 100%;
	float:left;
	clear:left;
	height: 78px;
}
.hp_base_box_middle img {
	float:left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.hp_base_box_base{
	width: 100%;
	float:left;
	clear:left;
	padding-top: 5px;
}
.hp_box_where {
	background-image: url(../images/homepage_box/where.jpg);
	float: left;
}
.hp_box_where h2, .hp_box_where h5 {
	color:#FF6600;
}
#a_where {
	background-image: url(../images/homepage_box/a_where.jpg);
}
#a_newbox {
	background-image: url(../images/homepage_box/a_new.jpg);
}
.hp_box_keep {
	background-image: url(../images/homepage_box/keep_up.jpg);
	float: right;
}
.hp_box_keep h2, .hp_box_keep h5 {
	color:#DB0F66;
}
#a_keep {
	background-image: url(../images/homepage_box/a_keep.jpg);
	width: 150px;
}
#a_more {
	background-image: url(../images/homepage_box/a_more.jpg);
	width: 150px;
}
.bold_orange {
	color:#FF6600;
	font-weight: bold;
}
.bold_yellow {
	color:#FDD000;
	font-weight: bold;
}
.bold_pink {
	color:#DB0F66;
	font-weight: bold;
}

/*-  INTERNAL PAGE STYLES
----------------------------------------------------------------------*/
.internal_top {
	height: 51px;
	width: 98%;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2%;
	padding-top: 4px;
}
.internal_middle {
	width: 94%;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 4%;
	padding-top: 6px;
	padding-right: 2%;
}
.internal_middle h6 {
	width: 350px;
}
.internal_middle ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
}
.internal_middle ul li {
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/ul_box.jpg);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-top: 5px;
}
.internal_top h2 {
	font-weight: normal;
	color: #000000;
	font-size: 22px;
	margin-right: 10px;
}
#internal_top_yellow {
	background-image: url(../images/top_yellow.jpg);
}
.side_box {
	width: 100%;
	clear: right;
	float: right;
	margin-bottom: 10px;
}
.side_box ul {
	list-style-type: none;
	width: 100%;
	clear: both;
	background-image: url(../images/side_base.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.side_box ul li {
	background-color: #111111;
	margin-bottom: 1px;
}
.side_box ul li a {
	height: 19px;
	background-image: url(../images/side_li.jpg);
	background-position: left -25px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 6px;
	color: #FFFFFF;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	background-color: #666666;
	text-decoration: none;
}
.side_box ul li a:hover{
	background-color: #FDD000;
	color: #000000;
	text-decoration: none;
	background-position: left top;
}
.side_box ul li a.side_current{
	background-color: #FDD000;
	color: #000000;
	text-decoration: none;
	background-position: left top;
}
.side_box h3 {
	color:#000000;
	font-size: 22px;
	margin-right: 10px;
}
.side_box h4 {
	color:#000000;
	font-size: 17px;
	padding-top: 2px;
	margin-right: 5px;
}
.side_box_top {
	height: 34px;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	background-color: #111111;
}
.side_box_middle {
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #111111;
}
.side_box_base {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	height: 30px;
	background-image: url(../images/side_base.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#side_drink {
	background-image: url(../images/side_top_yellow.jpg);
}
#side_play {
	background-image: url(../images/side_top_green.jpg);
}
#side_look {
	background-image: url(../images/side_top_red.jpg);
}
#side_travel {
	background-image: url(../images/side_top_blue.jpg);
}
.side_box_middle h5 {
	font-size: 16px;
}
#side_box_yellow {
	color: #FFD000;
}
#side_box_green {
	color: #6CAB2E;
}
#side_box_red {
	color: #E62821;
}
#side_box_blue {
	color: #0078BA;
}
.page_right {
	float: right;
	min-height: 400px;
	width: 280px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.page_heading {
	font-size:16px;
	line-height: 22px;
	padding-bottom: 10px;
}
.page_heading_yellow {
	color:#FFD000;
}
.page_quote {
	background-image: url(../images/arrow_yellow.jpg);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 76px;
	padding-top: 45px;
	min-height: 100px;
	margin-top: 10px;
}
.page_quote h6 {
	width:200px;
}
.page_pic_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
.home_pic_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
}
a.pdf {
	display: block;
	background-image: url(../images/pdf_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 198px;
	padding-top: 13px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFD000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
a:hover.pdf {
	background-position: left -81px;
}

/*-  BBN AWARDS
----------------------------------------------------------------------*/
.table_holder {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
}
.table_holder table {
	width: 100%;
}
.table_holder table tr td {
	padding-bottom: 3px;
}
