*{
	margin:0;
	padding:0;
}


body{
	background: url(/images/body_bg.jpg) repeat-x #FFFFFF;
}



#wrapper{
	width:800px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	line-height:150%;
	
}

/* ============ HEADER ==================== */

#header{
	width: 780px;
	height: 112px;
}

#header img{
	float:left;
}

#header #links{
	color:#ffffff;
	padding-top: 5px;
	text-align:right;
}

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

#header #links a:hover{
	text-decoration:none;
	color: #2F4763;
}

#header #login{
	padding-top: 42px;
	text-align:right;
}

#header #login h1{
	color: #8EC83E;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	text-align:left;
	margin-left: 499px;
}

#header #login form input.input_text{
	font-size: 11px;
	padding: 1px;
	width: 120px;
}



/* ============ NAVIGATION ==================== */

#nav{
		clear:both;
		margin-bottom: 15px;
}

#nav ul{
		display:block;
		margin:0;
		padding:0;
		height: 36px;
}
	
#nav ul li{
		list-style-type: none;
		float: left;
		margin:0;
		padding:0;
		height: 36px;
}

#nav ul li #howitworks{
		display:block;
		width:128px;
		height: 36px;
		background: url("/images/how_it_works.gif") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #findfamily{
		display:block;
		width: 118px;
		height: 36px;
		background: url("/images/find_a_family.gif") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #findaupair{
		display:block;
		width: 134px;
		height: 36px;
		background: url("/images/find_an_aupair.gif") 0 0 no-repeat;
		text-decoration: none;
}


#nav ul li #register{
		display:block;
		width:92px;
		height: 36px;
		background: url("/images/register.gif") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #forum{
		display:block;
		width:125px;
		height: 36px;
		background: url("/images/forum.gif") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #explore{
		display:block;
		width:203px;
		height: 36px;
		background: url("/images/explore.gif") 0 0 no-repeat;
		text-decoration: none;
}



#nav ul li #howitworks:hover, #nav ul li #findfamily:hover, #nav ul li #findaupair:hover, #nav ul li #register:hover, #nav ul li #forum:hover, #nav ul li #explore:hover{	
		background-position:  0 -36px;
}

#nav ul li a span{
	display:none;
}



/* ============ MAIN ==================== */


#main{
	clear:both;
}


#main p{
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 11px;
}


#main ul{

	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 4px;
	margin-left: 10px;
	font-size: 11px;
	
}

#main ul li{
	list-style-type:disc;
	

}


#main h1{
	font-size:16px;
	margin-bottom:5px;
	margin-top:10px;
	color: #D62794;
	padding-bottom:3px;
	border-bottom: 2px solid #42A7DD;
}

#main a{
	font-weight:bold;
	color: #134E79;
	text-decoration:none;
}

#main a:hover{
	font-weight:bold;
	color: #419BDD;
	text-decoration:none;
}

#main h2{
	font-size:13px;
	color: #D62794;
	margin-top:15px;
	text-transform:uppercase;
}


#main h3{
	font-size:12px;
	color: #42A7DD;
	font-weight:normal;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#main h4{
	font-size:13px;
	color: #2485CC;
	font-weight:bold;
	padding_left: 2px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #2485CC;
}


#main h5{
	font-size:13px;
	color: #FF0000;
	font-weight:bold;
	padding-bottom: 5px;
}

#main .button{
	text-transform:uppercase;
	color:#ffffff;
	font-size:11px;
	padding-left: 4px; 
	padding-right: 4px; 
	display:inline-block;
}

#main .button.green_button{
	background: url(/images/button_bg_green.gif) #8BC53F repeat-x;
	border: 1px solid #69962D;
}

#main .button a{
	font-weight:normal;
	color: #FFFFFF;
	text-decoration:none;
}

#main .button a:hover{
	font-weight:normal;
	color: #333333;
	text-decoration:none;
}

/* ============ BOXES ==================== */

#main #box{
	margin-bottom: 7px;
}

#main #box_top img, #main #box_bottom img{
	float:left;
}

#main #box #box_top_middle img{
	float:right;
}

#main #box #box_top_middle{
	height: 23px;
	float:left;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
	
	padding-top: 9px;
	padding-left: 10px;
}

#main #box #box_bottom_middle{
	height: 12px;
	float:left;
}


#main #box #box_middle #box_content{
	clear:both;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

/* ======================================== */

#main #box.small{
	width: 291px;
}

#main #box.small #box_content{
	width: 251px;
}


#main #box.small #box_top_middle{
	width: 261px;
}

#main #box.small #box_bottom_middle{
	width: 271px;
}



#main #box.medium{
	width: 476px;
}

#main #box.medium #box_middle{
	width: 476px;
}

#main #box.medium #box_content{
	width: 436px;
}



#main #box.medium #box_top_middle{
	width: 446px;
}

#main #box.medium #box_top_middle.plain{
	width: 456px;
}

#main #box.medium #box_bottom_middle{
	width: 456px;
}

#main #box.large{
	width: 781px;
}

#main #box.large #box_content{
	width: 741px;
}

#main #box.large #box_top_middle{
	width: 751px;
}

#main #box.large #box_bottom_middle{
	width: 761px;
}


/* ======================================== */

#main #box.blue #box_top_middle{
	background: url(/images/box_top_bg_blue.gif) repeat-x top left;
}


#main #box.blue #box_top_middle.plain{
	background: url(/images/box_top_bg_plain_blue.gif) repeat-x top left;
	height: 10px;
	padding:0;
}

#main #box.blue #box_bottom_middle{
	background: url(/images/box_bottom_blue.gif) repeat-x bottom left;
}

#main #box.blue.small #box_middle{
	background: url(/images/box_bg_blue.gif) repeat-y top left;
}

#main #box.blue.medium #box_middle{
	background: url(/images/box_bg_medium_blue.gif) repeat-y top left;
}

#main #box.blue.large #box_middle{
	background: url(/images/box_bg_large_blue.gif) repeat-y top left;
}


#main #box.pink #box_top_middle{
	background: url(/images/box_top_bg_pink.gif) repeat-x top left;
}


#main #box.pink #box_bottom_middle{
	background: url(/images/box_bottom_pink.gif) repeat-x bottom left;
}

#main #box.pink.small #box_middle{
	background: url(/images/box_bg_pink.gif) repeat-y top left;
}

#main #box.pink.large #box_middle{
	background: url(/images/box_bg_large_pink.gif) repeat-y top left;
}

#main #box.green #box_top_middle{
	background: url(/images/box_top_bg_green.gif) repeat-x top left;
}

#main #box.green #box_bottom_middle{
	background: url(/images/box_bottom_green.gif) repeat-x bottom left;
}

#main #box.green.small #box_middle{
	background: url(/images/box_bg_green.gif) repeat-y top left;
}

#main #box.green.large #box_middle{
	background: url(/images/box_bg_large_green.gif) repeat-y top left;
}

#main #box.green.medium #box_middle{
	background: url(/images/box_bg_medium_green.gif) repeat-y top left;
}


/* ======================================== */

#main #box .connect_box a{
	font-weight:normal;
	color: #E02C9B;
	
}

/* ============ SEARCH BOX ==================== */


#main #search_box{
	float:left;
	margin-right: 20px;
	width: 350px;
	margin-top: 7px;
}
	
#main #search_box #search_tab img{
	float:left;
}


#main #search_box #search_tab #search_tab_text{
	float:left;
	height: 17px;
	background-color: #F8F8F8;
	border-top: 1px solid #E6E6E6;
	padding: 3px;
	font-weight: bold;
	color: #42A7DD;
	
}

#main #search_box #search_main{
	clear:both;
	background-color: #F8F8F8;
	border: 1px solid #E6E6E6;
	padding: 10px;
	padding-top: 10px;

}

/* ============ FOOTER ======================== */

#footerwrapper{
	background: url(/images/footer_bg.jpg) repeat-x #2F4762;
	height: 297px;
}

#footer{
	clear:both;
	width: 800px;
	margin:auto;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#footer #footercolumn{
	float:left;
	width: 266px;
	height: 257px;
	line-height:150%;
}

#footer #footercolumn h1{
	margin-top: 10px;
	margin-bottom: 3px;
}

#footer #footercolumn p{
	margin-left: 2px;
}

#footer #footerend{
	clear:both;
	font-size:10px;
	padding-top: 10px;
}

#footer #footerend p{
	float:left;
	padding-right: 19px;
	padding-top: 7px;
	
}

#footer #footerend img{
	float:left;
	padding-right: 8px;
}

#footer #footerend a:hover{
	text-decoration:none;
	color:#7EC4E8;
}

#footer a{
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover{
	text-decoration:none;
	color:#2F4763;
}



/* ============ GENERAL ==================== */


.floatright{
	float:right;
	margin-top:5px;
	margin-left:5px;
}

.floatleft{
	float:left;
	margin-right:8px;
}


.imgborder{
	border: 3px solid #B9CADC;
}

.clear{
	clear:both;
}


/* ============ OTHER ==================== */

#main #twitter_update_list{
	margin:0;
	padding:0;
}


#main #twitter_update_list li{
	list-style-type:none;
}

#main form em{
	color: #ff0000;
}


#chatbox{
	width: 230px;
	position:fixed;
	display:none;
	bottom: 29px;
	right:50px;
	background: #E4E4E4;
	border-top: 1px solid #157CAF; 
	border-left: 1px solid #157CAF; 
	border-right: 1px solid #157CAF; 
	z-index: 99;
	
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-weight: bold;
}

#chatbox #box_top{
	padding: 4px;
	background: #42A7DD;
	font-weight: bold;
	line-height:150%;
	color: #ffffff;
	text-align:left;
}

#bottom_bar{
	
	width: 100%; 
	position:fixed; 
	bottom:0px; 
	
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-weight: bold;
	
	z-index: 98;
	
	
}

#bottom_bar_inner{
	margin:auto; 
	
	margin-left: 15px;
	margin-right: 15px;
	
	border-top: 1px solid #157CAF; 
	border-left: 1px solid #157CAF; 
	border-right: 1px solid #157CAF;
	background: url(/images/chat_bg.jpg) repeat-x #BCBCBC; 
	height: 25px; 
	
	padding-top: 4px;
}	


#bottom_bar_content{
	text-align: right; 
	padding-right: 50px;
	
}	


.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.5;
			opacity:.50;
			filter: alpha(opacity=50);
}

.alert_box {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 25%;
			height: 27%;
			padding: 16px;
			border: 5px solid #E52E9F;
			background-color: white;
			z-index:1002;
			overflow: auto;
			color: #333333;
			font-weight: bold;
			font-size: 12px;
}

#footer .alert_box a{
	color: #42A7DD;
	
}

#footer .alert_box h1{
	font-size: 20px;
}

#footer #footerend .alert_box p{
	float:none;
}


