/*-------------------------------------------------
 Default Styles 
-------------------------------------------------*/

body{
  font-family: verdana, sans-serif;
	margin:25px;
}
a, p{
	font-size:12pt;
}

small {
	margin: 2px 0 0 0;
	line-height: 13px;
	font-size: 11px;
	color: #666;
	font-weight: normal;	
}
input,select,textarea{
	font-size:10pt;
}

/*-------------------------------------------------
 Layout
-------------------------------------------------*/

/*.main {
  width: 100%;
  margin: 0;
  padding: 0; 
} */

.left {
	margin-top:5px;
	width:550px;
	float:left;
	background:#fff;
	padding-bottom:10px;
	border-right:1px dashed #c0c0c0;
	padding-right:20px;
} 

.right {
	margin-top:5px;
	float:right;
	width:335px;
	background:#fff;
	padding-bottom:10px;
	background-color: #FFF;
}
 
.left li{
	padding:5px;
}

.left a{
	font-size:12pt;
}

.clear {
  clear: both;      
  height: 1px;
  overflow: hidden;   
  margin: 0;
}

/*-------------------------------------------------
 Acttions Container Right
-------------------------------------------------*/
.right .action{
	padding:5px;
	background-color:#fff;
	border:2px solid #c0c0c0;
} 
.right h4{ 
	padding-left:5px;
	padding-top:5px;
	margin-top:0;
}
.right .action table{
	background-color:#f5f5f5;
}
.right .action td, a, input{
	font-size:10pt;
}

.right .action .error{
	background-color:#FFFFCC;
	border:2px solid #fc0; 
	font-size:10pt;
}
.right .action .heading{
 font-size:10pt;
 padding-top:10px;
 padding-bottom:5px;
}

/*-------------------------------------------------
 Special Classes
-------------------------------------------------*/
.border{
	border:1px solid #000;
}
.hide{
	visibility: hidden;
	position:absolute;
}
.show{
	
}
.gridBlue{
	background-color: #EFF4FE;
} 
ul.alert {
	margin-top:3px;
	margin-left:0;
	margin-bottom:10px;
	margin-top:10px;
	background-color: #FFFFCC;
	border:1px solid #fc0;
	padding:5px;
}

 
/*-------------------------------------------------
 Main navigation tabs
	weblog, indoff, products_services, locations, ccareers_business_opportunities, support 
-------------------------------------------------*/

ul#navigation {
    
	background-color: #fff;
	border-bottom:1px solid #000;
	padding-bottom:30px;
	padding-right:15px;
	font-size:10pt;
	line-height:12pt;
	margin:0;
} 

ul#navigation li {
	display:inline;
	float: right;
	margin: 2px 2px 0px 2px;
	border-top:1px solid #c0c0c0; 
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	background-color:#fff;
}

#navigation a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-right:7px;
	padding-left:7px;
}

#navigation a:hover {
	color:#fff;
	background-color: #000;
}
div#indoff ,div#products_services , div#locations, div#careers_business_opportunities, div#support, div#admin{	
	width:925px;
	margin:0;
}

div#indoff li.indoff, div#products_services li.products_services, div#locations li.locations, div#careers_business_opportunities li.careers_business_opportunities, div#support li.support, div#admin li.admin{
	background-color: #fff;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom: 1px solid #fff;
	font-weight:bold;
}

div#weblog li.weblog a, div#indoff li.indoff a, div#products_services li.products_services a, div#locations li.locations a, div#careers_business_opportunities li.careers_business_opportunities a, div#support li.support a, div#admin li.admin a{
	color: #000;
	font-size:12pt;
	margin-bottom:0;
}
div#weblog li.weblog a:hover, div#indoff li.indoff a:hover, div#products_services li.products_services a:hover, div#locations li.locations a:hover, div#careers_business_opportunities li.careers_business_opportunities a:hover, div#support li.support a:hover, div#admin li.admin a:hover{
	color: #000;
	background-color:#fff;
} 



sub-navigation-container{
	background-color:#f5f5f5;
}
ul#sub-navigation {
	font: 10pt verdana, arial, sans-serif;
	margin:0;
	margin-left:5px;
	padding-bottom:24px;
	padding-top:15px;
	padding-left:5px;
}

ul#sub-navigation li {
	display:inline;
	float: left;
	background-color: #f5f5f5;
	margin: 2px 2px 0px 2px;
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	
}

div#subtab1 li.subtab1, div#subtab2 li.subtab2, div#subtab3 li.subtab3, div#subtab4 li.subtab4, div#subtab5 li.subtab5, div#subtab6 li.subtab6, div#subtab7 li.subtab7{
	background-color: #ccc;
	font-weight:bold;
}

div#subtab1 li.subtab1 a, div#subtab2 li.subtab2 a, div#subtab3 li.subtab3 a, div#subtab4 li.subtab4 a, div#subtab5 li.subtab5 a, div#subtab6 li.subtab6 a, div#subtab7 li.subtab7 a    {
	color: #000;
	font-weight:bold;
}

div#subtab1 li.subtab1 a:hover, div#subtab2 li.subtab2 a:hover, div#subtab3 li.subtab3 a:hover, div#subtab4 li.subtab4 a:hover, div#subtab5 li.subtab5 a:hover, div#subtab6 li.subtab6 a:hover, div#subtab7 li.subtab7 a:hover{
	color: #000;
	background-color: #ccc;
}

#sub-navigation a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px;
}

#sub-navigation a:hover {
	background: #000;
	color:#fff;
}
#Container {
	margin: 0;
	padding: 0;
	clear: both;
}

/*-------------------------------------------------
 Table Classes
-------------------------------------------------*/
table.editor{
   border: 0;
	margin:0;  
}
table.editor td, th {
	padding: 4px;
	font-size: 12px;
	line-height: 17px;
	vertical-align: top;
}

table.content {
	border: 0;
	margin:0;
	background-color:#fff;
}

table.content h1 {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	border: none;
	margin: 20px 0 0 0;
	padding: 0;
}

table.content td, th {
	padding: 4px;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #C8DEFA;
	vertical-align: top;
}

table.content th {
	border-left: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	text-align: left;
	line-height: 16px;
	background-color: #808080;
	color: #fff;
	vertical-align: bottom;
}

table.content td {
	padding-left:10px;
}
table.content a {
	font-size:10pt;
}
table.content input {
	padding:0;
	margin:0;
} 
.blog{
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom:10px;
	padding-top:5px;	
}

.stamp{
	font-size:10pt;
}

.title a{
	color: #000;
	text-decoration:none;
}
.blog .body{
	margin-bottom:20px;
	padding-top:0;
	padding-left:5px;
	padding-right:0;
	margin-right:0;
	margin-top:10px;
}
.blog .body a{
	font-size:12pt;
}

.item{
	background-color:#f5f5f5;
	margin-bottom:10px;
	padding:10px;
}
ul.AlertPoint {
	margin-top:3px;
	margin-left:0;
	margin-bottom:10px;
	margin-top:10px;
	background-color: #FFFFCC;
	border:1px solid #fc0;
	padding:5px;
}

ul.AlertPoint li {
	display:inline;
	margin-left:20px;
	padding-bottom:2px;
	font-size: 12pt;
	line-height: 15px;
} 
.shaded{
	background-color: #EFF4FE;
	font-weight:bold;
} 
.headers{ 
	font-size:10pt;
	background-color:#808080;
	color:#fff;
	font-weight:bold;

} 
a.sort{
   font-size:10pt;
	color:#fff;
	border: 1px solid #808080;
	text-decoration: none;
}
a:hover.sort{
	font-size:10pt;
	text-decoration:none;
	background-color: #FFFFCC;
	border: 1px solid #000;
	color:#000;
	
}
a.sortHighlight{
	font-size:10pt;
	text-decoration:none;
	font:bold 100% verdana, arial, sans-serif;
	background-color: #FFFFCC;
	border: 1px solid #000;
	color:#000;
}

.pageTitle{
	
	margin-bottom:15px;
	padding:5px;
	font-size:16pt;
}




