body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background-color: #79adda;
/*	background-image:url(../images/logobrick_small.png); */
}

a {
	text-decoration: none;
}

a:hover {
	color: #ff3300;
}


.container {
	width: 980px;
	padding: 0px;
	margin: 0px auto;	
}

/*********** NAV ***/

#navContainer ul, 
#navContainer li { margin:0; padding:0; list-style-type:none;}

#navContainer {
	background-color: #fff;
	margin:auto;
	width:980px;
	height:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	clear:both;
}

#navRowOne {
	width:980px;
	height:123px;
	background-image:url(../img/bg_header.gif);
	background-repeat:no-repeat;
	background-position:top left;
	clear:both;
}

#ynotLogo {
	float:left;
	padding: 0px; margin: 0px;
}

#ynotLogo a{
	width:224px;
	height:105px;
	display:block;
	border: 0px;
}

#navBanner {
	width:728px;
	height:90px;
	border: 1px solid #ccc;
	float:right;
	margin-top:19px;
}

#navRowTwo {
	width:980px;
	height:42px;
	background-image:url(../img/bg_nav_r2.gif);
	background-repeat:repeat;
	background-position:top left;	
	clear:both;
	padding: 0px;
	margin:0px;
}

*html #homeBtn,
*html #newsBtn,
*html #insiderBtn,
*html #forumsBtn,
*html #servicesBtn,
*html #webmastersBtn {
	float:left;
}

#homeBtn a {
	width:94px;
	height:34px;
	background-image:url(../img/btn_home_1.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#homeBtn a:hover {
	width:94px;
	height:34px;
	background-image:url(../img/btn_home_2.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#newsBtn a {
	width:140px;
	height:34px;
	background-image:url(../img/btn_news_1.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#newsBtn a:hover {
	width:140px;
	height:34px;
	background-image:url(../img/btn_news_2.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#insiderBtn a {
	width:156px;
	height:34px;
	background-image:url(../img/btn_insider_1.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#insiderBtn a:hover {
	width:156px;
	height:34px;
	background-image:url(../img/btn_insider_2.gif);
	background-repeat:no-repeat;
	float:left;
}

#forumsBtn a {
	width:158px;
	height:34px;
	background-image:url(../img/btn_forums_1.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#forumsBtn a:hover {
	width:158px;
	height:34px;
	background-image:url(../img/btn_forums_2.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#servicesBtn a {
	width:202px;
	height:34px;
	background-image:url(../img/btn_services_1.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#servicesBtn a:hover {
	width:202px;
	height:34px;
	background-image:url(../img/btn_services_2.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#webmastersBtn a {
	width:230px;
	height:34px;
	background-image:url(../img/btn_webmasters_1.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#webmastersBtn a:hover {
	width:230px;
	height:34px;
	background-image:url(../img/btn_webmasters_2.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#navRowThree {
	height: 32px;
	background-image:url(../img/nav_r3_bg.gif);
	background-repeat:repeat;
	background-position:top left;
	clear:both;
}

#navInfo{
	width: 300px;
	padding: 5px;
	float: left;
}

#navSearch{
	height: 32px;
	background-image:url(../img/nav_search_bg.gif);
	background-repeat:repeat;
	background-position:top left;	
	margin:0px;
	float:left;
	vertical-align: middle;
}


#navSearchField{
	width:101px;
 	font-size: 10px;
	vertical-align: middle;

}

#navSectionField{
 	font-size: 12px;
	vertical-align: middle;
}

#navFind {
	width:32px !important;
	height:19px !important;
	background-image:url(../img/navFind.gif);
	background-repeat:no-repeat;
	border:0;
	vertical-align: middle;
}

#navLinks{
	font-weight:bold;
	float:left;
}

#navLogin {
	border-right: 1px dotted #ccc;
	padding-right: 10px;
	margin-top: 5px;
	display: block;
	float: left;
}

#navRegister {
	padding:0px 10px 0px 10px;
	margin-top: 5px;
	display: block;
	float: left;
}

