/* THE MAIN STYLE SHEET FOR THE TECH LAB WEBSITE */


body {
	margin: 0px;
	background: #dcddde;
	background-image: url(/files/css/tlw_bgStrip.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.4em;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	color: #e7b721;
	font-weight: bold;
}

p, ul, ol {
	font-size: 12px;
	color: #333333;
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #de751c;
}

a:hover {
	background: none;
	color: #000;
	text-decoration: underline;
}

/* Header */

#header {
	width: 1020px;
	height: 95px;
	margin: 30px auto 0 auto;
}

/* Log In */

#login {
	float: right;
	margin-top: -25px;
}

#login a {
	color: #FFF;
}

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

#login a:visited {
	color: #FFF;
        text-decoration: none;
}

/* Logo */

#logo { clear: both; float: left; margin: -5px 0 0 20px; }

/* Search */

#search { width: auto; position: relative; float: right; margin: 20px -8px 0 0; }
#search fieldset { border: none;}
#s {
	width: 100px;
	height: 19px;
	margin-right: 2px;
	padding: 7px 3px 0px 7px;
	border: 1px solid #FFF;
}

#x {
	height: 28px;
	padding: 3px;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #939598;
	color: #FFF;
	background: #939598;
	vertical-align: bottom;
}

/* Menu */

#menu { width: auto; height: 30px; float: left; position: relative; text-align: left; margin: 10px 0 0 35px; }

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
	border: 1px solid #de751c;
	border-width: 1px;
}

#menu a:hover {
	background: #FFFFFF;
}

#menu li.top {
	float: left;
	position: relative;
}

#menu li.top ul {
	border-bottom: 1px solid #de751c;
	left: -1000em;
	padding: 0;
	position: absolute;
	margin-left: 5px;
	top: 2.1em;
	width: 200px;
	z-index: 50;
}


#menu li.top ul a {
	background: #DADADA;
	border-bottom-width: 0;
	font-size: 11px;
	float: none;
	margin: 0;
	text-transform: none;
}

#menu li.top li {
	display: block;
}

#menu li.top:hover ul,
#menu li.ie-hover ul {
	left: 0;
}

#menu li.top:hover a.top,
#menu li.ie-hover a.top,
#menu li.top ul a:hover {
	background: #FFF;
}

* html #menu li.top li,
* html #menu li.top li a {
	height: 1%;
}

#menu .active a {
}


/* Wrapper */

#wrapper {
	width: 1020px;
	margin: -30px auto 0 auto;
}


/* Page */

#page_home {
	width: 1020px;
	margin: 0 auto;
	padding-top: 0px;
}

#page_main {
	width: 1020px;
	margin: 0 auto;
	padding-top: 30px;
}

#page_demo {
	width: 1020px;
	margin: 0 auto;
	padding-top: 30px;
}


/* Footer */

#footer {
	width: 1020px;
	margin: 0 auto;
	padding: 10px 0;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D6969B;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #D6969B;
}