/* CSS Document */

* {
margin:0;
padding:0;
}

body {
font-size:11px;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
background-color:#D5D5EA;
}

#bottomWrapper {
background:url(../images/backgroundBottom.jpg);
height:13px;
width:782px;
margin:auto;
}



h1 {
text-indent:-3000px;
border-bottom:1px solid #aaa;
height:50px;
margin-top:20px;
}

h2 {
font-size:12px;
color:#990;
margin-bottom:10px;
font-weight:normal;
}

.first {
line-height:1.7em;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#0054A8;
font-weight:normal;
margin-bottom:10px;
}

p {
line-height:1.5em;
margin-bottom:20px;
}

a {
text-decoration:none;
border-bottom:1px solid #0054A8;
color:#0054A8;
}







ul {
list-style:none;
line-height:1.5em;
margin-bottom:20px;
}

ul li {
background-image:url(../images/triangle.gif);
background-position:left 3px;
background-repeat:no-repeat;
padding-left:25px;
}


ul a {
font-size:12px;
color:#0054A8;
line-height:1.7em;
}


#wrapper {
margin:auto;
padding:0px 48px;
background-image:url(../images/background.jpg);
background-color:#FFFFFF;
width:687px;

}

#title {
padding-bottom:10px;
border-bottom:1px solid #CCCCCC;
}

#header {
margin-bottom:30px;
}

#links {
float:left;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
padding-top:20px;
padding-bottom:10px;
}

#links a {
color:#333;
text-decoration:none;
border-bottom:none;
}

#links a:hover {
text-decoration:underline;
}





#contact a {
color:#666699;
text-decoration:none;
border-bottom:none;
}

#contact a:hover {
color:#666699;
text-decoration:underline;
}


#line2 {
background:#999999;
height:1px;
width:687px;
margin-top:5px;
}

#main {
padding-top:20px;
}

.left {
padding-top:5px;
	float:left;
	margin-right:20px;
	}
	
.right {
padding-top:5px;
float:right;
margin-left:20px;
}
	
.imageWrapper {	
width:200px;
}

.imageWrapper p {
color:#0054A8;
padding-top:5px;
text-align:center;
}
	
#title1 {
text-indent:-3000px;
background-image:url(../images/title1.gif);
width:151px;	
height:21px;
margin:30px 0 0 0;
}





#footer {
margin-top:40px;
padding-top:10px;
border-top:1px solid #CCCCCC;
height:15px;
color:#333;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:right;
}





.baby {
float:right;
}

/* Form styles for contact page */
form#form1 {
	width:415px;
}

label{
	float:left;
	width:140px;
	}
	
input, textarea {
	width:260px;
	margin-bottom: 10px;
}

select {
	width:200px;
	margin-bottom:10px;
}

input#send_button {
	float:right;
	width:133px;
	font:12px Verdana,sans-serif;
	color:#333;
	background-color:#D5D5EA;
	border:1px solid #A9A9D3;
}

#map {
float:right;
width: 400px;
height: 250px;
border:3px solid #D5D5EA;
}