/* Global Reset */
* {
    margin: 0;
    padding: 0;
    outline: none;
}


/* General */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	color: #010101;
	background: #80a777 url(../i/w/BodyBgSky.gif) repeat-x left top;
}
body.vid {
	background: #999;
}
input, select, textarea {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
}
input {
    padding: 2px;
}
p {
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    font-weight: normal;
    text-decoration: underline;
    color: #010101;
}
a:hover {
    color: #393939;
}
h1, h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 0 8px 0;
}
h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 6px;
}
h4 {
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 4px;
}
img, img a {
    border: 0;
}
ul {
	margin: 0 0 10px 18px;
}
ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}
blockquote {
    margin-left: 28px;
}
select option {
    padding: 0 10px;
}


/* Color: White */

#Container {
    background-color: #fff;
    width: 980px;
    margin: auto;
}
#Container.vid {
    background-color: #999;
}
#ContainerLower {
	background-color: #80a777;
    /*background: #f3f3f3 url(/i/w/BgContainerLower.gif) 0 0 repeat-x;
    border-top: 1px solid #eaeaea;*/
    clear: both;
    float: left;
    width: 100%;
    padding: 0px;
}
#ContainerLower.vid {
    background: #999;
}
#ContainerFooter {
	background-color: #80a777;
    /*background: #fff url(/i/w/BgContainerFooter.gif) 0 0 repeat-x;
    border-top: 1px solid #eaeaea;*/
    clear: both;
    float: left;
    width: 100%;
}



/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    clear: both;
    padding-bottom: 15px;
}
#Wrapper {
    background: url(/i/w/BgWrapper.png) 0 0 no-repeat;
    clear: both;
    width: 980px;
    padding: 20px 0 0 0;
    margin: 0;
}


/* Header */
#Header {
	clear: both;
	width: 980px;
	min-height: 160px;
}
#HeaderLower { /* Contains Topmenu & Search */
    clear: both;
    width: 980px;
}


/* Logo */
#Logo {
    float: left;
    width: 400px;
    height: 115px;
    margin: 0 0 0 10px;
    display: inline;
}
#Logo h1 {
    font-size: 3.2em;
    letter-spacing: -0.025em;
    padding: 30px 0 0 0;
}
#Logo #LogoImage {
}
#Logo h1 a {
    text-decoration: none;
}










/* Top Navigational Menu */
#TopMenu {
    clear: both;
    float: left;
    width: 700px;
    height: 35px;
    padding: 0;
    margin: 0;
}
#TopMenu ul {
    padding: 0;
    margin: 0;
}
#TopMenu li {
    list-style: none;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}
#TopMenu li.First a {
    border-left: 0;
}
#TopMenu li a, #TopMenu li div {
    display: block;
    color: #a5a5a5;
    text-decoration: none;
    font-size: 0.85em;
    padding: 0 5px 0 10px;
    margin: 4px 0 4px 0;
}
#TopMenu li a:hover {
    color: #737373;
    text-decoration: underline;
}




#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 1em;
}

#Header.vidark #TopMenu li a, #Header.vidark #TopMenu li div  {color: #ccc;}











/* Pages Menu */
#Menu {
    background: url(/i/w/DropdownMenuBg.gif) 0 -9999px no-repeat; /* Preload dropdown img */
    float: right;
    width: 560px;
    margin: 40px 0 0 0;
}
#Menu ul {
    float: right;
    margin: 0;
    padding: 0;
}
#Menu li {
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#Menu li a {
    border-left: 1px solid #bcbcbc;
    display: block;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    padding: 6px 10px 6px 10px;
}
#Menu li.First a {
    border: 0;
}
#Menu li a:hover {
    color: #393939;
    text-decoration: underline;
}
#Menu li ul {
    border: 1px solid #bcbcbc;
    border-top: 0;
    background: #efefef url(/i/w/DropdownMenuBg.gif) 100% 0 no-repeat;
    width: auto;
    position: absolute;
    clear: left;
    top: 29px;
    left: 0;
    display: none;
    z-index: 1;
    padding: 0;
    margin: 0;
}
#Menu li ul li {
    clear: both;
    margin: 0 10px 0 10px;
}
#Menu li ul li a {
    font-size: 0.9em;
    text-align: left;
    margin: 0;
    width: 170px;
    height: auto;
    padding: 7px 0 7px 0;
}
#Menu li ul li a:hover {
    text-decoration: underline;
}
#Menu li:hover ul, #Menu li.over ul {
    display: block;
}
/* Holly Hack. IE Requirement */
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */





/* Left Content Area */
.Left {
    float: left;
    width: 190px;
    margin: 0 10px 0 0;
    display: inline;
}
.Left .Block {
    background: url(/i/w/BgLeftBlock.png) 0 0 no-repeat;
    padding: 5px 0 10px 0;
}
.Left .BlockContent {
    margin: 0 10px 0 10px;
}
.Left h2 {
    font-size: 1.4em;
    padding: 0 0 10px 10px;
    margin: 0;
}
.Left ul {
    margin: 0;
    padding: 0;
}
.Left li {
    background: url(/i/w/SidebarLi.gif) 0 100% no-repeat;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}
.Left li a {
    text-decoration: none;
}
.Left li a:hover {
    text-decoration: underline;
}
#LeftNavs li ul {
    padding: 5px 0 0 10px;
}
#LeftNavs li li {
    font-size: 0.9em;
}
#LeftNavs li li:last-child {
    padding-bottom: 0;
}



/* Primary Content Area */
.Content {
    float: left;
    width: 580px;
    min-height: 300px;
    margin: 0;
    padding: 0 0 10px 0;
}
.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 770px;
}
.Content.Wide.WideWithLeft {
    width: 770px;
	background-color:#FFF;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: 960px;
    margin: 0 0 0 10px;
    display: inline;
}


/* Right Content Area */
.Right {
    float: right;
    width: 190px;
}
.Right .Block {
    background: url(/i/w/BgRightBlock.png) 0 0 no-repeat;
    padding: 5px 0 10px 0;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right h2 {
    font-size: 1.4em;
    padding: 0 0 10px 10px;
    margin: 0;
}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    background: url(/i/w/SidebarLi.gif) 0 100% no-repeat;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}
.Right li a {
    text-decoration: none;
}
.Right li a:hover {
    text-decoration: underline;
}



#LowerLeft { 
    float: left;
    width: 440px;
    padding: 10px 40px 0 40px;
}
#LowerRight {
	background-color:#eee;
    float: right;
    width: 380px;
    padding: 10px 40px 0 40px;
}
.vid#LowerRight {
	background-color:#999;
}




/* Lower & Footer Content */
.Center { 
    clear: both;
    width: 980px;
    padding: 10px 0 0 0;
    margin: 0 auto;
}
.CenterWhite {
	background: #fff url(../i/w/BgWrapper.png) no-repeat center top;
	clear: both;
	width: 980px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}
#ContainerLower .Divider {
	float: left;
	padding: 0 0 16px 0;
	background: #fff url(/i/w/dividerbottom.gif) no-repeat left bottom;
}
#ContainerLower.vid .Divider {
	background: #999;
}
#Footer { 
    clear: both;
    font-size: 0.85em;
    text-align: right;
    padding: 0;
    margin: 0;
}
#Footer p {
	clear: both;
	color: #5F8455;
}
#Footer a {
	color: #597D51;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#Footer a:hover {
	color: #C5D2C1;
}


#Footer ul {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 14px;
	color: #999;
}
#Footer li {
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#Footer li a {
    border-left: 1px solid #5F8455;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0px 6px;
}
#Footer li.First a {
    border: 0;
}
#Footer li a:hover {
    color: #C5D2C1;
    text-decoration: none;
}





hr {
    background: #dcdcdc;
    margin: 10px 0;
    padding: 0;
    height: 1px;
    border:0;
}



#PageHead img {
	height: 58px;
	width: 357px;
	position: relative;
	right: -612px;
	top: -25px;
}
#extension {
	height: 1px;
	width: auto;
	padding-top: 600px;
	width: 980px;
	margin: auto;
	text-align: center;
}
#extension img {
	height: 1px;
	width: 10px;
}
#LayoutColumn2 .pics540 {
	height: 360px;
	width: 540px;
	margin-left: 12px;
	margin-bottom: 15px;
}
#LayoutColumn2 .plantstrip {
	height: 135px;
	width: auto;
	padding: 0px;
	margin: 0px 0px 16px 0px;
	position:relative;
}

#LayoutColumn2 .plantstrip h2 a {
	font-weight: bold;
	color: #5A804F;
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	position: relative;
	top:-4px;
	text-decoration:none;
}
#LayoutColumn2 .plantstrip h2 a:hover {
	color: #3165A4;
	text-decoration:underline;
}
#LayoutColumn2 .plantstrip p {
	font-size: 12px;
	padding: 0px;
	width: 440px;
	line-height: 15px;
	margin: 0px 50px 6px 0px;
	display: block;
	float: left;
}
.plantstrip img {
	padding: 0px;
	float: left;
	height: 125px;
	width: 185px;
}

#LayoutColumn2 .shady {
	background: url(../i/w/shadyline.gif) no-repeat left top;
	font-size: 9px;
	line-height: 9px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 19px;
	width: 770px;
}
#LayoutColumn2 .plantstrip .s185125 {
	display: block;
	height: 125px;
	width: 185px;
	float:left;
	Margin-right:16px;
}



.clusia {background: url(../i/t/Clusia.jpg) no-repeat right top;}
.greenarb {background: url(../i/t/Green_Arboricola.jpg) no-repeat right top;}
.trinarb {background: url(../i/t/Trinette_Arboricola.jpg) no-repeat right top;}
.coontie {background: url(../i/t/Coontie_Palm.jpg) no-repeat right top;}
.myrsine {background: url(../i/t/Myrsine.jpg) no-repeat right top;}
.simpson {background: url(../i/t/Simpsons_Stopper.jpg) no-repeat right top;}
.gbutt {background: url(../i/t/Green_Buttonwood.jpg) no-repeat right top;}
.gbutt2 {background: url(../i/t/Green_Buttonwood_Tree.jpg) no-repeat right top;}
.jcaper {background: url(../i/t/Jamaican_Caper.jpg) no-repeat right top;}
.jatropha {background: url(../i/t/Jatropha.jpg) no-repeat right top;}
.sbutt {background: url(../i/t/Silver_Buttonwood.jpg) no-repeat right top;}
.podo {background: url(../i/t/Podocarpus.jpg) no-repeat right top;}
.viburnum {background: url(../i/t/Viburnum_Odors.jpg) no-repeat right top;}
.cardboard {background: url(../i/t/Cardboard_Palm.jpg) no-repeat right top;}
.obird {background: url(../i/t/Orange_Bird_of_Paradise.jpg) no-repeat right top;}
.wbird {background: url(../i/t/White_Bird_of_Paradise.jpg) no-repeat right top;}
.ficus {background: url(../i/t/Ficus_Benjamina.jpg) no-repeat right top;}
.christmas {background: url(../i/t/Christmas_Palm.jpg) no-repeat right top;}
.seagrape {background: url(../i/t/Sea_Grape.jpg) no-repeat right top;}
.pygmy {background: url(../i/t/Pygmy_Date_Palm.jpg) no-repeat right top;}
.foxtail {background: url(../i/t/Foxtail_Palm.jpg) no-repeat right top;}
.dahoon {background: url(../i/t/Dahoon_Holly.jpg) no-repeat right top;}
.blackolive {background: url(../i/t/Black_Olive_Shady_Lady.jpg) no-repeat right top;}
.liveoak {background: url(../i/t/Live_Oak.jpg) no-repeat right top;}
.geiger {background: url(../i/t/Orange_Geiger.jpg) no-repeat right top;}
.ligustrum {background: url(../i/t/Ligustrum.jpg) no-repeat right top;}
.cattley {background: url(../i/t/Cattley_Guava.jpg) no-repeat right top;}
.bald {background: url(../i/t/Bald_Cypress.jpg) no-repeat right top;}
.epholly {background: url(../i/t/E_P_Holly.jpg) no-repeat right top;}

.clusia .s185125 {background: url(../i/t/Clusia_detail.jpg) no-repeat;}
.greenarb .s185125 {background: url(../i/t/Green_Arboricola_detail.jpg) no-repeat;}
.trinarb .s185125 {background: url(../i/t/Trinette_Arboricola_detail.jpg) no-repeat;}
.coontie .s185125 {background: url(../i/t/Coontie_Palm_detail.jpg) no-repeat;}
.myrsine .s185125 {background: url(../i/t/Myrsine_detail.jpg) no-repeat;}
.simpson .s185125 {background: url(../i/t/Simpsons_Stopper_detail.jpg) no-repeat;}
.gbutt .s185125 {background: url(../i/t/Green_Buttonwood_detail.jpg) no-repeat;}
.gbutt2 .s185125 {background: url(../i/t/Green_Buttonwood_Tree_detail.jpg) no-repeat;}
.jcaper .s185125 {background: url(../i/t/Jamaican_Caper_detail.jpg) no-repeat;}
.jatropha .s185125 {background: url(../i/t/Jatropha_detail.jpg) no-repeat;}
.sbutt .s185125 {background: url(../i/t/Silver_Buttonwood_detail.jpg) no-repeat;}
.podo .s185125 {background: url(../i/t/Podocarpus_detail.jpg) no-repeat;}
.viburnum .s185125 {background: url(../i/t/Viburnum_Odors_detail.jpg) no-repeat;}
.cardboard .s185125 {background: url(../i/t/Cardboard_Palm_detail.jpg) no-repeat;}
.obird .s185125 {background: url(../i/t/Orange_Bird_of_Paradise_detail.jpg) no-repeat;}
.wbird .s185125 {background: url(../i/t/White_Bird_of_Paradise_detail.jpg) no-repeat;}
.ficus .s185125 {background: url(../i/t/Ficus_Benjamina_detail.jpg) no-repeat;}
.christmas .s185125 {background: url(../i/t/Christmas_Palm_detail.jpg) no-repeat;}
.seagrape .s185125 {background: url(../i/t/Sea_Grape_detail.jpg) no-repeat;}
.pygmy .s185125 {background: url(../i/t/Pygmy_Date_Palm_detail.jpg) no-repeat;}
.foxtail .s185125 {background: url(../i/t/Foxtail_Palm_detail.jpg) no-repeat;}
.dahoon .s185125 {background: url(../i/t/Dahoon_Holly_detail.jpg) no-repeat;}
.blackolive .s185125 {background: url(../i/t/Black_Olive_Shady_Lady_detail.jpg) no-repeat;}
.liveoak .s185125 {background: url(../i/t/Live_Oak_detail.jpg) no-repeat;}
.geiger .s185125 {background: url(../i/t/Orange_Geiger_detail.jpg) no-repeat;}
.ligustrum .s185125 {background: url(../i/t/Ligustrum_detail.jpg) no-repeat;}
.cattley .s185125 {background: url(../i/t/Cattley_Guava_detail.jpg) no-repeat;}
.bald .s185125 {background: url(../i/t/Bald_Cypress_detail.jpg) no-repeat;}
.epholly .s185125 {background: url(../i/t/E_P_Holly_detail.jpg) no-repeat;}

#LayoutColumn2 .plantstrip img.zoomit {
	height: 125px;
	width: 185px;
}
#LayoutColumn2 .plantstrip .zoomit:hover {
	height: 250px;
	width: 370px;
	position:absolute;
	top:-45px;
	left:-170px;
	z-index:10;
}
.cardboard .zoomit:hover {background-image: url(../i/b/Cardboard_Palm_detail.jpg);}
.clusia .zoomit:hover {background: url(../i/b/Clusia_detail.jpg);}
.greenarb .zoomit:hover {background: url(../i/b/Green_Arboricola_detail.jpg);}
.trinarb .zoomit:hover {background: url(../i/b/Trinette_Arboricola_detail.jpg);}
.coontie .zoomit:hover {background: url(../i/b/Coontie_Palm_detail.jpg);}
.myrsine .zoomit:hover {background: url(../i/b/Myrsine_detail.jpg);}
.simpson .zoomit:hover {background: url(../i/b/Simpsons_Stopper_detail.jpg);}
.gbutt .zoomit:hover {background: url(../i/b/Green_Buttonwood_detail.jpg);}
.gbutt2 .zoomit:hover {background: url(../i/b/Green_Buttonwood_Tree_detail.jpg);}
.jcaper .zoomit:hover {background: url(../i/b/Jamaican_Caper_detail.jpg);}
.jatropha .zoomit:hover {background: url(../i/b/Jatropha_detail.jpg);}
.sbutt .zoomit:hover {background: url(../i/b/Silver_Buttonwood_detail.jpg);}
.podo .zoomit:hover {background: url(../i/b/Podocarpus_detail.jpg);}
.viburnum .zoomit:hover {background: url(../i/b/Viburnum_Odors_detail.jpg);}
.cardboard .zoomit:hover {background: url(../i/b/Cardboard_Palm_detail.jpg);}
.obird .zoomit:hover {background: url(../i/b/Orange_Bird_of_Paradise_detail.jpg);}
.wbird .zoomit:hover {background: url(../i/b/White_Bird_of_Paradise_detail.jpg);}
.ficus .zoomit:hover {background: url(../i/b/Ficus_Benjamina_detail.jpg);}
.christmas .zoomit:hover {background: url(../i/b/Christmas_Palm_detail.jpg);}
.seagrape .zoomit:hover {background: url(../i/b/Sea_Grape_detail.jpg);}
.pygmy .zoomit:hover {background: url(../i/b/Pygmy_Date_Palm_detail.jpg);}
.foxtail .zoomit:hover {background: url(../i/b/Foxtail_Palm_detail.jpg);}
.dahoon .zoomit:hover {background: url(../i/b/Dahoon_Holly_detail.jpg);}
.blackolive .zoomit:hover {background: url(../i/b/Black_Olive_Shady_Lady_detail.jpg);}
.liveoak .zoomit:hover {background: url(../i/b/Live_Oak_detail.jpg);}
.geiger .zoomit:hover {background: url(../i/b/Orange_Geiger_detail.jpg);}
.ligustrum .zoomit:hover {background: url(../i/b/Ligustrum_detail.jpg);}
.cattley .zoomit:hover {background: url(../i/b/Cattley_Guava_detail.jpg);}
.bald .zoomit:hover {background: url(../i/b/Bald_Cypress_detail.jpg);}
.epholly .zoomit:hover {background: url(../i/b/E_P_Holly_detail.jpg);}










.kittys {
	float: left;
	height: 24px;
	position: relative;
	top:-8px;
}
.kittys ul {
	margin: 0px 0px 0px 8px;
	padding: 0px;
}
.kittys li {
	float: left;
	display:inline;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	height: 24px;
	width: 24px;
	list-style-type: none;
}
.kittys li.shopnow {
	float: left;
	display:inline;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	height: 24px;
	width: 52px;
	list-style-type: none;
}
.plantstrip .kittys img {
	height: 24px;
	width: 24px;
}
.plantstrip .kittys li.shopnow img {
	height: 24px;
	width: 52px;
}

.cata {background: url(../i/catbutts.png) no-repeat 0px 0px;}
.catc {background: url(../i/catbutts.png) no-repeat -24px 0px;}
.catf {background: url(../i/catbutts.png) no-repeat -48px 0px;}
.catp {background: url(../i/catbutts.png) no-repeat -72px 0px;}
.cats {background: url(../i/catbutts.png) no-repeat -96px 0px;}
.catt {background: url(../i/catbutts.png) no-repeat -120px 0px;}
.cata:hover {background: url(../i/catbutts.png) no-repeat 0px -24px;}
.catc:hover {background: url(../i/catbutts.png) no-repeat -24px -24px;}
.catf:hover {background: url(../i/catbutts.png) no-repeat -48px -24px;}
.catp:hover {background: url(../i/catbutts.png) no-repeat -72px -24px;}
.cats:hover {background: url(../i/catbutts.png) no-repeat -96px -24px;}
.catt:hover {background: url(../i/catbutts.png) no-repeat -120px -24px;}
.shopnow {background: url(../i/shopbutt.png) no-repeat 0px 0px;}
.shopnow:hover {background: url(../i/shopbutt.png) no-repeat 0px -24px;}

.kita {background: url(../i/kitbutts.png) no-repeat 0px 0px;}
.kitc {background: url(../i/kitbutts.png) no-repeat -16px 0px;}
.kitf {background: url(../i/kitbutts.png) no-repeat -32px 0px;}
.kitp {background: url(../i/kitbutts.png) no-repeat -48px 0px;}
.kits {background: url(../i/kitbutts.png) no-repeat -64px 0px;}
.kitt {background: url(../i/kitbutts.png) no-repeat -80px 0px;}
.kita:hover {background: url(../i/kitbutts.png) no-repeat 0px -16px;}
.kitc:hover {background: url(../i/kitbutts.png) no-repeat -16px -16px;}
.kitf:hover {background: url(../i/kitbutts.png) no-repeat -32px -16px;}
.kitp:hover {background: url(../i/kitbutts.png) no-repeat -48px -16px;}
.kits:hover {background: url(../i/kitbutts.png) no-repeat -60px -16px;}
.kitt:hover {background: url(../i/kitbutts.png) no-repeat -80px -16px;}

#infoat {
	background: url(../i/infoat.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 217px;
}
#infoat:hover {background: url(../i/infoat.gif) no-repeat 0px -23px;}
#shopdot {
	background: url(../i/shopdot.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 217px;
}
#shopdot:hover {background: url(../i/shopdot.gif) no-repeat 0px -23px;}
.vid {
	background-color: #999;
}
.Content.Wide.WideWithLeft.vid{width:770px;background-color: #999;}
#LayoutColumn2 .centerup {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#LayoutColumn2 .vidcenter {
	margin: 9px 20px 15px 30px;
	height: 406px;
	width: 720px;
}
#beds {
	background-image: url(../i/Floridas_Finest_Plant_Materials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 522px;
	width: 770px;
}

#beds:focus
{
  -moz-outline-style: none;
}

/* Miscellaneous Definitions */
.FloatRight {float: right;}
.FloatLeft {float: left;}
.ClearRight {clear: right;}
.ClearLeft {clear: left;}
.Clear {clear: both;}
.Content h3 {margin-bottom: 5px;}
.cgreen {
	font-size: 16px;
	font-weight: bold;
	color: #1F7601;
	text-align: center;
}
.cgray {
	font-size: 14px;
	font-weight: bold;
	color: #AAA;
	text-align: center;
}
