body{background-color:#fff;color:#000;font:.90em arial,helvetica,sans-serif;}
a:link {color:#0a1a5b;}
a:visited {color:#0a1a5b;}
a:hover {color:#66c;}
img {border:0px}
table {padding:0px;border-spacing:0px}
.blue{background-color:#003399}
.contentcontainer1{background-color:#fff; border:1px #333 solid; width:900px; margin:0 auto;}
.contentcontainer2{ width:885px; margin:0 auto; background: #fff url(http://www.hackthatphone.com/gif/rounded_top.gif) no-repeat 0 top;}
.topboxcontainer{background-color:#ccc; width:820px; border:1px #333 solid; margin:0 auto; padding:10px}
.bottomboxcontainer{background-color:#ccc; width:820px; border:1px #333 solid; margin:0 auto; padding:10px}
.content1{padding:30px}
.content2{padding:15px 30px 5px 30px;text-align:left}
.spacer20{width:20px}
.spacer50{width:50px}
.spacer5h{height:5px}
.bluelinespace{padding-bottom:2px}
.copyright{padding:1px 0 0; margin:0}
.titleOS{font-size:16px;}
.titlePageNumber{font-size:100%;font-weight:normal}


/* Main heading. */

h1 {
    height: 95px;
	width: 820px;
    background-color: black;
	background-image: url(http://www.hackthatphone.com/gif/banner2.gif);
	background-repeat: no-repeat;
	background-position: center;
    margin: 0 auto;
}



.SuperText {
	font-size:250%;
	font-weight:bold;
	color:red;
}	
	
.headertext {
	display: none;
}

/* The navbar begins! */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* keeps menu same width as banner can not mix width with padding in .menu */
.menucontainer{width:820px}

/* style the outer div to give it width  also creates white gap between banner and menu bar it's set to 0 so no white line is being created right now */
.menu {margin:0 3px 0 1px;font-size:0.85em;padding-bottom:0px;border-top:0px #fff solid;}

/* remove all the bullets, borders and padding from the default list styling   bg color for main menu buttons*/
.menu ul {padding:0;margin:0;list-style-type:none; height:3em; background:#979897;}

/* style the sub-level lists */
.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:3em;line-height:3em;}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto; line-height:1em;}

/* style the links for the top level bg color for top menu buttons */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1.2em;text-decoration:none;color:#0a1a5b;background:#979897;padding:0 1em 0 1em; border-left:1px solid #eee; border-right:1px solid #000;}





/* style the sub level links bg color for secondary menu */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#c1c3c1; color:#000;width:14em;height:100%;font-size:95%;line-height:1em; padding:0.5em 1em;border-bottom:1px #333 solid;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:16em; width:14em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:-1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#a2a3a2;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c1c3c1;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#a2a3a2;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#c1c3c1;}
/* style the level hovers */
/* first */
* html .menu a:hover {color:#000;background:#c1c3c1; position:relative; z-index:100;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#000;background:#c1c3c1;}






/* second */
* html .menu ul ul a:hover{color:#000;background:#a2a3a2; position:relative; z-index:110;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#000;background:#a2a3a2;}


/* third */
* html .menu ul ul ul a:hover {background:#c1c3c1; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#c1c3c1;}



/* fourth */
.menu ul ul ul ul a:hover {background:#c1c3c1; position:relative; z-index:130;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:2.5em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:12em;top:0;width:14em;}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(gif/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}


.btmnav {
    border-top:1px #000 solid
}
.navbar ul.mod{background-color:#f0f0f0}

.navbar a {
	color: black;
}

/* Navbar header. */

.navbar h2 {
    font-size: 13px;
    font-weight: bold;
	color: white;
	width: 190px;
	float: left;
	clear: left;
    background-color: #878C90;
	padding: 7px 5px 0 5px;
    margin: 0 10px 0 0;
    text-align:right;
}


.rounded_bottom {
	background-image: url(http://www.hackthatphone.com/gif/rounded_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 885px;
	margin: 0 auto;
}

.step {

	font-size:24pt;
	font-family:Eurostile, Andale Mono, Verdana;
	font-weight:700;
	background: url(gif/dot.gif) repeat-x 0px 25px;	
}
