@charset "utf-8";
/* CSS Document */

html {

}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-attachment: scroll;
	background-image: url(../BABYAVA_BG2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D41443;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6em;
	font-style: normal;
}

h2{
	font-size: 22px;
	line-height: 1.4em;
}

h3{
	font-size: 14px;
	color: #7DBA3D;
}

a.green:link{
	color: #7DBA3D;
}

a.green:hover{
	color: #D51544;
}

a.green:visited{
	color: #D51544;
	text-decoration: underline;
}




#body_text {
	width: 600px;	
	padding: 20px 20px 0px 20px;
	margin: 0 auto;   
    background: url(images/white-80pc.png);
	behavior: url(iepngfix.htc);

}

#container{
	height: 100%;
	width: 100%;
}

#container-content{
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#content-left{
	float: left;
	height: auto;
	width: 500px;
}

#content-right{
	clear: right;
	float: right;
	height: auto;
	width: 400px;
	text-align: right;
}



#header{
	height: 35px;
	width: 100%;
	margin-bottom: 30px;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#header2{
	height: 540px;
	width: 100%;
}

#logo-holder{
	float: left;
	height: auto;
	width: auto;
	margin-top: 40px;
}

#main-text{
	width: 1024px;
	padding: 20px 20px 0px 20px;
	behavior: url(iepngfix.htc);
	background-color: #000;
	background-image: url(images/white-75.png);
}

.trans_box2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding:20px;
	margin:0px;










  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/black-75.png');
	color: #333;
	height: auto;
	width: auto;
	font-size: 18px;
	line-height: 25px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
	background-image:url(../white-75.png);
}

/* This is the Suckerfish Menu Code*/

#nav, #nav2, #nav ul, #nav2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a, #nav2 a {
	display: block;
	width: 10em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	font-weight: 500;
}

#nav li, #nav2 li  {
	float: right;
	line-height: 2.18;
	width: 10em;
	margin-left:0;
}

#nav li ul, #nav2 li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	/*background: pink;  background color removed from this selector for first #nav demo */
}
#nav li ul {
	width: 10em;/**/
	background-color: #666;
}

#nav li:hover ul ul, #nav li.sfhover ul ul, #nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
	color: #FFF;
}

#nav li:hover ul, #nav li.sfhover ul, #nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	color: #FFF;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	background: pink;    /* background color added to this selector for first #nav demo */
}

#nav li li:hover ul, #nav li li.sfhover ul, #nav2 li li:hover ul, #nav2 li li.sfhover ul {
	left: auto;
	margin: -1em 0 0 6em;
}
#nav li:hover, #nav li.sfhover {
	margin-left:0;
	width: 10em;
	color: #FFF;
	background-color: #999;
}


#footer {
	bottom:0;
	height:230px;
	width:100%;
	float: left;
	background-attachment: scroll;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

#footer-container
{
	width: 960px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	height: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F00;
}

#footer-left{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 300px;
	margin-top: 40px;
}

#footer-right{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	height: auto;
	width: 600px;
	margin-top: 40px;
	text-align: right;
	line-height: 20px;
}


.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
