@charset "UTF-8";

/*------------------------------------------------
		HTML5 GLOBAL BROWSER RESET
------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

nav ul {
    list-style-type:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*----------- END OF BROWSER RESET --------------*/


/*------------------------------------------------
		BEGIN SITE STYLES - TYPOGRAPHY
------------------------------------------------*/

body  {
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0;
	color: #00006D;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 12px 0;
	color: #00006D;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 14px 0;
	color: #00006D;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 18px 0;
	color: #00006D;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 24px 0;
	color: #00006D;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 26px 0;
	color: #00006D;
}
p, a {
	font-size: 12px;
	margin: 18px 0;
        line-height:18px;
}
ol, ul, li {
	font-size: 12px;
	line-height:18px;
}
a:link { 
	color: blue;
	font-style:normal;
	text-decoration:underline;
	outline: none;
	border: none;
}
a:visited { 
	color:#1a5882;
	font-style:normal;
	text-decoration:none;
	outline: none;
	border: none;
} 
a:hover { 
	color: red; 
	font-style:normal; 
	text-decoration:underline;
	outline: none;
	border: none;
} 
a:active { 
	color: red; 
	font-style:normal; 
	text-decoration:underline;
	outline: none;
	border: none;
}
img  {
	outline: none;
	border: none;
}
hr { /* underlines for page contents */
	color: #021c3e;
	margin:0;
}


/*----------- END TYPOGRAPHY --------------*/


/*------------------------------------------------
		BEGIN SITE STYLES - PRIMARY LAYOUT
------------------------------------------------*/

body {
	background-color: #fff1c7;
	background-image:url(/cssimgs/texturebg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
} 
#IE6 {
	text-indent: -9999px;
	display: none;
	margin: 0;
	padding: 0;
}
#IE6 p {
	text-align: center;
	font-size: small;
	font-style: italic;
	color: #C00;
	margin: 0px 12px 0px 16px;
	padding: 0;
}
#browser-stripe {
	height: 20px;
	background-image: url(/cssimgs/browser-top.png);
	background-repeat: repeat-x;
	background-position: 50% 0%;
    margin: 0;
    padding: 0;
} 
#top-spacer {
	height: 20px;
    width: 990px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
	background-image: url(/cssimgs/topshadow.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
} 
#bottom-spacer {
	height: 20px;
	width: 990px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	background-image: url(/cssimgs/bottomshadow.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
#container {
	width:990px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background-image: url(/cssimgs/sideshadows.png);
	background-position: 0% 0%;
	background-repeat:repeat-y;
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 20px 0 20px;
	width: 950px;
	background-image: url(/cssimgs/Birthright-header.jpg);
	height: 170px;
}
#logo {
	float: left;
	margin: 5px 0px 0px 5px;
	padding: 0;
	width: 400px;
	height: 120px;
}
#logo img {
	border: none;
	outline: none;
    margin:0;
    padding: 0;
}
#phone {
	margin: 22px 5px 0px 90px;
	padding: 0;
	width: 210px;
	height: 130px;
	float: left;
 }
#phone p {
    color: #00006D;
	font-size: 20px;
	font-weight: bold;
    font-style: normal;
    text-align: left;
	margin: 5px 0px 15px 0px;
    padding: 0;
 }
#phone em {
	color: #974806;
    margin: 5px 0px 0px 0px;
    font-style: italic;
	font-weight: bold;
    font-size: 16px;
	text-align: left;
		
 }
.homepg #menu {
	width: 950px;
	margin: 0 20px 0 20px;
	padding: 0;
	height: 5px;
	background-image: url(/cssimgs/menubg.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.innerpg #menu {
	width: 950px;
	margin: 0 20px 0 20px;
	padding: 0;
	height: 30px;
	background-image: url(/cssimgs/menubg.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#bar1 {
	background-image:url(/cssimgs/browser-top.png);
	background-position: 0% 80%;
	background-repeat: repeat-x;
	height: 8px;
	width: 950px;
	margin: 0 20px 0 20px;
	padding: 0;
	clear: both;
}
#bar2 {
	height: 2px;
	width: 950px;
	margin: 0 20px 0 20px;
	padding: 0;
	clear: both;
}
#bar3 {
	height: 2px;
	width: 950px;
	margin: 0 20px 0 20px;
	padding: 0;
	clear: both;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".home #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 205px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	margin-left: 20px;
}
#sidebar1 h4  {
	margin: 0;
	padding: 15px 10px 0px 10px;
}
#sidebar1 p  {
	margin: 5px 10px 0px 10px;
}
#ctas {
	padding: 0;
	margin: 25px 0px 0px 0px;
	width: 200px;
	height: 545px;
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 205px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-right: 20px;
}
#sidebar2 p  {
	margin: 5px 10px 0px 10px;
}
#sidebar2 h4  {
	margin: 0;
	padding: 15px 10px 0px 10px;
}
#sidebar2 span {
	display: block;
}
#testimonial {
	margin: 25px 0px 5px 0px;
	padding: 0;
	width: 200px;
	min-height: 220px;
	background-image: url(/cssimgs/content-holder1.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
 }
 #ad-rotator {
	margin: 25px 0px 5px 0px;
	padding: 0;
	width: 200px;
	min-height: 220px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-image: url(/cssimgs/content-holder2.jpg);
 }
 
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

#mainContent {
	width: 540px;
	margin: 0px 225px 0px 225px;
}
#Content {
	margin: 20px 15px 0px 15px;
}
#footer {
	margin: 0 20px 0 20px;
	padding: 0;
	width: 950px;
	height: 115px;
	background-image: url(/cssimgs/footer-bottom.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#footer p  {
	text-align: center;
	margin: 5px 15px 5px 15px;
	padding: 0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*----------- END LAYOUT --------------*/



/*------------------------------------------------
		BEGIN SITE STYLES - MAIN NAVIGATION
------------------------------------------------*/
#menubar { /* position within #menu */
	width:790px;
	margin: 0px 100px 0px 100px;
	padding: 0;
}

/*-----------MENU FUNCTION --------------*/
ul.dropdown, ul.dropdown li, ul.dropdown ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dropdown {
	position: relative;
	z-index: 597;
 	float: left;
}
ul.dropdown li {
	float: left;
	vertical-align: middle;
	zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
/*-----------MENU TYPOGRAPHY + VISUAL STYLE --------------*/
ul.dropdown a:link, ul.dropdown a:visited	{ color: #fdf0d3; text-decoration: none; }
ul.dropdown a:hover		{ color: #00006D; }
ul.dropdown a:active	{ color: #00006D; }

ul.dropdown ul {
	margin-top: -1px;
	padding: 0px 2px 4px 2px;
	width: 220px;
    background-color: #fdf0d3;
	background-image: url(/cssimgs/menubg.png);
	background-repeat: repeat-y;
	background-position: 0% 50%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.root {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
	list-style-type: none;
	height: 26px;
	font-size: 16px;
	line-height: 26px;
	padding: 3px 10px;
	margin: 0px 10px;
	background-color: transparent;
	color: #fdf0d3;
	border-color: transparent;
    border-style: solid;
	border-width: 1px;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	-ms-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
     -moz-border-radius: 6px;
	 -webkit-border-radius: 6px;
	 -o-border-radius: 6px;
	 border-radius: 6px;
}
.root:hover {
	background-color: #fdf0d3;
	color: #00006D;
	border-color: #00006D;
}

/* -- level mark -- */

.child {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
	list-style-type: none;
	color: #fdf0d3;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	padding: 3px 8px;
	margin: 0;
	height: 22px;
	border-color: transparent;
    border-style: solid;
	border-width: 1px;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	-ms-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
     -moz-border-radius: 6px;
	 -webkit-border-radius: 6px;
	 -o-border-radius: 6px;
	 border-radius: 6px;
}
.child:hover {
	background-color: #fdf0d3;
	color: #00006D;
	border-color: #00006D;
}
body#home #home2, body#sitemap #sitemap2 {
	background-color: #fdf0d3;
	color: #00006D;
	border-color: #00006D;
}
body#about-birthright-bel-air #about-birthright-bel-air2, body#expectant-mother-choices #expectant-mother-choices2, body#birthright-newsletters #birthright-newsletters2 {
	background-color: #fdf0d3;
	color: #00006D;
	border-color: #00006D;
}
body#birthright-services #birthright-services2, body#prepare-to-parent #prepare-to-parent2, body#ladies-night-out #ladies-night-out2  {
	background-color: #fdf0d3;
	color: #00006D;
	border-color: #00006D;
}
body#men #men2  {
	background-color: #fdf0d3;
	color: #00006D;
	border-color: #00006D;
}
body#faq #faq2  {
	background-color: #fff8e3;
	color: #00006D;
	border-color: #00006D;
}
body#help-birthright #help-birthright2, body#boomerang-program #boomerang-program2  {
	background-color: #fdf0d3;
	color: #00006D;
	border-color: #00006D;
}
body#location #location2  {
	background-color: #fdf0d3;
	color: #00006D;
	border-color: #00006D;
}

/*----------- END MAIN NAVIGATION --------------*/


/*------------------------------------------------
		BEGIN SITE STYLES - FOOTER NAVIGATION
------------------------------------------------*/

#footmenu {
	width: 950px;
	height: 25px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footmenu, #footmenu a {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:center;
	height:15px;
	line-height: 15px;
	outline: none;
}
#footmenu a:link {
    color: blue;
	text-decoration: underline;
}
#footmenu a:hover {
    color: blue;
	text-decoration: underline;
}
#footmenu a:active {
    color: #00006D;
	text-decoration: none;
}
#footmenu a:visited {
    color: #00006D;
	text-decoration: none;
}

/*----------- END FOOTER NAVIGATION --------------*/

/*------------------------------------------------
		BEGIN SITE STYLES - CALLS TO ACTION
------------------------------------------------*/
ul.cta  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li.cta  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cta a:link, .cta a:hover, .cta a:active, .cta a:visited  {
	text-decoration: none;
	outline: none;
	margin: 0;
	padding: 0;
}
.cta span {
	margin:0;
	padding: 0;
	text-indent: -9999px;
	width: 200px;
	height: 65px;
    background-color:#fff1c7;
    background-repeat: no-repeat;
	background-position: 0% 0%;
    display: block;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	-ms-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
.cta span:hover {
	background-color:#F00;
}
#first {
	background-image: url(/cssimgs/first-button.png);
}
#second {
	background-image: url(/cssimgs/second-button.png);
}
#third  {
	background-image:url(/cssimgs/third-button.png);
}
#fourth {
	background-image:url(/cssimgs/fourth-button.png);
}
#fifth  {
	background-image:url(/cssimgs/fifth-button.png);
}
#sixth {
	background-image: url(/cssimgs/sixth-button.png);
}
#address {
	text-indent: 0px;
	color: #00006D;
	padding: 10px 0px 0px 10px;
	margin: 25px 0px 0px 0px;
	background-color: #fef7e9;
	background-position: 50% 50%;
	background-repeat:repeat-y;
	width: 190px;
	font-size: 16px;
	height: 45px;
	font-weight: bolder;
	font-style: normal;
	text-align: left;
	display: block;
	vertical-align: middle;
}
#seventh {
	background-image:url(/cssimgs/seventh-button.png);
	background-color:#00006D;
}
#seventh:hover {
	background-color: #fff1c7;
}
/*----------- END CALLS TO ACTION --------------*/
