/* CSS File */

/* 100% height for html,body,bodyWrappper,pageContainer forces page content to fill the browser window, Footer is then pulled into view using a minus (-) value for margin top */

/* font sizes are in ems to allow scalability in IE browser */

html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	background-image: url(/sites/all/themes/igniter/images/home_topbckrepeat.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center;
	font-size: 62.5%; /* this sets the ems to 13px = 1.3em, child ems get their value from their parent */
	font-family: Arial,Helvetica,sans-serif;
}

a {
	text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}

object {
	padding: 0px;
	margin: 0px;
}

/* Form item styles */

input {
	margin: 0px;
	padding: 0px;
}

#inputBorder {
	float: left;
	background-color: #fff;
	border: solid 1px #000;
	padding: 1px;
	margin-top: 0px;
}

input.send-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background: url(/sites/all/themes/igniter/images/button_bck.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: none;
	padding: 2px 6px 2px 6px; /* adjust this for IE 6 & 7 */
	cursor: pointer;
  margin: 0px;
}

#searchBoxBorder {
	float: left;
	border: 1px solid #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 0px 0px 0px 0px;
}

input.searchBox {
	width: 150px;
	border: 2px solid #ccc;
	padding: 3px 3px 3px 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: -1px;
	margin-right: 0px;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #ccc;
	float: left;
	background-color: #ffffff !important;
}

#inputSubscribeBorder {
	float: left;
	background-color: #fff;
	border: solid 1px #276037;
	padding: 1px;
	margin-top: 0px;
}

input.subscribe-send-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background: url(/sites/all/themes/igniter/images/green_button_bck.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: none;
	padding: 2px 6px 2px 6px; /* adjust this for IE 6 & 7 */
	cursor: pointer;
  margin: 0px;
}

#subscribeBoxBorder {
	float: left;
	border: 1px solid #276037;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 0px 0px 0px 0px;
}

input.subscribeBox {
	width: 150px;
	border: 2px solid #eee;
	padding: 3px 3px 3px 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #276037;
	float: left;
	background-color: #ffffff !important;
}

#gpnBoxBorder {
	float: left;
	border: 1px solid #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

input.gpnSearchBox {
	width: 150px;
	border: 2px solid #ccc;
	padding: 3px 3px 3px 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	float: left;
	background-color: #ffffff !important;
}

/* bodyWrapper adds the repeat background at the foot of the window */

#bodyWrapper {
	min-height: 100%;
	width: 100%;
	text-align: center;
	position: relative;
}


* html #bodyWrapper {
	height: 100%;
}

/* pageContainer sets the page content width, position and adds the footer repeat background */

#pageContainer {
	position: relative;
	width: 83%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* pageHeader holds the head graphic and text */

#pageHeader {
	position: relative;
	width: 100%;
	height: 192px;
	background-image: url(/sites/all/themes/igniter/images/home_headbckrepeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#headImage {
	position: absolute;
	top: 0px;
	right: 0px;
}

#pageHeaderLogo {
	position: absolute;
	top: 40px;
	left: 25px;
	background-image: url(/sites/all/themes/igniter/images/landscape-headlogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 119px;
	height: 66px;
}

#pageHeaderLogo a {
	padding-top: 0px;
	padding-left: 64px;
	padding-bottom: 51px;
	padding-right: 50px;
	display: block;
}

#pageHeaderText img {
	border: none;
}

#topStrap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 44px;
	background-image: url(/sites/all/themes/igniter/images/home_topstraprepeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}

#topNav {
	float: right;
	margin-right: 28px;
	margin-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #515351;
	font-weight: normal;
}

#topNav a:link, #topNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#topNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}

#primary ul {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#primary ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-left: 9px;
}

#gpnBlock {
	float: left;
	margin-bottom: 10px;
}

#searchBlock {
	float: left;
	margin-top: 10px;
	margin-left: 25px;
}

#searchBlock span {
	float: left;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
}

#subscribeWrapper {
	float: left;
	margin-top: 20px;
	width: 100%;
	background-color: #EBF1E8;
}

#subscribeBlock {
	padding: 15px 15px 40px 15px;
}

#news #subscribeBlock p {
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #276037;
	font-weight: bold;
}

/* contentContainer holds the content and page navigation */

#contentContainer {
	background-image: url(/sites/all/themes/igniter/images/navigation_bckrepeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 80px;
}

#navigation {
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}

table#globalNav {
	width: 97%;
	padding: 0px;
	margin-left: 12px;
	margin-right: 10px;
	border-collapse: separate;
}

table#globalNav th, table#globalNav tr {
	padding: 0px;
	margin: 0px;
}

table#globalNav td {
	width: 15%;
	padding: 0px 13px 0px 13px;
	margin: 0px;
	text-align: left;
}

table#globalNav h1 {
	font-family: 'Arial Black', sans-serif;
	font-size: 1.4em;
	color: #974314;
	font-weight: normal;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 8px 0px;
	/*text-transform: uppercase;*/
	border-bottom: 3px solid #dbc4b7;
}

table#globalNav a:link, table#globalNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #c68d6d;
	font-weight: normal;
	text-decoration: none;
}

table#globalNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #974314;
	font-weight: normal;
	text-decoration: none;
}

#contentWrap {
	margin-top: 0px;
	padding-left: 27px;
	padding-right: 27px;
	padding-bottom: 25px; /* might need to adjust this for IE */
}

#main_content {
	text-align: left;
}

#breadcrumbDateBar {
	width: 100%;
	margin-bottom: 35px;
	margin-top: 35px;
	padding-top: 5px;
	border-top: 3px solid #ccc;
}

#currentDate {
	float: right;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	font-weight: normal;
	text-align: right;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333;
	font-weight: normal;
	text-align: left;
}

#breadcrumb a:link, #breadcrumb a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #974314;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

#breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #974314;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

#features {
	float: right;
	width: 250px;
	margin-left: 35px;
	margin-top: 10px;
}

.featureBoxImg {
	float: right;
	margin-top: -5px;
	margin-right: -8px;
}

#content {
	text-align: left;
	margin-top: 30px;
	width: 64%;
}

#contentImageHome {
	float: right;
	margin-left: 20px;
	margin-bottom: 50px;
	margin-top: 6px;
}

#contentImageHome img {
	padding: 1px;
	border: 3px solid #c6cacc;
}

#content h1 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 2.1em;
	line-height: 1.0em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.30em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

#content blockquote {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 2.1em;
	line-height: 1.0em;
	color: #e0dfdf;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	text-align: left;
	text-transform: uppercase;
}

#contentFooter {
	margin: 25px 25px 45px 25px;
	padding-bottom: 6px;
	padding-top: 10px;
	border-bottom: 3px solid #ccc;
	text-align: left;
	clear: both;
}

#pageTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

#pageTop a:link, #pageTop a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/sites/all/themes/igniter/images/top-arrow.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
	padding-right: 14px;
}

#pageTop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/sites/all/themes/igniter/images/top-arrow-hover.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
	padding-right: 14px;
}

#linksFooter {
	position: relative;
	text-align: left;
	clear: both;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #ccc;
	margin-top: 35px;
}

#linksFooter table {
	padding: 0px;
	margin: 0px;
	border-collapse: separate;
}

#linksFooter table td.supportBy {
	padding-bottom: 5px;
}

/* Sticky page footer.
The relative positioning holds it off the content block which is set to min-height 100%. Pull footer into view with minus value for margin top */

#pageFooter {
	width: 100%;
	background-image: url(/sites/all/themes/igniter/images/home_bottombckrepeat.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
	margin-top: -79px;
	clear: both;
}

#pageFooterText {
	width: 83%;
	background-image: url(/sites/all/themes/igniter/images/home_bottomfrontrepeat.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

#siteBy {
	position: absolute;
	top: 42px;
	right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#siteBy a:link, #siteBy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}

#siteBy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}

#pageFooterText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #515351;
	font-weight: normal;
	padding-left: 25px;
	margin: 0px;
}

#pageFooterText p a:link, #pageFooter p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}

#pageFooterText p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}

#pageFooterText p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
	padding-left: 25px;
	padding-bottom: 2px;
	margin: 0px;
}

/* ********************************************************************* */
/* Styles for Suppliers listings */
/* ********************************************************************* */


#content ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#content ul li {
	padding: 0px;
	margin: 0px;
}

#content div.view-item {
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.view-item img {
	float: right;
	margin: 0px;
}

#content div.introText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.30em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

#content div.catagories {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 30px;
	width: 95%;
}

#content div.catagories table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#content div.catagories table td {
	padding: 0px;
	margin: 0px;
}

#content div.view-header h2 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	letter-spacing: 0px;
	border-bottom: 1px solid #ccc;
	/*text-transform: uppercase;*/
}

#content div.catagories h4 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 1.4em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
}

#content div.catagories a:link, #content div.catagories a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/sites/all/themes/igniter/images/blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 8px;
}

#content div.catagories a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	font-weight: normal;
	text-decoration: underline;
	background-image: url(/sites/all/themes/igniter/images/blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 8px;
}

#content div.view-field {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 2px 0px;
	margin: 0px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
}

#content div.view-label {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
}

#content div.view-field h4 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 1.1em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
}

#content div.view-field a:link, #content div.view-field a:visited {
	font-family: Arial, sans-serif;
	color: #974314;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

#content div.view-field a:hover {
	font-family: Arial, sans-serif;
	color: #974314;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
	text-decoration: underline;
}

#content div.pager {
	margin-top: 20px;
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	color: #333;
}

#content div.pager a, #content strong.pager-current {
	padding-right: 10px;
	color: #333;
}

#content div.content img.headlineImage {
	float: right;
	padding: 1px;
	border: 3px solid #333;
	margin-left: 30px;
	margin-bottom: 15px;
}

#content div.content img.contentImage {
	float: right;
	margin-bottom: 15px;
	margin-top: -18px;
}

#content div.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.30em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

#content div.boxOut {
	padding: 0px 17px 5px 17px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 25px;
	width: 93%;
	float: left;
}

#content div.content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: normal;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

#content div.content p a:link, #content div.content p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #974314;
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: normal;
	text-decoration: none;
}

#content div.content p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #974314;
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: normal;
	text-decoration: none;
}

#content div.content h2 {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	padding: 18px 0px 12px 0px;
	margin: 0px;
}

#content div.content h3 {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: normal;
	padding: 18px 0px 12px 0px;
	margin: 0px;
}

#content div.content ul {
	padding-left: 30px;
	padding-bottom: 12px;
	margin: 0px;
	list-style-type: disc;
}

#content div.content ul li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* ********************************************************************* */
/* Styles for Recruitment listings */
/* ********************************************************************* */


#content div.job {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}	

#content div.view-content-joblist h4 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 2px 0px;
	margin: 0px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
}

#content div.view-content-joblist {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
}

#content div.view-content-joblist a:link, #content div.view-content-joblist a:visited {
	font-family: Arial, sans-serif;
	color: #974314;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding-top: 8px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

#content div.view-content-joblist a:hover {
	font-family: Arial, sans-serif;
	color: #974314;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding-top: 8px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
	text-decoration: none;
}


/* ********************************************************************* */
/* Styles for Resources box and listings */
/* ********************************************************************* */


#content div.resourcesBox {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 30px;
	width: 90%;
}

#content div.resourcesBox table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#content div.resourcesBox table td {
	padding: 0px;
	margin: 0px;
}

#content div.view-header h2 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	letter-spacing: 0px;
	border-bottom: 1px solid #ccc;
	/*text-transform: uppercase;*/
}

#content div.resourcesBox h4 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 1.4em;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
}

#content div.resourcesBox a:link, #content div.resourcesBox a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/sites/all/themes/igniter/images/blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 8px;
}

#content div.resourcesBox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	font-weight: normal;
	text-decoration: underline;
	background-image: url(/sites/all/themes/igniter/images/blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 8px;
}

/* ********************************************************************* */
/* Styles for site map */
/* ********************************************************************* */

#content div.site-map {
	width: 80%;
}

/* ********************************************************************* */
/* Styles for contact us page */
/* ********************************************************************* */

#content div.form-item {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#content div.form-item label {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
	padding: 10px 0px 1px 0px;
	margin: 0px;
	display: block;
}

#content div.form-item input.form-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	border: 1px solid #333;
	width: 400px;
}

#content div.form-item textarea.form-textarea {
	width: 400px;
	border: 1px solid #333;
}
