/* Saffron CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited
{
	color: #FB7806;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #036;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: #FB7806;
	font-weight: bold;
	text-decoration: none;
}

body {
	background-image: url(../images/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#nav {
	width: 175px;
	height: 236px;
	background-image: url(../images/nav_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
	padding-left: 5px;
}

#navTable {
	width: 170px;
	margin-top: 42px;
	text-align: right;
}

/***********************************************/

#navTableNew {
	width: 170px;
	margin-top: 21px;
	text-align: right;
}

/***********************************************/

.navCell {
	width: 170px;
	height: 21px;
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FB7806;
	padding-right: 6px;
	font-size: 13px;
}

.navCell a:link, .navCell a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

.navCell a:hover, .navCell a:active {
	color: #FB7806;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

.navCell_over {
	width: 170px;
	height: 21px;
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FB7806;
	padding-right: 6px;
	font-size: 13px;
}

#contentWide h1
{
	font-size: 18px;

}

.navCell_over a:link, .navCell_over a:visited, .navCell_over a:hover, .navCell_over a:active {
	color: #FB7806;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

.contactTable 
{
	border: 1px dashed #AAA;
}
.contactTable td
{
	vertical-align: top;
}

.contactTable td p
{
	margin-top:0;
	padding-top: 0;
}

.contactTable td input
{
	width: 200px;
}

.contactTable td textarea
{
	width: 200px;
}

#headerImage {
	width: 400px;
	height: 215px;
}

#logo {
	width: 175px;
	height: 215px;
}

#titleBar {
	height: 21px;
	background-color: #000;
	color: #FFF;
	padding-left: 10px;
}

#titleBar h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.titleBarRight {
	height: 21px;
	background-color: #000;
	color: #FFF;
	padding-left: 12px;
	border-left: 1px solid #fff;
}

.titleBarRight h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#subNavTable {
	margin-left: 10px;
	width: 150px;
	margin-top: 25px;
	text-align: left;
}

.subNavCell {
	width: 170px;
	height: 21px;
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
	padding-left: 6px;
	font-size: 11px;
	background-image: url(../images/subNav_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
}

.subNavCell a:link, .subNavCell a:visited, .subNavCell a:hover, .subNavCell a:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

.subNavCell_over {
	width: 170px;
	height: 21px;
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
	padding-left: 6px;
	font-size: 11px;
	background-image: url(../images/subNav_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
}

.subNavCell_over a:link, .subNavCell_over a:visited, .subNavCell_over a:hover, .subNavCell_over a:active  {
	color: #FB7806;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

/*---------------------------------------------------------------------------------*/

#main {
	/*height: 200px; *//*temp*/
	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -235px;
}

#left {
	padding-top: 150px;
	width: 175px;
	background-color: #FB7809;
	background-image: url(../images/left_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top;
}

#content {
	vertical-align: top;
	width: 400px;
	padding: 7px 2px 20px 10px;
}

#contentWide {
	vertical-align: top;
	width: 575px;
	padding: 7px 2px 20px 10px;
	border-left: 1px solid #FB7806;
	
	
}

#content p {
	/*font-size: 12px;*/
	line-height: 16px;
}

#content #apps {
	width: 80%;
}

#content #apps td {
	vertical-align: top;
	border-top: 1px dashed #AAA;
	padding-bottom: 8px;
}

#content #apps img {
	border: 1px dashed #AAA;
	margin-top: 8px;
}
.dottedImgBorder
{
	border: 1px dashed #AAA;
}

.prodTable {
	border: 1px dashed #AAA;
	border-collapse: collapse;
	margin: 20px 0 0 0;
	width: 100%;
}

.prodTable td {
	font-size: 11px;
	padding: 4px;
	border: 1px dashed #AAA;
}

.prodTable td p {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.prodTable td p strong {
	color: #F60;
}


#right {
	width: 175px;
	border-left: 1px dashed #AAA;
	vertical-align: top;
}

#right img {
	/*margin-left: 35px;
	margin-bottom: 5px;
	margin-top: 5px;*/
}

#right #newsTitle {
	width: 175px;
	height: 20px;
	background-color: #000;
	margin-top: 10px;
}

#right #newsTitle h2 {
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
	padding-top: 2px;
	margin: 0;
}

#right #news {
	width: 175px;
	/*padding-top: 10px;
	*/
	
}

#right #news h3 {
	padding-left: 3px;
	font-size: 11px;
	margin: 2px 0 4px 0;
	padding: 0;
}

#right #news p {
	padding-left: 3px;
	font-size: 11px;
	line-height: 11px;
	margin: 2px 0 5px 0;
	padding: 0;
}

#right #news a {
	font-size: 11px;
}

/*---------------------------------------------------------------------------------*/

#footer {
	width: 750px;
	height: 37px;
	background-color: #FB7806;
	background-image: url(../images/footer_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#footNav {
	width: 750px;
	height: 37px;
	text-align: right;
	padding-right: 5px;
	font-size: 10px;
	line-height: 16px;
}

#footNav a:link, #footNav a:visited {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

#footNav a:hover, #footNav a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

#newsColImages
{
	margin-top: 280px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px dashed #AAA;
}

#content p.snapshot
{
	color: #FB7806;
	font-style: italic;
	font-size: 20px;
	line-height: 25px;
}


/***************News Styles*************/
#newsTitle {
	width: 150px;
	height: 23px;
	background-color: #91CC10;
	color: #000;
	background-image: url(../images/newsTitle_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 13px;
	text-align: center;
	padding: 3px 0 0 0;
}

#ValidationSummary1 p {
	font-size: 12px;
}

.newsitem
{
	margin-bottom: 4px;
	padding: 1px 4px 10px 0;
	border-bottom: dashed 1px #AAA;
	
}

.newsitem p
{
	
	margin: 0 0;
	padding: 1px 0;
	
	
}

#contentManaged .newsitem h2
{
	
	margin: 10px 0;
	padding: 2px 0 2px 0px;
	
	
	
}

.newsLinks
{
	font-size: 12px;
	color: #FB7806;
	font-weight: normal;
	text-decoration: none;
}

.newsitem a:link, .newsitem a:visited
{
	color: #FB7806;
	font-weight: bold;
	text-decoration: none;
}

.newsitem a:hover, .newsitem a:active
{
	color: #FB7806;
	font-weight: bold;
	text-decoration: none;
}

.newsitem a.newstitle:link, .newsitem a.newstitle:visited, .newsitem a.newstitle:hover {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.newsContent {
	font-size: 12px;
	vertical-align: top;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 10px;
}

.newsContent h1 {
	display: inline;
	font-weight: normal;
	font-size: 14px;
	color: #000;
}

#newsRotator {
	padding-left: 3px;
}

#newsRotator h2 {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	padding-bottom: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	margin-top: 1px;
}

#newsRotator p {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	padding-top: 1px;
	margin-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

#newsRotator a:link, #newsRotator a:visited {
	color: #91CC10;
	text-decoration: underline;
}

#newsRotator a:hover, #newsRotator a:active {
	color: #FFF;
	text-decoration: underline;
}

.newsContent h1 a {
	display: inline;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.newsContent h1 a:link {
	color: #000;
	text-decoration: none;
}

.newsContent h1 a:visited {
	color: #000;
	text-decoration: none;
}

.newsContent h1 a:hover {
	color: #000;
	text-decoration: none;
}

.newsContent h1 a:active {
	color: #000;
	text-decoration: none;
}



.newsRotator 
{
	vertical-align:top;
}
.newsRotator p
{
	font-size: 11px;
	padding: 0 0 2px 0;
	margin: 0;
}

.newsRotator h2
{
	font-size: 12px;
	color: #000;
	padding: 0 0 2px 0;
	margin: 0;
}


/**********End of News Styles***********/
#extreme p
{
	padding: 0;
	margin: 0 0 9px 0;
	font-size: 12px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
}
#extreme {
	width: 750px;
	/*height: 15px;*/
	text-align: center;
	background-color: #FFF;
	color: #6699CC;
	font-size: 10px;
	margin: 0;
	padding: 10px 0 5px 0;
	float: none;
	clear: both;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
}

#extreme a:link, #extreme a:visited {
	color: #000;
	text-decoration: none;
	vertical-align: top;
	font-size: 9px;
	font-weight: normal;
}

#extreme a:hover, #extreme a:active {
	color: #000;
	text-decoration: underline;
	vertical-align: top;
	font-size: 9px;
	font-weight: normal;
}

#footContainer {
	width: 750px;
	font-size: 13px;
	vertical-align: top;
	background-color: #FFF;
	background-image: none;
	height: 60px;
}

div#logos	{
	height: 41px;
	width: 750px;
	margin: 17px 0 0 0;
	padding: 0;
	border: 0;
	float: left;
	
	}

div#logos ul#companies	{
	height: 41px;
	width: 750px;
	background: transparent url(../images/companies.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	
	}

div#logos ul#companies li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	
	}
	
ul#menu li, ul#companies a {
	height: 41px;
	display: block;
	
	}
	
div#logos ul#companies li a {
	text-indent: -9999px;
	text-decoration: none;
	
	}
	
#gspk0	{left: 10px; width: 78px;}
#gspk1	{left: 88px; width: 82px;}
#gspk2  {left: 170px; width: 85px;}
#gspk3	{left: 255px; width: 85px;}
#gspk4	{left: 340px; width: 82px;}
#gspk5  {left: 422px; width: 88px;}
#gspk6	{left: 510px; width: 90px;}
#gspk7	{left: 600px; width: 60px;}
#gspk8	{left: 660px; width: 85px;}

/*--------------------------------------------------*/





