/*
	Name: Lamb Center
	Version: 1.0
*/

body {
background: #80aaca url(../images/bg.gif) repeat-x;
margin: 0;
padding: 0;
text-align:center;
font: 13px/21px "Lucida Sans Unicode",Helvetica, Tahoma, Arial, Verdana;
}

h1, h2 {
color: #a50328;
margin: 0 0 20px 0;
}

h3, h4 {
color: #a50328;
margin: 0 0 20px 20px;
}

p {
margin: 0 0 20px 30px;
padding: 0;
}

#wrapper {
display: block;
background: url(../images/content_bg.gif) repeat-y;
width: 893px;
margin: 0 auto;
}

#top {
float: left;
background: url(../images/top.gif) no-repeat;
display: block;
width: 893px;
height: 156px;
margin: 0;
}

#logo {
float: left;
background: url(../images/logo.jpg) no-repeat;
display: block;
width: 390px;
height: 130px;
margin: 20px 0 0 30px;
}

#quote {
float: right;
background: url(../images/quote.gif) no-repeat;
display: block;
width: 366px;
height: 101px;
margin: 20px 30px;
}

#menu {
display: block;
background: url(../images/menu_bg2.gif) repeat-x;
width: 878px;
height: 43px;
float:left;
margin: 0 0 0 7px;
}

	#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

	#menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float:left;
	display:inline;
	}
	
	#menu a {
	display:block;
	float:left;
	line-height: 43px;
	padding: 0 16px;
	color: #fff;
	text-decoration:none;
	letter-spacing: -1px;
	font-size: 17px;
	}
	
	#menu a:hover {
	text-decoration:underline;
	}


	li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	margin-top: 40px !important;
	}

	li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	margin-top: 40px !important;
	}

	li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	margin-top: 40px !important;
	}

	li ul li {
	float:left;
	background: #6f0019; /* Change color here! */
	clear:both;
	text-align:left;
	}

	li ul li a {
	display:block;
	width: 120px;
	font-size: 16px !important;
	}

	
#main {
text-align:left;
float: left;
margin: 15px 25px;
}

#content {
float: left;
width: 550px;
}

#sidebar {
float:left;
width: 250px;
margin-left: 40px;
}

	.widget{
	float:left;
	width: 250px;
	margin-bottom: 20px;
	}
	.widget h3 {
	margin: 0;
	margin-bottom: 15px;
	background: #efefef;
	font: 20px/42px Georgia, Times, Serif;
	padding: 0 20px;
	border: 1px solid #ddd;
	}
	.widget p {
	margin: 0 20px;
	color: #555;
	line-height: 16px;
	text-align:center;
	}
	.widget img {
	margin: 0 auto;
	display:block;
	border: 0px;
	}
#bottom {
float: left;
background: url(../images/bottom.gif) no-repeat;
display: block;
width: 893px;
height: 30px;
margin: 0;
}
.clr {
line-height: 0px;
clear:both;
height: 0px;
}
#cpyrt {
line-height: 13px;
color: #fff;
text-align:center;
float:left;
width: 100%;
margin: 20px auto;
}