#container{
}
#col-small{
	width:240px;
	float:left;
}
#col-large{
	margin-left:240px;
}
#col-small .header{
	height:150px;
	margin-bottom:20px;
	background:#1a7d9d url(../images/header-top-lt.jpg) repeat-x;
}
#col-large .header{
	height:150px;
	margin-bottom:20px;
	background:#279db5 url(../images/header-top-rt.jpg) repeat-x;
}
#col-small .header p{
	color:#ccc;
	margin:0; padding-top:12px;
	text-align:center;
}
#col-large .header p{
	color:#ccc;
	margin:0; padding:12px 20px 0 0;
	text-align:right;
}
div.content{
	border:solid 1px #ccc;
	margin:10px; padding:10px 5px;
}
div.content p{
	padding-right:5px; padding-left:5px;
}
div.content h3,h4{
	margin-left:5px;
}
div.gradient{
	background:#fff url(../images/box-gradient-top.jpg) top left repeat-x;
}
div.date{
	float:left;
	color:#fff;
	width:5em; height:1.5em;
	text-align:center;
	margin-right:7px; margin-bottom:7px;
}
div.date .day{
	float:left;
	width:2em; height:100%;
	background-color:#279db5;
}
div.date .month{
	height:100%;
	background-color:#777775;
}
div#testimonials{
	width:48%;
	float:left;
	margin-left:15px;
	background:url(../images/blockquote.gif) right top no-repeat;
}
#randomtestimony{
	background:url(../images/blockquote.gif) right top no-repeat;
}
div#enews{
	width:47%;
	float:right;
	padding:0 10px;
	border-left:1px solid #ccc;
}
div.sidebar{
	margin:10px; padding:10px 5px;
	border:1px solid #ccc;
}
#nav-main{
	border-color:#e5e5e5;
	background-color:#e5e5e5;
}
#nav-main ul{
	margin:0; padding:0;
	list-style:none;
}
#nav-main ul li{
	padding:3px;
	border-bottom:1px solid #ccc;
}
#nav-main ul li:hover{
	border-bottom-color:#666;
}
#nav-main ul li a{
	color:#1b7e9e;
	display:block;
}
#nav-main ul li a:hover{
	color:#279db5;
	text-decoration:none;
}
#footer{
	clear:both;
	color:#ccc;
	height:5.5em;
	text-align:center;
	padding-top:1em;
	background:#767673 url(../images/bg-footer.jpg) left top repeat;
	border-top:1px solid #41423c;
}
#footer p{
	font-size:90%;
}
#footer a, #footer a:active, #footer a:visited{
	color:#ccc;
}
#footer ul{
	margin:0; padding:0; margin-bottom:.5em;
	list-style:none;
}
#footer ul li{
	display:inline;
}
#footer ul li a{
	color:#fff;
	padding:0 1em;
}
p.right{
	text-align:right;
	padding-right:10px;
}
.pic-right{
	float:right;
	padding-left:7px;
}
.pic-left{
	float:left;
	padding-right:7px;
}
.errors{
	width:40%;
	border:1px solid red;
	margin:1em; padding:.5em;
}