@charset "utf-8";

/* 
CSS Code for: Listening Mothers - Israel (http://listeningmothersisrael.com)
Author: Yael Maritz (yael.maritz@gmail.com)
*/

/* 

General Styles (Arranged alphabetically)
----------------------------------------

*/

a:link {
	text-decoration: none;
	color: #3300cc;
}
a:visited {
	text-decoration: none;
	color: #3300cc;
}
a:hover {
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #3300cc;
}

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	min-width: 600 px;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p { margin-top: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}

/* 

Classes (Arranged alphabetically)
---------------------------------

*/

.bolded {
	color: #330066;
	font-weight: bold;
}

.bottom_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #330066;
	background-color: d8bdf3;
	margin: auto;
	padding: 10px;
	clear: both;
	float: none;
	height: auto;
	width: 620px;
	border: thin solid #5c3683;
	overflow: visible;
	position: relative;
	top: 40px;
	left: auto;
	bottom: 100px;
	text-align: center;
}

.choose {
	color: #FFFFFF;
	font-weight: bold;
}
.browser_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.font_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-style: normal;
	line-height: 20px;
	color: #000000;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #330066;
	background-color: d8bdf3;
	margin: auto;
	padding: 50px;
	clear: both;
	float: none;
	height: auto;
	width: 660px;
	border: double #5c3683;
	overflow: inherit;
	position: relative;
	top: 20px;
	left: auto;
	right: auto;
	margin-left: auto;
}

.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #330066;
}

.push_up {
	margin: auto;
	clear: both;
	float: none;
	height: 50px;
	width: 10px;
	overflow: hidden;
	position: relative;
	top: 80px;
	left: auto;
}
/* 

ID's (Arranged alphabetically)
------------------------------

*/

/* Nav Bar Code Starts Here*/
#navcontainer {
	width: 530px;
	margin-left:auto;
	margin-right: auto;
	font-weight: bold;
	padding: 0;
	text-align: center;
}

#navcontainer ul {
	border: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	float: left;
}

#navcontainer ul li a {
	background: #306;
	border-top: 1px solid #d8bdf3;
	border-left: 1px solid #d8bdf3;
	border-bottom: 1px solid #d8bdf3;
	border-right: none;
	padding: 5px 6px 5px 6px;
	margin: 0 1px 10px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
}

#navcontainer ul li a:hover{
color: #000;
background: #bd9ae1;
}
/* Nav Bar Code Ends Here*/