/* Base Elements */


*
{
    margin: 0;
    padding: 0;
    border: 0px;
    border-collapse: collapse;
}
body
{
	font-family: verdana, sans-serif;
	font-size: 13px;
	background: #fff  url("../images/bg_body.jpg") repeat-y;
}
body, a
{
	color: #666;
}
p
{ 
    margin-bottom: 12px;
} 
ul, ol
{ 
    margin: 4px 0px 12px 34px;
} 
#header
{
	background: #b7ddd2  url("../images/bg_header.jpg") no-repeat top left;
	height: 90px;
}
.container
{
	width: 980px;
	padding-top: 55px;
}
#tab
{
	background: url("../images/bg_tab.gif") no-repeat;
	float: right;
	width: 215px;
	height: 24px;
	padding-top: 11px;
	text-align: center;
	position: relative;
}
#tab a
{
	color: #000;
	text-decoration: none;
}
#tab, #tab a:hover
{
	color: #43778b;
}
#hdrgrfx
{
	background: #8bb1bf  url("../images/header_bg.jpg");
	height: 125px;
}
#contentbox
{
	background: #d5f0b6  url("../images/bg_leaves.jpg") no-repeat top left;
	width: 980px;
}
#contentbox table
{
	margin-left: 90px;
	background-color: #fff;
}
#contentbox table tr
{
	vertical-align: top;
}
#content
{
	float: left;
	width: 700px;
	padding: 20px 0px 20px 20px;
}
#home
{
	float: left;
	width: 460px;
}
#homeR
{
	float: right;
	width: 212px;
	text-align: center;
}
#home p, #home h4
{
	line-height: 140%;
}
#newsbox
{
	background-color: #f5f4e1;
	width: 212px;
	margin-bottom: 10px;
}
#news
{
	text-align: left;
	padding: 10px 12px 10px 12px;
}
#news h4 a
{
	text-decoration: underline;
}
#news h4 a:hover
{
	color: #666;
}
.staff, .quote
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px dashed #ccc;
}
.quote
{
    font-style: italic;
}
.imageR
{
	float: right;
	padding: 0px 0px 6px 20px;
	width: auto;
}
.imageL
{
	float: left;
	padding: 0px 20px 6px 0px;
	width: auto;
}
#gallery img.thumb
{
    margin: 10px 20px 10px 0px;
	width: 200px;
	height: 150px;
}
#footer
{
	margin-left: 190px;
	padding: 10px 0px;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #666;
	width: 680px;
	border-top: 1px solid #b7ddd2;
}
.alert, div.important h1, div.important h5
{
    color: #a8021c;
}
div.important 
{
    margin: 16px 0px 16px 0px;
    padding: 12px;
    border: 1px solid #c0c0c0;
}
div.important h1
{
    margin-bottom: 0px;
}
div.important h5
{
    margin-bottom: 6px;
}





/* Forms */


input[type="text"], textarea 
{ 
	background-color: #fff;
	border: 2px solid; 
	border-color: #999 #d9d9d9 #d9d9d9 #999;
	color: #666;
	font-size: 12px;
	margin: 6px 10px 6px 0px;
	padding: 4px;
}
input[type="submit"], input[type="reset"] 
{ 
	background-color: #5c8cac;
	border: 2px solid; 
	border-color: #9cbed1 #43778b #43778b #9cbed1;
	color: #fff;
	font-weight: bold;
	margin: 6px 14px 6px 0px;
	padding: 2px;
}
input[type="submit"]:hover, input[type="reset"]:hover 
{ 
	color: #7aa4bc;
}
div.form, div.form h4
{
	margin: 16px 0px 0px 0px;
}





/* Link Lists */



div.linksbox
{
    width: 225px;
    background-color: #f5f4e1;
    margin: 16px 0px;
}
div.linksbox dl
{
    font-size: 11px;
    padding: 0px 0px 4px 0px;
}
div.linksbox dt
{
    font-weight: bold;
    padding: 6px 2px 6px 12px;
    background-color: #b7ddd2;
}
div.linksbox dt, div.linksbox a:hover
{
    color: #333;
}
div.linksbox dd
{
    padding: 4px 2px 4px 12px;
}





/* Headings */


h1, h2, h3, h4
{
	font-family: georgia, serif;
}
h1, h3, #news h4 a, h3 a
{
    color: #43778b;
}
h2, h4, h5
{
    color: #333;
}
h2, h3, h4
{
    font-style: italic;
}
h1
{
    font-size: 18px;
	margin-bottom: 12px;
}
h2, h3
{
    font-size: 16px;
}
h4, h5
{
    font-size: 13px;
}
h2, h3
{
	margin-bottom: 6px;
}
h4, h5
{
	margin-bottom: 4px;
}


/* CareCredit Calculator */


 #calculator_small {width:180px; background: #dff8c3; border: 1px solid #b7ddd2;}
 #searchArea {margin:0 0 0 12px; padding:8px 0 0 0;}
 #calculator_small form {padding:0 0 4px 0;}


