/***************************************************
* General styles.
***************************************************/
body, div, span, a, p, li, td, th, h1, h2, h3, h4, em
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
body, div, span, table, tr, td, img
{
	margin: 0;
	padding: 0;
}
table, tr, td, img
{
	border: none;
}
h1
{
	color: #888888;
	/*font-size: 1.2em;*/
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding: 0 0 3px 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px;
}
h2
{
	color: #f18f00;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
}
p
{
	margin: 10px;
}
a
{
	color: #f18f00;
	/*color: #037A98;*/
	font-weight: 500;
}
a:hover
{
	/*text-decoration: underline;*/
	color: #000000;
	font-weight: 500;
}



/***************************************************
* Common page layout.
***************************************************/
body
{
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	background-color: #5d5d5f;
}
#wrapper
{
	width: 850px;
	padding: 5px 0;
	margin: 0px auto;
}
#container
{
	background-color: #ededef;
	padding: 10px;
	margin: 3px 0;
}
.clear
{
	width: 0;
	height: 0;
	clear: both;
}
#content_text
{
    margin: 20px;
}



/***************************************************
* Header containing top navigation links.
***************************************************/
#header
{
	text-align: right;
	list-style: none;
	padding-right: 10px;
	margin: 10px 0 5px 0;
}
#header ul
{
	list-style: none;
	margin: 0;
	border: none;
	padding: 0;
}
#header ul li
{
	display: inline;
	list-style: none;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	border: none;
	padding: 0 0 0 3px;
}
#header ul li a
{
	color: #ffffff;
	font-size: 6.5pt;
	letter-spacing: 1px;
}
#header ul li a:hover
{
	/*text-decoration: underline;*/
	color: #f18f00;
}
#header ul li a.active
{
	color: #f18f00;
}



/***************************************************
* Banner with logo and search.
***************************************************/
#banner
{
	height: 110px;
	background-image: url(../images/di3d_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
}



/***************************************************
* Decorative block strips.
***************************************************/
#blocks_bar
{
	position: relative;
	height: 18px;
	background-repeat: repeat;
	background-image: url(../images/dot1.gif);
	margin: 0 0 3px 0;
}
#login_bar
{
	position: relative;
	text-align: right;
	background-repeat: repeat-x;
	background-image: url(../images/dot2.gif);
	margin: 6px 0 10px 0;
}
#login_bar a
{
	color: #666;
	font-size: 9px;
	text-transform: uppercase;
	background-color: #ededef;
	background-image: url(../images/chevron.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 11px 0 4px;
	margin: 0;
}
#login_bar a:hover
{
	color: #f18f00;
	text-decoration: none;
}



/***************************************************
* Breadcrumb navigation.
***************************************************/
#breadcrumbs
{
	position: relative;
	color: #ffffff;
	background-color: #f18f00;
	list-style: none;
	padding: 10px;
}
#breadcrumbs ul
{
	list-style: none;
	margin: 0;
	border: none;
	padding: 0;
}
#breadcrumbs ul li
{
	color: #ffffff;
	display: inline;
	list-style: none;
	text-transform:capitalize;
	margin: 0;
	border: none;
	padding: 0;
}
#breadcrumbs ul li a
{
	color: #ffffff;
}
#breadcrumbs ul li a:hover
{
	text-decoration: underline;
}



/***************************************************
* Main navigation bar.
***************************************************/
#navigation
{
	float: left;
	width: 180px;
	height: 329px;
	background-color: #fff;
	padding: 10px;
}
#navigation ul
{
	padding: 0;
	border: none;
	margin: 0;
	list-style: none;
}
#navigation ul li
{
	text-transform: uppercase;
	margin-bottom: 10px;
}
#navigation ul li a
{
	display: block;
	width: 100%;
	color: #666;
	text-decoration: none;
	background-color: #b0b1b3;
	background-image: url(../images/navigation_strip.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#navigation ul li a:hover, #navigation ul li a.active
{
	background-color: #f18f00;
}
#navigation ul li a span
{
	color: #888;
	font-weight: bold;
	background-color: #fff;
	padding-right: 10px;
}
#navigation ul li a.active span
{
	color: #f18f00;
}
#navigation ul ul
{
	display: inline-block;
}
#navigation ul ul li
{
	margin-bottom: 5px;
}
#navigation ul ul li a
{
	display:inline;
	background-color: #fff;
	background-image: none;
	padding-left: 8px;
	margin-left: 10px;
}
#navigation ul ul li a:hover
{
	background-color: #fff;
	background-image: url(../images/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navigation ul ul li a.active
{
	color: #f18f00;
	background-color: #fff;
}



/***************************************************
* Main content panel.
***************************************************/
#main
{
	float: right;
	width: 620px;
}
#main_full
{
	overflow: auto;
	float: right;
	width: 620px;
	height: 349px;
	background-color: #ffffff;
}
#main_left
{
	overflow: auto;
	float: left;
	width: 410px;
	height: 349px;
	background-color: #ffffff;
}
#main_right
{
	overflow: auto;
	float: right;
	width: 200px;
	height: 349px;
	background-color: #ffffff;
}
#main_full.tall, #main_left.tall, #main_right.tall
{
	height: 559px;
}
.banner_img
{
	margin: 10px;
	margin-bottom: 0;
}
#main_full .banner_img
{
	width: 600px;
}
#main_left .banner_img
{
	width: 390px;
}



/***************************************************
* News boxes at bottom of page.
***************************************************/
.news_box
{
	float: left;
	background-color: #ffffff;
	width: 200px;
	height: 200px;
	margin: 10px 0 0 10px;
}
.news_box h1
{
	color: #ffffff;
	background-color: #b0b1b3;
	background-image: url(../images/angle_corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 10px 2px 15px;
	border-bottom: 2px solid #f18f00;
	margin: 0;
}
.news_box img
{
	display: block;
	width: 200px;
	height: 95px;
	line-height: 95px;
	text-align: center;
	color: #fff;
	background-color: #333;
}
.news_box_text
{
	position: relative;
	height: 90px;
	overflow: hidden;
}
.news_box h2
{
	color: #666;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: capitalize;
	margin: 2px 10px;
}
.news_box p
{
	font-size: 1.0em;
	margin: 2px 10px;
}
.news_box p.address_box
{
	text-transform: uppercase;
	margin: 10px 20px;
}
.news_box p.address_box em
{
	display: block;
	margin-top: 20px;
	color: #f18f00;
}
#news_box_1
{
	clear: left;
	margin-left: 0;
}
.more
{
	position: absolute;
	bottom: 8px;
	right: 6px;
}
.news_box .more
{
	color: #666;
	font-size: 9px;
	text-transform: uppercase;
	background-image: url(../images/chevron.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 11px 0 0;
	margin: 0;
}
.update_links
{
	position: absolute;
	bottom: 8px;
	right: 6px;
}
.update_links span
{
	padding: 0 5px;
}
.update_links .more
{
	position: relative;
	bottom: 0;
	right: 0;
}



/***************************************************
* List of items.
***************************************************/
.content_list, .updates_list
{
	margin: 10px;
	background-color: #fff;
}
.content_list
{
	overflow: auto;
	height: 509px;
}
.content_list ul, .updates_list ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.content_list ul li, .updates_list ul li
{
	display: inline-block;
	background-color: #fff;
	padding: 0;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #DCDCDC;
}
.content_list ul li img, .updates_list ul li img
{
	float: right;
	clear: right;
	width: 233px;
	margin: 10px 10px 10px 10px;
}
.content_list ul li h2, .updates_list ul li h2
{
	font-weight: bold;
	font-size: 14px;
	color: #f18f00;
	padding: 10px 0 3px 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 250px 10px 10px;
}
.content_list ul li p, .updates_list ul li p
{
	margin: 10px 250px 10px 10px;
}
.content_list_text
{
	margin: 10px;
	background-color: #fff;
	overflow: auto;
	margin-right: 250px;
}
.content_list_text img
{
	float: right;
	clear: right;
	width: 200px;
	position: relative;
	margin: 10px;	
}



/***************************************************
* Refinement of content list for news/events lists.
***************************************************/
.updates_list
{
	position: relative;
	overflow: auto;
	height: 485px;
}
.updates_list ul
{
	position: relative;
}
.updates_list ul li
{
	position: relative;
	width: 573px;
}
.updates_list ul li img
{
	float: left;
	clear: left;
	height: 95px;
	line-height: 95px;
	text-align: center;
	color: #fff;
	background-color: #333;
	margin-left: 0;
	width: 200px;
}
.updates_list ul li h1
{
	color: #fff;
	background-color: #f18f00;
	padding: 10px;
	margin: 0;
	border: none;
}
.updates_list ul li h2
{
	color: #888;
	margin: 0 0 0 210px;
	text-transform: capitalize;
	border-bottom: none;
}
.updates_list ul li h3
{
	color: #888;
	padding: 0 0 2px 0;
	margin: 0 0 10px 210px;
	border-bottom: 1px solid #ccc;
}
.updates_list ul li p
{
	margin-left: 210px;
	margin-right: 0;
}



/***************************************************
* In body image used in full text for updates that
* have no banner.
***************************************************/
.update_title
{
	position: relative;
}
.update_date
{
	float: right;
	padding-top: 2px;
}
.update_title a
{
	float: right;
	clear: right;
	padding-top: 2px;
}
.update_img
{
	float: right;
	margin: 0 10px 10px 10px;
}
.update_content, .update_content_no_banner
{
	height: 250px;
	overflow: auto;
	margin-right: 10px;
}
.update_content_no_banner
{
	height: 500px;
}



/***************************************************
* Page footer.
***************************************************/
#footer
{
	padding-top: 3px;
	padding-right: 10px;
	color: #ffffff;
	text-align: right;
	font-size: 8pt;
}
#footer span
{
	padding: 0 5px;
	color: #fff;
}
#footer a
{
	color: #fff;
}
#footer a:hover, #footer a.active
{
	color: #f18f00;
}

/***************************************************
* Class to allow forced whitespace between items.
***************************************************/
.padded
{
	padding: 10px;
}



/***************************************************
* Login/registration forms.
***************************************************/
form
{
	margin: 10px 10px;
}
.form_field
{
	float: left;
	clear: both;
	width: 385px;
	margin: 0 0 9px 0;
}
.wide_form .form_field
{
	width: 580px;
}
.form_field p
{
	margin: 3px;
}
.form_label
{
	float: left;
	width: 105px;
	text-align: right;
	padding: 3px 0 0 0;
	margin: 0 12px 0 0;
}
.form_input
{
	float: left;
	width: 170px;
}
.wide_form .form_input
{
	width: 330px;
}
.form_info
{
	float: left;
	width: 120px;
	padding: 3px 0 0 0;
}
.input_box, .input_text, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.input_box, .input_text
{
	width: 95%;
}
.input_text
{
	height: 6em;
}
.required
{
	color: #f28e00;
	font-size: 11px;
	padding-right: 2px;
}
.submit_button
{
	background: #b3b1b4;
	border: 1px solid #f59002;
	color: #fff;
	font-size: 10px;
}
#form_error p
{
	color: #fff;
	background-color: #ff2222;
	padding: 2px 5px;
	margin: 0;
}
p.error
{
	color: #fff;
	background-color: #ff2222;
	padding: 2px 5px;
}


