/*DO NOT DELET THESE STYLES ARE NECESSARY FOR THE SLIDE SHOW TEXT BG EVEN THOUGH THEY ARE A REPEAT OF CODE IN "STYLES.CSS"*/
.slide-txt { /* styles for semi-tranparent background in the slideshow */
	background:url(../img/slide_tr.png) no-repeat top;	
	bottom:0;
	height:50px;	
	left:0;	
	position:absolute;
	width:100%;
}
.slide-txt h3 {
	margin:11px 0 0 12px;
	font-size: 14px;
}

/* Reset properties */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	font-family:inherit;
}

/*table{
border-collapse:collapse;border-spacing:0;
}*/

ol,ul{
	list-style-image: none;
	list-style-type: none;
}q:before,q:after,blockquote:before,blockquote:after{content:"";}
img {
    border-style: none
}
/* Main elements styling */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	background-image: url(../images/body-bg_2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 20px;
}
#menuWrapper {
	padding: 0px;
	height: 36px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 46px;
	margin-left: 0px;
}
#menuWrapper2 {
	padding: 0px;
	height: 36px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, H6 {
	color: #8ac000;
	cursor: default;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 16px;
	margin: 15px 0px;
}

h3 {
	font-size: 16px;
	margin: 15px 0px;
}

h4 {
	font-size: 14px;
	margin: 15px 0px;
}

h5 {
	font-size: 12px;
	margin: 15px 0px;
}

h6 {
	font-size: 12px;
	margin: 0px;
}
.clear {
}
.selectState {
	font-size: 18px;
	color: #FF6600;
	font-style: italic;
}
.bullitDescription {
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.smalltext_12 {
	font-size: 12px;
	line-height: 1.5em;
}
.micro {
	font-size: 10px;
}
li span {
	font-size: 10px;
}
.green {
	color: #99cc00;
	font-size: 12px;
}
.jumpmenu {
	font-size: 16px;
	line-height: 1.5em;
	color: #3A8BBE;
	padding: 0px;
	margin-bottom: 10px;
}
.red {
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
}
.blue {
	color: #3A8BBE;
}
.bold {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bold2 {
	font-weight: bold;
	font-size: 10px;
}
.bold3 {
	font-weight: bold;
}
.ital2 {
	font-size: 10px;
	font-style: italic;
}
.centerScroll {
	text-align: center;
	padding-top: 10px;
	color: #8ac000;
}

.rightTxt {
	text-align: right;
	font-size: 14px;
}

p {
	color: #434141;
	line-height: 1.6em;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	text-align: left;
	font-size: 12px;
}

blockquote {
	padding-left: 20px;
	border-left: 3px solid #3A8BBE;
	color: #3A8BBE;
	font-style: italic;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 1.5em;
}

blockquote p {
	color: #3A8BBE;
	font-style: italic;
}

a {
	color: #7DA652;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #F38019;
}

/* classes used for align purposes (left and right, img-left and img-right) */

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
}

.img-left {
	float: left;
	padding: 5px;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 9px;
	margin-left: 0px;
}
.img-left-border {
	float: left;
	padding: 5px;
	margin: 6px 20px 9px 0px;
	border: 1px solid #E0DDDD;
}
.imageWrapper {
	float: left;
	font-size: 10px;
}
.imageWrapper p {
	font-size: 10px;
}
.image-capt {
	padding: 5px;
	margin: 0px;
	border: 1px solid #E0DDDD;
	font-size: 10px;
	clear: both;
}
.img-right-border {
	float: right;
	padding: 5px;
	margin: 6px 0px 9px 20px;
	border: 1px solid #E0DDDD;
}

.img-right {
	float: right;
	padding: 5px;
	margin: 6px 0px 9px 20px;
}
.border {
	padding: 5px;
	border: 1px solid #E0DDDD;
	margin-bottom: 10px;
}

/* Wrapper  940px width, centered */

#wrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ContactHeader {
	height: 120px;
	width: auto;
	background-color: #FFFFFF;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.logo {
	float: left;
}

/* Header */

#header {
	height: 59px;
}
#header img {
	padding-top: 17px;
}
#call_today {
	height: 41px;
	width: 100%;
	position: absolute;
	top: 0px;
	visibility: visible;
}
#call_today_wrapper {
	height: 41px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#call_today_wrapper img {
	float: right;
}
.resourceBlock {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
}

/* Navigation */



/* Billboard section */

#billboard {
	height: 280px;
	background-image: url(../images/slide_blue_grad_BG.gif);
	background-repeat: repeat-x;
	background-position: 1px -1px;
}

/* Featured services homepage section */

#featured {
	width: 960px;
}

.featured-service, .featured-service-right {
	width: 260px;
	float: left;
	background: url(../images/featured-bg.gif) repeat-y;
	margin-right: 29px;
	padding: 20px;
	height: 250px;
}

#featured .featured-service-right {
	margin-right: 0px;
}

.featured-border-bottom, .featured-border-bottom-right {
	background: url(../images/featured-border-bottom.png) no-repeat;
	height: 10px;
	width: 300px;
	margin-right: 29px;
	float: left;
}

#featured .featured-border-bottom-right {
	margin-right: 0px;
}

#featured h2 {
	color: #3A8BBE;
	margin-top: 10px;
}

#featured h4 {
	color: #3A8BBE;
	margin-top: 15px;
	width: 125px;
	border: 1px solid #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#featured p {
	color: #434141;
	line-height: 1.5em;
	font-size: 12px;
}


/* Container */

#container {
	margin-top: 20px;
}
#container #mainContent p {
	font-size: 12px;
}

#container h1 {
	font-size: 24px;
	color: #3A8BBE;
	margin-bottom: 20px;
	line-height: 2em;
}
#faq {
	width: 600px;
	float: right;
	margin-bottom: 20px;
}

/* Main Content */

#mainContent {
	width: 600px;
	float: left;
	margin-bottom: 20px;
}
#mainContent h1 {
	line-height: 1em;
	color: #8ac000;
}
#mainContent h2 {
	font-size: 14px;
}
#mainContent p {
	font-size: 12px;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-size: 12px;
	color: #333333;
}

/* Main Content Conditions */

#mainContentCond {
	width: 600px;
	float: right;
	margin-bottom: 20px;
	height: 800px;
}
#mainContentCond h1 {
	line-height: 1em;
	color: #8ac000;
}
#mainContentCond h2 {
	font-size: 14px;
}
#mainContentCond p {
	font-size: 12px;
}
#mainContentCond li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-size: 12px;
	color: #333333;
}

/* Main Content Locations */

#mainContentLoc {
	width: auto;
	margin-bottom: 20px;
	height: 900px;
}
#wrapper #mainContentLoc a {
	text-decoration: underline;
}
#mainContentLoc h1 {
	line-height: 1em;
	color: #8ac000;
}
#mainContentLoc h2 {
	font-size: 14px;
}
#mainContentLoc p {
	font-size: 12px;
}
#mainContentLoc li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-size: 12px;
	color: #333333;
}


/* Main Content FOR INDEX/HOME PAGE*/

#mainContentHome {
	width: auto;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#mainContentHome h1 {
	line-height: 1em;
	color: #8ac000;
}
#mainContentHome h2 {
	font-size: 14px;
}
#mainContentHome p {
	font-size: 12px;
}
#mainContentHome li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-size: 12px;
	color: #333333;
}


/*#mainContent h3 {
	float: right;
}
/* Main Content Contact & Appointment */

#mainContentCont {
	width: 860px;
	float: left;
	margin-bottom: 20px;
	padding-left: 100px;
	padding-top: 25px;
}
#mainContentCont p {
	font-size: 12px;
	padding-right: 90px;
}
#mainContentCont li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2.0em;
}
#mainContentCont h3 {
	float: right;
}
#mainContentCont h2 {
	padding-right: 90px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	font-size: 14px;
}
#sidebar a:active {
	color: #8ac000;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: none;
}

.sidebar-border-top {
	height: 10px;
	width: 300px;
	background: url(../images/sidebar-border-top.png) no-repeat;
}

.sidebar-main {
	background: url(../images/featured-bg.gif) repeat-y;
	padding: 10px 20px 10px 20px;
}
.sidebar-main a:active {
	color: #8ac000;
}
.sidebar-main p {
	font-size: 12px;
}
.sidebar-main li {
	list-style-type: square;
	margin-left: 10px;
	line-height: 1.5em;
}

.sidebar-border-bottom {
	height: 10px;
	width: 300px;
	background: url(../images/sidebar-border-bottom.png) no-repeat;
	margin-bottom: 20px;
} 

#sidebar .sidebar-icon {
	margin: 0px 20px 0px 0px;
	float: left;
}

#sidebar .sidebar-icon-search {
	background: url(../images/icon8.png) no-repeat;
	border: none;
	width: 24px;
	height: 24px;
	margin: 0px 0px 0px 20px;
	float: right;
}

#sidebar h3 {
	margin-top: 3px;
	color: #8ac000;
	margin-bottom: 2px;
}

#sidebar ul {
	color: #3A8BBE;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	line-height: 2em;
}
.sidebar-divider-full {
	height: 1px;
	background-color:#f3f2f2;
	border-top: 1px solid #d2d2d2;
	margin: 15px 0px 15px 0px;
	clear: both;
}


/* Footer */

#footer {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#footer-border-top {
	height: 10px;
	background-image: url(../images/footer-border-top.png);
}

#footer-main {
	width: 930px;
	background: url(../images/footer-bg.gif) repeat-y;
	;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#footer-border-botom {
	height: 10px;
	background-image: url(../images/footer-border-bottom.png);
}

#footer p {
	font-size: 11px;
	color: #0a3872;
}

#footer a {
	color: #8ac000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}
/* varification */

#verify {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#verify-main h1 {
	color: #8ac000;
}
#verify-border-top {
	height: 10px;
	background-image: url(../images/footer-border-top.png);
}

#verify-main {
	width: 855px;
	background: url(../images/footer-bg.gif) repeat-y;
	;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 95px;
}
#verifyMainLeft {
	float: left;
	width: 455px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eeeeee;
	padding-right: 5px;
}
#verifyMainRight {
	float: right;
	width: 375px;
	padding-top: 20px;
}
#verifyQualifyRight {
	float: right;
	width: 370px;
	padding-top: 0px;
	padding-left: 10px;
}
#verifyQualifyRight li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #3A8BBE;
	padding-left: 20px;
	padding-top: 5px;
	background-image: url(http://www.greenleafclinics.com/images/check.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
#verify-Right {
	float: right;
	width: 355px;
	margin-right: 10px;
}
#verifyContRight {
	float: right;
	width: 250px;
	padding-top: 20px;
}
#verifyContLeft {
	float: left;
	width: 580px;
	margin-right: 10px;
}
#verifyContLocation {
	float: left;
	width: 580px;
	margin-right: 10px;
}
#verifyContLocation li {
	background-attachment: scroll;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;	
}


#verify-border-botom {
	height: 10px;
	background-image: url(../images/footer-border-bottom.png);
}

#verify p {
	font-size: 12px;
	color: #3A8BBE;
}

#verify a {
	color: #8ac000;
	text-decoration:none;
}

#verify a:hover {
	text-decoration: underline;
}
#verify-main h6 {
	height: 19px;
	width: 50px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding-left: 20px;
}
/* varification */

#headline {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#headline-border-top {
	height: 10px;
	background-image: url(../images/footer-border-top.png);
}

#headline-main {
	width: 930px;
	background: url(../images/footer-bg.gif) repeat-y;
	;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#headline  h1 {
	font-size: 14px;
}
#headlineMainLeft {
	float: left;
	width: 460px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}
#headlineMainRight {
	float: right;
	width: 375px;
	padding-top: 130px;
}
#headlineQualifyRight {
	float: right;
	width: 375px;
	padding-top: 50px;
}
#headline-Right {
	float: right;
	width: 355px;
	margin-right: 10px;
}
#headlineContRight {
	float: right;
	width: 250px;
	padding-top: 20px;
}
#headlineContLeft {
	float: left;
	width: 580px;
	margin-right: 10px;
}
#headline-border-botom {
	height: 10px;
	background-image: url(../images/footer-border-bottom.png);
}
#headline p {
	font-size: 12px;
	color: #3A8BBE;
}
#headline a {
	color: #8ac000;
	text-decoration:none;
}
#headline h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3A8BBE;
	font-size: 12px;
	font-weight: lighter;
	background-image: url(../images/headline_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	height: 33px;
	padding-left: 35px;
	padding-top: 10px;
	line-height: 1.7em;
	display: inline;
	white-space: normal;
}
#headline a:hover {
	text-decoration: underline;
}
#headline-main h6 {
	height: 19px;
	width: 50px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding-left: 20px;
}
/* maps */

#map {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#map-border-top {
	height: 10px;
	background-image: url(../images/footer-border-top.png);
}

#map-main {
	width: 855px;
	background: url(../images/footer-bg.gif) repeat-y;
	;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 95px;
}
#mapMainLeft {
	float: left;
	width: 460px;
	margin-right: 10px;
}
#mapMainRight {
	float: right;
	width: 375px;
	padding-top: 130px;
}
#mapContRight {
	float: right;
	width: 250px;
	padding-top: 20px;
}
#mapContLeft {
	float: left;
	width: 580px;
	margin-right: 10px;
}


#map-border-botom {
	height: 10px;
	background-image: url(../images/footer-border-bottom.png);
}

#map p {
	font-size: 12px;
	color: #3A8BBE;
}

#map a {
	color: #8ac000;
	text-decoration:none;
}

#map a:hover {
	text-decoration: underline;
}
#map-main h6 {
	height: 19px;
	width: 50px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding-left: 20px;
}
/* success */

#success {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#success-border-top {
	height: 10px;
	background-image: url(../images/footer-border-top.gif);
}

#success-main {
	width: 840px;
	background: url(../images/footer-bg.gif) repeat-y;
	;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 95px;
}


#success-border-botom {
	height: 10px;
	background-image: url(../images/footer-border-bottom.gif);
}

#success p {
	font-size: 12px;
	color: #3A8BBE;
}

#success a {
	color: #8ac000;
	text-decoration:none;
}

#success a:hover {
	text-decoration: underline;
}

                        

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.billboard-image {
	width: 337px;
	height: 210px;
	position: relative;
	overflow: hidden;
	z-index: 10;
	top:-295px;
	left: 61px;
}

.billboard-image img {
	width: 337px;
	height: 210px;
}
.topnav {
	position: relative;
	width: 960px;
	height: 90px;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.topnav img {
	float: left;
	margin-top: 10px;
}
.topnav p {
	font-size: 12px;
}
.topnav td {
}
.topnav a {
	text-decoration: none;
	font-size: 12px;
}

/* START slideshow wrapper */
/* styles for semi-tranparent background in the slideshow */
.slide-txt { 
	background:url(../images/slide_tr.png) no-repeat top;
	bottom:0;
	height:50px;
	left:0;
	position:absolute;
	width:100%;
}
.slide-txt h3 {
	margin:11px 0 0 12px;
}
ol, ul {
	list-style: none;
}


.jqueryslidemenu ul li a:hover {
	background:#fff; 
	color:#f87b27;
}
.jqueryslidemenu ul .selected a {
	color:#f87b27;
}
.slide-1-desc {
	background-image: url(../images/slide_blue_grad_BG.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.slide-1-desc {
	float:left;
	height:281px;
	position:relative;
	width:319px;
}
.slide-1-desc h1 {
	color:#fff;
	font-size: 18px;
}
.slide-1-desc p { /* text colour in the right side of home slider */
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}
.slide-1-desc h1, .slide-1-desc p {
	float:left;
	width:284px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 16px;
}
.slide-1-desc h1 {
	padding-bottom:5px;
}
.slideshow-rm { /* learn more styles in the home slideshow */
	height: 41px;
	width: 150px;
}
.slideshow-rm {
	bottom:70px;
	height:41px;
	position:absolute;
	width:150px;
	left: 16px;
}
.slideshow-rm a {
	color:#f87b27;
}
.slideshow-rm:hover {
	background-color: transparent;
}
.slideshow-rm a:hover {
	color:#FFFFFF;
}
.slide-txt h3 a, .slide-txt h3 { /* color of text header(with link) with the semi-transparent black background */
	color:#fff;
	text-decoration:none;
}
.ln-list li {
	float:left;
	margin:2px 0 2px 0;
	padding:3px 0 3px 0;
	width:311px;
}
.ln-list li:hover {
	background:#f5f5f5;
}
.brochure:hover {
	background:#f5f5f5;
}

#slideshow-wrapper-static {
	float:left;
	width:100%;
	margin: 0px;
	height: 281px;
}
#slideshow-wrapper {
	float:left;
	width:100%;
	margin: 0px;
}
#slideshow {
    height:281px;
    position:relative;	
	width:960px;
}
#slideshow li {
	height:281px;
	left:0;
	opacity:0.0;
	position:absolute;
	top:0px;
	z-index:8;
}
#slideshow li.active {
    opacity:1.0;
    z-index:10;
}
#slideshow li.last-active {
    z-index:9;
}
.slide-1-img {
	float:left;
	width:641px;
}

/* END slideshow wrapper */
#body-wrapper {
	margin:20px auto;
	width:960px;
}
.radial {
}

/* form */


/*input {
	border : 1px solid #666666;
}

input:hover { border-color : #000; }
input:active, input:focus {
	border-color : #333333;
}*/
textarea {
	border : 1px solid #CCCCCC;
}
select {
	border : 1px solid #CCCCCC;
	background-color: #E2DFDF;
}
input.btn {
	background-image: url(../images/submit_btn_over.gif);
	background-repeat: no-repeat;
	color: #000000;
	width: 75px;
	border: 0px;
	cursor: pointer;
	padding-top: 2px;
	margin-top: 2px;
	margin-left: 5px;
	height: 21px;
	float: right;
}

input.btn:hover {
	background-color: transparent;	
}

.submit {
	border-style: none;
}

/* FORM FOR QUICK CONTACT */


fieldset ol {
	list-style: none;
	margin-top: 0px;
	padding-top: 3.5em;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}
fieldset li {
	padding-bottom: 10px;
} 
fieldset.submit {  
border-style: none; 
}
fieldset input {
}
fieldset input:hover {
	border-color : #000000;
}
.fieldsetHeader/*fieldset input:focus {
	border-color : #000;
	background-color: #3A8BBE;
	color: #FFFFFF;
}*/
 {
	width: 400px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #333333;
	padding-top: 5px;
	height: 36px;
	margin-top: 10px;
	float: left;
}
fieldset {
	position: relative;
	clear: both;
	width: 460px;
	/*font-family: "Lucida Grande", Arial, Helvetica, sans-serif;*/
	float: left;
	border-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
} 
fieldset.submit {
	width: auto;
	padding-top: 1.5em;
	padding-left: 12em;
	float: none;
	position: static;
	background-color: transparent;
}
label {
	width: 10em;
	text-align: left;
	font-size: 12px;
	float: left;
}
label span {
	float: left;
}
fieldset fieldset label {  
float: none;  
width: auto;  
margin-right: auto; 
}
.fieldsetBorder {
	border: 1px solid #DCD9D4;
}
.textaSmall {
	font-size: 10px;
	background-color: #E1E1E1;
	border: 1px solid #666666;
	width: 300px;
	height: 20px;
}
.textaMessage {
	font-size: 10px;
	background-color: #E1E1E1;
	border: 1px solid #666666;
	width: 300px;
}
#mainContent h6 {
	height: 19px;
	width: 50px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding-left: 20px;
}
.radial {
	width: 422px;
	padding-bottom: 10px;
	color: #333333;
	padding-top: 10px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #666666;
	padding-left: 10px;
}
.radial input {
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
}
.radial label {
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-right: 50px;
	width: 200px;
}
.radial p {
	font-size: 10px;
}
/* span buttons */
a.button_link {
	color:#333333;
	display:inline-block;
	font-size:11px;
	height:30px;
	margin-right:5px;
	margin-top:0px;
	padding-right:17px;
	text-transform:uppercase;
	background-attachment: scroll;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
	background-position: right -34px;
}
a.button_link span {
	display:block;
	line-height:10px;
	padding:9px 0 11px 15px;
	background-attachment: scroll;
	background-color: #EEEEEE;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
	background-position: -2px -34px;
}
a.button_link:hover {
	background-position: right -2px;
	color:#FF6600;
}
a.button_link:hover span {
	background-position:-2px -2px;
}
/* simple buttons */
