@import url("colorbox.css"); 

/* general CSS */
*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border: 0;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
}

body 
{ 
	font-size: 1.25em;
	color: #000000;
	background-color: #D9D9D9;
	background-image: url('../images/bg.png');
	background-position: top center;
	background-repeat: repeat-y;
}

#full
{
	background-image: url('../images/bg_full.png');
}

a
{
	color: #00AFE4;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#wrapper
{
	position: relative;
	width: 965px;
	margin: 0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}

.clr
{
	clear: both;
	width: 0px;
	height: 0px;
}

/* CSS for header */
#logo
{
	float: left;
	width: 351px;
	height: 94px;
	margin: 0px 0px 0px 0px;
}

#header
{
	background-image: url('../images/bg_header.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
} 

#header_img, #header_img_slideshow, #header_img_empty
{
	display: block;
	position: relative;
	z-index: 1;
}

#header_img_empty
{
	height: 6px;
	background-color: #00AEE6;
}

#breadcrumbs
{
	position: relative;
	background-color: #EBEFEE;
	border: 1px solid #DAE0E0;
	margin: 1px 1px 1px 1px;
	padding: 2px 5px 2px 5px;
}

#header_text
{
	float: left;
	width: 350px;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
	margin: 40px 0px 0px 0px;
}

/* CSS for search form */
#search
{
	display: block;
	float: right;
	width: 219px;
	background-image: url('../images/bg_search.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 20px 25px 0px 0px;
}

#search legend
{
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
}

#search #product_search_terms_top
{
	display: block;
	width: 160px;
	float: left;
	border: 0;
	margin: 4px 0px 0px 5px;
}

#search #button_search
{
	display: block;
	float: right;
	height: 26px;
	width: 44px;
	border: 0;
	margin: 0px 5px 0px 0px;
}

/* CSS for navigation menu */
#menu
{
	padding: 5px 0px 0px 0px;
	width: 965px;
	list-style-type: none;
	overflow: hidden;
}

#menu li 
{
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}

#menu a 
{
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px 13px 10px;
}

#menu li:hover a
{
	color: #FFD0D0;
	background-image: url('../images/bg_menu_link.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#menu li ul, #menu li:hover ul li ul
{
	display: none;
}

#menu li:hover ul
{
	display: block;
	position: absolute;
	list-style-type: none;
	width: 214px;
	background-color: #952929;
	padding: 9px 0px 9px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 2;
}

#menu li:hover ul li
{
	display: block;	
	float: none;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
}

#menu li:hover ul li a, #menu li:hover ul li:hover ul li a
{
	display: block;
	width: 164px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	background-image: none;
}

#menu li:hover ul li:hover a, #menu li:hover ul li:hover ul li:hover a
{
	color: #FFD0D0;	
	background-image: url('../images/bg_submenu_link.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#menu li ul li a.has_submenu
{
	color: #FFD0D0;	
	background-image: url('../images/bg_submenu_link_sub.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#menu li:hover ul li:hover a.has_submenu
{
	color: #FFD0D0;	
	background-image: url('../images/bg_submenu_link_sub.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#menu li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	width: 254px;
	list-style-type: none;
	background-color: #952929;
	margin: -26px 0px 0px 199px;
	padding: 9px 0px 9px 0px;
	z-index: 2;
}

#menu li:hover ul li:hover ul li a
{
	width: 204px;
}

/* CSS for content */
#content, #content_full
{
	background-color: #FFFFFF;	
	background-image: url('../images/bg_content_right.png');
	background-position: top right;
	background-repeat: repeat-y;
	padding: 0px 0px 132px 0px;
	overflow: hidden;
}

#content_full
{
	background-image: none;
}

#content_left
{
	float: left;
	width: 648px;
	padding: 15px 15px 15px 15px;
	line-height: 1.5em;
}

#content_full #content_left
{
	float: none;
	width: 935px;
}

#content_left h1
{
	color: #00AFE4;
	font-weight: normal;
	font-size: 125%;
	margin: 0px 0px 15px 0px;
}

#content_left p
{
	margin: 0px 0px 15px 0px;
}

#content_left ul
{
	margin: 0px 0px 15px 40px;
}

#sidebar
{
	float: right;
	width: 287px;
}

#sidebar h2
{
	background-image: url('../images/bg_h2.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px 15px 20px 15px;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px solid #CCCCCC;
}

#sidebar h2 a
{
	color: #000000;
	text-decoration: none;
}

#sidebar h2 span, #sidebar h2 a span
{
	color: #00AFE4;
}

#sidebar .sidebar_content
{
	padding: 5px 15px 5px 15px;
}


#content #definitions_read_more
{
	display: block;
	font-size: x-small;
	margin: 15px 0px 15px 0px;
}

#content #definitions_full_text
{
	display: none;
}

/* CSS for list box */
.list_box, #content_left .list_box
{
	display: block;
	float: left;
	border: 1px solid #CECECE;
	background-color: #F0F0F0;
	padding: 3px 3px 3px 3px;	
	margin: 5px 5px 5px 5px;
	width: 198px;
	height: 313px;
	line-height: 1em;
}

.list_box img, #content_left .list_box img
{
	display: block;
	width: 196px;	
	border: 1px solid #CECECE;
}

.list_box img, #content_left .list_box #button
{
	display: block;
	width: 196px;	
	text-align: center;
	border:none;
}

.list_box h3, #content_left .list_box h3
{
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	margin: 5px 5px 5px 5px;	
	text-transform: uppercase;	
}

.list_box p, #content_left .list_box p
{
	margin: 0px 5px 0px 5px;	
	font-size: 90%;
}

.list_box ul, #content_left .list_box ul
{
	display: block;
	list-style-type: none;
	margin: 0px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CECECE;
	overflow: hidden;
	font-size: 80%;
	color: #CECECE;
}

.list_box ul li, #content_left .list_box ul li 
{
	display: block;
	float: left;
	width: 50%;
	border-bottom: 1px solid #CECECE;
}

.list_box ul li a, #content_left .list_box ul li a
{
	display: block;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
}

/*
.list_box ul li a, #content_left .list_box ul li a
{
	display: block;
	text-decoration: none;
	padding: 3px 0px 3px 15px;
	background-image: url('../images/bg_list.png');	
	background-position: center left;
	background-repeat: no-repeat;
}
*/

.list_box ul li:hover a, #content_left .list_box ul li:hover a
{
	text-decoration: underline;
}

/* CSS for products */
#nav, .nav_contact, #product_search_sidebar
{
	display: block;
	border: 1px solid #CECECE;
	background-color: #F0F0F0;
	padding: 10px 10px 10px 10px;	
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

.nav_contact
{
	padding: 10px 10px 10px 100px;	
}

#drug_discovery, #pre_clinical_trials, #clinical_trials, #commercial
{
	background-image: url('../images/Drug-Discovery-Icon.png');	
	background-position: top left;
	background-repeat: no-repeat;
}

#pre_clinical_trials
{
	background-image: url('../images/Pre-Clinical-Icon.png');	
}

#clinical_trials
{
	background-image: url('../images/Cllinical-Icon.png');	
}

#commercial
{
	background-image: url('../images/Commercial-Icon.png');	
}

#nav h3, .nav_contact h3, #product_search legend
{
	display: block;
	font-weight: bold;
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

#product_search_sidebar legend
{
	display: none;
}

#nav #product_nav, .nav_contact #product_nav
{
	display: block;
	list-style-type: none;	
	overflow: hidden;
	line-height: 0.8em;
	margin: 10px 0px 10px 0px;
}

#product_nav li
{
	display: block;
	float: left;
	border-right: 1px solid #000000;
	padding: 0px 5px 0px 5px;
}

#product_nav li.last
{
	border-right: 0;
}

#product_search, #product_search_sidebar
{
	display: block;
}

#product_search label, #product_search_sidebar label
{
	display: none;
}

#product_search input, #product_search select, #product_search_sidebar input, #product_search_sidebar select
{
	display: block;
	float: left;
	width: 215px;
	border: 1px solid #CECECE;
	padding: 2px 5px 2px 5px;
	margin: 0px 5px 0px 0px;
}

.nav_contact #product_search input, .nav_contact #product_search select
{
	width: 200px;
}

#product_search_sidebar input, #product_search_sidebar select
{
	margin: 0px 0px 5px 0px;
}

#product_search select, #product_search_sidebar select
{
	width: auto;
	padding: 1px 0px 1px 0px;
}

#product_search .button, .nav_contact #product_search .button, #product_search_sidebar .button
{
	width: 100px;
	border: 1px solid #000000;
	background-color: #D4D0C8;
}

.page_nav
{
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #CECECE;
}

#results_info
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
	border-bottom: 1px solid #CECECE;
}

#results_info h3
{
	float: left;
	display: block;
	font-weight: bold;
	font-size: 1em;
	margin: 0px 20px 0px 0px;
	text-transform: uppercase;
}

#results_info #page_info
{
	float: left;
	margin: 0px 10px 0px 0px;
}

#results_info #results_filter
{
	width: 150px;
	float: right;
}

#results_info #results_filter label, #results_info #results_filter select
{
	float: left;
	border: 1px solid #CCCCCC;
}

#results_info #results_filter label
{
	width: 100px;
	border: 0;
	font-weight: bold;
	padding: 2px 0px 1px 0px;
}

#results_info #results_filter select
{
	width: 50px;
	padding: 0px 0px 0px 0px;
}

#products
{
	width: 648px;
	border-collapse:collapse;
}

#products img
{
	width: 50px;
	border: 1px solid #CECECE;
}

#products a
{
	font-weight: bold;
}

#products td
{
	width: 173px;
	height: 50px;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
}

#products td.image
{
	width: 60px;
}

#products td.cas
{
	width: 125px;
	font-size: smaller;
}

#products td.links
{
	width: 270px;
	font-size: smaller;	
	text-align: right;
}

#clear_search
{
	display: block;
	width: 237px;
	text-align: right;
	font-size: x-small;
	margin: 3px 0px 0px 0px;
}	

.nav_contact #clear_search
{
	width: 207px;
}	

.search_suggestion
{
	display: block;
	margin: 0px 0px 15px 0px;
}

.search_error
{
	color: #FF0000;
}

/* CSS for product page */
#product
{
	overflow: hidden;
}

#product_image
{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#product h2
{
	color: #00AFE4;
	font-weight: normal;
	font-size: 115%;
}

#product h3
{
	font-weight: bold;
	font-size: 100%;
}

#product h4
{
	font-style: italic;
	font-size: 100%;
}

#product #read_more
{
	display: block;
	float: right;
	font-size: x-small;
	margin: 15px 0px 15px 0px;
}

#product #full_text
{
	display: none;
}

#product #product_info
{
	width: 648px;
	border-collapse:collapse;
	margin: 0 auto;
	margin-bottom: 15px;
}

#product #product_info .uneven th, #product #product_info .uneven td, #product #product_info .even th, #product #product_info .even td
{
	width: 314px;
	text-align: left;
	background-color: #CCCCCC;
	padding: 5px 5px 5px 5px;
}

#product #product_info .even th, #product #product_info .even td
{
	background-color: #F5F5F5;
}

.contact_link
{
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}

.contact_link a
{
	display: table-cell;
	font-size: 12px;
	height: 42px;
	background-image: url('../images/bg_contact.png');	
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: bold;
}

.contact_link_left, .contact_link_right
{
	display: table-cell;
	width: 19px;
	height: 42px;
}

/* CSS for contact */
#contact, #mailinglist
{
	width: 510px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

#contact legend, #mailinglist legend
{
	display: none;
}

#contact label, #contact input, #contact select, #contact textarea, #mailinglist label, #mailinglist input, #mailinglist select
{
	float: left;
	width: 288px;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 2px 0px;
}

#contact label, #mailinglist label
{
	width: 195px;
	border: 0;
	padding: 3px 5px 2px 5px;
	font-weight: bold;
}

#mailinglist select
{
	width: auto;
	padding: 0px 0px 0px 5px;
}

#contact select
{
	width: 300px;
	padding: 0px 0px 0px 5px;
}

#contact textarea
{
	height: 125px;
}

#contact label span, .red, #mailinglist label span
{
	color: #FF0000;
	font-weight: bold;
}

#mailinglist #radio_buttons, #mailinglist #check_boxes
{
	float: left;
	width: 288px;
	overflow: hidden;
	margin: 5px 0px 0px 205px;
}

#mailinglist #check_boxes
{

	margin: 5px 0px 0px 0px;
}

#mailinglist .radio_label, #mailinglist .box_label
{
	float: left;
	width: 100px;
	text-align: left;
	padding: 0px 5px 0px 0px;
}

#mailinglist .radio, #mailinglist .box, #mailinglist .error .box
{
	width: 1em;
	margin: 0px 10px 0px 0px;
	border: 0;
	background-color: transparent;
}

#contact br, #mailinglist br
{
	clear: both;
}

#contact .button
{
	width: 150px;
	margin: 15px 0px 0px 350px;
	border: 1px solid #000000;
	background-color: #D4D0C8;
}

#mailinglist #submit, #mailinglist #reset
{
	width: 125px;
	margin: 15px 0px 0px 205px;
	border: 1px solid #000000;
	background-color: #D4D0C8;
}

#mailinglist #reset
{
	margin: 15px 0px 0px 10px;
}

#contact .instruction
{
	display: none;
	position: absolute;
	width: 140px;
	border: 1px solid #CCCCCC;
	background-color: #F0F0EE;
	padding: 5px 5px 5px 5px;
	margin: -25px 0px 0px 510px;
	z-index: 2;
}

#contact #comments_instruction
{
	margin: -133px 0px 0px 510px;
}

#contact #referral_explanation1, #contact #referral_explanation2, #contact #referral_explanation3
{
	display: none;
}

#contact label.error
{
	position: absolute;
	width: 155px;
	background-color: #FFDFDF;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #FF0000;
	color: #FF0000;
}

#mailinglist .error
{
	background-color: #FFDFDF;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #FF0000;
	overflow: hidden;
}

#mailinglist .error label, #mailinglist .error input, #mailinglist .error select
{
	margin: 0px 0px 0px 0px;
	border: 1px solid #FF0000;	
}

#mailinglist .error label
{
	border: 0;
	color: #FF0000;
}

strong.product
{
	color: #FF0000;
}

/* CSS for product inquiry */
#product_inquiry
{
	width: 510px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

#product_inquiry legend
{
	display: none;
}

#product_inquiry label, #product_inquiry input, #product_inquiry select, #product_inquiry textarea
{
	float: left;
	width: 288px;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 2px 0px;
}

#product_inquiry label
{
	width: 195px;
	border: 0;
	padding: 3px 5px 2px 5px;
	font-weight: bold;
}

#product_inquiry select
{
	width: 300px;
	padding: 0px 0px 0px 5px;
}

#product_inquiry textarea
{
	height: 125px;
}

#product_inquiry label span, .red
{
	color: #FF0000;
	font-weight: bold;
}

#product_inquiry br
{
	clear: both;
}

#product_inquiry .button
{
	width: 150px;
	margin: 15px 0px 0px 350px;
	border: 1px solid #000000;
	background-color: #D4D0C8;
}

#product_inquiry .instruction
{
	display: none;
	position: absolute;
	width: 140px;
	border: 1px solid #CCCCCC;
	background-color: #F0F0EE;
	padding: 5px 5px 5px 5px;
	margin: -20px 0px 0px 505px;
	z-index: 2;
}

#product_inquiry #comments_instruction
{
	margin: -133px 0px 0px 505px;
}

#product_inquiry #referral_explanation1, #product_inquiry #referral_explanation2, #product_inquiry #referral_explanation3
{
	display: none;
}

#product_inquiry label.error
{
	position: absolute;
	width: 155px;
	background-color: #FFDFDF;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #FF0000;
	color: #FF0000;
}

strong.product
{
	color: #FF0000;
}

/* CSS for directions */
#google
{
	float: right;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

#google iframe
{
	width: 350px;
	height: 350px;
	margin: 0px 0px 5px 0px;
}

/* CSS for payment */
#payment
{
	width: 454px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 100px;
	overflow: hidden;
	text-align: center;
}

#payment legend
{
	display: none;
}

#payment fieldset
{
	float: left;
	width: 342px;
	margin: 0px 5px 0px 5px;
}

#payment #invoice_price
{
	width: 82px;
}

#payment label, #payment input
{
	display: block;
	width: 330px;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	text-align: center;
}

#payment label
{
	border: 0;	
}

#payment #ItemCost, #payment #invoice_price label
{
	width: 70px;
}

#payment .button
{
	display: inline;
	width: 120px;
	margin: 15px 5px 0px 5px;
	border: 1px solid #000000;
	background-color: #D4D0C8;
}

#eprocess_logo
{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

#payment_success, #payment_failure, #send_success
{
	display: block;
	padding: 35px 20px 35px 20px;
	text-align: center;
	background-color: #E1FFDF;
	border: 1px solid #00FF00;
	color: #00FF00;
	font-weight: bold;
	background-image: url('../images/payment_success.png');	
	background-position: left center;
	background-repeat: no-repeat;
}

#payment_failure
{
	background-color: #FFDFDF;
	border: 1px solid #FF0000;
	color: #FF0000;
	background-image: url('../images/payment_failure.png');	
}

/* CSS for youtube */
.youtube_entry, .youtube_entry_last
{
	padding: 10px 0px 10px 0px;
	background-image: url('../images/bg_sidebar_entry.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: center;
	font-size: x-small;	
}

#player
{
	padding: 10px 10px 10px 10px;
	background-image: none;
	background-color: #FFFFFF;
}

.youtube_entry_last
{
	background-image: none;
}

.youtube_entry img, .youtube_entry_last img
{
	display: block;
	border: 0;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* CSS for blog */
.blog_entry, .blog_entry_last
{
	padding: 10px 0px 10px 0px;
	background-image: url('../images/bg_sidebar_entry.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

.blog_entry h3, .blog_entry_last h3
{
	color: #00AFE4;
	font-weight: normal;
	font-size: 110%;
	margin: 0px 0px 5px 0px;
}

.blog_entry p, .blog_entry_last p
{
	text-align: center;
}

.blog_entry .blog_link, .blog_entry_last .blog_link
{
	display: block;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.blog_entry_last
{
	background-image: none;
}

/* CSS for CMS sidebar content */
.cms_entry, .cms_entry_last
{
	padding: 10px 0px 10px 0px;
	background-image: url('../images/bg_sidebar_entry.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

.cms_entry h3, .cms_entry_last h3
{
	color: #00AFE4;
	font-weight: normal;
	font-size: 110%;
	margin: 0px 0px 5px 0px;
}

.cms_entry h3 a, .cms_entry_last h3 a
{	
	text-decoration:none;	
	color: #00AFE4;
	font-weight: bold;
	font-size: 110%;
	margin: 0px 0px 5px 0px;
}

.cms_entry p, .cms_entry_last p
{
	text-align: left;
}

.cms_entry p, .cms_entry_last .p_alignleft
{
	text-align: left;
}

.cms_entry p, .cms_entry .p_alignleft
{
	text-align: left;
}

.cms_entry .cms_link, .cms_entry_last .cms_link
{
	display: block;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.cms_entry_last
{
	background-image: none;
}

#sidebar .sidebar_content li
{
	margin: 10px 0px 0px 10px;
}

#sidebar .sidebar_content ul
{
	margin: 0px 0px 10px 15px;
}


/* CSS for sitemap */
#sitemap, #sitemap ul, #sitemap ul ul
{
	list-style-type: disc; 
}

#sitemap li
{
	margin: 0px 0px 0px 0px;
}

#sitemap ul
{
	margin: 0px 0px 10px 15px;
}

/* CSS for footer */
#footer
{
	position: absolute;
	bottom: 0;
	width: 938px;
	height: 104px;
	padding: 14px 14px 14px 14px;
	margin: 0px 0px 0px -1px;
	background-image: url('../images/bg_footer.png');
	background-position: top left;
	background-repeat: repeat-x;	
	background-color: #242424;	
	text-align: center;
	color: #93989B;
	z-index: 1;
	overflow: hidden;
}

#footer a
{
	color: #FFFFFF;
}

#footer p
{
	margin: 10px 0px 0px 0px;
}

#footer #footer_left
{
	float: left;
	margin: 0px 0px 0px 22px;
}

#footer #footer_right
{
	float: right;
	margin: 0px 22px 0px 0px;
}

#footer #footer_left img, #footer #footer_right img
{
	border: 0;
	margin: 5px 7px 0px 7px;
}

#footer #footer_left p, #footer #footer_right p
{
	display: block;
	margin: 0px 0px 0px 0px;
}

/* CSS for Drug Development */
.DD_entry, .DD_entry_last
{
	background-image: url('../images/bg_sidebar_entry.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	margin: 0 0 20px 0;
}

.DD_entry h3, .DD_entry_last h3
{
	color: #00AFE4;
	font-weight: normal;
	font-size: 110%;
	margin: 0px 0px 5px 0px;
}

.DD_entry p, .DD_entry_last p
{
	text-align: left;
}

.DD_entry .DD_link, .DD_entry_last .DD_link
{
	display: block;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.DD_entry_last
{
	background-image: none;
}

#content #content_left #table1
{
	font-size: .8em;
	margin: 0pt 0pt 10px 10px;
	background-color: #F0F0F0;
	border: 1px solid #CECECE;
}

#content #content_left #table1 td
{
	border: 1px solid #000000;
	padding: 3px;
}

#content #content_left #table1 td h3
{
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

/* CSS for <ol> */

ol
{
	margin: 0 0 20px 0;
}

ol li
{
	margin: 0 0 5px 20px;
}

/* 
#footer a#fb:hover
{ 
	background-image: url(/images/fb1-footer-over.png);
	text-decoration:none;
    background-position: 0 -39px;
}

#footer a#tw:hover
{ 
	background-image: url(/images/tw-footer-over.png);
	text-decoration:none;
}

#footer a#yt:hover
{ 
	background-image: url(/images/yt-footer-over.png);
	text-decoration:none;
}

#footer a#linkedin:hover
{ 
	background-image: url(/images/li-footer-over.png);
	text-decoration:none;
}

#footer a#fb1 
{
    display: block;
    width: 106px;
    height: 39px;
    background-image: url(/images/fb1-footer.png);
    background-position: 0 0;
    margin: 0 auto;
}

#footer a#fb1:hover 
{
    background-position: 0 -39px;
}

#footer a .alt 
{ 
	display: none; 
}
*/

