/*structure*/

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #e7e7e7 url(../images/generic/siteBackground.jpg);
	color: #333;
	padding: 0;
	margin: 0;
}

#page {
	width: 770px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background: url(../images/generic/backgroundHeader.gif) no-repeat top;
	padding: 35px 2px 0 2px;
}

#content {
	background: url(../images/generic/backgroundContent.gif) repeat-y top;
	padding: 5px 15px 10px 15px;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}

* html #content {
	height: 1%;
}

#footer {
	background: url(../images/generic/backgroundFooter.gif) no-repeat bottom;
	padding: 10px 15px 20px 15px;
	margin: 0;
}

#baseline {
	padding: 0;
	margin: 15px 0 20px 0;
}

/*highLevel*/

a {
	color: #125388; 
	text-decoration: none;
}

a:visited {
	color: #125388; 
	text-decoration: none;
}

h1 {
	font-size: 210%;
	font-weight: normal;
}
h2 {
	font-size: 190%;
	font-weight: normal;
}
h3 {
	font-size: 160%;
	font-weight: normal;
}
h4 {
	font-size: 140%;
	font-weight: normal;
}
h5 {
	font-size: 120%;
	font-weight: normal;
}
h6 {
	font-size: 100%;
	font-weight: normal;
}

.clear {
	clear: both;
}

.first {
	border: none !important; 
	padding: 0; 
	margin: 0;
}

.last {
	border: none !important; 
	padding: 0; 
	margin: 0;
}

.link {
 	text-decoration: underline;
}


/*header*/

#banner {
	height: 55px;
	clear: right;
	padding: 0; 
	margin: 0;
}

#banner .logo {
	display: inline;
	float: left;
	padding: 0; 
	margin: 3px 0 0 10px;
}

* html #banner .bannerNav {
	padding-top: 5px;
}

*:first-child+html #banner .bannerNav {
	padding-top: 5px;
}

#banner .bannerNav {
	float: right; 
	display: inline;
	padding: 30px 10px 10px 0;
	margin: 0 10px 0 0;
}

#banner .bannerNav ul {
	list-style: none; 
	padding: 0;
	margin: 0;
}

#banner .bannerNav ul li {
	list-style: none;
	display: inline;
	border-left: 1px solid #ff9933;
	padding: 0 5px 0 10px;
	margin: 0;
}

#banner .bannerNav ul li a:hover {
	text-decoration: underline;
}

#banner .buttonTwitter {
	border: none !important;
	padding: 0 0 0 10px !important;
}

* html #banner .buttonTwitter a {
	display: inline-block;
}

*:first-child+html #banner .buttonTwitter a {
	display: inline-block;
}

#banner .buttonTwitter a {
	background: url(../images/generic/buttonTwitter.png) no-repeat bottom right;
	padding: 20px 54px 7px 0 !important;
}

#banner .buttonRSS {
	border: none !important;
	padding: 0 5px 0 0 !important;
}

* html #banner .buttonRSS a {
	display: inline-block;
}

*:first-child+html #banner .buttonRSS a {
	display: inline-block;
}

#banner .buttonRSS a {
	background: url(../images/generic/buttonRss.png) no-repeat bottom right;
	padding: 20px 0 7px 53px !important;
}

#banner .bannerButtons {
	width: 113px;
	float: right; 
	display: inline; 
	margin-top: 28px; 
}

#banner .bannerButtons ul li {
	height: 18px;
	background: url(../images/generic/login.gif) no-repeat top left;
	float: none; 
	display: block; 
	clear: both;
	margin: 0 0 4px 0;
}

#banner .bannerButtons ul li a {
	line-height: 16px;
	padding-left: 12px;
}

/*content*/

#sideNav {
	padding: 0px 10px 10px 0;
	width: 150px;
	float: left;
}

#sideNav ul {
	list-style: none;
	border-bottom: dotted 1px #acacac;
	padding: 0;
	margin: 0;
}

#sideNav li {
	padding: 5px 5px 5px 15px;
	margin: 0;
}

#sideNav li.navHeading {
	font-size: 120%;
	/*background: url(../images/home/orangeArrow.gif) 7px left no-repeat;*/
	border-top: dotted 1px #ff9933;
	border-bottom: dotted 1px #ff9933;
	padding: 5px 5px 5px 10px !important;
}

#sideNav li.navHeading:hover {
	background: url(../images/home/orangeArrow.gif) 2px 7px no-repeat !important;
}

#sideNav li.navHeading#selected {
	background: url(../images/home/blueArrow.gif) 2px 7px no-repeat !important;
}

#sideNav li:hover {
	background: url(../images/home/grayArrow.gif) 5px 5px no-repeat;
}

#sideNav li#selected {
	background: url(../images/home/blueArrow.gif) 5px 5px no-repeat;
}

#sideNav li a:hover {
	text-decoration: underline;
}

#animationArea { 
	height: 223px;
	margin: 0 0 15px 0;
	z-index: 10;
}

#wideTextArea {
	font-size: 120%;	
}

#wideTextArea h1 {
	/*color: #004281;*/
	margin: 5px 0 7px 0;
}

#wideTextArea h3 {
	/*color: #004281;*/
	margin: 10px 0 5px 0;
}

#wideTextArea p {

}

#narrowTextArea {
	width: 570px;
	float: left;
	padding: 0 0 10px 10px;
}

#narrowTextArea h1 {
	/*color: #004281;*/
	padding: 0;
	margin: 5px 0px 7px 0px;
}

#narrowTextArea h3 {
	/*color: #004281;*/
	padding: 0;
	margin: 10px 0px 5px 0px;
}

#narrowTextArea h4 {
	/*color: #004281;*/
	padding: 0;
	margin: 7px 0px 5px 0px;
}

#narrowTextArea p {

}

.datasheet {
	
}

.datasheet a {
	display: block;
	font-size: 90%;
	padding: 2px 0 2px 18px;
	background: url(../images/home/miniPDF.gif) no-repeat 0px 0px;
}

.datasheet a:hover {
	text-decoration: underline;
}

.showcase {
	display: block;
}

.showcase p {
	padding: 0 0 5px 75px;
}

.showcase a {
	display: block;
	text-decoration: underline;
}

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

#features:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}

* html #features {
	height: 1%;
}

#features .feature {
	width: 230px;
	height: 230px;
	display: block;
	float: left;
	margin-right: 24px; 
}

#features .feature .ft-head {
	background: url(../images/home/feature_top.gif) no-repeat top left;
	display: block; 
	padding: 0;
	margin: 0;
}

#features .feature .ft-head h4 {
	padding: 8px 5px 5px 10px;
	margin: 0;
}

#features .feature .ft-content {
	text-align: center;
	height: 180px;
	background: url(../images/home/feature_body.gif) no-repeat bottom left;
	display: block;
	border: #d2d3da solid 1px;
	padding: 10px;
}

#features .feature .ft-content p {
	text-align: left;
	padding: 5px 7px 5px 7px;
	margin: 0;
}

#features .feature .ft-content .displayIcon {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding: 0px 0px 15px 50px;
	text-align: left;
}


#features .feature .ft-content .displayIcon a {
	color: #006699;	
}

#features .feature .ft-content .displayIcon a:hover {
	text-decoration: underline;
}

#features .feature .ft-content .chartBackground {
	background: url(../images/chartbackg.gif) no-repeat bottom left;
	background-position: 25px 20px;
	height: 180px;
	display: block;;	
}

#features .feature .ft-content .newslist {	
	text-align: left;
}

#features .feature .ft-content a {
	text-decoration: none;
	color: #006699;
}

#features .feature .ft-content a:hover {
	text-decoration: underline;
}

#features .feature .ft-content .newslist table {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}

#features .feature .ft-content .newslist table th {
	padding: 5px 0px 5px 5px;
}

#features .feature .ft-content .newslist table td {
	text-align: left;
	padding: 5px 0px 5px 5px;
	border-top:  dotted 1px #ddd;
}


#features .feature img {
	padding: 10px;
	border: none;
}

#features .last {
	margin-right: 0;
}

/*networks*/

#networks {
	text-align: center;

}

#networks ul {
	list-style: none; 
	padding: 0;
	margin: 0;
}

#networks ul li {
	font-size: 11px;
	list-style: none;
	display: inline;
	padding: 3px 7px 2px 7px;
	margin: 0;
}

#networks ul li a {
	padding: 3px 0px 2px 15px;
}

#networks ul li a:hover {
	text-decoration: underline; 
}


/*bottomNav*/

#bottomNav {
	text-align: center;
}

#bottomNav ul {
	list-style: none; 
	padding: 0 0 5px 0;
	margin: 0;
}

#bottomNav ul li {
	font-size: 11px;
	color: rgb(103, 117, 127);
	list-style: none;
	display: inline;
	border-left: 1px solid rgb(103, 117, 127);
	padding: 0 5px 0 5px;
	margin: 0;
}

#bottomNav li a {
	color: rgb(103, 117, 127);
}

#bottomNav li a:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	font-size: 11px;
	color: rgb(103, 117, 127);
	list-style: none;
	padding: 10px 0px 0px 0px;
}

/*icons*/

.technorati {
	background: url(../images/networks/technorati.gif) no-repeat 0px 0px;
}

.twitter {
	background: url(../images/networks/twitter.gif) no-repeat 0px 0px;
}

.magnolia {
	background: url(../images/networks/magnolia.gif) no-repeat 0px 0px;
}

.furl {
	background: url(../images/networks/furl.gif) no-repeat 0px 0px;
}

.google {
	background: url(../images/networks/google.gif) no-repeat 0px 0px;
}

.delicious {
	background: url(../images/networks/delicious.gif) no-repeat 0px 0px;
}

.yahoo {
	background: url(../images/networks/yahoo.gif) no-repeat 0px 0px;
}

.facebook {
	background: url(../images/networks/facebook.gif) no-repeat 0px 0px;
}

.digg {
	background: url(../images/networks/digg.gif) no-repeat 0px 0px;
}

.reddit {
	background: url(../images/networks/reddit.gif) no-repeat 0px 0px;
}

.windows {
	background: url(../images/networks/msn.gif) no-repeat 0px 0px;
}

.enterprise {
	background: url(../images/home/i-enterprise.gif) no-repeat 15px 0px;
}
	
.content {
	background: url(../images/home/i-content.gif) no-repeat 15px 0px;
}
	
.turnkey {
	background: url(../images/home/i-turnkey.gif) no-repeat 15px 0px;
}

.analysis {
	background: url(../images/home/i-analysis.gif) no-repeat 15px 0px;
}

.social {
	background: url(../images/home/i-social.gif) no-repeat 15px 0px;
}

.tryDemo {
	background: url(../images/start.gif);
}

.consultUs {
	background: url(../images/agent.gif);
}
.emailsignup {
	background: url(../images/mail_icon.gif);
}

.learnAbout {
	background: url(../images/learn.gif);
}

.cprsCon {
	background: url(../images/cprs.gif);
}

.roundBlueEnterprise {
	background: url(../images/home/icon_roundBlue_enterprise.gif) no-repeat 10px 0px;
}

.roundBlueMediaOutreach {
	background: url(../images/home/icon_roundBlue_mediaOutreach.gif) no-repeat 10px 0px;
}

.roundBlueProfessionalServices {
	background: url(../images/home/icon_roundBlue_professionalServices.gif) no-repeat 10px 0px;
}


#pods .medPod {
	padding: 0px 0px 10px 0px;
	float: left;
}

#pods .medPodTop {
	width: 570px;
	height: 5px;
	display: block;
	background: url(../images/medPodTop.gif) no-repeat;
	margin: 0px;
}

#pods .medPodContent {
	width: 528px;
	display: block;
	background: url(../images/allPodMid.gif) repeat-x;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	padding: 10px 20px 10px 20px;
}

#pods .medPodContent a {
	text-decoration: underline;
}

#pods .medPodContent .header {
	display: block;
	font-size: 110%;
	padding: 0px 0px 10px 0px;
}

#pods .medPodBottom { 
	width: 570px;
	height: 5px;
	display: block;
	background: url(../images/medPodBottom.gif) no-repeat;
}

#pods .sidePod {
	padding: 0px 0px 10px 0px;
	float: left;
}

#pods .sidePodTop {
	width: 160px;
	height: 5px;
	display: block;
	background: url(../images/sidePodTop.gif) no-repeat;
	margin: 0px;
}

#pods .sidePodContent {
	width: 138px;
	display: block;
	
	text-align: center;
	background: url(../images/allPodMid.gif) repeat-x;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	padding: 5px 10px 10px 10px;
}

#pods .sidePodContent img {
	padding:12px 0px 5px 0px;
}


#pods .sidePodContent a {
	/*text-decoration: underline;*/
}

#pods .sidePodContent .header {
	display: block;
	font-size: 120%;
	/*font-weight: bold;*/
	color: #333;
	text-align: center;
	border-bottom: 1px dotted #CCC;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 8px 0px;
}

#pods .sidePodBottom { 
	width: 160px;
	height: 5px;
	display: block;
	background: url(../images/sidePodBottom.gif) no-repeat;
}


#pageTitle {
	display: block;
}


#pageTitle .titleInfo {
	font-size: 11px;
	/*display: block;*/
	padding: 0px 0px 0px 0px;
	clear: both;
	float: left;
}
#pageTitle .titleInfo .twoIconWidth{
display: block;
width: 350px;
}
#pageTitle .titleInfo .oneIconWidth{
display: block;
width: 450px;
}
#pageTitle .specialActions {
	display: block;
	min-height: 0;
}

* html #pageTitle .specialActions{
	height: 1%;
}

#pageTitle .specialActions:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden;
    clear: both; 
    visibility: hidden;
}

#pageTitle .specialActions ul {
	list-style-type: none;
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

#pageTitle .specialActions li {
	float: right;
	padding: 5px 0px 0px 15px;
	margin: 0px;
}


#pageTitle .specialActions a {
	font-size: 11px;
	display: block;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color: #006699;
	text-decoration: none;
	padding: 5px 0px 15px 20px;
}

#pageTitle .specialActions a:hover {
	text-decoration: underline;
}

.pdf {
	background: url(../images/i-pdf.gif);
}


.print {
	background: url(../images/printicon.gif);
}

.required_field {
  font-weight: bold;
}

#linedivider {
    text-align: center;
    border-top: solid 1px #ddd;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#addReturn{
	display: block;
	height: 40px;
}