html,body
{
	margin:0;
	padding:0;
	border:0;
}

html 
{
	height:100%
}


body
{
	min-height:100.01%;
	background:#222;
	min-width:1024px; /*** MOZ width ***/
	text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
	margin-bottom: 10px;
	color: #fff;
	font-family:verdana;
	font-size: 110%;
}

div
{
	margin: 0px;
	border:0px;
	padding:0px;
}

p
{
	margin-bottom: 1em;
}


h1
{
	font-size: 130%;
}

h2
{
	font-size: 120%;
}

h3
{
	font-size: 110%;
}

h4
{
	font-size: 110%;
}

h1, h2, h3, h4
{
	margin-bottom: 1em;
	font-weight: bold;
}

h1 a, h2 a, h3 a
{
	color: #fff;
}

h1 a:visited, h2 a:visited, h3 a:visited
{
	color: #fff;
}

a
{
	color: #222;
	text-decoration: none;
}

a:visited 
{
	color: #333;
}

a:active 
{
	color: #333;
}

a:hover
{
	color: #444;
	text-decoration: underline;
}

table 
{
	border-collapse: collapse;
} 

th, td
{
	border: 1px dotted #444444;
	padding: 2px;
}

input.text
{
	width: 350px;
}

/* page styling */


div#wrapper
{
  text-align: left;
  xwidth: 780px;
  width: 1014px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  font-size: 80%;
}

div#page
{	
}

/* head */

div#headSection
{
	position: absolute;
        width: 1014px;
	border-bottom: 5px solid #444444;
	background-color: #326000;
}

div#headSection a
{
	display: block;
	position: relative;
	xtop: 10px;
	xleft: 10px;
}

div#headSection a
{
	width: 200px;
}

div#headSection a img
{
	border: 0px;
}




/* body */

div#bodySection
{
	position: absolute;
	width: 1014px;
	top: 118px;
	background-color: #88a02e;
	margin: 0px;
	padding: 0px;
	padding-bottom:5em;
	border: 0px;
	border-bottom: 10px solid #222;
	min-height: 400px;
	background-image: url(../assets/lhs_fade.gif);
	background-position: 215px 0px;
	background-repeat: repeat-y;

}

/* nav */

div#nav
{
	position: absolute;
	top: 20px;
	left: 0px;
	xbackground-color: #00ffff;
	width: 200px;
	padding: 10px;
	padding-top: 12px;
	padding-left: 20px;
}


div#nav ul#topNav
{
	margin-top: 15px;
	margin-left: 20px;
}

div#nav ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-position: outside;
	xlist-style-image: url(../images/sqoo_media_header.png);
	width: 150px;
}

div#nav ul ul
{
	margin-left: 15px;
	font-size: 100%;
}

div#nav li li
{
	font-size: 100%;
}

div#nav li
{
	xmargin-bottom: 20px;
	padding-bottom: 20px;
	background-image: url('../assets/nav_bul_norm.gif');
	background-position: -2px -0px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

div#nav li:hover
{
	background-image: url('../assets/nav_bul_glow.gif');
}

div#nav li.current
{
	background-image: url('../assets/nav_bul_fill.gif');
}

div#nav ul
{
	margin-top: 5px;
	font-size: 105%;
}


div#nav li a
{
	color: #fff;
	text-decoration: none;
}

div#nav li a:visited
{
	color: #fff;
}

div#nav li a:active
{
	color: #fff;
}

div#nav li a:hover
{
	color: #fff;
	text-decoration: none;
}

div#nav li.current a
{
	color: #fff;
}

div#nav li.current li a
{
	color: #fff;
}

div#nav li.current li a:visited
{
	color: #fff;
}

div#nav li.current li a:active
{
	color: #fff;
}




/* content */

div#contents
{
	xbackground-color: #ffff00;
	xwidth: 560px;
	width: 730px;
	position: relative;
	xtop: 3em;
	top: 37px;
	xleft: 210px;
	left: 252px;
}

div#contents ul
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 2em;
	list-style: none;
	list-style-position: outside;
}

div#contents li
{
	padding-left: 10px;
	background-image: url('../images/selector.gif');
	background-position: 2px left;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}


div#contents a
{
	xcolor: #ddd;
	color: #bbb;
	text-decoration: underline;
	font-weight: bold;
}

div#contents a:visited 
{
	color: #bbb;
}

div#contents a:active 
{
	color: #bbb;
}

div#contents a:hover
{
	color: #eee;
	text-decoration: underline;
}


div#bodySection div.homepage
{
	top: 10px;
}

div#contents h1
{
	padding-bottom: 2px;
	xborder-bottom: 1px dotted #326000;
}

contentFoot
{
	position:relative;
}

/* footer */

div#footSection
{
	width: 780px;
	clear: both;
}


/* aux */

div.link
{
	cursor: pointer;
}


/* form */

input, textarea
{
	background-color: #e4fb8d;

}