/* CSS Document */
*{
	font-family: Lucida Grande, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #363636;
	margin: 0px 0;
	padding: 0px 0;
}

body{
	background-attachment: fixed;
	background-position: center top;
	background-color: #FFF;
	background-image: url(/Images/background.jpg);
	background-repeat: no-repeat;
	padding: 0px 0;
	margin: 0px 0;
}

#wrapper{
	width: auto;
	height: 100%;
	margin-bottom: 30px;
}

#header{
	width: 800px;
	height: 222px;
	background: url(/Images/header_bg.jpg) no-repeat;
}

/*NAVIGATION----------------------------------------*/

#tertiary{	
	background: url(/Images/nav_bar.png) no-repeat;
	width: 800px;
	height: 50px;
	list-style: none;
	line-height: 0px;
	padding: 0px 0;
	margin: -8px 0px 20px 0px;
	position:relative;
	z-index: 2;
	font-size: 14px;
}

#tertiary ul{
	list-style: none;
	font-weight: bold;
	padding: 0; 
	height: 50px;
	z-index: 2;
}

#tertiary a {
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 50px; 
	text-decoration:none; 
	font-size:12px; 
	width: 114px;
	height: 50px;
	text-align:center;
	z-index: 2;
}

#tertiary li {
	position:relative;
	float: left;
	list-style:none;
	z-index: 2;
}

#tertiary li a{	
	color:#FFF;
}

#tertiary ul a:hover{
	background-position:right; 
	background:none; 
	color:#7cbfe9;
}

#tertiary li ul {
	height: 25px;
	width: 114px;
	position: absolute;
	left: -999em;
	font-weight: normal;
	top: 50px; 
	margin:0px;
	z-index: 2;
}

#tertiary li:hover ul ul,#tertiary li:hover ul ul ul,#tertiary li.sfhover ul ul,#tertiary li.sfhover ul ul ul {
	left: -999em;
}

#tertiary li:hover ul,#tertiary li li:hover ul,#tertiary li li li:hover ul,#tertiary li.sfhover ul,#tertiary li li.sfhover 
ul,#tertiary li li li.sfhover ul {
	left: auto;
}

#tertiary li ul,#tertiary li ul a{
	background: #363636;
	height: 25px;
	width: 114px;
	line-height: 25px;
}

#tertiary li ul a:hover{
	background: #363636;
}

/*CONTENT----------------------------------------*/

#content{
	width: 800px;
	padding: 0px 0;
	margin: 0px 0;
	position: relative;
	overflow: visible;
	display: block;
	z-index: 1;
}

#left_content{
	width:537px;
	height: 900px;
	float: left;
	text-align: left;
	padding: 7px;
	margin: 0px 15px 0px 15px;
	overflow: visible;
	min-height: 100%;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

#left_content ul{
	list-style: inside;
	list-style-type: disc;
}

#right_content{
	width: 190px;
	height: auto;
	background: #ffffff;
	text-align: left;
	float: right;
	padding: 7px;
	margin: 0px 15px 15px 0px;
}

#right_content a{
	text-decoration: none;
}

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

.right_title{
	font-size: 14px;
	font-weight: bold;
}

.title{
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #363636;
}

/*LOGIN----------------------------------------*/

.iconspan{
	float: left;
	margin: 2px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

.eg-bar{
	font-weight: bold;
	border: 1px solid #363636;
	padding: 2px;
	color: #363636;
	text-align: left;
}

div.eg-bar{
	width: 176px;
}

.icongroup1{
	color: #363636;
	text-align:left;
	width: 176px;
}

.menu{
	text-decoration: none;
}

.menu a:hover{
	text-decoration: none;
}

/*TV SCREEN----------------------------------------*/

#tv_screens{
	width: 535px;
	height: 175px;
	margin-top: 15px;
	padding: 0px 0;
	z-index: 0;
	text-align: center;
	display: block;
}

#indv_tv{
	width: 266px;
	float: left;
	height: 175px;
	margin: 0px 0;
}

#tv_text{
	padding: 90px 30px 20px 35px;
	text-align: left;
}

/*FOOTER----------------------------------------*/

#footer{
	width: 800px;
	height: 50px;
	margin-top: 20px;
	z-index: 1;
	position: relative;
	display: block;
}

#footer a{
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

#left_foot{
	width: 385px;
	height: 50px;
	float: left;
	text-align: left;
	line-height: 50px;
	position: relative;
}

#right_foot{
	width: 385px;
	height: 50px;
	float: right;
	text-align: right;
	line-height: 50px;
	position: relative;
}
