@charset "UTF-8";
/* CSS Document */

body {
	margin:20px;
	padding:0px;
	background:#FFF;
	font-size:12px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif
}
a {
	color:#0f6939;
	text-decoration:none
}
a:hover {
	color:#006
}
img {
	border:3px #CCC solid;
}
img.alignleft {
	float:left;
	margin:0px 10px 0px 0px;
}
img.alignright {
	float:right;
	margin:0px 0px 0px 10px;
}
img.aligncenter {
	margin:auto;
	text-align:center;
}
embed, iframe {
	border:3px solid #999;
}
iframe {
	float:left;
	margin:10px;
}
strong, b {
	font-weight: bold;
}
/***************** forms **************/
input[type="submit"], input.sendbutton {
	background: #0f6939; /* Old browsers */
	background: -moz-linear-gradient(top,  #0f6939 0%, #2d9b6b 50%, #0f6939 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f6939), color-stop(50%,#2d9b6b), color-stop(51%,#0f6939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* IE10+ */
	background: linear-gradient(to bottom,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f6939', endColorstr='#0f6939',GradientType=0 ); /* IE6-9 */
	color:#FFF;
	float:right;
	clear:both;
	margin:5px 0px;
	padding:0px 10px;
	line-height:25px;
	border:0px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	font-weight:bold;
	-webkit-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	-moz-box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
}

input[type="submit"]:hover, input.sendbutton:hover {
	background: #f8ef22; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8ef22 0%, #f7f5c8 50%, #f8ef22 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ef22), color-stop(50%,#f7f5c8), color-stop(51%,#f8ef22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ef22', endColorstr='#f8ef22',GradientType=0 ); /* IE6-9 */
	color:#000;
	-webkit-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	-moz-box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
}
input[type="text"], input[type="email"] {
	font-size:12px;
	padding:2px;
	color:#333;
}
select {
	margin:10px 0px;
	background:#336;
	border:#F93;
	color:#F93
}
/***************** main **************/

#container1 {
	margin:auto;
	width:970px;
}
/***************** footer **************/
.footer {
	float:left;
	width:970px;
	background:url(images/divider4.png) top no-repeat;
	padding:2px 0px 20px;
	margin:0px 0px 20px;
	text-align:center;
	font-size:11px;
}
/***************** Header **************/
.header {
	width:970px;
	height:300px;
	float:left;
	padding:0px 0px 10px;
}
.header h1 {
	width:700px;
	height:300px;
	margin:0px auto;
	padding:0px;
	background:url(images/header3.png) no-repeat top;
	text-indent:-100000px;
}
.header a {
	display:block;
	width:700px;
	height:300px;
	text-align:center;
	margin:auto;
}
/***************** Menu **************/
.menu1 {
	height:30px;
	width:950px;
	float:left;
	position:relative;
	padding:10px 0px 20px;
	background:url(images/divider4.png) bottom no-repeat;
}
.menu2 {
	height:30px;
	display:block;
	width:650px;
	margin:auto;
}
.menu {
	line-height:30px;
	height:30px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	display:inline;
}
ul.menu {
	display:inline;
}
.menu li {
	float:left;
	display:inline;
	padding:0px 5px;
	list-style:none;
	font-variant:small-caps;
	margin-top:-1px;
}
.menu a {
	color:#FFF;
	background: #0f6939; /* Old browsers */
	background: -moz-linear-gradient(top,  #0f6939 0%, #2d9b6b 50%, #0f6939 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f6939), color-stop(50%,#2d9b6b), color-stop(51%,#0f6939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* IE10+ */
	background: linear-gradient(to bottom,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f6939', endColorstr='#0f6939',GradientType=0 ); /* IE6-9 */
	
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	line-height:26px;
	padding:0px 8px;
	display:block;-webkit-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	-moz-box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
}
.menu a:hover {
	background: #f8ef22; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8ef22 0%, #f7f5c8 50%, #f8ef22 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ef22), color-stop(50%,#f7f5c8), color-stop(51%,#f8ef22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ef22', endColorstr='#f8ef22',GradientType=0 ); /* IE6-9 */
	color:#000;
}
.menu li.current_page_item a {
	color:#f8ef22
}
.menu li.current_page_item li a {
	color:#FFF;
}
.menu li ul {
	display:none;
	position:absolute;
	width:120px;
	margin:0px 0px 0px 14px;
	padding:5p 0px 5px;	
	text-align:left;
	line-height:normal;
	background:#0f6939;
	border-radius:0px 10px 0px 10px;
	-moz-border-radius:0px 10px 0px 10px;
	-webkit-border-radius:0px 10px 0px 10px;
	border:1px #006 solid;
	z-index:3000;
	overflow:hidden;
	-webkit-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.24);
	box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.24);
}
.menu li ul li {
	padding:0px 0px;
	margin:0px 0px 0px -40px;
	text-align:left;
	float:none;
	padding:10px;
	display:block;
	background:none;
}
.menu li ul li a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	background:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	line-height:normal;
	padding:0px 0px;
	margin:0px;
	border:0px;
	display:block;
	display:block;-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.menu li ul a:hover {
	background:none;
}
.menu li ul li:first-child {
	border-radius:0px 10px 0px 0px;
	-moz-border-radius:0px 10px 0px 0px;
	-webkit-border-radius:0px 10px 0px 0px;
}
.menu li ul li:last-child {
	border-radius:0px 0px 0px 10px;
	-moz-border-radius:0px 0px 0px 10px;
	-webkit-border-radius:0px 0px 0px 10px;
}
.menu li:hover ul {
	display:block;
}
.menu ul ul {top:auto;}
.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li:hover ul ul ul ul {display:none;}
.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul {display:block;}

/***************** MainSidebar **************/
.sidebar {
	width:190px;
	float:right;
	color:#666;
	line-height:20px;
}
.sidebar a {
	color::#0f6939
}
.sidebar ul {
	margin:0px;
	padding:0px;
}
.sidebar ul li.widget {
	background:;
	padding:30px 0px 30px 0px;
	margin:0px 0px -20px;
	list-style:none;
	min-height:50px;
}
.sidebar h3.widgettitle {
	color:#333;
	font-size:16px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	/*border-bottom:#0f6939 solid 1px;*/
	background:url(images/widget-blk.png) bottom left no-repeat;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

.sidebar ul li li {
	background:none;
	padding:3px 0px;
	margin:0px;
}
.sidebar form {
	padding:0px 0px 10px;
}
.sidebar input[type="text"] {
	width:140px;
}
.sidebar ul ul {
	margin-left:-9px;
}
.sidebar ul li li {
	font-size:11px;
	border-top:#374960 dotted 1px;
	padding:3px 0px 3px 20px;
	line-height:20px;
	list-style:disc;
	display:block;
}

.sidebar ul li li a {
	display:block;
	margin-right:-30px;
}
.sidebar ul li ul li a:hover {
	color:#006
}
.sidebar ul li li:first-child {
	border:0px;
}
.textwidget {
	line-height:18px;
	font-size:11px;
	margin-top:10px;
}
#menu-secondary-menu {
	padding:20px 0px 0px 0px;
}

#menu-secondary-menu li {
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px -10px;
}
#menu-secondary-menu li a {
	font-size:14px;
	background:none;
	padding:0px;
	margin:0px -20px 0px 0px;
	text-align:left;
	color:#000;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

#menu-secondary-menu li a:hover {
	color:#006
}
li#menu-item-579 a {
	background: #f8ef22; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8ef22 0%, #f7f5c8 50%, #f8ef22 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ef22), color-stop(50%,#f7f5c8), color-stop(51%,#f8ef22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8ef22 0%,#f7f5c8 50%,#f8ef22 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ef22', endColorstr='#f8ef22',GradientType=0 ); /* IE6-9 */
	color:#000;
	line-height:35px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:0px 10px;
	border:1px solid #333;
	margin:10px 0px 0px;
}
li#menu-item-579 a:hover {
	background: #0f6939; /* Old browsers */
	background: -moz-linear-gradient(top,  #0f6939 0%, #2d9b6b 50%, #0f6939 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f6939), color-stop(50%,#2d9b6b), color-stop(51%,#0f6939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* IE10+ */
	background: linear-gradient(to bottom,  #0f6939 0%,#2d9b6b 50%,#0f6939 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f6939', endColorstr='#0f6939',GradientType=0 ); /* IE6-9 */
	color:#FFF;
}

ul.social li a {
	padding:13px 0px 13px 50px;
	margin-left:-10px;
}
#yt {
	background:url(images/yt.png) no-repeat left;
}
#ye {
	background:url(images/ye.png) no-repeat left;
}
#tw {
	background:url(images/tw.png) no-repeat left;
}
#fb {
	background:url(images/fb.png) no-repeat left;
}
#fs {
	background:url(images/fs.png) no-repeat left;
}
#me {
	background:url(images/me.png) no-repeat left;
}
#vi {
	background:url(images/vi.png) no-repeat left;
}
#in {
	background:url(images/in.jpg) no-repeat left;
}
/***************** Main Content **************/
.content {
	width:740px;
	min-height:500px;
	float:left;
	margin:29px 0px 30px 0px;
	line-height:18px;
}	
.post, .blogpost {
	background:#efefef;
	padding:40px 50px 40px;
	width:640px;
	min-height:300px;
	margin:0px 0px 20px;
	line-height:18px;
	float:left;
	-webkit-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.24);
	box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.24);
}
h1.pagetitle {
	margin:10px 0px 5px;
	padding:0px 0px 10px;
	text-transform:uppercase;
	border-bottom:1px solid #666;
}
h1.pagetitle a {
	margin:0px 0px 10px;
	padding:0px 0px 10px;
	line-height:30px;
}	
h1.pagetitle a:hover {
	color:#006
}
.featuredimage {
	margin:0px 0px 20px;
	overflow:hidden;
	border:#FFF solid 1px;
	float:left;
	width:738px;
	-webkit-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	-moz-box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
}
.featuredimage img {
	border:0px;
	width:100%;
}
.content li.splashwidget a:hover {
	color:#006;
}

/***************** Links **************/
ul.links {
	margin:0px;
	padding:0px;
}
ul.links li {
	list-style:none;
}
ul.links h2 {
	padding:30px 0px 10px 0px;
	border-bottom:1px #999 solid;
	border-bottom:1px #999 solid;
}
ul.links ul {
	padding:0px 30px 0px;
}
ul.links li li {
	color:#999;
	list-style:disc;
	padding:3px 0px;
}
ul.links li li a {
	color:#070045
}
ul.links li li a:hover {
	color:#F90
}

/***************** Blog **************/

.blogpost {
	margin-top:0px;
}
.date, .postmetadata {
	font-size:11px;
	color:#999;
	font-style:italic;
	margin-top:10px;
	text-align:right;
	clear:both;
}
.postmetadata {
	margin-top:10px;
	padding-top:10px;
	border-top:#666 solid 1px;
}
.blogpost .entry {
	padding:10px 30px;
}
h2.archivetitle {
	color:#FFF;
	margin-bottom:10px;
	font-size:20px;
	border-bottom:#666 solid 1px;
	padding-bottom:10px;
}
/***************** Splash Page **************/

.splashpage {
	width:760px;
	float:left;
	margin:29px 0px 30px -10px;
	line-height:18px;
}
#wpcontent_slider_container {
	overflow: hidden; 
	position: relative; 
	padding:0px;
	margin:0px 0px 0px; 
	text-align:center; 
	width:750px !important;
	-webkit-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	-moz-box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
}
#wpcontent_slider { 
	overflow: hidden; 
	position: relative; 
	font-family:Helvetica, Arial, sans-serif;
	border:1px solid #FFF; 
	text-align:left;
}
#wpcontent_slider a,#wpcontent_slider a img { 
	border: none; 
	text-decoration: none; 
	outline: none; 
}
#wpcontent_slider h4, #wpcontent_slider h4 a  {
	margin: 0px;
	padding: 0px 0px 10px; 
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size: 18px; 
	color:#FFFFFF;
}
.slidedescrip {
	color:#FFF
}
#wpcontent_slider .cs-title {
	width: 100%;
	padding:20px;
	line-height:20px;
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	letter-spacing: normal;
}
#wpcontent_slider_container .cs-prev,#wpcontent_slider_container .cs-next {
	display:none
}
#wpcontent_slider_container .cs-buttons { 
	font-size: 0px; 
	margin: -30px 0px 20px 30px;
	text-align:left;
	float:left;
	width:680px;
	z-index:30000
}
.cs-navbox {
	float:left;
}
#wpcontent_slider_container .cs-buttons a { 
	text-align:left;
	outline:none; 
	margin-left: 5px; 
	height: 10px; 
	width: 10px; 
	float: left; 
	border: 1px solid #FFF; 
	color: #FFF; 
	text-indent: -1000px;
}
#wpcontent_slider_container .cs-active {
	border: 1px solid #F93; 
	background: #F93; 
	color:#F93; 
}
.splashcontent h1.pagetitle {
	font-size:18px;
	padding:0px;
	margin:0px 0px 5px;
	border:0px;
}
.item1, .splashcontent, li.splashwidget {
	height:290px;
	width:200px;
	float:left;
	padding:20px;
	margin:12px 12px 0px 0px;
	-webkit-box-shadow: -3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	-moz-box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
	box-shadow:-3px 3px 9px 0px rgba(0, 0, 0, 0.54);
}
.splashcontent {
	width:456px;
	background:#efefef;
/*	border-radius:0px 20px 20px 20px;
	-moz-border-radius:0px 20px 20px 20px;
	-webkit-border-radius:0px 20px 20px 20px;*/
	line-height:18px;
}	
.item1, li.splashwidget {
	display:block;
	list-style:none;
	background:#efefef;
	list-style:none;
	/*border-radius:0px 20px 20px 20px;
	-moz-border-radius:0px 20px 20px 20px;
	-webkit-border-radius:0px 20px 20px 20px;*/
	line-height:18px;
}
.item1 {
	height:300px;
	padding-top:10px;
}
li.videobox {
	list-style:none;
	background:#efefef
}
.splashvideotext, .splashvideo {
	float:left;
	position:relative;
}
.splashvideotext {
	width:130px;
	height:225px;
	padding-right:10px;
	border-bottom:#999 dotted 1px;
}
.splashvideo {
	width:286px;
	float:right;
	margin:-15px 20px 0px 0px;
}

.morelink {
	position:absolute;
	bottom:0px;
	line-height:20px;
	padding:0px 3px;
	right:0;
	margin-bottom:-20px;
	background:#F63;
	color:#FFF
}
.morelink:hover {
	color:#FF9;
	background:#006
}

ul#splashwidgets {
	float:left;
	margin:0px;
	padding:0px;
}

li.splashwidget {
}
li.splashwidget:first-child {
	margin-left:0px;
}
ul#splashwidgets:last-child {
	margin-right:-7px;
}
li.splashwidget h3 {
	padding:5px 0px 5px 0px;
	text-align:left;
	margin:-10px -20px 5px -10px;
	border-bottom:1px dotted #CCC;
	font-size:16px;
}
li.splashwidget a.facebook {
	display:block;
	width:200px;
	margin:auto;
	text-align:center;
	font-weight:bold;
	text-transform:capitalize;
	height:30px;
	padding-top:220px;
	background:url(images/facebook.png) no-repeat top;
	font-size:16px;
}
li.splashwidget ul {
	margin:0px 20px;
	padding:0px
}
li.splashwidget ul li {
	list-style:none;
	padding:0px 0px;
	margin:0px 0px;
}
li.widget_yd_rp ul {
	margin:0px -10px;
	padding:0px
}
li.widget_yd_rp ul li {
	margin:0px;
	padding:3px
}
.splashwidget a {
	display:block
}
.yd_linkware {
	display:none
}
.yd_rp_widget ul {
	margin:0px 0px;
	padding:0px;
}
.yd_rp_widget ul li {
	padding:5px 0px;
	margin:0px;
	display:block;
	float:left;
	width:200px;
}
.yd_rp_widget ul li h4 {
	margin:0px 0px 3px;
	padding:0px;

}
.yd_rp_widget ul li h4 a {
	cursor:pointer;
}
.yd_rp_excerpt {
	font-size:11px;
	line-height:normal;	
}
.yd_rp_widget img {
	float:left;
	width:40px;
	height:40px;
	border:2px solid #ccc;
	margin:0px 5px 1px 0px;
}
a.book {
	background:url(images/book.png) no-repeat;
	width:208px;
	padding-top:182px;
	display:block;
	margin-bottom:-80px;
}
.widgetcform form, .widgetcform form.cform {
	width:190px;
	margin-left:-5px;
	border:0px;
	padding:0px;
	margin-top:-10px
}
.widgetcform .cform .cf-ol {
	border:none;
	margin:-10px auto 0px;
	padding:0px;
}
.widgetcform form input, .widgetcform form select {
	width:190px;
	float:left;
	margin:0px 0px 5px;
}
.widgetcform form textarea {
	width:190px;
	height:40px;
}
.widgetcform form label {
	clear:both;
	margin-top:-5px;
}
.widgetcform form .emailreqtxt, .widgetcform form .reqtxt {
	display:none;
}
.widgetcform form label span {
	width:180px;
	display:block
}
	