@charset "utf-8";
/* CSS Document */


body  {
	margin: 0;
	padding:0;

	}	

body, td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	}

a	{
	color:#069;
	}

a:hover	{
	color:#0590C6;
	}

#main	{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #ccc;
	width: 955px;
	background: white;
	}	

#header	{
	background: black;
	padding: 5px;
	}

h1	{
	font-size: 32px;
	color:#666;
	margin: 10px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	}

.h1Smaller	{
	font-size: 28px;
	}

h2	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666;
	margin: 18px 0 8px 0;
	}	

h3	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F89200;
	font-weight: inherit;
	border-top: 1px solid #999; 
	padding-top: 10px;
	margin-top: 10px;
	}	


.large	{
	font-size: 15px;
	line-height: 19px;
	margin: 0 0 10px 0;
	}

.quoteheader	{
	background-color:#E3FFD7; 
	font-weight: bold; 
	padding: 4px; 
	border-top: 1px solid #ccc;
	}

.body11px	{
	font-size: 11px;
	padding: 0px;
	margin: 5px 0 5px 0;
	}

.footer		{
	padding: 10px 0;
	font-size: 11px;
	}

.content	{
	padding: 15px 25px 15px 0px;
	}

.left	{	
	padding: 0 25px 0 0;
	width: 225px;
	}

/******* STAFF PAGE **********/

.team td	{
	vertical-align: top;
	padding-bottom: 20px;
	}

.team h3	{
	margin: 0 0 5px 0;
	}

.team p	{
	margin: 0 0 10px 0;
	}

.team img	{
	margin: 0 15px 0 0;
	width: 100px;
	border: 0;
	}

/********************?


/******* HIGHLIGHTS AND FEATURES BOX **********/
td.feature	{
	width: 500px;
	}

.feature div.header {
	background-color: #ddd; 
	padding: 0 15px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px; 
	font-weight: bold;  
	height:18px;
	}

.feature div.title {
	background: #666 url(/images/bg-featurebox.jpg) repeat-x; 
	padding: 15px; 
	}

.feature div.content {
	background: #ddd url(/images/bg-featurebox2.jpg) bottom repeat-x; 
	padding: 15px;
	}

.feature p {
	font-size: 14px;
	padding-bottom: 15px;
	margin:0;
	line-height:125%;
	}

.feature h1 {
	color: #fff;
	padding:0;
	margin:0;
	}

.feature h2 {
	color: #fff;
	padding: 0;
	margin: 0;
	}

/*****************/



/******** NEWS BOX ********/
td.news	{
	width: 220px;
	}

.news div.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px; 
	font-weight: bold;  
	height:18px; 
	border-bottom: 2px solid #666; 
	color:#666;
	}

.news div.content {
	padding: 8px 0;
	}

.news div.content  h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
.news div.content  p {
	font-size: 11px;
	padding-bottom: 15px;
	margin:0;
	}

.news div.content a {
	color: #F89200;
	text-decoration: none;
	}

.news div.content a:hover {
	text-decoration: underline;
	}

/*****************/

/******** CUSTOMER SUCCESS BOX ********/
.customer {
	width: 250px;
	}
.customer div.header {
	background-color: #F8AA07; 
	padding: 0 15px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px; 
	font-weight: bold;  
	height:18px;
	color:#fff;
	}

.customer div.content {
	padding: 5px 10px;
	}

.customer div.content  h1 {
	font-size: 22px;
	padding: 0;
	margin: 0;
	}
.customer div.content  p {
	font-size: 12px;
	padding-bottom: 15px;
	margin:0;
	}

/*****************/

/******** TOP LINKS (HOME, LOG IN, SHOPPING CART ********/
#topnav	{
	font-size: 10px;
	color: #ccc;
	font-weight: bold;
	padding: 0;
	text-align:right;
	}

#topnav a	{
	color: #ddd;
	text-decoration:none;
	padding-right: 15px;
	}

#topnav a:hover	{
	color: white;
	text-decoration: underline;
	}
/****************/
/******** MAIN NAVIGATION ********/

td#nav	{
	background: black url(/images/nav-bg2.gif) repeat-x;
	}


ul#nav	{
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

ul#nav li	{
	float: left;
	padding: 0 15px 0 15px;
	margin: 0 5px 0 0;
	text-decoration: none;
	line-height: 27px;
	}

ul#nav a	{
	text-decoration: none;
	color: white;
	}

ul#nav li:hover	{
	background: url(/images/nav-on-orange.gif);
	}


ul#nav li div.block	{
	display: none;
	}


ul#nav li:hover div.block	{
	display: block;
	position: absolute;
	margin: 0 100px 0 -100px;
	padding: 0 85px 100px 85px;
	background:url(/images/trans.gif);
	top: 27px;
	z-index:3;
	}

ul#nav li:hover div table	{
	background:url(/images/nav-orange-trans.png);
	margin: 0;
	}

ul#nav li:hover div table td	{
	padding: 0px 27px 0px 7px;
	white-space: nowrap;
}

ul#nav li:hover div table td div.level2	{
	line-height: 11px;
	padding-bottom: 5px;
	font-size: 11px;
}



ul#nav li:hover div table td div.level3	{
	line-height: 17px;
	font-weight: normal;
	padding-left: 10px;
	font-size: 11px;
}


ul#nav li:hover div table td div a:hover	{
	text-decoration: underline;
}

/* breadcrumb nav */
.breadcrumb	{
	border-bottom:1px solid #999; 
	height: 28px;
	}

.breadcrumb div	{
	padding: 0 0 6px;  
	text-align: right;
	}

.breadcrumb span  {
	border-bottom: 3px solid #999; 
	padding:0 0 3px; 
	font-size:11px;
	font-weight: bold;
	}

.breadcrumb a  {
	color: #069;
	text-decoration: none;
	}

.breadcrumb a:hover  {
	color: #000;
	text-decoration: none;
	}

/****************/


/******** LEFT SIDE NAVIGATION ********/
#leftnav	{
	border-top: 2px #999 solid; 
	border-bottom: 3px #999 solid;
	margin-bottom: 30px;

}

#leftnav div{
	border-top: 1px #999 solid;
	padding: 5px 0 2px 0;
	font-size:12px;
	}

#leftnav a	{
	padding-left: 10px;
	margin-left: 0;
	text-decoration: none;
	}

#leftnav a:hover	{
	background:url(/images/bullet-white.gif) left 3px no-repeat;
	}

#leftnav div#L	{
	padding: 5px 0 5px 15px;
	font-weight: bold;
	text-indent: -10px;
	}

#leftnav div#L:hover	{
	background: #E1E1E1; 
	}

#leftnav div#L a	{
	background:url(/images/bullet.gif) left 3px no-repeat;
	}

#leftnav div#L a:hover	{
	background:url(/images/bullet-white.gif) left 3px no-repeat;
	}

#leftnav div#sub	{
	background: white; 
	border: 0;
	padding: 2px 0 2px 15px;
	text-indent: -10px;
	}

#leftnav div#sub:hover	{
	background: #E1E1E1; 
	}
/****************/

/******** RIGHT COLUMN ITEMS ********/
div#resources {
	padding-bottom:25px;
}


#resources div	{
	padding-top:2px;
	padding-bottom:5px;
}

#resources a	{
	text-decoration: none;
}

#resources a:hover	{
	text-decoration: underline;
}

#resources div.pdf	{
	background:url(/images/icon-pdf.gif) left 1px no-repeat;
	padding: 1px 0 6px 15px;
	margin-left: 5px
}

#resources div.bullet	{
	background:url(/images/bullet2.gif) left 1px no-repeat;
	padding: 1px 0 6px 15px;
	margin-left: 5px;
}

#resources div.video	{
	background:url(/images/icon-video.gif) left 1px no-repeat;
	padding: 1px 0 6px 15px;
	margin-left: 5px;
}

#resources hr	{
	width: 100%;
	height: 1px;
	border:0;
	background: #ccc;
	margin: 12px 0 12px 0;
	padding:0;
}
/****************/
