/* -- General Settings --------------------------------------------------- */
html, body, form, fieldset, td {
	font-family:  arial, "Lucida Grande", "Trebuchet MS", verdana, helvetica, sans-serif;
}

html {
	font-size: 100%;
}

body { 
	font-size: 83%;
	background:url(/img/background.jpg) repeat;
}

/* -- Main Layout ------------------------------------------------------------ */

/* Main <table> creating the basic page layout. */
#layoutTable {
	width: 808px;
	border-collapse: collapse;
	margin: 0 auto;
padding:0;
background-color:#00A02E;

}

/* Page header, where "Company Name" is. */
#headerCell {
	background:url(/img/topImage.jpg) no-repeat;

}
#header {
	height:271px;
width:572px;
}
#logoCell {

}

#logo {
height:271px;
width:236px;
}
#companyName {
position:relative;
top:35px;
}
#slogan-container {
position:relative;
top:49px;
}


/* Sidebar where the site menu and mailing list signup are. */
#sidebarCellLeft {
	
	background: #00A02E;
	vertical-align: top;
padding:0;
margin:0;
background-image:url(/img/leftsidebar_background.jpg);









}

#sidebar-container {
border:1px solid #54c074;
border-top:1px solid #00A02E;
border-right:1px solid #00A02E;
border-bottom:1px solid #00A02E;

}

#sidebar {
}

/* Main content cell. */
#contentCell {
	border-right: 1px solid #ddd;
	background: #00A02E;
	color:#5c5c5c;
}

#contentCell3 {
border-right: 1px solid #ddd;
height:auto;
vertical-align: top;

}

#contentCell3 #smallBox2-container table.smallBox_table {
height: 590px;
}

#contentCell2 {
vertical-align: top;

}

#contentCell2 #smallBox1-container table.smallBox_table {
height: 590px;
}




/* Page footer, where the text links and copyright are. */
#footer {
	text-align: center;
	padding-bottom: 20px;
font-size:11px;
color:#bde7fd;
}

#bottomCell {
	background:url(/img/bottomImage.jpg) no-repeat;
}

#bottom {
	height:151px;
}

/* -- Common Page Items ------------------------------------------------- */
#page-breadcrumbs {
	margin: 15px 50px 0;
}

#page-title-container {
	margin: 0;
	padding-top:20px;
	
}

#page-title {
	font-size: 1.8em;
	color: #333;
	margin: 0px 50px 0;
	
}

#page-subtitle-container {
	margin: 1em 0 0;
}


#page-subtitle {
	color: #666;
	margin: 0 50px 10px;
}

#page-intro {
	margin: 7px 15px 15px 8px;
font-style:italic;
margin-top:-20px;

}
#page-intro li {
background:url(/img/blueArrows.jpg) no-repeat;
padding-left:20px;
margin-bottom:6px;
}
#forms #page-intro {
font-style:normal;
}

#page-content {
	margin: 10px 15px 10px 8px;
	
}

#page-outro {
	margin: 10px 50px;
}

#page-pager-container {
	float: left;
	margin: 10px 50px;
	background: #f6f6f6;
	border: 1px solid #eee;
	/* Fix IE Doubled Float-Margin Bug
	   http://positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
}

.page-pager {
	width: 16em;
	margin: 0.33em 0.66em;
}

#page-pager-back {
	float: left;
}

#page-pager-next {
	float: right;
	text-align: right;
}

#page-bottomLinks {
	margin: 10px 50px;
	padding: 10px;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
}

.contentBox {
border:2px solid #FFA200;
text-align:center;
padding:15px;
}
.contentBox ul li {
text-align:left;
}
.blueWords {
color:#36B0F3;
font-weight:bold;
}
#copyright {
	margin-top: 5px;

}

#copyright img {
	margin-bottom: -2px;
}

/* -- Misc. Look And Feel --------------------------------------------------------- */

a, a:link, a:visited {
text-decoration: underline;
color:#00ADF1;
}

a:focus, a:hover, a:active {
text-decoration: underline;
color:#5c5c5c;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

#sitemap ul {
	list-style-type: disc;
	margin-left: 1em;
}

#sitemap ul ul {
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	list-style-type: circle;
}

#sitemap ul ul ul {
	list-style-type: square;
}

/* -- Mailing List Form ----------------------------------------------- */
#mailingList-container {
	background:url(/img/newsletter.jpg) no-repeat;
	width:209px;
	height:229px;
margin-left:17px;
margin-top:42px;
/*padding-top:109px;
padding-left:8px;*/
}

#ml-container {
padding-top:120px;
padding-left:14px;
	
}


#ml-email {
	width: 75%;
border:1px solid black;
vertical-align:middle;

}

#ml-submit {
vertical-align:middle;


}

.ml-text {
	font-size: 0.9em;
color:#fff;
/*
margin-top:20px;*/
margin-bottom:10px;

}

/* -- News Region ----------------------------------------------- */
#news-container {
    background: url("/img/news.jpg") no-repeat scroll 0 0 transparent;
    height: 229px;
    margin-bottom: 15px;
    margin-left: 17px;
    margin-top: 10px;
    width: 209px;
/*padding-top:109px;
padding-left:8px;*/
}

#news-section {
padding-top:120px;
padding-left:14px;
	
}

#news1 {
color:#F6AE0C;
font-size:16px; /* changed from 11px */
font-weight:bold;
}

/**
#ml-email {
	width: 75%;
border:1px solid black;
vertical-align:middle;

}

#ml-submit {
vertical-align:middle;


}
**/

#news p, #news a {
	color: #FFFFFF;
}

.news-text {
	font-size: 0.9em;
color:#fff;
/*
margin-top:20px;*/
margin-bottom:10px;

}

#page-title-container {
width:533px;
height:52px;
background:url(/img/flowerBorder_top.jpg) no-repeat;
margin:0;

border-top:1px solid #fff;

}

#content-containter {
width:533px;
background-image:url(/img/flowerBorder.jpg);
background-repeat:repeat-y;
min-height:620px;
height:auto !important;


}

#bigBox-container {
width:560px;
background-image:url(/img/bigBox.jpg);
background-repeat:repeat-y;
}
#bigBox_table_inside {
margin-left:15px;
}
#flowerBorder_bottom {

margin:0;


	
}


#test2 {
width:533px;
background-image:url(/img/flowerBorder.jpg);
background-repeat:repeat-y;
min-height:556px;
height:auto !important;
}


.contentSection-section h3 {

height:32px;
width:210px;
padding-left:32px;
padding-top:10px;
margin-bottom:4px;

color:#fff;
background:url(/img/sectionTitle_background.jpg) 0 9px;
background-repeat:no-repeat;
line-height:32px;



}
#leftColumn {

}
#contactInfo {
text-align:center;
padding-top:5px;


border:1px solid #54c074;
border-top:1px solid #00A02E;
border-right:1px solid #00A02E;
border-bottom:1px solid #00A02E;

}

#contact1 {
color:#F6AE0C;
font-size:16px; /* changed from 11px */
font-weight:bold;



}
#contact2 {
font-size:12px;
}
#contact3 {
font-size:12px;
color:#ffffff;
text-decoration:underline;
font-weight:bold;
}

.specialty_image {
float: left;
}

#header_phone {
color: #FFFFFF;
font-weight: bold;
position: absolute;
right: 0;
top: -33px;
font-size: 15px;
}


