﻿/*** Main Colours  **

Orange: #FF7F00
Dark Blue: #193385
Dark Grey Font: #666666
Light Grey Footer: #F2F2F2
Light Blue: #EBEFEF
*********************/

*
{
	padding: 0;
	margin:0;		
}

body
{            
  text-align: center;
  font-family:Tahoma,Arial,sans-serif;
  font-size:13px;
  line-height:1.25em;
  color:#666666;
}

input
{	
  font-family:Tahoma,Arial,sans-serif;
  font-size:1em;
  color:#666666;	  
}

ul, ol
{
    margin:13px 0 13px 40px; 
}

ul
{
    /*
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;	
    */
    list-style-type: disc; 
}

ul ul, ol ol
{
     margin:0 0 0 40px 
}


h1, h2, h3, a, a:visited
{
    color:#193385;
}


h1
{    
    font-size: 26px;
    font-weight: bold; 
    color:#193385;
    margin:17px 0;
    line-height:33px;
}

h2
{
    font-size: 16px;    
    color:#FF7F00;
    margin:13px 0;
    display:block;
}

h3
{
    font-size: 13px;
    font-weight: normal; 
    color:#FF7F00;  
    margin:13px 0;      
    display:block;
}

img
{
    border:none;
}

#header-content
{
	height:84px;
	padding-top:8px;
	text-transform:uppercase;
}

#header-content h1
{
	text-indent: -9999px;	
	float:left;
	margin:10px 0 0 0;
}

#header-content h1 a
{
	background: transparent url("UCOL Images/ucol_logo.png") no-repeat;
	display:block;
	height:69px;
	width:158px;
	margin-left:8px;
}



div#wrapper 
{
    text-align: center;
}

#header-bands 
{	
	height:8px;
	font-size:0;
}

#header-bands .left
{
	background:#FF7F00;		
	height:8px;
	width:158px;
	float:left;
}

#header-bands .right
{
	height:8px;
	background:#193385;
	width:841px;
	float:right;
}

#header-menu-wrap
{
	float:right;		
}

#header-menu
{
	margin:0px;
	list-style:none;
}

#header-content ul
{
	float:right;		
	padding: 57px 0 0 0;
}

#header-content
{
    font-size:0.85em;
}

#header-content ul li
{
	float:left;	
	padding: 0 10px 0 10px;
	/*border-right: 1px #666666 solid;*/
	background: url("UCOL Images/menu_bar.gif") no-repeat 100% 0%;				
	line-height:1.2em;
}

#header-content ul li.last {background: none;}		

#header-menu a, #header-menu a:visited
{
	display:block;
	text-decoration:none;		
	color:#666666;
	padding-bottom:5px;	
}

#header-content ul li.selected a, #header-content ul li.selected a:visited
{
	color: #FF7F00;
	background: url("UCOL Images/hm_selected.gif") no-repeat 50% 100%;						
}

#search-box, #search-box2
{
	width:225px;
	height: 32px;
	background: url("UCOL Images/searchbox.gif") no-repeat 0 0;
	float:right;
	margin-top:48px;
	padding-right:15px;
}



#search-box .swap_value , #search-box2 .swap_value 
{
	float:left;
	padding:0;
	margin: 9px 0 0 15px;
	border: 0;
	width:180px;
	background:none;		
	text-transform:uppercase;
}

#search-box .search-button, #search-box2 .search-button
{
	float: right;
	margin: 3px 4px 0 0;
}

#main
{
	position:relative;	
}

.grid-home
{
	background: url('UCOL Images/grid_home.gif') repeat-x 0 17px;	
}

.grid-normal
{
    background: url('UCOL Images/grid_normal.gif') repeat-x 0 17px;	    
}

#main-content
{
	float:left;		
	width:750px;
	overflow:hidden;	
	padding-bottom:10px;	
	margin-top:40px;	
}

.right-column
{
	float:left;		
	width:240px;
	margin-top:40px;		
}

.enquiry
{
	background: url("UCOL Images/enquiry.gif") no-repeat;
	width:240px;
	height:125px;
	display:block;
	margin: 10px 0;
}

.webchat
{
	width:240px;
	height:87px;
	display:block;
	margin: 10px 0;
}

.chat-online
{
	background: url("UCOL Images/chat_online.gif") no-repeat;
}

.chat-offline
{
	background: url("UCOL Images/chat_offline.gif") no-repeat;
}

#footer-outer
{
	background:#f2f2f2;		
	position:relative;
}

.footer
{
	line-height:2;
	height:100%;		
}

.footer-text
{	
	padding: 20px 0 20px 10px;
	position:relative;	
	font-size:0.85em;	
	line-height:2.4em;
}



.top-link
{		
	right:0;
	display:block;
	width: 122px;
	height:44px;
	background: url("UCOL Images/top_button.gif") 0 0 no-repeat;		
	top:76px;
	position:absolute;
	right:150px;
}

#footer-band
{
	height:8px;
	background:#193385;
	font-size:0;
}

.footer-links 
{
	border-bottom: 1px solid #666666;	
	padding: 30px 0 25px 0px;
	display: inline-block; vertical-align: bottom;
}

.footer-links ul
{
	display:block;
	float:left;
	width:180px;	
	list-style-type:none;
	margin:0 7px 0 0;
	line-height:1.7em;	
}

.footer-links a, .footer-links a:visited
{
	color:#666666;
	text-decoration:none;
}

.footer-links ul li.first
{
	color:#193385;
	font-weight:bold;			
}

.footer-links ul li.blue, .footer-links ul li.blue a
{
	color:#193385;
}

.inner
{      
	width:1000px;
	text-align: left;
	margin: 0 auto;	
	overflow:hidden;
}

.small-margin
{
    margin: 0px 10px;
}


.col2 {margin-left:210px;	}
.col3 {margin-left:410px;	}
.col4 {margin-left:610px;	}
.col5 {margin-left:810px;	}

.orange
{
    color:#FF7F00;
}

.clear
{
	clear:both;
}

/*Accordion And Right Menu Styles */
.accordion a.title, .accordion a.title_last
	{
		background: url('UCOL Images/rmenu_title.gif') repeat-x;		
		display:block;
		padding: 0 0 0 15px;
		height:23px;
		color:#193385;
		text-decoration:none;
		font-size:0.85em;
		line-height:23px;
	}
	
	.accordion a.title_last
	{
		background: url('UCOL Images/rmenu_title_last.gif') no-repeat;				
		text-decoration:underline;
	}
	
	.accordion a.selected_orange
	{
		background: url('UCOL Images/rmenu_selected_orange.gif') repeat-x;		
		color:#fff;
	}
	
	.accordion div.imagelink a
	{
		padding:12px;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;		
		display:block;
		background:#fff;
	}
	
	.accordion li.last div.imagelink
	{
		background:#fff url('UCOL Images/rmenu_border_last.gif') 0 100% no-repeat;
		padding-bottom:6px;	
	}
	
	.accordion li.last div.imagelink a
	{
		 padding: 12px 12px 6px 12px;
	}
	

.breadcrumb
{
    color:#193385;
    font-size:0.85em;    
    position:absolute;    
    left:10px;
    top:135px;
    width:700px;        
}

.breadcrumb a
{
    text-decoration:none;
}
	

/* HTML Content Area Styles */

.ms-rteCustom-Heading1
{    
    font-size: 26px;
    font-weight: bold; 
    color:#193385;
    margin:17px 0;
    line-height:33px;
}

.ms-rteCustom-Heading2
{
    font-size: 16px;    
    font-weight: bold;
    color:#FF7F00;
    margin:13px 0;
    display:block;
}

.ms-rteCustom-Heading3
{
    font-size: 13px;
    font-weight: normal; 
    color:#FF7F00;  
    margin:13px 0;      
    display:block;
}

.ms-rteCustom-submain
{
    font-size: 11px;
    font-weight: normal; 
    color:#666666;
    margin: 11px 0;
    display:block;       
}

/*Related Link Styles */
.related-links
{
    margin-top:10px;
}

.related-links .slm-layout-main 
{
    background: #EBEFEF;    
}

.related-links .slm-layout-main .groupheader
{
    background: url('UCOL Images/related_links.gif') no-repeat;
    margin:0;
    height:25px;
    text-indent:-9999px;
}


.related-links .slm-layout-main .link-item
{
    background: url('UCOL Images/tab_item_border.gif') repeat-x 0 100%;
    margin: 0 10px;
    padding: 0;
    height:25px;
    line-height:25px;
}


.related-links .slm-layout-main .link-item.last
{
    height:6px;
    line-height:10px;
    background:none;
    margin-left: 6px;
}

.related-links .slm-layout-main .item .link-item.last
{
    padding-left:5px;
}

.related-links .slm-layout-main .footermarker
{
    background: url('UCOL Images/tab_bottom.gif') no-repeat 0 100%;        
    height:7px;
}

.related-links .slm-layout-main .link-item a, .slm-layout-main .link-item a:visited
{
    color:#666666;
}

.titletext
{
    height:150px;
    margin-bottom:20px;
    position:relative;
}

#campaigns
{
	background: url('UCOL Images/campaign_head.gif') no-repeat;
	padding:32px 0 0 0;		
	margin:0;		
	height:291px;
	list-style:none;
	list-style-position:outside;
}

/* TABS*/
.tabs
{
    font-size:0.85em;
    padding-top:35px;
    background: url('UCOL Images/tab_top.gif') no-repeat;
    margin-top:10px;
    color:#000;
}

.tabs a
{    
    text-decoration:none;
    line-height:23px;
    height:23px;
}

.tab-navigation
{    
    padding:0 0 0 3px;
    margin:0;
    height:23px;
    width:237px;
    list-style:none;
}

.tab-navigation li
{
    float:left;    
}

.tab-navigation li div
{
    text-transform:uppercase;
    background: url('UCOL Images/tab_navigation.gif') no-repeat;
    width:74px;
    height:23px;
    line-height:23px;
    display:block;
    text-align:center;        
    cursor:pointer;
}

.tab-navigation li div.selected
{
    background: url('UCOL Images/tab_navigation_selected.gif') no-repeat;
}

.tab-content
{
    background:#EBEFEF url('UCOL Images/tab_bottom.gif') no-repeat 0 100%; 
    padding: 0 8px 20px 8px;  
    list-style:none;
    margin:0; 
}

.tab-content li
{
    background: url('UCOL Images/tab_item_border.gif') repeat-x 0 100%;
    margin:0;
    padding:0;
    height:27px;
    line-height:27px;
    overflow:hidden;
}

.tab-content .eventdate
{
    background: url('UCOL Images/tab_date.gif') no-repeat 0 6px;
    width:38px;
    display:inline-block;  
    margin: 0px 8px 0px 0;
    text-align:center;
    color:#fff;  
}

#social
{
    margin: 10px 0 0;    
}

#social div
{
    float:left;
    margin-right:6px;    
}


