﻿
/* ------ Links ----- */		
a.small:link
{	
	color: #1B89C7;	
	text-decoration: none;	
}

a.small:visited
{
	color: #1B89C7;		
	text-decoration: none;	
}

a.small:hover
{	
	color: #1B89C7;	
	text-decoration: underline;	
}

a.small:active
{
	color: #1B89C7;	
	text-decoration: none;	
}

/* ------ Tags ----- */
body
{
	margin: 0px;
}

strong
{
	font-weight: bold;
}

th
{
	font-weight: bold;
}

/* ------ Classes ----- */
.missinglink
{
	color: Red;
	text-decoration: underline;
	font-style: italic;
}

.highlight
{
	color: #83A734;
	font-weight: bold;
}

.fade
{
	color: #788A98;
}

/* ------ Menu styles ----- */
#menu_bar
{
	width: 992px;
	height: 97px;	
	margin: auto;			
}

#logo_container
{
	float: left;
	width: 236px;
	height: 97px;						
	padding-right: 19px;			
}

#menu_item_contents
{
	float: right;			
	width: 72px;			
	padding-top: 26px;
}

#menu_item_logout
{
	float: right;			
	width: 69px;			
	padding-top: 26px;
}

#menu_item_contactus
{
	float: right;			
	width: 80px;			
	padding-top: 26px;
}			

.menu_item_divider
{			
	width: 13px;			
	height: 97px;			
	float: right;	
	background: url('../../images/content/menu/divider.gif') no-repeat center center;
}		
/* ------ End of menu styles ----- */

/* ------ Content page header ----- */

#content_page_header_ribbon
{
	height: 87px;
	background: #0C5191 url('../../images/content/header/bg_slice.jpg') repeat-x;
	margin-bottom: 38px;
	
}

#content_page_header_overspill
{	
	height: 87px;
	background: url('../../images/content/header/bg_overspill.jpg') no-repeat top center;
}

#content_page_header_container
{
	width: 992px;
	height: 87px;
	margin: auto;
}

#content_page_header_left
{	
	float: left;
	width: 843px;
	height: 59px;
	padding-top: 28px;
	font-family: 'Arial Narrow', Arial, Sans-Serif;
	font-size: 30px;
	color: White;		
	background: url('../../images/content/header/bg_left.jpg') no-repeat;
}

#content_page_header_right
{
	float: left;
	width: 149px;
	height: 49px;
	background: url('../../images/content/header/bg_right.jpg') no-repeat;
	font-family: Arial;
	font-size: 14px;	
	color: White;
	text-align: right;
	padding-top: 38px;
}

/* ------ End of content page header ----- */

/* ------ Footer styles ----- */
#footer
{			
	margin-top: 5px;
	background: #0C5293 url('../../images/content/footer/bg_slice.jpg') repeat-x;
	height: 64px;
	clear: both;			
}

#footer_overspill
{
	background: url('../../images/content/footer/bg_overspill.jpg') no-repeat top center;
	height: 64px;						
}

#footer_container
{		
	background: url('../../images/content/footer/content_slice.jpg') repeat-x;
	width: 992px;
	margin: auto;
	height: 64px;
}

#footer_left, #footer_right
{		
	margin-top: 29px;
	float: left;
	width: 496px;
	font-family: Verdana;
	font-size: 11px;
	color: white;
}

#footer_right
{
	text-align: right;
}

#footer_container a:link, #footer_container a:visited, #footer_container a:hover, #footer_container a:active
{
	font-family: Verdana;
	color: White;
	text-decoration: none;
}

#footer_container a:hover
{
	text-decoration: underline;
}

/* ------ End of footer styles ----- */

/* ------ Content page, main content ----- */
#content_page_container
{
	width: 992px;
	height: auto;
	margin: 0px auto 0px auto;
}

#content_page_sections
{
	float: left;
	width: 992px;	
}

.content_section
{
	float: left;	
	width: 992px;
	padding-bottom: 50px;		
}

.content_section_left
{
	float: left;
	width: 100px;
}

.content_section_right
{
	float: left;
	padding-left: 19px;
	border-left: 1px dotted #CCDBDB;
	width: 870px;
	line-height: 20px;	
}

.contents_tree
{
	padding-top: 8px;
}

.contents_tree_section
{
	margin-top: 6px;
	padding-left: 15px;
	font-family: Arial;
	font-size: 14px;
	color: #404A53;	
}

.contents_tree_root
{
	padding-left: 0px;
}

/* ------ End of content page, main content ----- */
