@import url("blueprint/screen.css");

body {
/*	background:#246d8f;	*/
background:#000000;
background-image: url('../images/background.jpg');
background-position: top center;
background-attachment: fixed;
background-repeat: no-repeat;
color:#FFF;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
line-height:2em;
}

em{color:#0078ff; font-style:normal;}
img{border:none;}
h1,h2,h3,h4,h5,h6{color:#FFF;}
h2.greyText{color:#999999;}

a{
	color: #ffffff;
}
a:hover{
	color: #3399c9;
}

.margin-adjust{
margin-left:-10px; padding-left:10px;
}

#header{
	position:relative;
	
}
	#header img.logo{position:absolute; top:10px; left:10px;}
	#topFlag{
		background:#F00 url(../images/img-topflag.jpg) 0 0 no-repeat;
		display:block; text-align:right;
		height:58px;
	}
	#flags{margin-top:10px; margin-right:39px; float:right;}
	#myMegaMenu{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:32px;
	background: #F00 url(../images/bg-gradient-red.png) top repeat-x;
	}
	#subNav{
		background:#000000;
		color:#ffffff;
		font-size:10px; text-transform:uppercase;
		line-height:46px;
	}
		#subNav a{color:#cccccc; text-decoration:underline;}
		#subNav a:hover{color:#ffffff; text-decoration:underline;}
		#subNav a img{ float:right; border:none; margin:8px 15px; margin-left:25px;}

#topContent{
	margin-top:8px;
}
#content{
	border-top:20px #121212 solid;

} .grey{background-color:#121212;} .black{background-color:#000;}

	#videoPlayer{
		
	} #videoPlayer h1{text-transform:uppercase; color:#0078ff; font-size:14px; margin:0; padding:12px 0;}

#footer{
	background:#121212 url(../images/bg-footer.png) bottom repeat-x;
	padding-top:1.5em;
}
#leftFooter{
	
}
#rightFooter{
	text-align:right;
}
	#rightFooter a{color:#FFF;}
	#rightFooter a:hover{color:#0078ff;}

/* h1 bar Styles */
h1.bar{
	display:block;
	margin:0; padding:0;
	margin-bottom:10px;
	border-top:5px #121212 solid;
	text-indent:20px; text-transform:uppercase;
	font-size:18px; line-height:28px;
}
/*	.red{background: url(../images/bg-redbar.png) top left no-repeat; color:#FFF;}	*/
	.red{background: #3399c9; color:#FFF;}
	.blue{background: #000000; color:#ffffff;}
	h1.bar span{float:right; text-transform:lowercase; font-size:12px; margin-right:10px;}
	h1.bar span a{text-decoration:none; color:#FFF;}
	h1.bar span a:hover{text-decoration:underline;}
	h1.bar span a img{padding:6px 0;}
	
/* list Style */
ul.left, ul.left li{margin:0; padding:0; list-style-position:inside;}
ul.left a{margin-left:10px; text-decoration:none; color:#FFF;}
ul.left a:hover{color:#0078ff;}
ul.bullet{list-style-image:url(../images/img-bullet.png);}

/* custom layout columns */

div.thirds{width:210px; display:block; padding-left:8px; float:left;}
div.thirds p{width:90%;}
div.twoThirds{width:430px; display:block; float:left;}
div.half{ width:50%; display:block; float:left;}
div.half p{}

p.leftindent{margin-left:30px;}

/* tube styles */
.span-17 span.imageTube{
	margin:0;
	margin-left:5;
	display:block;
}
.span-17 span.contentTube{
	margin:0 8px;
	display:block;
}

.span-8 span.imageTube{
	margin:0;
	padding-left:5;
	padding-right:10px;
	display:block;
}
.span-8 span.contentTube{
	padding:10px 8px;
	padding-right:10px;
	margin-right:35px;
	display:block;
}

#leftFooter span.contentTube{
	margin:0 8px;
	display:block;
}

#rightFooter span.contentTube{
	padding:10px 8px;
	padding-right:10px;
	margin-right:35px;
	display:block;
}