/* CSS Document */

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background: #ffffff url(../images/tile_background.jpg) top left repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 82%;
	color: #444444;
	line-height: 1.4em;
}
a:link {color: #007bc4; text-decoration: underline;}
a:visited {color: #007bc4; text-decoration: underline;}
a:hover {color: #007bc4; text-decoration: none;}
a:active {color: #007bc4; text-decoration: underline;}

p {margin-top: 0px;}



h1 {
    font-size: 1.4em;
    font-weight: bold;
	color: #ff8a00;
	margin: 0px 0px 14px 0px;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
	margin: 0px 0px 6px 0px;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
	margin: 0px 0px -6px 0px;
}

h4 {
    font-size: 1.2em;
    font-weight: normal;
	margin: 0px 0px 0px 0px;
}

.space {
	padding-left: 10px;
	padding-right: 10px;
}

.end {
	clear: both;
}

hr {
	border-top: #bcbec0 dashed 1px;
	border-right: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 14px 0px;
}

.horizontalRule {
	background: url(../images/tile_horz_rule.gif) top left repeat-x;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

ul {
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none !important;
}

.bullet li {
	background: url(../images/bullet_point.gif) top left no-repeat;
	padding: 0px 0px 20px 24px;
}

.tick li {
	background: url(../images/tick_point.gif) top left no-repeat;
	padding: 0px 0px 20px 24px;
}

.bulletSmall li {
	background: url(../images/small-bullet.gif) top left no-repeat;
	padding: 0px 0px 0px 18px;
}



/*STYLES TO BE MADE AVAILABLE IN THE CMS ----------------------------------------------------------------------------------------*/


.PICTURE-LEFT { float: left; clear: both; padding: 4px 16px 6px 0px;}
.PICTURE-RIGHT { float: right; clear: both; padding: 4px 16px 6px 0px;}


.ORANGE-HEADING-STRIP {
	background: url(../images/tile_table_bg.gif) bottom left repeat-x;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px 0px 6px 16px;
}

.INTRO-TEXT {
	font-size: 1.1em;
}

.GREEN-HIGHLIGHT-TEXT {
	color: #6bb13f;
	font-size: 1.2em;
}

.PICTURE-TEXT {
	clear: both;
	float: left;
}





/*CONTENT HOLDERS ----------------------------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 970px;
	text-align: left;
	height: 100%;
}

#popUPwrapper {
	margin: 0 auto;
	width: 550px;
	text-align: left;
	height: 100%;
}






/*BRANDING STYLES ----------------------------------------------------------------------------------------*/

#brandingHolder {
	width: 970px;
	margin: 0px 0px 16px 0px;
}

#logoHolder {
	width: 188px;
	float: left;
	margin: 0px 20px 0px 16px;
}

#utilityHolder {
	float: right;
	padding: 20px 0px 0px 0px;
	font-size: 0.8em;
}

.utilityIcon {
	padding: 0px 10px 0px 0px;
}

.utilityTxt {
	padding: 0px 30px 0px 0px;
}

.popUPlogoHolder {
	text-align: center;
}




/*NAVIGATION STYLES ----------------------------------------------------------------------------------------*/

#navigationHolder {
	width: 970px;
	float: left;
	clear: both;
	height: 38px;
	margin: 0px 0px 16px 0px;
}






/*CONTENT STYLES ----------------------------------------------------------------------------------------*/

#contentHolder {
	width: 970px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

#wideColumnHolder {
	width: 970px;
	height: 100%;
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
}






/*LEFT COLUMN STYLES ----------------------------------------------------------------------------------------*/

#leftColumnHolder {
	width: 200px;
	height: 500px;
	float: left;
	clear: both;
	margin: 0px 20px 0px 0px;
}

.leftColumnContent {
	float: left;
	clear: both;
	width: 200px;
}






/*SUB NAVIGATION STYLES ----------------------------------------------------------------------------------------*/

#subNavHolder {
	width: 200px;
	float: left;
	clear: both;
	margin: 0px 0px 16px 0px;
	background: url(../images/subnav_bottom.gif) bottom left no-repeat;
}

#subNavTop {
	width: 200px;
	height: 12px;
	background: url(../images/subnav_top.gif) top left no-repeat;
	padding: 0px 0px 0px 0px;
}

#subNavContent {
	width: 168px;
	margin: 0px 16px 8px 16px;
}

.subNavItemFirstOff {
	width: 168px;
	padding: 0px 0px 4px 0px;
	border-bottom: #FFFFFF solid 1px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}

.subNavItemFirstOff a:link {color: #FFFFFF; text-decoration: none;}
.subNavItemFirstOff a:visited {color: #FFFFFF; text-decoration: none;}
.subNavItemFirstOff a:hover {color: #000066; text-decoration: none;}
.subNavItemFirstOff a:active {color: #FFFFFF; text-decoration: none;}

.subNavItemFirstOn {
	width: 168px;
	padding: 0px 0px 4px 0px;
	border-bottom: #FFFFFF solid 1px;
	color: #000066;
	font-size: 1.1em;
	font-weight: bold;
}

.subNavItemFirstOn a:link {color: #000066; text-decoration: none;}
.subNavItemFirstOn a:visited {color: #000066; text-decoration: none;}
.subNavItemFirstOn a:hover {color: #000066; text-decoration: none;}
.subNavItemFirstOn a:active {color: #000066; text-decoration: none;}


.subNavItemOff {
	width: 168px;
	padding: 4px 0px 4px 0px;
	border-bottom: #FFFFFF solid 1px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}

.subNavItemOff a:link {color: #FFFFFF; text-decoration: none;}
.subNavItemOff a:visited {color: #FFFFFF; text-decoration: none;}
.subNavItemOff a:hover {color: #000066; text-decoration: none;}
.subNavItemOff a:active {color: #FFFFFF; text-decoration: none;}

.subNavItemOn {
	width: 168px;
	padding: 4px 0px 4px 0px;
	border-bottom: #FFFFFF solid 1px;
	color: #000066;
	font-size: 1.1em;
	font-weight: bold;
}

.subNavItemOn a:link {color: #000066; text-decoration: none;}
.subNavItemOn a:visited {color: #000066; text-decoration: none;}
.subNavItemOn a:hover {color: #000066; text-decoration: none;}
.subNavItemOn a:active {color: #000066; text-decoration: none;}

.subNavItemLastOff {
	width: 168px;
	padding: 4px 0px 4px 0px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}

.subNavItemLastOff a:link {color: #FFFFFF; text-decoration: none;}
.subNavItemLastOff a:visited {color: #FFFFFF; text-decoration: none;}
.subNavItemLastOff a:hover {color: #000066; text-decoration: none;}
.subNavItemLastOff a:active {color: #FFFFFF; text-decoration: none;}

.subNavItemLastOn {
	width: 168px;
	padding: 4px 0px 4px 0px;
	color: #000066;
	font-size: 1.1em;
	font-weight: bold;
}

.subNavItemLastOn a:link {color: #000066; text-decoration: none;}
.subNavItemLastOn a:visited {color: #000066; text-decoration: none;}
.subNavItemLastOn a:hover {color: #000066; text-decoration: none;}
.subNavItemLastOn a:active {color: #000066; text-decoration: none;}





/*EVENT TAB NAVIGATION STYLES ----------------------------------------------------------------------------------------*/

#navigation {
	width: 750px;
	float: left;
	clear: both;
	line-height:normal;
	background: url(../images/tile_event_nav_bg.gif) bottom left repeat-x;
	margin:0px 0px 16px 0px;
	font-size: 0.8em;
}

#navigation ul {
    margin:0;
    padding:10px 12px 0px 0px;
    list-style:none;
    }

#navigation li {
    float:left;
    background:url("../images/tab_left_off.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 8px;
}

#navigation a, #navigation strong, #navigation span {
    display:block;
    background:url("../images/tab_right_off.gif") no-repeat right top;
    padding:4px 13px 3px 3px;
    text-decoration:none;
    font-weight:bold;
	color:#ffffff;
}
#navigation a:hover {
    color:#000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */

#navigation #current {
    background-image:url("../images/tab_left_on.gif");
}

#navigation #current a {
    background-image:url("../images/tab_right_on.gif");
    padding-bottom:4px;
    font-weight:bold;
}

#current a, a:hover {
    color:#000066;
}





/*MIDDLE COLUMN STYLES ----------------------------------------------------------------------------------------*/

#middleColumnHolder {
	width: 530px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#middleColumnRightSpanHolder {
	width: 750px;
	float: left;
	margin: 0px 0px 0px 0px;
}

.middleColumnGeneralHolder {
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
}

.middleColumnSpanGeneralHolder {
	width: 750px;
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
}

.middleColumnLeftSideHolder {
	width: 530px;
	float: left;
	margin: 16px 0px 0px 0px;
}

.middleColumnRightSideHolder {
	width: 200px;
	float: right;
	clear: none;
	margin: 0px 0px 0px 20px;
}

.middleColumnFullWidthHolder {
	width: 750px;
	float: left;
	margin: 16px 0px 0px 0px;
}




/*2008 HOMEPAGE SPECIFIC STYLES ----------------------------------------------------------------------------------------*/

.homepageHrHolder {
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
	border-top: #bcbec0 dashed 1px;
}


#newsBlogHolder {
	float: left;
	clear: both;
	width: 530px;
}

#latestBlog {
	float: left;
	clear: both;
	width: 243px;
}

#latestBlog a:link {color: #007bc4; text-decoration: underline; font-weight: bold;}
#latestBlog a:visited {color: #007bc4; text-decoration: underline; font-weight: bold;}
#latestBlog a:hover {color: #007bc4; text-decoration: none; font-weight: bold;}
#latestBlog a:active {color: #007bc4; text-decoration: underline; font-weight: bold;}

#latestNews {
	float: right;
	width: 243px;
}

.presentationsIcon {
	background: url(../images/presentations.jpg) top left no-repeat;
	height: 73px;
	padding-left: 56px;
	vertical-align: middle;
}

.conferencesIcon {
	background: url(../images/conferences.jpg) top left no-repeat;
	height: 73px;
	padding-left: 56px;
	vertical-align: middle;
}

.whitepapersIcon {
	background: url(../images/whitepapers.jpg) top left no-repeat;
	height: 73px;
	padding-left: 56px;
	vertical-align: middle;
}









/*PRICING TABLE STYLES ----------------------------------------------------------------------------------------*/

.pricingTable {
	float: left;
	clear: both;
	width: 750px;
	margin: 0px 0px 0px 0px;
}

.pricingTable table {
	width: 100%;
	line-height: 1.1em;
}

.pricingTable td {
	padding: 8px 4px 8px 4px;
	text-align: center;
}

.pricingTableHeading {
	background: url(../images/tile_table_bg.gif) bottom left repeat-x;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}

.pricingTableCellBorderBR {
	border-bottom: #ffcc00 solid 3px;
	border-right: #ffcc00 solid 3px;
}

.pricingTableCellBorderB {
	border-bottom: #ffcc00 solid 3px;
}

.pricingTableCellBorderR {
	border-right: #ffcc00 solid 3px;
}

.pricingTableCellBlueBG {
	background: #000066;
	color: #FFFFFF;
}

.pricingTableFooter {
	background: url(../images/tile_table_bottom_bg.gif) bottom left repeat-x;
	padding: 0px !important;
}





/*GENERAL TABLE STYLES ----------------------------------------------------------------------------------------*/

.fullWidthTable {
	float: left;
	clear: both;
	width: 750px;
	margin: 0px 0px 0px 0px;
}

.fullWidthTable table {
	width: 100%;
}

.fullWidthTable td {
	padding: 0px 16px 16px 0px;
	text-align: left;
}





/*RIGHT COLUMN STYLES ----------------------------------------------------------------------------------------*/

#rightColumnHolder {
	width: 200px;
	float: left;
	margin: 0px 0px 0px 20px;
}

.orangePromoHolder {
	width: 200px;
	margin: 16px 0px 0px 0px;
	background: url(../images/orange_promo_top.gif) top left no-repeat;
}

.orangePromoContent {
	width: 168px;
	padding: 16px 16px 0px 16px;
}

.orangePromoBottom {
	width: 200px;
	height: 16px;
	background: url(../images/orange_promo_bottom.gif) bottom left no-repeat;
}

.greenPromoHolder {
	width: 200px;
	margin: 0px 0px 0px 0px;
	background: url(../images/green_promo_top.gif) top left no-repeat;
	margin: 16px 0px 0px 0px;
	 text-align:center;
}

.greenPromoContent {
	width: 168px;
	padding: 16px 16px 0px 16px;
	text-align:left;
}

.greenPromoBottom {
	width: 200px;
	height: 16px;
	background: url(../images/green_promo_bottom.gif) bottom left no-repeat;
}

.bluePromoHolder {
	width: 200px;
	margin: 0px 0px 0px 0px;
	background: url(../images/blue_promo_top.gif) top left no-repeat;
	margin: 0px 0px 0px 0px;
}

.bluePromoContent {
	width: 168px;
	padding: 16px 16px 0px 16px;
}

.bluePromoBottom {
	width: 200px;
	height: 16px;
	background: url(../images/blue_promo_bottom.gif) bottom left no-repeat;
}

#rightColumnHolder ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	line-height: 1.2em;
}

#rightColumnHolder li {
	padding: 0px 0px 6px 0px;
	background: none;
}




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

#footerHolder {
	width: 970px;
	margin: 26px 0px 0px 0px;
	font-size: 0.8em;
	background: url(../images/footer_bottom.gif) bottom left no-repeat;
	padding: 0px 0px 0px 0px;
}

#footerTop {
	width: 970px;
	background: url(../images/footer_top.gif) top left no-repeat;
	padding: 6px 0px 0px 0px;
}

#footerLeft {
	float: left;
	width: 300px;
	padding: 0px 0px 6px 16px;
}

#footerRight {
	float: right;
	width: 600px;
	padding: 0px 16px 6px 0px;
	text-align: right;
}




/*FORM STYLES ----------------------------------------------------------------------------------------*/

.formTable {
	width: 100%;
	margin: 0;
}

.formTable td {
	padding: 4px;
}

.leftCell {
	width: 30%;
	text-align: right !important;
	vertical-align: top;
}

.textCell {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.subhd {
	text-align: left !important;
	vertical-align: top;
}
.cellBorder {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}	
.cellBorderTop {
	padding-top: 12px !important;
}	

.mandatory  {
	color: #900;
	font-size: 120%;
	font-weight: bold;

}

.note  {
	font-size: 80%;

}

.inputCell input, select, textarea {
	padding: 1px 2px;
}

.buttonCell {
	width: 40%;
	text-align: left !important;
	vertical-align: top;
}

.button {
	width: auto;
	padding: 2px 4px;
	margin-right: 6px;
}
