/*//////////////////////////
//     GLOBAL STYLES
//////////////////////////*/

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

body {
	background: url(images/bg.gif) #FFFFFF repeat-x top;
	color: #FFFFFF;
	font: 12px Arial, Verdana, Helvetica, Sans-Serif;
	padding: 0px 0 0;
	}

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

a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#page input, #page select, #page textarea {
	border: #999999 1px solid;
	font-size: 12px;
	padding: 4px;
	}

li {
	list-style: none;
	}
	
	
/*//////////////////////////
//     FORM STYLES
//////////////////////////*/

label.overlabel {
	text-align:left;
}

label.overlabel-apply {
	text-align:left;
	position:absolute;
	top: 2px;
	left:8px;
	z-index:1;
}

div.overlabel_container {
	position:relative;
}

label, #page input, #page select, #page textarea {
	/*display: block;*/
	width: 250px;
	float: left;
	margin-bottom: 10px;
	}
	
#page input.checkbox {
	width:auto;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:0px;
}
	
#page input, #page select, #page textarea {
	border: none;
	background: #27333A;
	padding: 3px 3px;
	color: #B1BFC4;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	}
	
#page input.button {
	background: #121a1e;
	color: #93A6AD;
	border: 0;
	padding: 6px 35px;
	width: auto;
	cursor: pointer;
	display: inline;
	}
	
label {
	text-align: right;
	width: 120px;
	padding: 4px 20px 0 0;
	}
	
label span {
	color: #81B5CA;
	}

br {
	clear: left;
	}
	
fieldset {
	padding: 20px;
	background: #1A252B;
	}
	
legend {
	background: #1F2C33;
	padding: 4px 8px;
	border-right: 1px solid #121A1E;
	border-bottom: 1px solid #121A1E;
	position: inherit;
	}
	

/*//////////////////////////
//     LAYOUT STYLES
//////////////////////////*/

#page {
	margin: 0 auto;
	width: 960px;
	}


/*//////////////////////////
//     HEADER STYLES
//////////////////////////*/

#header {
	background: url(images/header-bg.jpg) no-repeat top;
	height: 91px;
	}

#header a {
	background: url(images/hl-dot.gif) repeat-x bottom;
	}

#header a:hover {
	color: #ffffff;
	text-decoration: none;
	}


/*//////////////////////////
//     LOGO STYLES
//////////////////////////*/

#header h1 {
	float: left;
	text-indent: 20px;
	width: 346px;
	}
	
#header h1 a {
	background: none;
	display: block;
	height: 83px;
	}


/*//////////////////////////
//     ACCOUNT STYLES
//////////////////////////*/

.account {
	float: right;
	padding: 35px 4px 0 0;
	}
	
.account em {
	color: #ffffff;
	font-style: normal;
	}


/*//////////////////////////
//     NAVIGATION STYLES
//////////////////////////*/

#navigation {
	background: #000000;
	font-size: 12px;
	height: 35px;
	padding: 0 20px 0 0;
	}

#mainnav {
	float: left;
	font-weight: bold;
	height: 35px;
	position: relative;
	text-transform: uppercase;
	}
	
#mainnav li {
	float: left;
	line-height: 35px;
	}
	
#mainnav li a {
	background: none;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0 18px;
	}
	
#mainnav li a:hover,  #mainnav li.active a {
	background: #20333e;
	color: #ffffff;
	text-decoration: none;
	}
	
.subnav {
	float: right;
	}
	
.subnav li {
	float: left;
	line-height: 33px;
	margin: 0 0 0 35px;
	}
	
.subnav li a {
	background: url(images/hl-dot.gif) repeat-x bottom;
	}
	
.subnav li a:hover,  .subnav li.active a {
	color: #ffffff;
	text-decoration: none;
	}


/*//////////////////////////
//     MASTHEAD STYLES
//////////////////////////*/

#masthead {
	background: url(images/title-bg.jpg) no-repeat top;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 375px;
	min-height: 375px;
	padding: 15px 20px 7px 20px;
	color: #fff
	}
	
#masthead h2 {
	color: #FF9933;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 20px;
	}
	
#masthead p {
	font-size: 18px;
	line-height: 36px;
	margin: 0 0 25px;
	}
	
#masthead .col1 {
	background: url(images/officeseekmainimage.jpg) no-repeat top;
	height: 358px;
	}
	
#masthead .col2 {
	margin: 45px 0 0;
	}


/*//////////////////////////
//     COLUMNS STYLES
//////////////////////////*/

#columns {
	background: #1f2c33;
	clear: both;
	height: 1%;
	padding: 20px 20px 15px;
	}

#columns a {
	background: url(images/hl-dot.gif) repeat-x bottom;
	}

#columns h2, #columns h3 {
	background: #1a252b;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	}

#columns .col1 h2 {
	margin-left: -20px;
	position: relative;
	}

#columns .col1 strong.list {
color: #000000;
font-size: 14px;
background: #FFFFFF;
padding-left: 4px;
padding-right: 4px;
}	

#columns h3 {
	background: #161f25;
	margin: 0;
	}

#columns p {
	line-height: 20px;
	padding: 0 0 10px;
	}

.col1 {
	float: left;
	width: 553px;
	}

.col2 {
	float: right;
	width: 330px;
	}

.box {
	background: #1a252b;
	padding: 25px 20px 5px;
	}
	
.box ul {
	margin-bottom: 20px;
	}

.box ul li {
	padding: 8px 0 8px 23px;
	margin-left: 3px;
	}
	
/*/  APPLICATION LINKS (SIDEBAR)  /*/
		
.box ul li.dashboard             { background: url(images/icon_dashboard.gif) no-repeat left; }
.box ul li.manage-lists          { background: url(images/icon_managelists.gif) no-repeat left; }
.box ul li.manage-subscriptions  { background: url(images/icon_managesubscriptions.gif) no-repeat left; }
.box ul li.create-alert          { background: url(images/icon_createalert.gif) no-repeat left; }
.box ul li.list-directory        { background: url(images/icon_listdirectory.gif) no-repeat left; }
.box ul li.edit-profile          { background: url(images/icon_profile.gif) no-repeat left; }


/*//////////////////////////
//     LOGIN FORM STYLES
//////////////////////////*/

.login div {
	padding: 0 0 18px;
	}
	
.login input {
	width: 281px;
	}
	
.login .btn {
	background: #121a1e;
	border: 0;
	padding: 4px 35px;
	width: auto;
	cursor: pointer;
	}
	
a.btn-signup {
	background: #46555c;
	color: #fefefe;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	}
	
fieldset.login  {
	padding: 0;
	border: none;
	}



/*//////////////////////////
//     FOOTER STYLES
//////////////////////////*/

#footer {
background-color:#000000;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	height: 30px;
	padding: 15px 5px;
	}

#footer a {
	color: #75858d;
	text-decoration: underline;
	}


/*//////////////////////////
//     MISC. STYLES
//////////////////////////*/

.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
	}

.fl {
	float: left;
	}

.fr {
	float: right;
	}
	
.error-msg {
	text-align:center;
	color:#b51515;
	font-weight:bold;
	}
	
.success-msg {
	text-align:center;
	color:green;
	font-weight:bold;
}

div.right-container {
	float:right;
	position:relative;
}
div#map-wrap {
	width:920px;
}
div#map-wrap fieldset#zoom {
	width:920px;
	padding:10px 0px 10px 0px;
}
div#map-wrap input#zaddr {
	width:610px;
	margin-right:15px;
}
input
{
	padding:1px 1px 1px 1px;
}
div#map
{
	color:rgb(85,85,85);
}
div#map label, div#map input, div#map select, div#map textarea {
	float:none;
	width:auto;
	margin:auto;
	padding:0px;
    color:black;
	background-color:white;
}
div#map input.mtext, div#map textarea.mtext {
	border:inset threedface 2px;
    background-color:white;
}
div#map input.mbutton {
	border:outset buttonface 2px;
	background-color:buttonface;
}
