@charset "utf-8";
/* CSS Document */

* {margin:0px; padding:0px;}


body {
	background-image:url(../images/Body_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#494748;
}

#Wrapper {
	width:866px;
	margin:auto;
	margin-top:11px;
}

#SocialIcons {
	float:right;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:-6px;
	width:592px;
}

#SocialIcons p {
	font-size:12px;
	color:#fefefe;
	float:left;
	padding-right:10px;
	padding-top:10px;
	text-transform:uppercase;
}

#SocialIcons a {
	text-decoration:none;
		
}

#SocialIcons #facebook {
	background-image:url(../images/facebook.jpg);
	background-repeat:no-repeat;
	width:107px;
	height:33px;
	float:left;
}

#SocialIcons #yelp {
	background-image:url(../images/yelp.jpg);
	background-repeat:no-repeat;
	width:113px;
	height:33px;
	float:left;
}

#SocialIcons #youTube {
	background-image:url(../images/youTube.jpg);
	background-repeat:no-repeat;
	width:87px;
	height:33px;
	float:left;
}

#WhithBgUp{
	background-image:url(../images/white_up_bg.png);
	background-repeat:no-repeat;
	width:866px;
	height:10px;
	float:left;
}

#WhithBg {
	width:866px;
	background-image:url(../images/white_bg.png);
	background-repeat:repeat-y;
	float:left;
	
	
}

#WhithBgDown{
	background-image:url(../images/white_down_bg.png);
	background-repeat:no-repeat;
	width:866px;
	height:10px;
	float:left;
}

#MainImage {
	/*background-image:url(../images/MainImage.jpg);*/
	width:626px;
	height:402px;
	float:right;
	margin-right:8px;
	margin-top:0px;
}

#MainImage #Contact{
	background-image:url(../images/contactBox.png);
	background-repeat:no-repeat;
	width:220px;
	height:92px;
	float:right;
	margin-top:310px;
}

#MainImage #Contact ul{
	color:#FFF;
	font-size:13px;
	list-style-type:none;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#MainImage #Contact li{
	margin-bottom:2px;
}

#LineUnderMainImage {
	background-image:url(../images/LineUnderMainImage.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-right:8px;
	width:626px;
	height:8px;
}

#LeftNav {
	background-image:url(../images/LeftNav.jpg);
	background-repeat:repeat-x;
	height:410px;
	width:224px;
	float:left;
	margin-left:8px;
	margin-top:0px;
}

#LeftNav #Logo{
	background-image:url(../images/Logo.png);
	background-repeat:no-repeat;
	width:195px;
	height:172px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

#LeftNav #Menu{
	float:left;
	margin-left:25px;
	margin-top:40px;
	width:195px;
}


#LeftNav #Menu a{
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	line-height:18px;
}

#LeftNav #Menu p span{
	background-image:url(../images/Arrow.png);
	background-repeat:no-repeat;
	width:9px;
	float:left;
	background-position:center;
	margin-right:5px;
}

#LeftNav #Menu p span.active{
	background-image:url(../images/ArrowActive.png);
	background-repeat:no-repeat;
	width:9px;
	float:left;
	background-position:center;
	margin-right:5px;
}
#container{height:auto;
	float:left;
	width:861px;
	margin-left:5px;
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-y;
}
#RightBottomBox {
	width:600px;
	float:right;
	margin-right:20px;
	height:auto;
}

#RightBottomBox h1 {
	font-size:18px;
	color:#1d5d89;
	margin-bottom:10px;
	margin-top:26px;
	margin-left:15px;
	font-weight:normal;
}


#RightBottomBox p{
	font-size:12px;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:10px;
}

#RightBottomBox #leftSide {
	width:270px;
	margin-top:0px;
	margin-left:20px;
}

#RightBottomBox #leftSide h1 {
	font-size:18px;
	color:#1d5d89;
	margin-bottom:10px;
	margin-left: -10px;
	font-weight:normal;
}

#RightBottomBox #leftSide p {
	font-size:12px;
	margin-bottom:10px;
	margin-left: -10px;
}

#RightBottomBox #leftSide h2 {
	font-size:12px;
	font-weight:bolder;
	margin-bottom:10px;
	padding-left:15px;
}

#RightBottomBox .active {
	background-image:url(../images/ArrowActive.png);
	background-repeat:no-repeat;
	float:left;
	width:8px;
	height:10px;
	margin-top:2px;
}

#RightBottomBox #rightSide {
	float:right;
	width:255px;
	margin-top:-267px;
	margin-right:20px;


}

#RightBottomBox #rightSide h1 {
	font-size:18px;
	color:#1d5d89;
	margin-bottom:2px;
	margin-left: -10px;
	font-weight:normal;
}

#RightBottomBox #rightSide p {
	font-size:12px;
	margin-bottom:10px;
	float:right;
	margin-left: -10px;
}

#RightBottomBox #rightSide span {
	font-size:12px;
	font-weight:bolder;
	font-style:italic;
}

#RightBottomBox #rightSide a {
	font-size:12px;
	color:#1d5d89;
	text-decoration:none;
	margin-left:8px;
}


#LeftBottomBox {
	/*background-color:#012b48;*/
	float:left;
	margin-left:8px;
	margin-right:10px;
	width:214px;
	height:auto;
	/* need change here*/
	
}

#LeftBottomBox #Text {

	float:left;
	margin-left:8px;
	width:200px;

}

#LeftBottomBox family {
	float:left;
	margin-left:8px;
	width:200px;
	background-image:url(../images/family-benjamin.png);
font-family:Arial, Helvetica, sans-serif;
color:#000000;
width:200px;
height:430px;
font-size:11px;
}

#LeftBottomBox h1 {
	color:#88b7da;
	font-size:16px;
	font-weight:bold;
	margin-left:5px;
	margin-top:28px;
	width:195px;
}

#LeftBottomBox p{
	float:left;
	margin-left:5px;
	margin-top:25px;
	margin-right:20px;
	font-size:12px;
	color:#FFF;
	width:195px;
}

#LeftBottomBox p.bold{
	float:left;
	margin-left:5px;
	font-size:12px;
	color:#FFF;
	width:195px;
	font-weight:bold;
}

#LeftBottomBox .link{
	float:left;
	margin-left:5px;
	margin-top:10px;
	font-size:12px;
	color:#FFF;
	width:195px;
	font-weight:bold;
}

#LeftBottomBox span.active{
	background-image:url(../images/ArrowActive.png);
	background-repeat:no-repeat;
	width:9px;
	height:10px;
	float:left;
	margin-top:3px;
	margin-right:5px;


}

#LeftBottomBox a{
	text-decoration:none;
}

#LeftBottomBox a.active{
	background-image:url(../images/ArrowActive.png);
	background-repeat:no-repeat;
	width:8px;
	height:10px;
	direction:ltr;
	float:right;
	margin-right:80px;
	margin-top:3px;
}

		/****** eMail *******/

.a{
	text-decoration:none;
	color:#FFF;
}

.a:hover{
	text-decoration:underline;
	color:#FFF;
}
