/* ------------------------- *
 *  nannies.css
 *
 *  Stylesheet for exclusivelynannies.com
 *  R.W.Piper, 2006-09-05
 * ------------------------- */
 
/* ------------------------- *
 *  Basic Element Styling
 * ------------------------- */
body {
	background-color: #fff;

	padding: 0px;
	margin: 0px;
	
	color: #ffffff;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #ffffff;
	
}
a:hover {
	color: #dcd2b4;
	text-decoration: none;
}
img {
	border: none;
	
	padding: 0px;
	margin: 0px;
}
h1 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	
	color: #e8e8e8;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
}
h2 {
	padding: 0px;
	margin: 15px 0px 5px 0px;
	
	color: #e8e8e8;
	font-size: 10pt;
	font-weight: bold;
}
p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
p:last-child {
	margin: 0px;
}
label {
	font-weight: bold;
}
input, select, textarea {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input, textarea {
	padding: 2px 1px 0px 1px;
}
textarea {
	overflow: auto;
	display: block;
}
form {
	margin: 0px;
	padding: 0px;
}
table {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	
	margin: 5px auto;
}
tr {
	background-color: #405b93;
}
tr.odd {
	background-color: #253a65;
}
th {
	background-color: #011237;
	
	padding: 5px 10px 5px 10px;
	
	text-align: left;
	vertical-align: bottom;
}
td {
	padding: 4px 8px 4px 8px;
}

.container {
    width: 864px;
    display: block;
    margin: 0 auto;  
    background-color: #5b8fc9;  
}

.clear {clear: both;}

/* ------------------------- *
 *  Generic Classes
 * ------------------------- */
 

.homeLinks {
    display: block;  
    float: left;  
    width: 120px;
}

.homeLinks img {
    display: block;
    margin-bottom: 5px;
} 

.subNav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    }
 
.subNav a {
   font-size: 12px;
   color: #fff;
   font-weight: bold;
   text-decoration: none; 
} 

.subNav a.selected {text-decoration: underline;}

.subNav a.selected:hover, .subNav a.selected:active {
   color: #fff;
   text-decoration: underline;
}

.subNav a:hover, .subNav a:active {
   color: #a4cfff;
   text-decoration: underline;
}

.subNav ul {
    padding: 0;
    margin: 0;
}

.subNav li {
    list-style-type: none;
    float: left;
    list-style-position: inside;
} 
 
img.sectionImage {
    position: absolute;
    display: block;   
    top: 20px;
    left: 20px;
}
 
.center {
	text-align: center;
	width: 765px;
	margin: 0 auto;
}
.light {
	background-color: #5B8FC9 !important;
}
.dark {
	background-color: #5B8FC9 !important;
}

.pane {
	background-color: #5B8FC9;
	margin: 0 0 10px 188px;
	position: relative;
	width: 663px;
	min-height: 150px;
}

.pane table {
    margin-left: 0px;    
}

.pink, .blue, .white {
	background-repeat: no-repeat;
	background-position: 0px 1px;
	
	padding: 0px 0px 0px 20px;
}
.pink {
	background-image: url('../images/controls/bulletPink.jpg');
}
.blue {
	background-image: url('../images/controls/bulletBlue.jpg');
}
.white {
	background-image: url('../images/controls/bulletWhite.jpg');
}
a.pink, a.blue {
	margin: 0px 0px 5px 0px;

	display: block;
}

.control {
	margin: 15px 0px 15px 0px;

	position: relative;
}
.control input, .control select {
	position: absolute;
	left: 135px;
	top: -3px;
}
p.control textarea, p.control .textarea {
	position: static;
	margin: 5px 0px 0px 0px;
	width: 100%;
}

.buttonStrip {
	display: block;
	margin-top: 10px;
	
	text-align: right;
}
.buttonStrip input {
	padding: 4px 8px 4px 8px;
}

.rowButton {
	padding: 0px 5px 0px 20px;
	
	position: relative;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.rowButton img {
	position: absolute;
	left: 0px;
	top: -1px;
}

.error {
	border: 1px solid #303030;
	background-color: #585858;
	
	padding: 5px 10px 5px 10px;
	
	color: #cdbd91;
	font-weight: bold;
}



/* ------------------------- *
 *  Site Layout
 * ------------------------- */
#document {
	background-image: url('../images/backgrounds/bar.jpg');
	background-repeat: repeat-x;
	
	position: relative;
	min-width: 800px;
	
	padding: 0px;
	margin: 0px 135px 0px 135px;
}
#bearLeft {
	background-image: url('../images/layout/bearLeft2.jpg');
	background-repeat: no-repeat;
	
	position: absolute;
	width: 135px;
	height: 615px;
	left: -135px;
}
#bearRight {
	background-image: url('../images/layout/bearRight.jpg');
	background-repeat: no-repeat;
	
	position: absolute;
	width: 280px;
	height: 800px;
	left: 680px;
}
#header {
	width: 864px;	
	margin: 0px;	
	text-align: center;
	background-color: #fff;
}
#nav img {
	/*padding-left: 10px;*/
}
#content {
	position: relative;
	width: 864px;
	padding-top: 20px;
}
#footer {
	width: 720px;
	margin: 0 auto;
	padding: 25px 0px 20px 0px;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer hr {
	width: 500px;

	margin: 0px auto 10px auto;
}
#adminControls {
	font-size: 8pt;
}
#adminControls a {
	margin-left: 20px;

	font-weight: bold;
}
#menu {
	position: absolute;
	left: -125px;
	top: 0px;
	width: 125px;
}
#menu img {
	display: block;
	margin: 0px 0px 5px 0px;
}



/* ------------------------- *
 *  Page Specific Layout
 * ------------------------- */
 
/* default.asp */
#links img {
	padding: 0px 10px 0px 10px;	
}
#description {
	background-color: #112652;

	width: 600px;
	
	padding: 12px;
	margin: 20px auto 0px auto;
	
	font-size: 9pt;
	font-weight: bold;
}

/* jobs.asp */
#vacanciesButton {
	position: absolute;
	right: 190px;
	top: 50px;
	width: 158px;
}
#vacanciesButton img {
	display: block;
	margin: 0px auto;
}


/* ------------------------- *
 *  Table Columns
 * ------------------------- */
.columnUser {
	width: 150px;
}
.columnOptions {
	text-align: right;
}
.columnDescription {
	width: 280px;
}
.columnSalary {
	width: 110px;
}
.columnLocation {
	width: 90px;
}


/* ------------------------- *
 *  Fields
 * ------------------------- */
#username {
	width: 100px;
}
#password, #password2 {
	width: 150px;
}
#jobLocation {
	width: 90px;
}
#jobSalary {
	width: 110px;
}

.horBar {
    width: 864px;
    display: block;
    background: url("../images/img_bar.gif") repeat-x 0 0;
    height: 12px;
}

.helpfulLinks {text-align: center;}

.helpfulLinks * {display: block;}

.helpfulLinks img {margin: 0 auto 10px auto;}

#info {background:#f8f8f8; border:0;}

/* ================================================================ 
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_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:864px; height:46px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:864px; w\idth:864px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:108px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:108px; height:46px; border: none; background:#09c; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:108px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#5f7ab2;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#7697da ;}
.menu ul ul :hover > a.drop {background:#7697da;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* 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:46px;left:0; width:149px;z-index:1000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#5f7ab2; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#7697da;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#7697da;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu 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;}

