/* DEFAULTS & GLOBALS */

html {
	height: 100%;
	margin-bottom: 1px;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	background: white url("../images/background_content.gif") left top repeat-y;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
	}

a {
	text-decoration: none;
	color: #546C91;
	outline: none;
	}
a:hover { color: #FF6600; }
a:active { color: #546C91; }

h4 {
	margin: 0 0 1em 0;
	font-size: 12px;
	color: #222D4A;
	}
p {
	margin: 0 0 1em 0;
	line-height: 1.3em;
	color: #242524;
	}

.notext {
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	}
.nodisplay {
	display: none;
	}


/* LAYOUT */

div#container {
	width: 100%;
	background: url("../images/background_page.gif") left top repeat-x;
	text-align: left;
	overflow: hidden;
	}
/*
a#logo {
	position: absolute;
	top: 17px;
	left: 15px;
	}

img#zebra {
	position: absolute;
	top: 17px;
	right: 106px;
	}
*/
ul#mainmenu {
	position: absolute;
	top: 56px;
	left: 5px;
	list-style: none;
	overflow: hidden;
	}
ul#mainmenu li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0 15px 0 0;
	background: url("../images/mainmenu_spacer.gif") right 4px no-repeat;
	}
ul#mainmenu li#last {
	padding: 0;
	background: none;
	}
ul#mainmenu li a {
	padding: 0 5px;
	background: white;
	font-size: 8pt;
	color: #052A56;
	}
ul#mainmenu li a:hover {
	color: #ff8403;
	}

img#header {
	position: absolute;
	top: 79px;
	left: 0;
	}

div#content {
	margin: 0;
	padding: 198px 0 0 0;
	width: 950px;
	overflow: hidden;
	}

ul#submenu {
	float: left;
	width: 193px;
	margin: 15px 0 0 0;
	border-top: 1px solid #647495;
	list-style: none;
	}
ul#submenu li {
	border-bottom: 1px solid #647495;
	}
ul#submenu li a {
	display: block;
	padding-left: 10px;
	line-height: 38px;
	font-weight: bold;
	color: white;
	}
ul#submenu li a.active {
	background: #326dce;
	}
ul#submenu li a span {
	padding: 0 0 0 10px;
	}
ul#submenu li a:hover {
	background: #ff8403;
	}
ul#submenu li a:active {
	background: #bd6100;
	}

div#text {
	float: left;
	}

div#right_column {
	float: left;
	width: 263px;
	}

div#quote {
	padding: 60px 0 0 0;
	}
div#quote h2 {
	margin: 0 0 0 10px;
	font-size: 8.5pt;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	}
div#quote h3 {
	margin: 10px 0 0 175px;
	font-size: 8.5pt;
	font-weight: normal;
	font-style: italic;
	}


/* SUCCESS STORIES / AVAILABLE POSITION LARGE POPUPS */

div.popup {
	display: none;
	position: absolute;
	top: 175px;
	left: 30px;
	width: 550px;
	background: white;
	border: 2px solid #ff6713;
	z-index: 5;
	}
div.popup div.padding {
	padding: 15px 15px 10px 15px;
	}
/*
div#success_dave {
	padding-right: 235px;
	background: white url("../images/story_dave.jpg") right 15px no-repeat;
	}
div#success_patrick {
	padding-right: 235px;
	background: white url("../images/story_patrick.jpg") right 25px no-repeat;
	}
div#success_stacey {
	padding-right: 235px;
	background: white url("../images/story_stacey.jpg") right 15px no-repeat;
	}
div#success_steve {
	padding-right: 235px;
	background: white url("../images/story_steve.jpg") right 25px no-repeat;
	}
div#success_tiffany {
	padding-right: 235px;
	background: white url("../images/story_tiffany.jpg") right top no-repeat;
	}
div#success_jennifer {
	padding-right: 235px;
	background: white url("../images/story_jennifer.jpg") right 25px no-repeat;
	}
div#success_michelle {
	padding-right: 235px;
	background: white url("../images/story_michelle.jpg") right 25px no-repeat;
	}
*/
div.popup h2 {
	margin: 0 0 .25em 0;
	font-size: 12pt;
	color: #ff6713;
	}
div.popup h3 {
	margin: 0 0 .75em 0;
	font-size: 10pt;
	color: #0d477e;
	}
div.popup ul {
	margin: 0 0 15px 10px;
	padding: 0 0 0 10px;
	}

div.popup a.close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 3px 7px;
	border: 1px solid #ffe9dd;
	}
div.popup a.close:hover {
	background: #ff6713;
	color: white;
	}
div.popup a.close:active {
	background: #0d477e;
	border: 1px solid #0d477e;
	color: white;
	}

/* SMALL MENU POPUPS */

img#successImage {
	cursor: pointer;
	}

img#availablePositions {
	margin: 10px 0 0 0;
	cursor: pointer;
	}

.popupMenu {
	display: none;
	position: absolute;
	padding: 5px 0 8px;
	background: #f28320;
	color: white;
	list-style: none;
	}
.popupMenu a { color: white; }
.popupMenu a:hover { color: black; }

ul#popupPositions {
	left: 555px;
	width: 343px;
	}
/*
ul#popupSuccess {
	top: 220px;
	left: 577px;
	width: 254px;
	}
*/




/* FTP LOGIN */
div#mainLogin {
	position:absolute;
	top: 198px;
	left: 5px;
	padding: 0;
	width:250px;
	clear: none;
	}


/* ZAC'S SCREWUPS */

div#submit_location {
	margin: 5px 0 15px;
	padding: 7px 10px;
	width: 200px;
	background: #e2e8ed;
	border: 1px solid #c4d0db;
	overflow: hidden;
	}
div#submit_location table tr td input {
	float: left;
	margin: 0 3px 0 0;
	}
div#submit_location table tr td label {
	float: left;
	margin: 3px 0 0;
	width: 65px;
	text-align: left;
	}
div#submit_location table tr td {
	width: 200px;
	overflow: hidden;
	}




INPUT,SELECT,TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
}
INPUT,TEXTAREA {
	margin:2px;
	padding:2px;
}
SELECT {
	margin:2px;
	padding:0px;
	z-index:2;
}
FORM {
	padding:0px;
	margin:0px;
}
LABEL {
	float:left;
	width:30%;
	margin-right:0.5em;
	margin-top: 5px;
	text-align:right;
	font-weight:bold;
	overflow:hidden;
	font: bold 100% Arial,sans-serif;
	font-size:10px;
	color: #334d55;
}
FIELDSET { 
	border:1px solid #1E2E6B;
	background-color:#EEEEEE;
	overflow:hidden;
	width:190px;
	padding:10px;
	clear:both;
}

#webAppLogin a:link {
	font-size:10px;
}
#webAppLogin a:visited {
	font-size:10px;
}
#webAppLogin a:active {
	font-size:10px;
}
#webAppLogin a:hover {
	font-size:10px;
}

#login {
	position:absolute;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	clear:none;
	top:213px;
}

.input{
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin:2px;
	width: 110px;
	background-color:#FFFFFF;
	border:1px solid #1E2E6B;
}
.input:focus{
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin:2px;
	width: 110px;
	background-color:#FFFFCF;
	border:1px solid #1E2E6B;
}

#main #form {
	height: 0;
	overflow: hidden;
	background-color: transparent;
	width:220px;
}