/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*-------------------------------------------------------------- SET UP DEFAULTS*/

html, body {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 100.02%;
}

#wrapper {
	height: auto;
	width: 100%;
	margin: 0 auto 0 auto;
	position: absolute;
	left: 0;
	top: 0;
}

#container {
	height: auto;
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	position: relative;
	text-align: justify;
}

/*-------------------------------------------------------------- LINKS*/
a:link, a:visited, a:active { 
	color: #af3886; 
	text-decoration: none;
	outline: none;
}

a:hover { 
	color: #000000; 
	text-decoration: underline;
}

:focus {
	-moz-outline-style: none;
}

a img {
    border: 0;
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------------------- HEADINGS & PARAGRAPHS*/
p {
	line-height: 18px;
}

h1 {
	font-size: 22px;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #6d0b3f;
	text-align: right;
}

h2 {
	font-size: 18px;
	margin-top: 15px;
	color: #6d0b3f;
	padding-bottom: 2px;
	border-bottom: 1px solid #6d0b3f;
}

h3 {
	font-size: 16px;
	margin-top: 10px;
	color: #b6468f;
}

h4 {
	border: 1px solid #dedede;
	background-color: #f5f5f5;
	padding: 5px;
	margin: 11px 0 11px 0;
	line-height: 18px;
	font-weight: normal;
	font-size: 11px;
}

td h3 {
	color: #FFF;
	font-size: 15px;
	margin-top: 0px;
}

td h4 {
	color: #FFF;
	background: none;
	border: none;
	padding-left: 0px;
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
}

.myform h4 {
	border: none;
	background: none;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

/*-------------------------------------------------------------- LISTS*/
#content li, #right li, #main li, #tooltip li {
	list-style-image: url(../images/li.gif);
	line-height: 18px;
}

/*-------------------------------------------------------------- TABLES*/
table {
	margin-top: 10px;
	clear: both;
}

table.steps td {
	text-align: center;
}

.disabled {
	background: #CCCCCC;
	border: 1px solid #999999;
	color: #333;
}

label.error {
	color: #990000;
	font-style: italic;
	margin-left: 10px;
}

th {
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	background: url(../images/th.gif) repeat-x top #050506;
	font-size: 12px;
}

th:hover {
	background: url(../images/th_hover.gif) repeat-x top #1f1f1f;
}

th a:hover {
	color: #FFF;
}

tr {

}

td, .myform td td {
	color: #FFFFFF;
	padding: 5px;
	background: url(../images/td.gif) repeat-x top #a23e81;
}

#content .browse_sitters td {
	padding: 2px;
	margin: 0px;
	border-right: 1px solid #b9609b;
	border-bottom: 1px solid #b9609b;
}

#content .browse_sitters img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#content .browse_sitters img {
	width: 53px;
}

.notavailable {
	background: url(../images/quick_a.gif) repeat-x top #ececec;
}

.notavailable:hover {
	background: none;
}

.available {
	background: url(../images/td.gif) repeat-x top #a23e81;
}	

td:hover, .myform td td:hover {
	background: url(../images/td_hover.gif) repeat-x top #ad538e;
}

/*-------------------------------------------------------------- FORMS*/
input, select, textarea {
	padding: 3px;
	border: 1px solid #a7347f;
	background: url(../images/td.gif) repeat-x top #a33e81;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}

.calendarbutton {
	margin: 0px;
	margin-right: 15px;
	font-weight: bold;
	float: left;
}

.calendarbutton:hover {
	cursor: pointer;
	border: 1px solid #a33e81;
	background: #a7347f;
}

.events h2 {
	border: none;
	color: #000000;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

.events h3 {
	margin: 0px; 
	float: right;
}

#right form {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#right input {
	padding: 5px;
	font-size: 12px;
}

#right input:hover, #right input:active, #right input:focus {
	background: #cdd645;
	border: 1px solid #b2bb31;
	color: #000000;
}

#right input.bigbutton {
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
}

#right input.bigbutton:hover {
	cursor: pointer;
}

.inputbutton {
	font-weight: bold;
}

.inputbutton:hover {
	background: #922d6f;
	cursor: pointer;
}

input {

}

select {

}

textarea {

}

.boldme {
	font-weight: bold;
}

.nobackground {
	background: none;
	border: none;
}

/*-------------------------------------------------------------- MY DIVS*/
#logo {
	background: url(../images/logo.jpg) no-repeat;
	width: 292px;
	height: 77px;
	float: left;
}

#login {
	float: right;
	width: 400px;
	margin-top: 30px;
	text-align: right;
	margin-right: 10px;
}

#login form {
	margin: 0px;
	padding: 0px;
	width: 350px;
	text-align: right;
}

#nav {
	height: 45px;
	background: url(../images/navigation.jpg) no-repeat;
	z-index: 1000 !important;
	position: absolute;
	clear: both;
	top: 77px;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 780px;
	padding-top: 8px;
	padding-left: 22px;
	height: 60px;
	clear: both;
	margin-bottom: 6px;
}

ul#nav {
	left: 50%;
	margin-left: -390px;
}

#nav a {
	display: block;
	cursor: pointer;
	padding: 13px;
	padding-left: 31px;
	padding-right: 31px;
	padding-bottom: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-left: 1px solid #bc5d9d;
	border-right: 1px solid #923973;
}

#nav a:hover,
#home .home, #child-care .child-care, #frail-care .frail-care, #home-care .home-care, #useful-info .useful-info, #contact .contact {
	color: #FFF;
	background: url(../images/hover.gif) repeat-x top #680a3d;
}

#nav li a.contact {
	border-right: none;
}

#nav li a.home {
	border-left: none;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}

#nav ul {
	position: absolute;
	display: none;
	width: 154px;
	top: 43px;
	padding: 0px;
	margin: 0px;
}

#nav li ul a {
	width: 140px;
	padding: 7px;
	height: auto;
	float: left;
	font-size: 11px;
	letter-spacing: normal;
	font-weight: normal;
	background: url(../images/menuitem.gif) repeat-x top #ad3785;
}

#nav li ul a:hover {
	background: url(../images/hover.gif) repeat-x top #680a3d;
}

#nav ul ul {
	top: 0px;
}	

#nav li ul ul {
	left: 156px;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

#main, #main_large {
	width: 494px;
	min-height: 500px;
	float: left;
	padding: 0px;
	padding-top: 70px;
}

#home #main, #home #right {
	padding-top: 0px;
}

#main_large {
	width: 760px;
	margin-left: 10px;
}

#right {
	width: 266px;
	min-height: 500px;
	float: right;
	padding-top: 53px;
}

#quicklinks, #quicklinks li {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
}

#quicklinks {
	margin: 0px;
	margin-left: 20px;
}

#quicklinks li {
	list-style-type: none;
}

#quicklinks a {
	width: 194px;
	height: 29px;
	background: url(../images/quicklink.jpg) no-repeat left #9d3674;
	display: block;
	clear: both;
	text-decoration: none;
	color: #FFF;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	text-align: left;
	line-height: 12px;
}

#quicklinks a:hover, #quicklinks li.thispage a {
	background-position: right;
	background-color: #bac337;
	color: #000;
}

.noback {
	background: none;
	border: none;
}

.hidden {
	display: none;
}

a.btn {
	width: 143px;
	height: 35px;
	background: url(../images/btn.jpg) no-repeat left;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin: 10px;
	text-align: center;
	margin-left: 0px;
	padding-top: 18px;
}

a.btn:hover {
	background-position: right;	
	cursor: pointer;
}

.userinput, .myform td, td.eventdate, #comments td, #formplugin td {
	color: #333333;
	padding: 10px;
	text-align: left;
	background: url(../images/quick_a.gif) repeat-x top #ececec;
}

a.eventdate:link, a.eventdate:visited, a.eventdate:active {
	background: url(../images/quick_a.gif) repeat-x top #ececec;
	display: block;
	height: 100%;
	width: 100%;
}

a.eventdate:hover {
	text-decoration: none;
}

td.today {
	color: #FFF:
}

.userinput h3, .myform td h3, #comments td h3, #formplugin td h3,
.userinput h4, .myform td h4, #comments td h4, #formplugin td h4 {
	color: #b6468f;
}

.myform, .removePadMar {
	margin: 0px;
	padding: 0px;
}

.userinput:hover, .myform td:hover {
	background: url(../images/quick_a.gif) repeat-x top #ececec;
}

a.addbtn_1, a.addbtn_2, a.addbtn_3, a.addbtn_4, a.addbtn_5 {
	font-size: 14px;
	text-decoration: none;
	color: #6d0b3f;
	font-weight: bold;
	padding: 3px;
}

a.addbtn_1:hover, a.addbtn_2:hover, a.addbtn_3:hover, a.addbtn_4:hover, a.addbtn_5:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #6d0b3f;
	color: #FFF;
}

.myform label {
	margin-right: 20px;
}

#quicklinks ul a:hover {
	color: #FFFFFF;
	background: url(../images/hover.gif) repeat-x top #680a3d;
}

#quicklinks img {
	margin: 0px;
	padding: 0px;
}

#quick form {
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#right h3 {
	padding-top: 0px;
	margin-top: 0px;
}

#lookingfor li {
	float: left;
	margin-right: 25px;
}

ul#lookingfor {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

#btn_aupairs a {
	width: 87px;
	height: 31px;
	background: url(../images/btn_aupairs.gif) no-repeat left;
	display: block;
	float: left;
}

#btn_babysitters a {
	width: 88px;
	height: 31px;
	background: url(../images/btn_babysitters.gif) no-repeat left;
	display: block;
	float: left;
}

#btn_housesitters a {
	width: 87px;
	height: 31px;
	background: url(../images/btn_housesitters.gif) no-repeat left;
	display: block;
	float: left;
}

#btn_aupairs a:hover, #btn_babysitters a:hover, #btn_housesitters a:hover {
	background-position: right;
}

#ul_aupairs {
	display: block;
}

#ul_babysitters {
	display: none;
}

#ul_housesitters {
	display: none;
}

#right h2, h2.bookthissitter {
	width: 220px;
	height: 23px;
	padding: 15px;
	padding-left: 20px;
	background: url(../images/right_h2.gif) no-repeat;
	margin-top: 20px;
	margin-bottom: 10px;
	border: none;
	font-size: 16px;
}

#right h2.h2_info {
	background-image: url(../images/right_h2_info.gif);
}

#right h2.h2_search {
	background-image: url(../images/right_h2_search.gif);
}

#right h2.h2_courses {
	background-image: url(../images/right_h2_courses.gif);
}

#right h2.h2_link {
	background-image: url(../images/right_h2_link.gif);
}

#right h2.h2_subscribe {
	background-image: url(../images/right_h2_subscribe.gif);
}

#right h2 a:hover, h2.bookthissitter a:hover {
	text-decoration: none;
}

#interview ul, #interview li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

#interview ul {
	padding-top: 4px;
}

/*-------------------------------------------------------------- MY DIVS*/
#footer {
	background: url(../images/footer.jpg);
	width: 780px;
	height: 60px;
	clear: both;
	margin: 20px auto;
}

#footer_left, #footer_right {
	float: left;
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
	height: 30px;
	color: #dadada;
}

#footer_left {
	width: 61%;
}

#footer_right {
	width: 23%;
	float: right;
	text-align: right;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding-right: 19px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dashed #FFFFFF;

}

#log_res {
	border: 1px solid #dedede;
	background-color: #f5f5f5;
	padding: 5px;
	margin: 11px 0 11px 0;
	line-height: 18px;
	font-weight: normal;
	font-size: 11px;
}

#log_res.ajax-loading {
	background: url(../images/spinner.gif) no-repeat center;
	height: 50px;
}

#content img {
	padding: 8px;
	border: 1px solid #CFCFCF;
	margin: 10px;
}

#result, #files {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	display: none;
}

#book-a-sitter #result {
	margin: 0px;
}

.whitetable td {
	background: none;
	border: none;
	color: #000000;
}

#fullprofile td {
	width: 50%;
}

#fullprofile .autotds td {
	width: auto;
}

#breadcrumbs {
	background-color: #FAFAFA;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 10px;
	margin-top: 10px;
}

td h3.apply {
	margin: 0px;
	padding: 0px;
}

td h3.apply a {
	color: #FFFFFF;
}

td h3.apply a:hover {
	text-decoration: none;
	color: #000;
}

#content img.header {
	border: none;
	padding: 0px;
	margin: 0px;
}

/*-------------------------------------------------------------- BROWSER*/

#browser {
	width: 762px;
	height: 170px;
	padding-top: 70px;
	margin: 0px auto;
	clear: both;
	margin-bottom: 70px;
}

#browser_main {
	width: 500px;
	height: 240px;
	float: left;
	z-index: 1;
}

#browser_sub, #browser_last {
	width: 500px;
	height: 240px;
	float: left;
	background: url(../images/browser_sub.jpg) no-repeat top left #f7f7f7;
	display: none;
}

#browser_last {
	display: block;
}

#browser_menu {
	width: 258px;
	height: 240px;
	float: right;
}

a.browser_button:link, a.browser_button:visited, a.browser_button:active {
	width: 238px;
	height: 70px;
	background: url(../images/browser_button.jpg) no-repeat center #9d3674;
	display: block;
	clear: both;
	text-decoration: none;
	color: #FFF;
	padding: 5px 10px;
}

a.browser_button:hover {
	background-position: left;
	background-color: #bac337;
}

#browser #browser_menu a.activebutton {
	background-position: right;
}

#browser #browser_menu a.activebutton h2 {
	color: #000000;
}

#browser #browser_menu a.activebutton p {
	color: #787878;
}

#browser h2 {
	padding: 0px;
	margin: 0px;
	border: none;
	color: #FFF;
	font-family: "Gill Sans MT", "Gill Sans", "GillSans", Helvetica, Arial, Helvetica, sans-serif;
	font-size: 24px;
	width: 200px;
}

#browser_sub h2 {
	margin-bottom: 10px;
}

#browser p {
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 220px;
}

#browser li {
	list-style-image: url(../images/li.gif);
	line-height: 18px;
}

.browser_box {
	display: block;
	padding: 15px;
	float: left;
	width: 230px;
	text-align: left;
	padding-right: 5px;
}

.browser_box ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

.browser_box h3 {
	margin-top: 0px;
}

.browser_box ul a:link {
	color: #666666;
	text-align: left;
}

.browser_box ul a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}

.catlink {
	font-size: 12px;
}

#tooltip { 
	color: #FFF; 
	position: absolute;
	z-index: 1000;
	background-color: #FFF;
	width: 200px;
	border: 1px solid #CCC;
	display: none;
	padding: 5px;
	text-align: left;
} 

#tooltip h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}

#tooltip p {
	font-size: 11px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #000;
}

#tooltip ul {
	padding-left: 20px;
}

#viewday {
}

#viewday table {
	float: left;
	clear: none;
	margin: 5px;
	border: 1px solid #CCC;
}

#right h2.h2-get-a-quote {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 251px;
	height: 87px;
	margin-top: 20px;
}

h2.h2-get-a-quote a.get-a-quote {
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
	display: block;
	width: 251px;
	height: 87px;
	background: url(../../images/quote-for-hiring-an-au-pair-with-sitters4u.gif) left;
}

h2.h2-get-a-quote a.get-a-quote:hover {
	background-position: right;	
}