html {
	background-color: #f6f6f6;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #f6f6f6;
	font-family: sans-serif;
	text-align: center;
}
h1 {
	font-weight: normal;
	font-size: 30px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	font-weight: normal;
	font-size: 22px;
	color: #ee7700;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}
P, TD, UL {
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 20px;
}
LI {
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	margin-bottom: 8px;
	margin-left: -10px;
}
.PageTitle {
	display: block;
	width: 100%;
/*	
	background-image: url(../images/PageTitle_shadow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
*/
}
.smalltext {
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
}
HR {
	height: 1px;
	border-top: 1px solid #dddddd;
	margin-bottom: 17px;
}


/* links */
a:link,a:visited {
	color: #17a4d2;
	text-decoration: none;
}
a:hover,a:visited.hover {
	color: #ee7700;
	text-decoration: underline;
}


/* This is in here to help the divs clear correctly in firefox */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




/* Containers */
div#containerHeader,div#containerContent,div#containerFooter,div#containerStories,div#containerNewsBar,div#containerLPHeader {
	width: 100%;
	text-align: center;
}
div#containerHeader {
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
div#containerLPHeader {
	background-image: url(../images/header_background_lp.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
div#containerContent {
	background-color: #FFFFFF;
	border-bottom: 1px solid #dddddd;
}
div#containerIntro,div#containerStories {
	clear: both;
	background-color: #FFFFFF;
}
div#containerNewsBar {
	clear: both;
	background-color: #FFFFFF;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #dddddd;
}
div#containerFooter {
	clear: both;
	border-top: 1px solid #ffffff;
	padding: 0px 0px 10px 0px;
}




/* Main Sections */
div#MainHeader,div#MainContent,div#MainFooter,div#Intro,div#IntroStories,div#IntroNewsBar,div#LPHeader {
	width: 970px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	clear: both;
}
div#MainHeader {
	height: 100px;
	z-index: 3;
}
div#Intro {
	height: 310px;
}
div#IntroStories {
	height: 150px;
}
div#IntroNewsBar {
	height: 180px;
}
div#LPHeader {
	height: 60px;
	z-index: 3;
}


/* MainHeader Elements */
div#Logo {
	position: absolute;
	top: 15px;
	left: 10px;
}
div#LPLogo {
	position: absolute;
	top: 14px;
	left: 10px;
}
div#Nav {
	position: absolute;
	top: 75px;
	left: 10px;
	height: 25px;
}
div#NavCTA {
	position: absolute;
	top: 0px;
	right: 8px;
	height: 40px;
}
div#Subnav {
	position: absolute;
	top: 100px;
	left: 9px;
	z-index: 999;
}




/* Nav Elements */
.NavMenu {
	position: relative;
	float: left;
}
.NavSubmenu {
	display: none;
	background-color: #ffffff;
	border-left: 2px solid #777;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
}
#subnav_solutions,#subnav_products,#subnav_enterprise,#subnav_services,#subnav_support,#subnav_company {
	position: absolute;

}
#subnav_solutions {
	width: 350px;
	left: 0px;
}
#subnav_products {
	width: 350px;
	left: 80px;
}
#subnav_enterprise {
	width: 175px;
	left: 160px;
}
#subnav_services {
	width: 175px;
	left: 250px;
}
#subnav_support {
	width: 175px;
	left: 330px;
}
#subnav_company {
	width: 175px;
	left: 410px;
}

div#Subnav h1,div#Subnav h2 {
	display: block;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0px;
	padding: 8px 10px 5px 10px;
}
div#Subnav h2 {
	border-top: 1px dotted #dddddd;
}
div#Subnav ul {
	margin: 0px 10px 5px 10px;
	padding: 0px;
	list-style: none;
}
div#Subnav li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	display: block;
	padding: 3px 0px 3px 10px;
	margin: 0px;
	background-image: url(../images/leftnav_bg_arrowoff.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
}
div#Subnav h1 a:link,div#Subnav h1 a:visited,div#Subnav h2 a:link,div#Subnav h2 a:visited {
	color: #000000;
	text-decoration: none;
}
div#Subnav h1 a:hover,div#Subnav h1 a:visited.hover,div#Subnav h2 a:hover,div#Subnav h2 a:visited.hover {
	color: #ee7700;
	text-decoration: underline;
}

div#Subnav .navsurvey,div#Subnav .navepm,div#Subnav .navbusiness,div#Subnav .navindustry,div#Subnav .navservices {
	float: left;
	width: 170px;
}
div#Subnav .navsurvey {
	border-right: 1px solid #dddddd;
}
div#Subnav .navindustry {
	border-left: 1px solid #dddddd;
}




/* MainContent Elements */
#MainContentLeftNav {
	position: relative;
	float: left;
	width: 200px;
	margin: 35px 25px 0px 10px;
	padding-bottom: 25px;
	text-align: left;
}
#MainContentContainer {
	position: relative;
	float: left;
	width: 725px;
	margin: 35px 0px 0px 0px;
}
#MainContentTitle {
	position: relative;
	width: 725px;
}
#MainContentTitleWide {
	position: relative;
	width: 725px;
	padding: 35px 0px 0px 10px;
}
#MainContentBody {
	position: relative;
	float: left;
	width: 500px;
	padding-bottom: 25px;
	text-align: left;
}
#MainContentBodyWide {
	position: relative;
	width: 950px;
	margin: 0px 0px 0px 10px;
	padding-bottom: 25px;
	text-align: left;
}
#MainContentBodyWideLeft {
	position: relative;
	float: left;
	width: 725px;
	margin: 0px 0px 0px 10px;
	padding-bottom: 25px;
	text-align: left;
}
#MainContentBodyWideRight {
	position: relative;
	float: left;
	width: 725px;
	padding-bottom: 25px;
	text-align: left;
}
#MainContentRightNav {
	position: relative;
	float: right;
	width: 200px;
	margin: 0px 5px 0px 0px;
	padding-bottom: 25px;
	text-align: left;
}
#MainContentLPLeft {
	position: relative;
	float: left;
	width: 425px;
	margin: 25px 0px 0px 10px;
	padding-bottom: 25px;
	text-align: left;
}
#MainContentLPRight {
	position: relative;
	float: right;
	width: 500px;
	margin: 25px 5px 0px 0px;
	padding-bottom: 25px;
	text-align: left;
}




/* MainFooter Elements */
#MainFooter div.FooterColumn {
	position: relative;
	float: left;
	margin-left: 10px;
}
#MainFooter div.FooterSpace {
	margin-right: 30px;
}
#MainFooter div.Copyright {
	position: relative;
	display: block;
	clear: left;
	float: left;
	width: 950px;
	margin: 25px 0px 0px 10px;
}
#MainFooter H2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #555555;
	margin-top: 15px;
	margin-bottom: 5px;
}
#MainFooter P {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #888888;
	margin-top: 3px;
	margin-bottom: 0px;
}
#MainFooter h2 a:link,#MainFooter h2 a:visited {
	color: #555555;
	text-decoration: none;
}
#MainFooter p a:link,#MainFooter p a:visited {
	color: #888888;
	text-decoration: none;
}
#MainFooter h2 a:hover,#MainFooter h2 a:visited.hover,#MainFooter p a:hover,#MainFooter p a:visited.hover {
	color: #ee7700;
	text-decoration: underline;
}




/* MainIntro Home Page Elements */
#IntroCustomer,#IntroEmployee {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 670px;
	height: 280px;
}
#IntroEducation {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 960px;
	height: 280px;
	background-image: url(../images/intro_education.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#IntroEFM {
	position: absolute;
	top: 15px;
	left: 680px;
	width: 280px;
	height: 280px;
	background-image: url(../images/intro_sidebar_background.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.intro_text {
	position: absolute;
	top: 135px;
	left: 20px;
	width: 275px;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}
.intro_bullets {
	position: absolute;
	top: 200px;
	left: 20px;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
}
.intro_efm {
	position: absolute;
	top: 65px;
	left: 15px;
	width: 250px;
}
.intro_efm h1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
.intro_efm h2 {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #cccccc;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
.intro_efm p {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
.intro_efm img {
	margin-right: 5px;
}
.intro_edu {
	position: absolute;
	top: 30px;
	left: 500px;
	width: 420px;
}
.intro_edu h1 {
	font-weight: normal;
	font-size: 34px;
	line-height: 38px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
.intro_edu p {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
.intro_edu ul {
}
.intro_edu li {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #ffffff;
	margin-bottom: 5px;
}
#Intro a:link,#Intro a:visited,.intro_bullets a:link,.intro_bullets a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#Intro a:hover,#Intro a:visited.hover,.intro_bullets a:hover,.intro_bullets a:visited.hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}


/* IntroStories Home Page Elements */
#Story1,#Story2,#Story3,#Story4 {
	position: absolute;
	top: 0px;
}
#Story1 {
	left: 8px;
}
#Story2 {
	left: 248px;
}
#Story3 {
	left: 488px;
}
#Story4 {
	left: 728px;
}


/* IntroNewsBar Home Page Elements */
div#IntroNews,div#IntroQuote,div#IntroClients {
	position: absolute;
	top: 0px;
	width: 224px;
	height: 100%;
	border-right: 2px solid #e6e6e6;
}
div#IntroNews {
	left: 20px;
}
div#IntroQuote {
	left: 260px;
}
div#IntroClients {
	left: 500px;
}
div#IntroCTA {
	position: absolute;
	top: 10px;
	left: 745px;
	height: 100%;
}
div#EduSurvey {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 705px;
	height: 100%;
	border-right: 2px solid #e6e6e6;
}
div#EduCustomers {
	position: absolute;
	top: 0px;
	left: 745px;
	height: 100%;
}
div#EduClients {
	position: absolute;
	top: 50px;
	left: 50px;
}
div#Clients {
	position: absolute;
	top: 45px;
	left: 50px;
}
.client {
	position: absolute;
	top: 0px;
	left: 0px;
}

#IntroNewsBar h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 0px 0px;
}
#IntroNewsBar h2 {
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 0px 0px;
}
#IntroNewsBar h3 {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 0px 0px;
}
#IntroNewsBar h4 {
	position: absolute;
	top: 160px;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
}
#IntroNewsBar p {
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 0px 0px;
}
#IntroNewsBar ul {
	font-size: 11px;
	line-height: 14px;
	padding-right: 15px;
}
#IntroNewsBar li {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 3px;
}
#IntroNewsBar .date {
	font-size: 11px;
	line-height: 14px;
	color: #777777;
}



/* PoweredBy */
div#PoweredByText {
	position: absolute;
	width: 300px;
	height: auto;
	top: 35px;
	left: 585px;
	border-left: 1px dotted #cccccc; 
	padding: 50px 0px 50px 15px;
	font-weight: normal;
	font-size: 15px;
	color: #887f70;
	line-height: 18px;
}




/* Solutions Box */
div#solutionfeatures {
	width: 250px;
	display: block;
	position: relative;
	float: right;
	padding: 10px 10px 0px 10px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	margin: 0px 0px 10px 10px;
}
div#solutionfeatures LI {
	margin-left: -20px;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 5px;
}

.solutionItem {
	position: relative;
	float: left;
	display: block;
	width: 170px;
	background-color: #e6e6e6;
	background-image: url(../images/solution_bg_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0px 15px 20px 0px;
	padding: 0px 0px 10px 0px;
}
.solutionGap {
	margin-right: 25px;
}	
.solutionItem H1 {
	color: #17a4d2;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 8px 10px;
}
.solutionItem H2 {
	background-image: url(../images/solution_bg_top.gif);
	background-repeat: no-repeat;
	color: #17a4d2;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 8px 10px;
}
.solutionItem P,.solutionItem UL {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 0px 10px 5px 10px;
	padding: 0px;
}
.solutionItem LI {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.solutionSize {
	height: 230px;
}	
.itemEnd {
	margin-right: 0px;
}	




/* productSection Styles */
.productSection {
	position: relative;
	float: left;
	display: block;
}
#productSection1 {
	width: 200px;
	margin-right: 25px;
}
#productSection2 {
	width: 225px;
	padding: 0px 23px 0px 23px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
#productSection3 {
	width: 200px;
	margin-left: 25px;
}

.productSection P,.productSection UL {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
.productSection LI {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 8px;
	margin-left: 20px;
}




/* NavLeft Auto Generated */
#PageTemplate_LeftNavigation_Navigation,#pageTemplate_LeftNavigation_Navigation {
	border-bottom: 1px solid #dddddd;
}
.NavLeftParent 
{
/*	display: none; */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../images/navleft_bg_top.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	display: block;
	width: 100%;
}

TD.NavLeftChild,TD.NavLeftChildHover {
	text-decoration: none;
	line-height: 15px;
	text-align: left;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
DIV.NavLeftChild,DIV.NavLeftChildSelected,DIV.NavLeftChildHover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
}
.NavLeftChild A:Link,.NavLeftChild A:Visited {
	display: block;
	width: 100%;
	color: #17a4d2;
	text-decoration: none;
}
.NavLeftChildSelected A:Link,.NavLeftChildSelected A:Visited {
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
}
.NavLeftChild A:Hover,.NavLeftChild A:Visited:Hover,.NavLeftChildSelected A:Hover,.NavLeftChildSelected A:Visited:Hover {
	display: block;
	width: 100%;
	color: #ee7700;
	text-decoration: underline;
}

DIV.NavLeftGrandchild,DIV.NavLeftGrandchildSelected,DIV.NavLeftGrandchildHover {
	display: block;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
	background-image: url(../images/leftnav_bg_arrowoff.gif);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	text-align: left;
}
.NavLeftGrandchild A:Link,.NavLeftGrandchild A:Visited {
	color: #777777;
	text-decoration: none;
}
.NavLeftGrandchildSelected A:Link,.NavLeftGrandchildSelected A:Visited {
	color: #000000;
	text-decoration: none;
}
.NavLeftGrandchild A:Hover,.NavLeftGrandchild A:Visited:Hover,.NavLeftGrandchildSelected A:Hover,.NavLeftGrandchildSelected A:Visited:Hover {
	color: #ee7700;
	text-decoration: underline;
}




/* LeftNav Hand Placed */
.LeftNav {
	position: relative;
	width: 200px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	background-image: url(../images/sidebar_background_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px 0px 15px 0px;
}
.LeftNav H1 {
	color: #000000;
	background-image: url(../images/sidebar_background_top.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 10px 15px;
}
.LeftNav H2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 0px 15px 5px 15px;
	padding: 0px;
}
.LeftNav H3 {
	/* Used for Form Fields Only*/
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	padding: 0px 15px 5px 15px;
	margin: 0px;
}
.LeftNav H4 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}
.LeftNav P,.LeftNav UL {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 0px 15px 10px 15px;
	padding: 0px;
}
.LeftNav LI {
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 5px 20px;
}
.LeftNav HR {
	height: 1px;
	border-top: 1px solid #e6e6e6;
	margin: 0px 15px 5px 15px;
}
.RightImage {
	margin: 3px 0px 0px 10px;
}
.LeftImage {
	margin: 3px 10px 0px 0px;
}



/* Survey 9.5 Landing Page */
.LPMain {
	margin: 30px 0px 30px 0px;
	width: 965px;
}
.LPStory {
	position: relative;
	float: left;
	width: 238px;
}
.LPGap {
	border-right: 2px solid #e6e6e6;
}
.LPEnd {
	width: 230px;
}
.LPStory H3 {
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 10px 0px;
}
.LPStory P {
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 10px 0px;
}
.LPStory IMG {
	margin: 0px 0px 0px 10px;
}



/* feature matrix table */
.matrixtable {
	border-top: 1px solid #b5becb;
	border-bottom: 1px solid #b5becb;
	margin-bottom: 30px;
}
.matrix1 {
	background-color: #f2f2f2;
	vertical-align: top;
}
.matrix2 {
	background-color: #ffffff;
	vertical-align: top;
}
.matrixheader {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	width: 40%;
	padding: 10px 10px 10px 10px;
}
.matrixdesc {
	font-size: 11px;
	line-height: 14px;
	width: 60%;
	padding: 10px 10px 10px 10px;
}




/* Forms */
input,select,textarea {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
button {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: hand;
}

/* new forms */
.sidebar {	
	font-size: 11px;
	width: 90px;
	border: 1px solid #999999;
	padding: 2px;
}
.sidebarButton {	
	font-size: 11px;
}
.normalfield {	
	width: 200px;
	border: 1px solid #999999;
	padding: 2px;
}
.widefield {	
	width: 250px;
	border: 1px solid #999999;
	padding: 2px;
}
.fieldrequired {
	background-color: #ffff99;
}

.error {
	display: block;
	color: #ff0000;
	font-weight: bold;
}
.LeftNav .error {
	font-size: 11px;
	margin: 5px 15px 5px 15px;
}
.formHeader {
	position: relative;
	background-image: url(../images/form_background_top.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	padding: 15px 15px 10px 15px;
}
.formHeader H1 {
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 5px;
}
.formHeader P {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
.formSubheader {
	position: relative;
	width: 100%;
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	line-height: 24px;
}
.formContent {
	position: relative;
	background-color: #f2f2f2;
	padding: 0px 15px 0px 15px;
	font-size: 11px;
}
.formContentTable {
	width: 470px;
}
.formSubmit {
	position: relative;
	background-image: url(../images/form_background_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	padding: 5px 20px 20px 20px;
	text-align: center;
}
.formFooter {
	position: relative;
	padding: 10px 20px 0px 20px;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

.formDescription,.formDescriptionContact,.formDescriptionCalc,.formDescriptionResult {
	padding: 0px 10px 7px 0px;
	text-align: right;
	width: 35%;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.formField,.formFieldContact,.formFieldCalc,.formFieldResult {
	padding: 0px 0px 7px 0px;
	text-align: left;
	width: 65%;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.formDescriptionContact {
	width: 30%;
}
.formFieldContact {
	width: 70%;
}
.formDescriptionCalc {
	width: 60%;
	padding: 7px 10px 7px 0px;
}
.formFieldCalc {
	width: 40%;
	padding: 7px 0px 7px 0px;
}
.formDescriptionResult {
	width: 60%;
	padding: 0px 10px 15px 0px;
}
.formFieldResult {
	width: 40%;
	padding: 0px 0px 15px 0px;
}
.Required {
	font-weight: bold;
}
.Gap {
	padding-top: 15px;
}




/* used in interface.cs */
.orange {
font-weight: bold;
color: #ee7700;
}
.HomePagebody {
font-size: 11px;
color: #6E6E6E;
text-decoration: none
}


#announce {
padding-top: 10px;
background: white;
}

