/* screen.css */

/*----- GLOBAL STYLES ----- */

a { color:#0073ff; text-decoration:underline; }
a:hover { color:#0073ff; text-decoration:none; }

h1
	{
	font-size:14px;
	font-weight:normal;
	color:#0073ff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #080300;
	}
p
	{
	margin:0px 0px 18px 0px;
	}
	
/*----- GLOBAL STYLES END -----*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:970px;
	background:#e3e3e3;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:970px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(../images/bg_outer.gif) repeat-y center center;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:970px;
	height:275px;
	overflow:hidden;
	z-index:100;
	}
#left 
	{
	position:relative;
	width:220px;
	float:left;
	padding:285px 0px 0px 50px;
	}
#footer 
	{
	width:970px;
	clear:both;
	height:120px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(../images/bg_footer.gif);
	color:#808080;
	}
#footer a { color:#808080; }
#footer p
	{
	padding:20px 0 0 50px;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:122px;/* for ie5 */
	he\ight:120px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:620px;
	float:right;
	padding:285px 50px 0px 0px;
	}
#content
	{
	width:600px;
	float:left;
	}
#right
	{
	width:215px;
	float:right;
	}
#right img
	{
	margin:0 0 20px 0;
	}

#clearfooter {width:100%;height:122px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-122px;} /*safari wrapper */


div#left ul li a
	{
	display:block;
	width:200px;
	height:20px;
	color:#000000;
	font-size:11px;
	text-decoration:none;
	text-indent:15px;
	margin:0 0 4px 0;
	padding:2px 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #21529E;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #21529E;
	background-color: #F0F0F0;
	}
div#left ul li a:hover
	{
	color:#003366;
	}
	
div#nettecs
	{
	margin:16px 0 20px 0;
	}

#bullet li {
	list-style-type: square;
	margin: 0px;
	margin-left:20px;
	padding: 5px;
}

#bannerheader {
margin-top:10px;
margin-left:35px;
position:absolute;
}
#innercontent {
	padding: 10px;
	border: 1px solid #E2E2E2;
	margin-bottom: 10px;
}
#innercontent li {
	margin-left: 20px;
	list-style-type: disc;
}
div.left 
	{
	height: 145px;  
	#position: relative; 
	float:left; 
	padding:20px;
	margin-right:10px;
	margin-bottom: 10px;
	background:#fff; 
	border:1px solid #ccc;
	width:90px;
	text-align: center;

	}
	
#members {
position: relative;
}	
#property {
	background-color: #E0E0E0;
	padding: 10px;
	margin-bottom: 10px;
}
ul.banner{position:relative;height:295px;width:685px;overflow:hidden;}