/*----------------------------------------------------------------------------------------------------
Project: CSS Workshop
Purpose: Screen Master
Author: Robert DelVecchio
Date: 6-30-05
-------------------------------------------------------------------------------------------------------*/
/*\*//*/
	@import "ie5mac.css";
/**/


body
	{
	font-family: verdana, arial, helvetica, sans-serif;
	margin:0;	
	padding:0;
	background: #061724;
	}

/*LAYERS
--------------------------------------------------------------------------------------------------------*/

#banner
	{
	width: 680px;
	padding-left:100px;
	}


#nav
	{
	position: relative;
	height:50px;
	width:680px;
	top: 0px;
	padding-top:10px;
	padding-left:100px;
	}

#textleft
	{
	position: absolute;
	top: 125px;
	width:250px;
	height:250px;
	left:155px;
	font-weight:bold;
	color: #061724;
	}

#left
	{
	position: absolute;
	height:474px;
	width:265px;
	top: 252px;
	font-size:75%;
	font-weight:bold;
	color: #061724;
	padding-left:200px;
	background: url(../images/left_side4.png) no-repeat center;
	}
	
#leftContact
	{
	position: absolute;
	height:473px;
	width:265px;
	top: 253px;
	font-size:75%;
	font-weight:bold;
	color: #061724;
	padding-left:200px;
	background: url(../images/left_sideContact.png) no-repeat center;
	}	
	

#rightHome
	{
	position: absolute;
	top:252px;
	left:363px;
	height:474px;
	width:415px;
	font-size:85%;
	background: url(../images/right_sideHome.png) no-repeat center;
	margin: 0px;
	}
	
#rightRadio
	{
	position: absolute;
	top:252px;
	left:363px;
	height:474px;
	width:415px;
	font-size:85%;
	background: url(../images/right_sideRadio.png) no-repeat center;
	margin: 0px;
	}
#rightComm
	{
	position: absolute;
	top:252px;
	left:363px;
	height:474px;
	width:415px;
	font-size:85%;
	background: url(../images/right_sideComm.png) no-repeat center;
	margin: 0px;
	}	
	
#rightTV
	{
	position: absolute;
	top:252px;
	left:363px;
	height:474px;
	width:415px;
	font-size:85%;
	background: url(../images/right_sideTV.png) no-repeat center;
	margin: 0px;
	}

#rightNarr
	{
	position: absolute;
	top:252px;
	left:363px;
	height:474px;
	width:415px;
	font-size:85%;
	background: url(../images/right_sideNarr.png) no-repeat center;
	margin: 0px;
	}

#rightCont
	{
	position: absolute;
	top:253px;
	left:363px;
	height:473px;
	width:415px;
	font-size:85%;
	background: url(../images/right_sideCont.png) no-repeat center;
	margin: 0px;
	}	

#text
	{
	position:absolute;
	font-size:95%;
	top:100px;
	left:45px;
	width:250px;
	}



#botmenu
	{
	position:absolute;
	width: 400px;
	display:inline;
	font-size:80%;
	left: 0px;
	top:434px;
	
	
	}
	
/
img
	{
	border:none;
	}
	




/*LISTS
--------------------------------------------------------------------------------------------------------*/
ul
	{
	list-style:none;
	}

ul#mainnav
	{
	height: 50px;
	width: 680px;
	margin-top:0px;
	margin-left:0px;
	padding:0px;
	
	}
	
ul#navmenu
{
display:inline;
}	

ul#navmenu li
{
display:inline;
}

ul#mainnav li
	{
	list-style: none;
	padding:2px 0px 0px 2px;
	margin:0;
	float: left;
	
	}
ul#links
	{
	margin:0px;
	padding: 0px;
	}

ul#links li
	{
	list-style:none;
	margin:0;
	padding: 0 0 20px 0;
	float: left;
	}

/*HEADINGS
--------------------------------------------------------------------------------------------------------*/

/*LINKS
--------------------------------------------------------------------------------------------------------*/
a, a:visited
	{
	border: none;
	display: block;
	width: 111px;
	color: #005E8C;
	line-height:1.3em;
	font-weight:bold;
	}
a:focus, a:hover,a:active
{	
color: #008ACC;

	}

ul#mainnav a, ul#mainnav a:visited
	{
	border: none;
	display: block;
	width: 111px;
}
ul#mainnav a:focus, ul#mainnav a:hover, ul#mainnav a:active
	{
	border: none;
	display: block;
	width: 111px;
	
	}
ul#navmenu a, ul#navmenu a:visited
	{
	display: inline;
	text-decoration:none;
}
ul#navmenu a:focus, ul#navmenu a:hover, ul#navmenu a:active
	{
	display: inline;
	text-decoration:none;
	}


/*IMAGES
--------------------------------------------------------------------------------------------------------*/

#banner img
	{
	display:block;
	}

/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
------------------------------------------------------------ */
@media tty {
 i{content:"\";/*" "*/}} @import url('midpass.css'); /*";}
}/* */


	
