@charset "utf-8";
/* CSS Document */

/*********************** GENERAL STYLES *****************************/

body  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

Body h1 h2 h3 h4 ol ul p form blockquote {
	margin: 0;
	padding: 0;
}

/* Heading Styles */

h1 h2 h3 h4 pre code {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	padding-bottom: 5px;
	border-bottom: thin groove #333333;
	color: #00ae00;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

.centered {
	text-align: center;
}

.centered p {
	text-align: center;
}

/* Link Styles */

a {
	text-decoration: underline;
	color: #006699;
}

a img {
	border: none;
}


a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #339900;
}

/* Paragraph Styles */

p {
	padding-bottom: 10px;
	text-align: left;	
}

p.smaller {
	font-size: .7em !important;
}

p.centered {
	text-align: center;
}

p.green {
	color: #00AE00;
}

p.larger {
	font-size: 125%;
}

p.bold {
	font-weight: bold;
}

p.centered {
	text-align: center;
}

p.italics {
	font-style: italic;
}

p.justified {
	text-align: justify;
}

p.quote {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

p.italics {
	font-style: italic;
}

p.quote_author {
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
}

/* Spacing styles */

.vspace20 {
	clear: both;
	width: 10px;
	height: 20px !important;
}

.vspace40 {
	clear: both;
	width: 10px;
	height: 40px !important;
}

.vspace60 {
	clear: both;
	width: 10px;
	height: 60px !important;
}

.vspace100 {
	clear: both;
	width: 10px;
	height: 100px !important;
}

/* Bullet List Styles */

ul.main_bullet_list {
	margin-top: 0;
	padding-top: 0;
	margin-left:0;
	padding-left:20px;
}

ul.main_bullet_list li {
	list-style-type:none;
	color: #000000 !important;
	background-image: url(/images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 20px;
	padding-bottom: 20px;   /* creates space between list items */
	text-align: left;
}

/* Main Page Styles */

#container {
	position: relative;
	width: 980px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#maincontentwrapper {
	padding-left: 15px;
	padding-right: 15px;
}

#search_crumb_wrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#searchwrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}

#breadcrumb_wrapper {
	position: absolute;
	top: 0px;
	left: 10px;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#main_nav_wrapper {
	background-image: url(/images/nav_bkgrd_new.gif);
	background-repeat: repeat-x;
}

.topofpage  {
	position: relative;
	clear: both;
	background: url(/images/up_arrow.gif);
	background-position: left;
	background-repeat:no-repeat;
	color: #333333;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-indent: 15px;
	text-align: left;
}

hr.standard {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	background-color: #333333;
	height: 2px;
}

.quote_banner img {
	padding-left: 15px;
	padding-right: 25px;
	float: left;	
}

.quote_banner p {
	font-size: 175%;
	line-height: 225px;
}

.two_col_narrow_left {
	width: 25%;
	vertical-align: top;
	float: left;
	padding-left: 5px;
	text-align: center;
}

.two_col_narrow_left p {
	text-align: center;
}

.two_col_wide_right {
	width: 73%;
	vertical-align: top;
	float: left;
	clear: right;
}
/* Table Styles */

table.std_table {
	border-spacing: 0px;
	border: 0;
	width: 100%;
}

table.std_table td {
	padding: 15px;
	border-bottom: thin groove #333333 !important;
}

table.articles {
	width: 100%;
	border: none;
	border-spacing: 0;
}

table.articles th {
	padding-bottom: 15px;
	border-bottom: thin groove #333333 !important;
}


/* article sortable table styles */

.col_pub {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 25%;
	vertical-align: top;
	border-bottom: thin groove #333333 !important;
}

.col_pub p {
	text-align: center;
}

.col_date {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 20%;
	text-align: center;
	border-bottom: thin groove #333333 !important;
}

.col_title {
	padding-top: 15px;
	padding-bottom: 15px;width: 50%;
	text-align: left;
	border-bottom: thin groove #333333 !important;
}

.press_date {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 125px;
	text-align: center;
}

.press_title {
	padding-top: 5px;
	padding-bottom: 5px;

	text-align: left;
}

/*************************** PAGE SPECIFIC STYLES **************/

.sitemap_column {
	width: 30%;
	float: left;
}

.resume_subtitle {
	text-align: center;
	text-decoration: underline;
	font-size: 125%;
	font-weight: bold;
}

img.resume_item_logo {
	display: block;
	margin: 0 auto;
}

.resume_item_date {
	text-align: left;
	float: left;
	width: 25%;
	font-weight: bold;
}

.resume_item_title {
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
	font-weight: bold;
}

.resume_item_location {
	text-align: right;
	float: right;
	width: 25%;
	font-weight: bold;
}

#ashton_tate_patton {
	float: right;
	padding-right: 30%;
	text-align: center;
}

.press_financials {
	background-color:#ff8080;
}

.press_people {
	background-color:#ccffff;
}

.press_lawsuites {
	background-color:#ffffcc;
}

.press_acquisitions {
	background-color:#ccccff;
}

.press_products {
	background-color:#cc99ff;
}

/*********************** END OF GENERAL STYLES *****************************/


/*********************** TOP BANNER STYLES *********************************/

#top_banner_content {
	width: 100%;
	position: relative;
}

#top_banner_name {
	position: absolute;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 auto;
	top: 30px;
	left: 200px;
}

#top_banner_tagline {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	margin: 0 auto;
	top: 80px;
	left: 200px;
}

/*********************** END OF TOP BANNER STYLES *********************************/

/*********************** MAIN NAV MENU STYLES ***********************/

.ddsmoothmenu{
font: bold 16px Verdana;
background-image: url(/images/nav_bkgrd.png); /*background of menu bar (default state)*/
background-repeat:repeat-x;
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background-image: url(/images/nav_bkgrd.png); /*background of menu items (default state)*/
background-repeat:repeat-x;
color: white;
padding: 8px 25px;  /* second value padding needs to be larger than down arrow padding */
border-right: 1px solid white;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: green; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: green; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: bold 14px Verdana;
width: 185px; /*width of sub menus*/
padding: 5px;
padding-bottom: 10px;
padding-top: 10px;
margin: 0;
border-top-width: 0;
background: #00ae00;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;   /* Need to make padding for menu item larger than this value **/
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

body.about #link_about
{
	background-color: #009900 !important;
}

/*********************** END OF MAIN NAV MENU STYLES ***********************/

/*********************** FOOTER STYLES *********************************/

#footer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;

	background-image: url(/images/footer_bkgd.jpg);
	background-repeat: repeat-x;
}

#copyright {
	font-style: italic;
	font-size: .9em;
	padding-top: 10px;
}

#counter {
	position: absolute;
	right: 10px;
}

/*********************** END OF FOOTER STYLES *********************************/

/*****************  ACCORDIAN CONTENT STYLES *******/

.accordian_header { /*header of accordian feature*/
	cursor: pointer;
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0;
}

.accordian_body p {
	text-indent: 2em;
}

.accordian_header:hover {
	text-decoration: underline;
}

.open_accordian{ /*class added to contents of accordian feature when they are open*/
	color: #d98500;
	margin-left: 20px;
	text-indent: -20px;
}


.closed_accordian{ /*class added to contents of accordian feature when they are closed*/
	color: #00AE00;
	margin-left: 20px;
	text-indent: -20px;
}

/********************** END OF ACCORDIAN STYLES ********************/
