/* CSS Document */
* {	font-family: Helvetica, Arial, sans-serif; }
p, input, select, div, span, a { font-size: 12px; line-height: 17px; }

html
{
	overflow-y: scroll;
	overflow-x: hidden;
}

body
{
	margin: 0px;
	background-image: url(../images/layout/background.jpg);
}

div { color: #555555; }
span { color: #555555; }

img, table { border: 0px; }

a { text-decoration: underline; color: #7e7cbb; }
a:hover { color: #333333; }

p { margin-top: 0px; }

form { margin: 0px; }

#SocialLinks
{
	float:right; padding: 5px;
	position: absolute;
	bottom: 0; right: -55px;
}
#SocialLinks img { }
#SocialLinks .facebook { margin-right: 5px; }
#SocialLinks .twitter { margin-right: 5px; }
#SocialLinks .rss { margin-right: 5px; }
#SocialLinks .blip { margin-right: 5px; }
#SocialLinks .scoop { margin-right: 5px; }
#SocialLinks .transworld { margin-right: 5px; }


#Wrap
{
	width: 920px; margin: 0 auto;
	background-repeat: no-repeat;
}

#Header
{
	height: 135x; width: 920px; background-color: #06b0bd;
	background-image:url(../images/layout/header.png);
	background-repeat: no-repeat;
}
#Header .logo { float: left; }
#Header .menu { width: 920px; margin-top:10px; }
#Header .menu a:hover { color: yellow; }
#Header .menu img { width: 920px; }

#SignUp { width: 200px; float: right; }
#dvSignUp
{
	/* These attributes hide the div
	 * for both IE and FF. Do not edit. */
	position:absolute;
	visibility: hidden;
	overflow: hidden;
	display:none;
	/*************/

	height: 65px;
	width: 240px;
	border: solid #cccccc 1px;
	background-color: white;
	padding: 1px;
}

#dvSignUp table { width: 100%; }
#dvSignUp table th, #dvSignUp table td { padding: 3px; font: 12px/14px arial; text-align: left; height: 20px; }

#dvSignUp table th { color: #666666; background-color: #eeeeee; }
#dvSignUp table td { color: #333333; background-color: #ffffff; }

#dvSignUp table th.bottom { height: 10px; }

#dvSignUp input, #dvSignUp textarea { font: 12px/14px; color: #333333 }


#Content
{
	width: 920px;
	min-height: 530px;
	margin-top: -12px;
	padding-top: 15px;
	position:relative;
}

#BlogAndLinks
{
	width: 900px;
	padding: 5px;
	margin: 0px 0px 5px 5px;
	float:left;
}

#BlogBox
{
	width: 325px;
	padding: 5px;
	float:left;

	border: solid #06b0bd 5px;
	background-color: black;
	height: 235px;

	/* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}
#BlogBox * { color: white; }
#BlogBox a.title
{
	color: #01adbb;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
}
#BlogBox .blog
{
	height: 215px;
	overflow: auto;
}
#BlogBox .blog .title
{
	font-weight:bold; line-height: 20px; font-size: 12px;
}
#BlogBox .blog .text
{
	line-height: 15px; font-size: 12px;
}


#LinkBox
{
	float: right;
	margin-left: 5px;
}
#LinkBox img
{
	float: left;
	border: solid yellow 2px;
	background-color:white;
	padding: 2px;
}


#MessageBox
{
	height: 175px;
	width: 225px;
	float: right;
	position:absolute;
	bottom: 10px;
	right: 10px;
}


/******* SUB MENU *******/
#SubMenu
{
	float: right;
	width: 270px;
	position: relative;
	z-index: 0;
}

#SubMenu td { padding: 0px; }

#SubMenu a.text { display:none; }

#SubMenu a
{
	color: white; 
	text-decoration: none;
	text-transform: uppercase;
	font-size: 26px;
	display: block;
	font-family: "Trade Gothic LT", Impact;
	font-weight: bold;
	padding: 0px;
}
 
#SubMenu img { float: right; }


#Footer
{
	width: 920px;
	margin: 5px auto;
	height: 100px;
}


/**********************************/
/***** COMMON *********************/
/**********************************/
.heading { font-size: 23px; line-height: 24px; font-weight: bold; margin: 20px; }
.b { font-weight: bold; }



/**********************************/
/***** HOME PAGE ******************/
/**********************************/
#HomePage {  }



/**********************************/
/***** Generic ********************/
/**********************************/
#Generic
{
	position: relative;
	float: left;
	width: 540px;
	margin: 0px 0px 0px 10px;
	/* background-image: url(../images/top_yellowbox1.png); */
	border: solid #06b0bd 5px;
	background-color: white;

	/* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
}


#Generic .title { font-weight: bold; margin-top: 10px; font-size: 16px; text-transform:uppercase; }
#Generic .text { overflow: auto; font-size: 13px; line-height: 18px; }

#Generic * { color: black; }



/**********************************/
/***** VIDEO **********************/
/**********************************/
#Video { 
	float: left;
	width: 880px;
	height: 530px;
}

#Video .tvSetBackground
{
}

#Video .tvSet
{
	margin: 0px 20px 20px 0px;
	width: 880px;
	height: 500px;
}

#Video .player
{
}

#Video .selector
{
	width: 170px;
	height: 480px;
	overflow: auto;
	float: left;
	
	border: solid #06b0bd 5px;
	background-color: white;
	

	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
}



/**********************************/
/***** PHOTOS *********************/
/**********************************/
#Photos
{
	width: 620px;
	border: solid #06b0bd 5px;
	background-color: black;
	padding: 5px;
	margin: 0px 10px 10px 10px;

	/* for IE *
	filter:alpha(opacity=75);
	/* CSS3 standard *
	opacity:0.75;
	*/
}

#Photos .photoList { margin-top: 10px; }

.photoMenu
{
	margin: 5px;
}



/**********************************/
/***** MEDIA **********************/
/**********************************/
#Media
{
	width: 880px;
	border: solid #06b0bd 5px;
	background-color: white;
	padding: 5px;
	margin: 0px 10px 10px 10px;

	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
}
#Media .medium { clear: both; }
#Media .medium img { float: left; margin: 0px 8px 8px 0px; }
#Media .medium .title { font-weight: bold; }
#Media .medium p { margin-bottom: 5px; }
#Media .medium .file {  }
#Media .medium .spacer { height: 15px; clear: both; }



/**********************************/
/***** CONTACT ********************/
/**********************************/
#Contact
{
	margin: 0px 0px 0px 10px;
	width: 500px;
	background-color: white;
	padding-bottom: 20px;
	border: solid #06b0bd 5px;
}