/*
-----------------------------------------------
support.sas.com template homepage screen style
author:   rebecca hemstad
version:  01 June 2007
----------------------------------------------- */


/* ****** MAINFEATURE *******
----------------------------------------------- */
#mainfeature {
	  color: #000000;
	  padding: 10px 0px 20px 5px;
	  margin: 0px 0px 0px 220px;
}

#mainfeature h1 {
	  margin: 0px;
	  font-weight: normal;
	  font-size: 1.40em;
	  color: #666666;
}

#mainfeature h2 {
	margin: 0;
	font-weight: bold;
	font-size: 1.10em;
	color: #003399;
	padding: 10px 0px 0px 0px;
}

#mainfeature p {
	padding: 0;
	margin: 0;
}

#mainfeature p.more {
	margin-top: 0;
	text-align: right;
}

#mainfeature p.more a:link, #mainfeature p.more a:visited {
	padding-left: 14px;
}

#mainfeature img {
	float: left;
	margin: 0 5px 5px 0;
}

/* ****** TECHNICAL HIGHLIGHTS *******
----------------------------------------------- */

#techhighlights {
	margin: 5px 210px 0px 225px;
	padding: 0px;
	background: url(/images/homepage/thRCbackgrad.gif) repeat-x top left;
	min-height: 372px;
	/* height: 100%; */
	min-width: 350px;
}

#techhighlights .thTitle {
	font-weight: bold;
	text-align:left;
	color:#666666;
	padding: 5px 0px 0px 0px;
}

#techhighlights .thcontent {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#techhighlights .thcontent h2 {
	color: #666666;
	padding-bottom: 0.2em;
	font-size: 1.10em;
	margin-top: 5px;
}

#techhighlights .thcontent h3 {
	font-size: 1.0em;
	margin: 0px;
	float: left;
}

#techhighlights .thcontent .whatis {
	font-size: .80em;
	float: right;
	color: #666666;
}

#techhighlights .thcontent p {
	padding: 0px;
	color: #000000;
	font-size: .90em;
	margin: 0px;
}

#techhighlights .thcontent p.more{
  padding: 0px 15px 0px 0px;
  text-align: right;
  font-weight: bold;
  font-size: .85em;
}


#techhighlights .thcontent ul.features {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#techhighlights .thcontent ul.features li {
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

#techhighlights .thcontent .features li img {
  float: left;
  margin: 0px 5px 5px 0px;
}


/* ****** SIDEBAR *******
----------------------------------------------- */


#sidebar {
  float: right;
  width: 200px;
  color: #000000;
  margin: 5px 0px 0px 0px;
  padding: 0;
  border: 0px solid green;
}


#sidebar .sideBarNuggett {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/images/homepage/roundedcornerbackgrad.gif);
	height: 90px;
}

#sidebar .sideBarContent {
	font-size:.90em;
	text-align:left;
	color:#000000;
	padding: 3px 0px 0px 0px;
}

#sidebar .sideBarTitle {
	font-weight: bold;
	text-align:left;
	color:#666666;
}

#sidebar p {
	padding: 5px 10px 0px 15px;
	margin: 0px;
	font-weight: normal;
	font-size:.95em;
}

#sidebar .sbroundtop {
height: 80px;
background: url(/images/homepage/roundedcornerright.gif) no-repeat top right;	
}

#sidebar img.sbcorner {
   width: 15px;
   height: 21px;
   border: none;
   display: block !important;
   float: left;
}


#content h3 a {text-decoration: none; font-weight: bold;}
#content h3 a:link {text-decoration: none; font-weight: bold;}
#content h3 a:visited {text-decoration: none; font-weight: bold;}
#content h3 a:active {text-decoration: none; font-weight: bold;}
#content h3 a:hover {text-decoration: none; font-weight: bold;}

