/*--------------------------------STRUCTURAL STYLES------------------------------------*/

* {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

body {
	background:#89A745 url(../images/global/background.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#045e00;
}	

div.clear { clear:both; }

div.site-container {
	width:1156px;
	margin:0 auto;
}

div.header {
	width:976px;
	height:155px;
	margin:0 auto;
}

div.header div.logo {
	width:302px;
	height:143px;
	margin:12px 0 0 44px;
	float:left;
	display:inline;
	background:url(../images/global/techways-logo.png) no-repeat;
}

div.header div.quicklinks {
	width:478px !important;
	width /**/ :630px;
	height:90px !important;
	height /**/ :116px;
	padding:26px 0 0 152px;
	float:right;
	display:inline;
	vertical-align:top;
	text-align:right;
}

div.header div.quicklinks div.blog {
	width:150px;
	height:46px;
	display:inline;
	float:left;
	margin-top:14px;
}

div.header div.quicklinks div.blog a {
	width:150px;
	height:46px;
	display:block;
	background:url(../images/global/quicklink-blog.png) no-repeat;
	cursor:pointer;
}

div.header div.quicklinks div.forum {
	width:142px;
	height:52px;
	display:inline;
	float:left;
	margin:11px 0 0 29px;
}

div.header div.quicklinks div.forum a {
	width:142px;
	height:52px;
	display:block;
	background:url(../images/global/quicklink-forum.png) no-repeat;
	cursor:pointer;
}

div.header div.quicklinks div.log-in {
	width:106px;
	height:64px;
	display:inline;
	float:left;
	margin:0 5px 0 45px;
}

div.header div.quicklinks div.log-in a {
	width:106px;
	height:64px;
	display:block;
	background:url(../images/global/quicklink-log-in.png) no-repeat;
	cursor:pointer;
}

div.header div.navigation {
	width:505px;
	height:39px;
	float:right;
	display:inline;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	margin-right:6px;
}

div.header div.navigation ul {
	height:39px;
	list-style:none;
	display:inline;
}

div.header div.navigation ul li {
	width:101px;
	height:39px;
	float:left;
	display:inline;
}

div.header div.navigation ul li a {
	background:url(../images/global/nav/nav.jpg) 0px 0px no-repeat;
	width:101px;
	height:29px !important;
	height /**/ :39px;
	display:block;
	text-decoration:none;
	color:#fff;
	text-align:center;
	padding-top:10px;
}

div.header div.navigation ul li a:hover {
	background:url(../images/global/nav/nav.jpg) -101px 0px no-repeat;
	width:101px;
	height:39px;
	display:block;
}

div.main-pic {
	width:960px !important;
	width /**/ :1156px;
	height:200px;
	margin-top:5px;
	background:url(../images/global/main-pic-bg.jpg) no-repeat;
	padding:0 98px;
}

div.content {
	width:960px;
	margin:0 auto;
	z-index:1;
}

div.content div#wrapper {
	width:960px;
	height:173px;
	margin-bottom:5px;
}

div.content div#wrapper2 {
	width:960px;
	height:173px;
}

div.content div#wrapper div#home-blog-block {
	width:278px !important;
/*	width  :334px;*/
	height:136px !important;
/*	height  :173px;*/
	padding:37px 26px 0 30px;
	display:inline;
	float:left;
	background:url(../images/home/home-blog-block.jpg) no-repeat;
	line-height:16px;
	color:#fff;
}

div.content div#wrapper div#home-blog-block h1 {
	width:134px !important;
	height:48px;
	background:url(../images/home/blog-block-bg.png) top right no-repeat;
	color:#fff;
	font-size:25px;
	display:block;
}

div.content div#wrapper div#home-blog-block a.text-link {
	color:#fff;
	text-decoration:none;
	background:url(../images/home/link-arrow.gif) center left no-repeat;
	padding-left:10px;
	margin:3px 0 0 2px;
	display:block;
}

div.content div#wrapper div#home-forum-block {
	width:299px !important;
/*	width  :355px;*/
	height:136px !important;
/*	height  :173px;*/
	padding:37px 26px 0 30px;
	display:inline;
	float:left;
	background:url(../images/home/home-forum-block.jpg) no-repeat;
	line-height:16px;
	color:#fff;
}

div.content div#wrapper div#home-forum-block h1 {
	width:162px;
	height:48px;
	background:url(../images/home/forum-block-bg.png) top right no-repeat;
	color:#fff;
	font-size:25px;
	vertical-align:middle;
}

div.content div#wrapper div#home-forum-block a.text-link {
	color:#fff;
	text-decoration:none;
	background:url(../images/home/link-arrow.gif) center left no-repeat;
	padding-left:10px;
	margin:3px 0 0 2px;
	display:block;
}

div.content div#home-links-block {
	width:241px !important;
/*	width  :271px;*/
	height:136px !important;
/*	height  :173px;*/
	padding:37px 0 0 30px;
	display:inline;
	float:left;
	background:url(../images/global/home-newsletter-block.jpg) no-repeat;
}

div.content div#home-links-block h1 {
	height:34px;
	color:#fff;
	font-size:25px;
}

div.content div#home-links-block #links {
	height:95px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

div.content div#home-links-block #links a {
	background:url(../images/global/bullet-white.gif) center left no-repeat;
	display:block;
	vertical-align:top;
	padding-left:10px;
	color:#fff;
	text-decoration:none;
}

div.content div#home-links-block #links a:hover {
	text-decoration:underline;
}

div.content div#home-links-block #links td.first-column {
	width:140px;
	height:19px;
	vertical-align:top;
}

div.content div#home-links-block #links td.second-column {
	height:19px;
	vertical-align:top;
}

div.content div#home-links-block input {
	height:26px;
	width:152px;
	background:#8a0c0f;
	border:none;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:2px 8px 0 0;
	_margin:0 8px 0 0;
}

div.content div#home-newsletter-block input.submit {
	height:32px;
	width:62px;
	color:#fff;
	background:url(../images/home/submit-button.png) no-repeat;
	background-position:0px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	cursor:pointer;
}

div.content div#home-info {
	width:689px;
	padding-bottom:90px;
	display:inline;
	float:left;
	background:#fff;
}

div.content div#home-info div#left {
	width:333px;
	height:1123px;
	border-right:#ccc 1px solid;
	background:#fff;
	display:inline;
	float:left;
}

div.content div#home-info div#left h1 {
	width:317px !important;
	width /**/ :333px;
	height:32px !important;
	height /**/ :43px;
	background:#81a241;
	padding:11px 0 0 16px;
	color:#fff;
	font-size:20px;
}

div.content div#home-info div#left div#text {
	width:296px !important;
	width /**/ :333px;
	padding:10px 20px 0 17px;
}

div.content div#home-info div#left div#text a {
	color:#8a0c0f;
	background:url(../images/home/arrow.gif) center left no-repeat;
	padding-left:10px;
	margin:8px 0 0 4px;
	display:block;
	text-decoration:none;
}

div.content div#home-info div#right {
	width:355px;
	background:#fff;
	display:inline;
	float:left;
}

div.content div#home-info div#right h1 {
	width:339px !important;
	width /**/ :355px;
	height:32px !important;
	height /**/ :43px;
	background:#81a241;
	padding:11px 0 0 16px;
	color:#fff;
	font-size:20px;
}

div.content div#home-info div#right div#text {
	width:278px !important;
	width /**/ :355px;
	padding:10px 60px 0 17px;
}

div.content div#home-info div#left ul {
	padding:0 0 0 12px;
}

div.content div#home-info div#left ul li {
	padding:0 0 0 4px;
	margin-bottom:16px;
}

div.content div#home-info div#right ul {
	padding:0 0 0 12px;
}

div.content div#home-info div#right ul li {
	padding:0 0 0 4px;
	margin-bottom:16px;
}

div.content div#side-bar {
	width:258px !important;
	width /**/ :271px;
	height:1208px !important;
	height /**/ :1214px;
	background:#eaefd6;
	padding:6px 0 0 13px;
	display:inline;
	float:left;
	z-index:1;
}

div.content div#side-bar h1.tools {
	height:39px !important;
	height /**/ :47px;
	padding:8px 0 0 66px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/home/tools.png) no-repeat;
}

div.content div#side-bar p {
	margin-left:6px;
}


div.content div#side-bar h1.contact {
	height:37px !important;
	height /**/ :38px;
	padding:1px 0 0 66px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/home/contact-us.png) no-repeat;
	background-position:8px 0px;
}

div.content div#side-bar a {
	color:#8a0c0f;
	background:url(../images/home/arrow.gif) center left no-repeat;
	padding-left:10px;
	margin:6px 0 0 4px;
	display:block;
	text-decoration:none;
}

div.content #home-contact-table {
	width:230px;
	height:88px;
	margin:2px 0 0 5px;
}

div.content #home-contact-table td.first-column-1 {
	width:17px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
}

div.content #home-contact-table td.first-column-2 {
	width:17px !important;
	width /**/ :18px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
	padding-left:1px;
}

div.content #home-contact-table td.first-column-3 {
	width:17px !important;
	width /**/ :18px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
	padding-left:1px;
}

div.content #home-contact-table td.first-column-4 {
	width:17px;
	height:22px;
	vertical-align:top;
}

div.content #home-contact-table td.second-column {
	vertical-align:top;
}

div.content #home-contact-table td.second-column a {
	background:none;
	margin:0;
	padding:0;
	display:inline;
	font-weight:bold;
}

div.site-container div.content div.what-is {
	width:689px;
	height:173px;
	background:#fff;
	display:inline;
	float:left;
}	

div.site-container div.content h1.what-is {
	width:673px !important;
	width /**/ :689px;
	height:31px !important;
	height /**/ :43px;
	background:#81a241;
	padding:12px 0 0 16px;
	color:#fff;
	font-size:20px;
}

div.site-container div.content div.what-is-text {
	width:612px !important;
	width /**/ :689px;
	height:120px !important;
	height /**/ :130px;
	padding:10px 60px 0 17px;
}



div.content div#about-info {
	width:689px;
	padding-bottom:86px;
	display:inline;
	float:left;
	background:#fff;
}

div.content div#about-info div#top {
	width:665px !important;
	width /**/ :689px;
	height:191px !important;
	height /**/ :198px;
	padding:7px 0 0 24px;
	background:#EAEFD6;
	text-align:center;
}

div.content div#about-info div#top h1 {
	color:#8a0c0f;
	font-size:20px;
	width:632px;
	height:32px;
	text-align:left;
}

div.content div#about-info div#top img {
	margin:0 24px;
	border:none;
}

div.content div#about-info div#left {
	width:229px;
	height:230px;
	border-right:#ccc 1px solid;
	background:#fff;
	display:inline;
	float:left;
}

div.content div#about-info div#left h1 {
	width:202px !important;
	width /**/ :229px;
	height:28px !important;
	height /**/ :43px;
	padding:15px 0 0 27px;
	color:#700a0c;
	font-size:20px;
}

div.content div#about-info div#left div#text {
	width:181px !important;
	width /**/ :229px;
	padding:10px 20px 0 28px;
	color:#333;
}

div.content div#about-info div#middle {
	width:215px;
	height:230px;
	border-right:#ccc 1px solid;
	background:#fff;
	display:inline;
	float:left;
}

div.content div#about-info div#middle h1 {
	width:188px !important;
	width /**/ :215px;
	height:28px !important;
	height /**/ :43px;
	padding:15px 0 0 27px;
	color:#700a0c;
	font-size:20px;
}

div.content div#about-info div#middle div#text {
	width:167px !important;
	width /**/ :215px;
	padding:10px 20px 0 28px;
	color:#333;
}

div.content div#about-info div#right {
	width:243px;
	height:230px;
	background:#fff;
	display:inline;
	float:left;
}

div.content div#about-info div#right h1 {
	width:216px !important;
	width /**/ :243px;
	height:28px !important;
	height /**/ :43px;
	padding:15px 0 0 27px;
	color:#700a0c;
	font-size:20px;
}

div.content div#about-info div#right div#text {
	width:195px !important;
	width /**/ :243px;
	padding:10px 20px 0 28px;
	color:#333;
}


div.content div#side-bar-about {
	width:258px !important;
	width /**/ :271px;
	height:494px !important;
	height /**/ :514px;
	background:#eaefd6;
	padding:20px 0 0 13px;
	display:inline;
	float:left;
	z-index:1;
}

div.content div#side-bar-about h1.tools {
	height:50px !important;
	height /**/ :56px;
	padding:6px 0 0 66px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/home/tools.png) no-repeat;
}

div.content div#side-bar-about p {
	margin-left:6px;
}

div.content div#side-bar-about h1.contact {
	height:38px;
	padding:0 0 0 66px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/home/contact-us.png) no-repeat;
	background-position:10px 0px;
}

div.content div#side-bar-about a {
	color:#8a0c0f;
	background:url(../images/home/arrow.gif) center left no-repeat;
	padding-left:10px;
	margin:6px 0 0 4px;
	display:block;
	text-decoration:none;
}

/*----------------------------END STRUCTURAL STYLES--------------------------------*/

/*-------------------------------NEWSLETTERS STYLES--------------------------------*/

div.content-newsletters {
	width:960px;
	margin:0 auto;
	background:#fff;
	margin-top:5px;
}

div.content-newsletters div#newsletters {
	width:670px !important;
	width /**/ :690px;
	padding:20px 0 90px 20px;
	_padding:14px 0 90px 20px;
	display:inline;
	float:left;
	color:#333;
	vertical-align:top;
}


div.content-newsletters div#newsletters h1 {
	height:19px;
	color:#8a0c0f;
	font-size:20px;
}

div.content-newsletters div#newsletters div#newsletter-block {
	width:649px;
	height:38px; 
}

div.content-newsletters div#newsletters a.article-link {
	color:#333;
	text-decoration:none;
	border:none;
}

div.content-newsletters div#newsletters div.title {
	height:24px !important;
	height /**/ :38px;
	width:426px !important;
	width /**/ :440px;
	padding:14px 0 0 14px;
	display:inline;
	float:left;
}

div.content-newsletters div#newsletters div.title-select {
	height:24px !important;
	height /**/ :38px;
	width:440px;
	padding:14px 0 0 0;
	display:inline;
	float:left;
}

div.content-newsletters div#newsletters div.date {
	width:150px;
	height:24px !important;
	height /**/ :38px;
	padding:14px 0 0 0;
	display:inline;
	float:left;
}

div.content-newsletters div#newsletters div.icon {
	width:59px;
	height:34px !important;
	height /**/ :38px;
	padding:4px 0 0 0;
	display:inline;
	float:left;
}

div.content-newsletters div#newsletters div.icon img {
	border:none;
}

div.content-newsletters div#newsletters div.newsletter-block-article {
	width:649px;
	height:38px;
	margin-bottom:1px;
	background:#EAEFD6;
	border:#DBE3B7 1px solid;
	border-bottom:none;
	color:#333;
	cursor:pointer;
}

div.content-newsletters div#side-bar-newsletters {
	width:257px !important;
	width /**/ :270px;
	background:#eaefd6;
	padding:6px 0 0 13px;
	display:inline;
	float:left;
	z-index:1;
}

div.content-newsletters div#side-bar-newsletters h1.filter {
	height:41px !important;
	height /**/ :47px;
	padding:6px 0 0 66px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/home/filter.png) no-repeat;
}


div.content-newsletters div#side-bar-newsletters h1.tools {
	height:41px !important;
	height /**/ :47px;
	padding:6px 0 0 66px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/home/tools.png) no-repeat;
}

div.content-newsletters div#side-bar-newsletters p {
	margin-left:6px;
}

div.content-newsletters div#side-bar-newsletters h1.contact {
	height:38px;
	padding:0 0 0 66px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/home/contact-us.png) no-repeat;
	background-position:10px 0px;
}

div.content-newsletters div#side-bar-newsletters a {
	color:#8a0c0f;
	background:url(../images/home/arrow.gif) center left no-repeat;
	padding-left:10px;
	margin:6px 0 0 4px;
	display:block;
	text-decoration:none;
}

div.content-newsletters #home-contact-table {
	width:230px;
	height:88px;
	margin:2px 0 0 5px;
}

div.content-newsletters #home-contact-table td.first-column-1 {
	width:17px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
}

div.content-newsletters #home-contact-table td.first-column-2 {
	width:17px !important;
	width /**/ :18px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
	padding-left:1px;
}

div.content-newsletters #home-contact-table td.first-column-3 {
	width:17px !important;
	width /**/ :18px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
	padding-left:1px;
}

div.content-newsletters #home-contact-table td.first-column-4 {
	width:17px;
	height:22px;
	vertical-align:top;
}

div.content-newsletters #home-contact-table td.second-column {
	vertical-align:top;
}

div.content-newsletters #home-contact-table td.second-column a {
	background:none;
	margin:0;
	padding:0;
	display:inline;
	font-weight:bold;
}

/*----------------------------END NEWSLETTERS STYLES------------------------------*/

/*-------------------------------NEWSLETTERS-LISTING STYLES--------------------------------*/

div.content-newsletters-listing {
	width:960px;
	margin:0 auto;
	background:#fff;
	padding-bottom:106px;
	margin-top:5px;
}

div.content-newsletters-listing div#newsletters-listing {
	width:670px !important;
	width /**/ :690px;
	padding:20px 0 0 20px;
	_padding:14px 0 0 20px;
	display:inline;
	float:left;
	color:#333;
	vertical-align:top;
}


div.content-newsletters-listing div#newsletters-listing h1 {
	height:19px;
	color:#8a0c0f;
	font-size:20px;
}

div.content-newsletters-listing div#newsletters-listing div#newsletter-listing-block {
	width:900px;
	height:38px; 
}

div.content-newsletters-listing div#newsletters-listing a.article-link {
	color:#333;
	text-decoration:none;
	border:none;
}

div.content-newsletters-listing div#newsletters-listing div.title {
	height:24px !important;
	height /**/ :38px;
	width:286px !important;
	width /**/ :300px;
	padding:14px 0 0 14px;
	display:inline;
	float:left;
}

div.content-newsletters-listing div#newsletters-listing div.title-select {
	height:24px !important;
	height /**/ :38px;
	width:300px;
	padding:14px 0 0 0;
	display:inline;
	float:left;
}

div.content-newsletters-listing div#newsletters-listing div.filename {
	height:24px !important;
	height /**/ :38px;
	width:300px !important;
	width /**/ :314px;
	padding:14px 0 0 0px;
	display:inline;
	float:left;
}

div.content-newsletters-listing div#newsletters-listing div.filename-select {
	height:24px !important;
	height /**/ :38px;
	width:200px;
	padding:14px 0 0 0;
	display:inline;
	float:left;
}

div.content-newsletters-listing div#newsletters-listing div.date {
	width:150px;
	height:24px !important;
	height /**/ :38px;
	padding:14px 0 0 0;
	display:inline;
	float:left;
}

div.content-newsletters-listing div#newsletters-listing div.action {
	width:80px;
	height:24px !important;
	height /**/ :38px;
	padding:14px 0 0 0;
	display:inline;
	float:left;
	font-weight:bold;
}

div.content-newsletters-listing div#newsletters-listing div.icon {
	width:59px;
	height:34px !important;
	height /**/ :38px;
	padding:4px 0 0 0;
	display:inline;
	float:left;
}

div.content-newsletters-listing div#newsletters-listing div.icon img {
	border:none;
}

div.content-newsletters-listing div#newsletters-listing div.newsletter-listing-block-article {
	width:900px;
	height:38px;
	margin-bottom:1px;
	background:#EAEFD6;
	border:#DBE3B7 1px solid;
	border-bottom:none;
	color:#333;
	/*cursor:pointer;*/
}

div.content-newsletters div#side-bar-newsletters form.filter select {
	width:225px; 
	height:22px !important; 
	background:#C9D696; 
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	vertical-align:middle;
	color:#333;
	margin-top:2px;
	line-height:22px;
}
/*----------------------------END NEWSLETTERS-LISTING STYLES------------------------------*/

/*-------------------------------NEWSLETTERS-LISTING-2008 STYLES--------------------------------*/

div.content-newsletters-2008-listing {
	width:960px;
	margin:0 auto;
	background:#fff;
	padding-bottom:106px;
	margin-top:5px;
}

div.content-newsletters-2008-listing div#newsletters-2008-listing {
	width:670px !important;
	width /**/ :690px;
	padding:20px 0 0 20px;
	_padding:14px 0 0 20px;
	display:inline;
	float:left;
	color:#333;
	vertical-align:top;
}


div.content-newsletters-2008-listing div#newsletters-2008-listing h1 {
	height:19px;
	color:#8a0c0f;
	font-size:20px;
}

div.content-newsletters-2008-listing div#newsletters-2008-listing div#newsletter-listing-block {
	width:900px;
	height:38px; 
}

div.content-newsletters-2008-listing div#newsletters-2008-listing a.article-link {
	color:#333;
	text-decoration:none;
	border:none;
}

div.content-newsletters-2008-listing div#newsletters-2008-listing div.title {
	height:24px !important;
	height /**/ :38px;
	width:286px !important;
	width /**/ :300px;
	padding:14px 0 0 14px;
	display:inline;
	float:left;
}

div.content-newsletters-2008-listing div#newsletters-2008-listing div.title-select {
	height:24px !important;
	height /**/ :38px;
	width:300px;
	padding:14px 0 0 0;
	display:inline;
	float:left;
}

div.content-newsletters-2008-listing div#newsletters-2008-listing div.filename {
	height:24px !important;
	height /**/ :38px;
	width:300px !important;
	width /**/ :314px;
	padding:14px 0 0 0px;
	display:inline;
	float:left;
}

div.content-newsletters-2008-listing div#newsletters-2008-listing div.filename-select {
	height:24px !important;
	height /**/ :38px;
	width:200px;
	padding:14px 0 0 0;
	display:inline;
	float:left;
}

div.content-newsletters-2008-listing div#newsletters-2008-listing div.date {
	width:150px;
	height:24px !important;
	height /**/ :38px;
	padding:14px 0 0 0;
	display:inline;
	float:left;
}

div.content-newsletters-2008-listing div#newsletters-2008-listing div.action {
	width:80px;
	height:24px !important;
	height /**/ :38px;
	padding:14px 0 0 0;
	display:inline;
	float:left;
	font-weight:bold;
}

div.content-newsletters-2008-listing div#newsletters-2008-listing div.icon {
	width:59px;
	height:34px !important;
	height /**/ :38px;
	padding:4px 0 0 0;
	display:inline;
	float:left;
}

div.content-newsletters-2008-listing div#newsletters-2008-listing div.icon img {
	border:none;
}

div.content-newsletters-2008-listing div#newsletters-2008-listing div.newsletter-listing-block-article {
	width:900px;
	height:38px;
	margin-bottom:1px;
	background:#EAEFD6;
	border:#DBE3B7 1px solid;
	border-bottom:none;
	color:#333;
	/*cursor:pointer;*/
}

div.content-newsletters-2008 div#side-bar-newsletters-2008 form.filter select {
	width:225px; 
	height:22px !important; 
	background:#C9D696; 
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	vertical-align:middle;
	color:#333;
	margin-top:2px;
	line-height:22px;
}
/*----------------------------END NEWSLETTERS-LISTING-2008 STYLES------------------------------*/

/*--------------------------------TOOLS STYLES------------------------------------*/

div.content-calculator {
	width:960px;
	margin:0 auto;
	background:#fff;
	margin-top:5px;
}

div.content-calculator div#growth-curve {
	width:638px !important;
	width /**/ :690px;
	padding:20px 32px 0 20px;
	_padding:14px 0 0 20px;
	display:inline;
	float:left;
	color:#333;
	vertical-align:top;
}

div.content-calculator div#growth-curve h1 {
	height:32px;
	color:#8a0c0f;
	font-size:20px;
}

div.content-calculator div#side-bar-contact {
	width:257px !important;
	width /**/ :270px;
	height:780px;
	background:#eaefd6;
	padding:0 0 0 13px;
	display:inline;
	float:right;
	font-size:11px;
	color:#333;
}

div.content-calculator div#side-bar-contact h1 {
	height:59px !important;
	height /**/ :62px;
	padding:3px 0 0 45px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/tools/instructions.jpg) no-repeat;
}

div.content-calculator div#side-bar-contact p {
	margin-left:20px;
	width:206px;
}

div.content-calculator div#side-bar-contact p span {
	font-weight:bold;
	color:#023f00;
	font-size:13px;
	margin-left:-6px;
	_margin-left:0;
	display:block;
	height:22px;
}

div.content-calculator div#side-bar-contact img {
	margin:10px 0;
}

div.content-calculator div#growth-curve form.calculator {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background:url(../images/tools/form-bg.jpg) no-repeat;
	height:630px !important;
	height /**/ :650px;
	width:479px !important;
	width /**/ :517px;
	margin:4px 0 0 66px;
	padding:20px 0 0 38px;
} 

div.content-calculator div#growth-curve form.calculator h1 {
	height:25px;
	color:#8a0c0f;
	font-size:15px;
	font-weight:bold;
} 

div.content-calculator div#growth-curve form.calculator span {
	color:#70090d;
} 

div.content-calculator div#growth-curve form.calculator label {
	width:176px; 
	display:inline-block; 
	font-weight:normal; 
	vertical-align:middle;
	padding-top:0;
} 

div.content-calculator div#growth-curve form.calculator select {
	width:225px; 
	height:22px !important; 
	background:#C9D696; 
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	vertical-align:middle;
	color:#333;
	margin-top:2px;
	line-height:22px;
}

div.content-calculator div#growth-curve form.calculator div#harvest {
	width:225px; 
	height:19px !important; 
	height /**/ :22px; 
	background:#C9D696; 
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	display:inline-block;
	_display:inline;
	vertical-align:top;
	padding-top:3px;
	margin-top:2px;
}

div.content-calculator div#growth-curve form.calculator div#range {	
	display:inline-block;
	_display:inline;
	vertical-align:top;
	margin-bottom:3px;
}

div.content-calculator div#growth-curve form.calculator input {
	width:197px; 
	height:19px !important; 
	height /**/ :22px; 
	background:#C9D696; 
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	text-align:left;
	vertical-align:middle;
	color:#333;
	padding-top:3px;
	margin-top:2px;
}

div.content-calculator div#growth-curve form.calculator input.long-box {
	width:225px; 
	height:25px; 
	background:#C9D696; 
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	text-align:left;
}

div.content-calculator div#growth-curve form.calculator input#calc_days {
	width:117px; 
	height:25px !important; 
	background:url(../images/tools/calculate-days.jpg) no-repeat;
	margin-left:176px;
	margin-top:19px;
	margin-top:2px;
}

div.content-calculator div#growth-curve form.calculator input#incl_today {
	width:12px;
	height:19px !important; 
	height /**/ :22px; 
	background:none; 
	border:none;
	margin-bottom:5px;
	text-align:left;
	vertical-align:top;
	padding-top:3px;
	margin-top:2px;
}

div.content-calculator div#growth-curve form.calculator input#calc {
	width:117px; 
	height:25px !important; 
	background:url(../images/tools/calculate-size.jpg) no-repeat;
	margin-left:176px;
	margin-top:19px;
	margin-top:2px;
}

div.content-calculator div#growth-curve div#display-box {
	height:37px !important;
	height /**/ :47px;
	width:385px !important;
	width /**/ :396px;
	padding:10px 0 0 11px;
	background:#DBE3B7;
	border:1px solid #C9D696;
	margin-top:20px;
	margin-bottom:6px;
}

div.content-calculator div#growth-curve div#display-box span {
	height:25px;
	line-height:25px;
	width:272px;
	display:inline-block;
	font-size:11px;
	vertical-align:top;
	color:#012f00;
}

div.content-calculator div#growth-curve div#display-box input {
	width:94px;
	height:25px;
	line-height:25px;
	display:inline;
	font-size:20px;
	color:#663300;
	font-weight:normal;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background:#DBE3B7;
	cursor:default;
}

div.content-calculator div#growth-curve div#display-box div {
	width:94px;
	height:25px;
	line-height:25px;
	display:inline;
	font-size:20px;
	color:#663300;
	font-weight:normal;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background:#DBE3B7;
	cursor:default;
}

/*--------------------------------END TOOLS STYLES-------------------------------------*/

/*--------------------------------CONTACT US STYLES------------------------------------*/

div.content-contact {
	width:960px;
	margin:0 auto;
	background:#fff;
	margin-top:5px;
}

div.content-contact div#contact {
	width:670px !important;
	width /**/ :690px;
	padding:20px 0 0 20px;
	_padding:14px 0 0 20px;
	display:inline;
	float:left;
	color:#333;
	vertical-align:top;
}

div.content-contact div#contact span {
	color:#8a0c0f;
}

div.content-contact div#contact p {
	margin-left:4px;
}


div.content-contact div#contact h1 {
	height:28px;
	color:#8a0c0f;
	font-size:20px;
}

div.content-contact div#side-bar-contact {
	width:257px !important;
	width /**/ :270px;
	height:526px !important;
	height /**/ :532px;
	background:#eaefd6;
	padding:6px 0 0 13px;
	display:inline;
	float:left;
	z-index:1;
}

div.content-contact div#side-bar-contact h1.tools {
	height:41px !important;
	height /**/ :47px;
	padding:6px 0 0 66px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/home/tools.png) no-repeat;
}

div.content-contact div#side-bar-contact p {
	margin-left:6px;
}

div.content-contact div#side-bar-contact h1.contact {
	height:38px;
	padding:0 0 0 66px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/home/contact-us.png) no-repeat;
	background-position:10px 0px;
}

div.content-contact div#side-bar-contact a {
	color:#8a0c0f;
	background:url(../images/home/arrow.gif) center left no-repeat;
	padding-left:10px;
	margin:6px 0 0 4px;
	display:block;
	text-decoration:none;
}

div.content-contact #home-contact-table {
	width:230px;
	height:88px;
	margin:2px 0 0 5px;
}

div.content-contact #home-contact-table td.first-column-1 {
	width:17px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
}

div.content-contact #home-contact-table td.first-column-2 {
	width:17px !important;
	width /**/ :18px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
	padding-left:1px;
}

div.content-contact #home-contact-table td.first-column-3 {
	width:17px !important;
	width /**/ :18px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
	padding-left:1px;
}

div.content-contact #home-contact-table td.first-column-4 {
	width:17px;
	height:22px;
	vertical-align:top;
}

div.content-contact #home-contact-table td.second-column {
	vertical-align:top;
}

div.content-contact #home-contact-table td.second-column a {
	background:none;
	margin:0;
	padding:0;
	display:inline;
	font-weight:bold;
}

div.content-contact div#contact div#form {
	width:614px !important;
	width /**/ :632px;
	height:313px !important;
	height /**/ :330px;
	padding:17px 0 0 18px;
	margin:19px 0 0 1px;
	background:url(../images/contact-us/form-bg.jpg) no-repeat;
}

div.content-contact div#contact div#form form.contact {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:8px;
	height:252px;
} 

div.content-contact div#contact div#form form.contact label {
	width:161px; 
	display:inline-block; 
	height:30px; 
	font-weight:normal;
	vertical-align:top;
	padding-top:2px;
} 

div.content-contact div#contact div#form form.contact select {
	width:260px;
	height:22px;  
	background:#C9D696; 
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	line-height:22px;
	vertical-align:middle;
}

div.content-contact div#contact div#form form.contact select option {
	line-height:22px;
	vertical-align:middle;
}

div.content-contact div#contact div#form form.contact textarea.query {
	width:260px; 
	height:102px !important; 
	background:#C9D696; 
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:4px;
}

div.content-contact div#contact div#form form.contact input.submit {
	margin:4px 0 0 161px;
	width:65px; 
	height:26px !important;  
	border:none;
	padding:0;
}

div.content-contact div#contact div#form form.contact input {
	width:260px; 
	height:19px !important; 
	height /**/ :22px; 
	background:#C9D696; 
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:4px;
	padding-top:3px;
}

/*----------------------------END CONTACT US STYLES--------------------------------*/


/*-----------------------------UPLOAD PAGE-----------------------------------------*/
div.content-upload {
	width:960px;
	margin:0 auto;
	background:#fff;
	margin-top:5px;
}

div.content-upload div#upload h1 {
	height:28px;
	color:#8a0c0f;
	font-size:20px;
}

div.content-upload div#upload {
	width:670px !important;
	width /**/ :690px;
	padding:20px 0 0 20px;
	_padding:14px 0 0 20px;
	display:inline;
	float:left;
	color:#333;
	vertical-align:top;
}

div.content-upload div#side-bar-upload{
	width:257px !important;
/*	width  :270px;*/
	height:400px ;/*!important*/
/*	height  406px;*/
	background:#eaefd6;
	padding:6px 0 0 13px;
	display:inline;
	float:left;
	z-index:1;
}

div.content-upload div#side-bar-upload h1.tools {
	height:41px !important;
	height /**/ :47px;
	padding:6px 0 0 66px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/home/tools.png) no-repeat;
}

div.content-upload div#side-bar-upload p {
	margin-left:6px;
}

div.content-upload div#side-bar-upload h1.upload {
	height:38px;
	padding:0 0 0 66px;
	color:#8a0c0f;
	font-size:25px;
	background:url(../images/home/contact-us.png) no-repeat;
	background-position:10px 0px;
}


div.content-upload div#side-bar-upload a {
	color:#8a0c0f;
	padding-left:10px;
	margin:6px 0 0 4px;
	display:block;
	text-decoration:none;
}



div.content-upload div#upload div#form-upload {
	width:614px !important;
	width /**/ :632px;
	height:290px !important;
	height /**/ :300px;
	padding:17px 0 0 18px;
	margin:19px 0 0 1px;
	background:url(../images/upload/form-bg.jpg) no-repeat;
}

div.content-upload div#upload div#form-upload form.upload {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:8px;
	height:252px;
} 

div.content-upload div#upload div#form-upload form.upload label {
	width:161px; 
	display:inline-block; 
	height:25px; 
	font-weight:normal;
	vertical-align:top;
	padding-top:5px;
} 

div.content #home-upload-table {
	width:230px;
	height:88px;
	margin:2px 0 0 5px;
}

div.content #home-upload-table td.first-column-1 {
	width:17px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
}

div.content #home-upload-table td.first-column-2 {
	width:17px !important;
	width /**/ :18px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
	padding-left:1px;
}

div.content #home-upload-table td.first-column-3 {
	width:17px !important;
	width /**/ :18px;
	height:19px !important;
	height /**/ :22px;
	vertical-align:top; 
	padding-top:3px;
	padding-left:1px;
}

div.content #home-upload-table td.first-column-4 {
	width:17px;
	height:22px;
	vertical-align:top;
}

div.content #home-upload-table td.second-column {
	vertical-align:top;
}

div.content #home-upload-table td.second-column a {
	background:none;
	margin:0;
	padding:0;
	display:inline;
	font-weight:bold;
}
/*-----------------------------END UPLOAD PAGE ------------------------------------*/


/*--------------------------------FOOTER STYLES------------------------------------*/

div.footer {
	width:100%;
	min-height:179px !important;
	min-height /**/ :319px;
	bottom:0;
	left:0;
	right:0;
	background:url(../images/global/footer-bg.png) top center repeat-x;
	margin-top:-76px; 
	padding-top:130px;
	text-align:center;
	color:#80937f;
	float:left;
	line-height:18px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

div.footer img {
	margin-bottom:30px;
}

div.footer a {
	text-decoration:none;
	color:#80937f;
	font-weight:bold;
}

/*--------------------------------END FOOTER STYLES------------------------------------*/

/*----------------------------------PROFILE STYLES-------------------------------------*/

div#profile {
	background:#EAEFD6; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#333; 
	padding:10px;
	width:380px !important;
	width /**/ :400px;
	height:300px !important;
	height /**/ :320px;
}

div#profile div#picture {
	width:150px;
	height:300px;
	display:inline;
	float:left;
	background:url(../images/about/profile-devider.jpg) center right no-repeat;
	text-align:center;
}

div#profile div#description {
	width:220px !important;
	width /**/ :230px;
	height:300px;
	display:inline;
	float:left;
	padding-left:10px;
}

div#profile div#description h1 {
	font-size:18px;
	color:#70090d;
	height:32px;
}


/*-------------------------------END PROFILE STYLES------------------------------------*/

/*-------------------------------FOR ALL FORMS------------------------------------*/
#validate-container{
	padding:0 0 10px 15px;
	color:#505063;
}

.wrong{
	background: url(../images/contact-us/cross.jpg)  0 2px no-repeat;
}

.right{
	background: url(../images/contact-us/tick.jpg)  0 2px no-repeat;
}
