﻿ /* <!-- */
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;            /* This removes the border around the viewport in old versions of IE */
        width:100%;
        background-image: url(../images/ui_elements/container_back.png);
        background-repeat: repeat-y;
        background-position: center;
        min-width:920px;  /*   Minimum width of layout - remove line if not required */
                            /* The min-width property does not work in old versions of Internet Explorer */
        font-size:small;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        line-height: 1.5em;
    }
    
        .container {
        width: 960px;
        margin-left: auto ;
        margin-right: auto ;
        }


    
    a:link {
        color:#000066;
        font-family:Verdana, Arial, Helvetica, sans-serif;
    }
    a:hover {
        color:#0066ff;
        text-decoration:none;
        
    } 
    
    a:visited {
    color:#0066ff;
        
    } 
    a:active {
    color: #ff0000;
    text-decoration:none;
    }
      
	a:focus {
    color: #ff0000;
    text-decoration:underline;
    }
	
    h1, h2, h3, h4{
        /*margin:.8em 0 .4em 0;*/
        padding:0;
        font-family:Verdana, Arial, Helvetica, sans-serif;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
        font-family:Verdana, Arial, Helvetica, sans-serif;
    }
    img {

    }
    
   img a {
        background: none;
    }
         
    
    img_border {
        border: solid 10px #000;
    }
    

    
    /* Top navigation menu */
    .atl
{
    position: inherit;
    background-image: url(../images/internal_logos/college_logo.jpg);
    background-repeat: no-repeat;
    background-position: -5px 25%;
    padding: 20px 0 20px 0;
    z-index: 2;
} 
    
    #menu_nav {
        clear:both;
        float:left;
        width:100%;
        height: 30px;
    }
    #menu_nav ul
{
    position: relative;
    top: 0;
    clear: left;
    float: inherit;
    width: 100%;
    height: 100%;
    padding: 10px 0 0 0;
    font-size: medium;
    font-weight: 500;
    text-align: center;
    background-color: #000000;
    vertical-align: middle;
    
}
    
	#menu_nav ul li
    {   display:inline;
        list-style:none;
    }
    
    #menu_nav ul li a
{
    display: inline;
    float: inherit;
    margin: 0 12px 0 12px;
    padding: 10px 5px 10px 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    word-spacing: inherit;
    vertical-align: middle;
    height: 100%;
}
      
   #menu_nav ul li a:hover
{
    color: #000000;
    background-color: #FFFFFF;
    padding: 10px 5px 10px 5px;
}
    #menu_nav ul li a.active,
    #menu_nav ul li a.active:hover {
        color:#000;
        background:#fff;
    }
    
    #menu_nav ul li a:focus {
        color: red;
        background:#fff;
    }
    #menu_nav ul li a span {
        display:block;
    }


        #menu_nav_foot {
        clear:both;
        float:left;
        width:100%;
        height: 30px;
    }
    #menu_nav_foot ul
{
    position: relative;
    top: 0;
    clear: left;
    float: inherit;
    width: 100%;
    height: 100%;
    padding: 10px 0 10px 0;
    font-size: medium;
    font-weight: 500;
    text-align: center;
    background-color: #000000;
    vertical-align: middle;
    
}
    
	#menu_nav_foot ul li
    {   display:inline;
        list-style:none;
    }
    
    #menu_nav_foot ul li a
{
    display: inline;
    float: inherit;
    margin: 0 12px 0 12px;
    padding: 10px 5px 10px 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    word-spacing: inherit;
    vertical-align: middle;
    height: 100%;
}
      
   #menu_nav_foot ul li a:hover
{
    color: #000000;
    background-color: #FFFFFF;
    padding: 10px 5px 10px 5px;
}
    #menu_nav_foot ul li a.active,
    #menu_nav_foot ul li a.active:hover {
        color:#000;
        background:#fff;
    }
    
    #menu_nav_foot ul li a:focus {
        color: red;
        background:#fff;
    }
    #menu_nav_foot ul li a span {
        display:block;
    }

    
     /* Header styles */
     

    #header h1
{
    top: 20px;
    padding: 5px 5px 5px 5px;
    line-height: 40px;
    width: 500px;
    font-size: xx-large;
    position: relative;
    left: 160px;
}
    
    #header p {
    position: relative;
    top: 25px;
    left: 160px;
    padding: 5px 5px 5px 5px;
    line-height: 30px;
    width: 500px;
    z-index: 100;
    margin: 0 0 20px 0;
    }
    
    #header ul
{
    clear: left;
    width: 950px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 11px;
    font-size: medium;
    font-weight: 500;
    background-color: #000000;
    height: 40px;
    text-align: center;
}
    #header ul li {
        display:inline;
        list-style:none;
        margin:0;
        padding:0;
    }
    #header ul li a {
       display:block;
       float:left;
        vertical-align: middle;
        color:#fff;
        text-decoration:none;
        padding: 11px 18px 0 18px;
		top: 0px;
		height: 30px;
}
	#header p 
	{
		font-size: x-small;	
	}
    #header ul li a:hover
{
    color: #000000;
    background-color: #FFFFFF;
    padding: 11px 18px 0 18px;
    height: 29px;
    top: 0;
   
}
    #header ul li a.active, #header ul li a.active:hover
{
    color: #FFFFFF;
    
} 
    
    #header ul li a:focus
{
    color: #FF0000;
    background: #ffffff;
}
    
    #header ul li a span {
        display:block;
    }
    /* 'widths' sub menu */
    #layoutdims {
        clear:both;
        background:#eee;
        border-top:4px solid #000;
        margin: 10px 0 0 0;
        padding:6px 15px !important;
        text-align:left;
        font-size:x-small;
    }


    .sub_bold {
        font-weight: bold;
        font-size: large;
        }
        
    .small_doublespace {
        font-size: xx-small;
        letter-spacing: 2px;
        } 
        
	/*custom styles ----------------------------- */
	
	
	h1 
	{
		font-size:x-large;
		font-weight:bold;
	}
	h2 
	{
		font-size:large;
		font-weight:bold;
		line-height: 30px;
		padding-bottom: 10px;
	}
	h3 
	{
		font-size:large;
		font-weight: normal;
		line-height: 25px;
		padding-bottom: 8px;
	}
	h4 
	{
		font-size:medium;
		font-weight:normal;
		padding-bottom: 6px;
	}
	h5 
	{
		font-size:x-small;
		font-weight:normal;
	}
	h6 
	{
		font-size:xx-small;
		font-weight:lighter;
	}
    .listing{
    	padding: 5px 0;
    	font-size: large;
		}
	.pt_listing{
    	padding: 5px 0 5px 0;
    	border-top: 1px dashed #cccccc;
    	font-size: large;
		}
	.pt_listing_dld{
		padding: 0 0 15px 0;
		border-top: 1px dashed #cccccc;
		font-size: large;
		}
	.sub_listing	
	{
		font-size: small;
		padding: 0 0 0 15px;
	}
	.sub_listing_dld	
	{
		font-size: small;
		padding: 0px;
	}	
	.ft_listing_theme
{
    padding: 0;
    border-top: 1px solid #bbb;
    font-size: large;
    font-weight: bold;
    vertical-align: middle;
    line-height: 70px;

}
	.ft_levels_theme
{
    padding-left: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #bbb;
    font-size: large;
    font-weight: bold;
    vertical-align: middle;
    line-height: 30px;
    text-indent: -29px;

}
	.ft_levels_theme a 
{
    text-decoration: none;
}
	.ft_listing
{
    padding: 5px 0 5px 0;
    border-top: 1px solid #bbb;
    font-size: large;
    font-weight: normal;


}
	.ft_listing_theme a 
{
    text-decoration: none;
}
	.pt_side_listing{
		padding:2px 0 10px 0;
		font-size: small;
		font-weight:500;
		line-height: 1.5em;
	}
    	.pt_side_listing a
        {
        text-decoration: none;
	}

	.listhead{
		font-size: x-small;
		border-bottom: 1px solid #000000;
		padding: 5px 0 5px 0;
		line-height:20px;
		}
		
	.detailtags{
		font-weight: bold;
	}
    .paragraph_title  
    {
    	font-weight: bold;
    	padding: 5px 0 5px 0;
    }
    .paragraph_text 	
    {
		padding: 0 0 20px 0;
    }
    .breadcrumb 
    {
    	position: relative;
    	margin: 5px 0 10px 0;
    	font-size: small;
		padding: 3px 0 5px 17px;
		background: #fff;
		border-bottom: solid 1px #bbb;
		}	
	.breadcrumb a
	{
	text-decoration: none;
	font-size: x-small;
	}	
		
		
	.sidebar_small_text
	{	
		font-size: xx-small;
		text-align: left;
		}	
		
	.icon
	{  
	  padding-right: 3px;
	  display:inline-block;
	  line-height: 20px;
	  vertical-align: middle;
	  border: none;
	}
	
	
	
	.column_image 
	{
	padding-left: 5px;
    padding-bottom: 20px;
    height: 161px;
	}
	
	.column_image img
	{ border: solid 1px #bbb;}
	
	.column_image p
{
    font-weight: normal;
    margin: 0, 5px;
    text-align: center;
    font-size: x-small;
    position: relative;
    top: -70px;
    height: 45px;
    width: 115px;
    background-color:#000;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    }

.column_image p a
{
display:inline-block;
line-height: 20px;
vertical-align: middle;
color: #ffffff;
}


		.column_no_image 
	{
		padding: 5px;
	}
	
	.column_no_image img
	{ border: none;
	}
	
	
	.column_no_image p
	{
		font-weight: normal;
		letter-spacing: normal;
		text-align: center;
		font-size:x-small;
		
	}
	
	.sidebar
	{
		text-align:right;
		font-size: x-small;
		font-weight:normal;
		letter-spacing:normal;
		padding: 2px 0 2px 0;
        text-decoration: none;
	}

    .sidebar a 
    {
      text-decoration: none;
            }
	
    .sidebar_divider 
	{
		border-bottom: 1px solid #bbb;
		font-size: small;
		font-weight: 800;
		padding: 5px;
		letter-spacing: 1px;
	}
	
	.sidebar_no_divider 
	{
		font-size: small;
		font-weight: 800;
		padding-bottom: 5px;
	}
		
	
	.sidebar_right
	{
		text-align:left;
		font-size: x-small;
		font-weight:normal;
		letter-spacing:normal;
		padding: 2px 0 2px 0;
	}	
	
	.sidebar_left
	{
		text-align: left;
		font-size: small;
		font-weight:bold;
		letter-spacing:normal;
		padding: 2px 0 2px 0;
	}
	
	.sidebar_left li 
	{
		padding-left: 2px;
		padding-right: 2px;
		padding-bottom: 5px;
		font-weight: normal;
		font-size: small;
		text-align: left;
		letter-spacing: normal;
		border-bottom: solid 1px #ccc;
	}	
	
	
    .sidebar ul {
		margin: 0;
		padding: 3px;
		list-style: none;
		width: 135px;
		font-weight:600;
		font-size: small;
	}



.sidebar li
{
    font-size: small;
    text-align: right;
    border-bottom: solid 1px #bbb;
    font-weight: 500;
}

	
	.sidebar_right ul {
		margin: 0;
		padding: 5px 0;
		list-style: none;
		width: 130px;
		font-weight:bold;
		font-size: small;
	}
	.sidebar_right li 
	{

		padding-bottom: 5px;
		font-weight: normal;
		font-size: small;
		text-align: left;
		border-bottom: dashed 1px #ccc;
	}	
	
	
	.job_form ul {
		margin: 10px 0 0 0;
		padding: 0 0 0 0;
		list-style: none;
		width: 130px;
		font-weight:bold;
		font-size: small;
		background-color: #FFF;
		color: #000;
		border: solid 1px #bbb;
        } 
	
	
	.job_form li 
	{

		padding: 8px 3px 8px 3px;
		font-weight: normal;
		font-size: x-small;
		text-align: left;
		letter-spacing: normal;
		background-color: #EBF3FF;
	}
	
	.job_form li + li
	{

		padding: 8px 3px 8px 3px;
		font-weight: normal;
		font-size: x-small;
		text-align: left;
		letter-spacing: normal;
		background-color: #fff;
	}
	
	.job_form li + li +li
	{

		padding: 8px 3px 8px 3px;
		font-weight: normal;
		font-size: x-small;
		text-align: left;
		letter-spacing: normal;
		background-color: #EBF3FF;
	}
	
	.job_form_title
	{
	    font-weight:bold;
	    font-size: 9pt;
	}
	
	
	.job_form p
	{
	background: #000; 
	color: #fff; 
	padding: 5px; 
	margin: 0px;
	}
	
	.job_form_small
	{
	font-size: xx-small;
	padding: 5px;
	}
	
	.sidebar_block ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 130px;
		font-weight:bold;
		font-size: small;
		letter-spacing: 1px;
	}
	.sidebar_block li 
	{
		padding-left: 2px;
		padding-right: 2px;
		padding-bottom: 5px;
		font-weight: normal;
		font-size: small;
		text-align: left;
		letter-spacing: normal;
		border-bottom: dashed 1px #ccc;
	}	
    .collapsePanel
    {
        height: 0px;
        background-color: white;
        overflow: hidden;
    }
    .collapsePanelHeader
    {
        height: 20px;
        font-weight: bold;
        font-size: small;
        text-decoration: underline;
        padding: 0;
        cursor: pointer;
        vertical-align: middle;
        border-bottom-width: inherit;
    }
    
    .col1 ul
    {
    margin: 0;
    padding: 0 0 5px 0;
    list-style-type: disc;
    list-style-position: inside;
    font-weight: normal;
    font-size: small;
    line-height: 20px;
    }
    
    .col1 li
    {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-weight:normal;
    }
	.small
	{ font-size: xx-small;
	}
	
	.smallred
	{ font-size: xx-small;
	  color: #ff0a0a;
	}
	
	.emph
	{ font-weight: bold;}
	
	/* enquiry form */
	
	.cssform fieldset {
		border-bottom: dashed 1px #ccc;
		padding-bottom: 10px;
	}	
	.cssform p{
		width: 500px;
		clear: left;
		margin: 0;
		padding: 5px 0 10px 10px;
		padding-left: 155px; /*width of left column containing the label elements*/
		height: 1%;
	}
	.cssform legend{
		font-weight: bold;
		float: left;
		font-size: small;
	}
	.cssform label{
		font-weight: bold;
		float: left;
		margin-left: -145px;
		width: 150px;
	}
	.cssform input[type="text"]{ 
		width: 250px;
		border:#ccc solid 1px;
		background-color:#FFFFCC;
		color:#000000;
	}
	.cssform checkbox{ 
		width: 250px;
		border:#ccc solid 1px;
		background-color:#FFFFCC;
		color:#000000;
	}
	.cssform textarea{
		width: 250px;
		height: 150px;
		border:#ccc solid 1px;
		background-color:#FFFFCC;
		color:#000000;
		font-size: small;
	}

	/* end enquiry form */

    .job
    {
    border: solid 1px #bbb;
    padding: 10px;
    margin-bottom: 20px;
    }

     .news
{
    border: solid 1px #bbb;
    padding: 10px;
    margin-bottom: 20px;
    text-align: justify;
}
	.story_body
	{
		padding-bottom: 10px;
	}
	
	
	.story_body ul {
	margin: 0;
	padding: 5px 0;
	list-style-type:disc;
	font-weight:bold;
	font-size: small;
	}
	.story_body li 
	{
		padding: 5px 15px 5px 15px;
		font-weight:normal;
	}	
	
	.share
	{
		float: right;
		font-size: small;
		padding-right: 15px;	
	}

	
	.image_left 
	{
		float: left;
		border: solid 1px #bbb;
		margin: 5px 10px 5px 10px;
	}	
	
	.image_news
	{
		float: right;
		border: none;
		margin: 5px 10px 5px 10px;
		position: inherit;
		top: -30px;	
		}
	
	.image_right_border 
	{
		float: right;
		border: solid 1px #bbb;
		margin: 5px 10px 5px 10px;		
		}	
		
		
    .image_right
	{
		float: right;
		margin: 5px 10px 5px 10px;		
		}
		
	.img-shadow {
		  float:left;
		  background: url(../images/ui_elements/shadowAlpha.png) no-repeat bottom right !important;
		  background: url(../images/ui_elements/shadow.gif) no-repeat bottom right;
		  margin: 10px 5px 0 7px !important;
		  margin: 10px 5px 0 5px;
		  }

	.img-shadow img {
	  display: block;
	  position: relative;
	  background-color: #fff;
	  border: 1px solid #a9a9a9;
	  margin: -6px 6px 6px -6px;
	  padding: 4px;
	  } 
	  
	 .img-shadow-r {
	  float:right;
	  background: url(../images/ui_elements/shadowAlpha.png) no-repeat bottom right !important;
	  background: url(../images/ui_elements/shadow.gif) no-repeat bottom right;
	  margin: 10px 7px 0 12px !important;
	  margin: 10px 5px 0 12px;
	  }

	.img-shadow-r img {
	  display: block;
	  position: relative;
	  background-color: #fff;
	  border: 1px solid #a9a9a9;
	  margin: -6px 6px 6px -6px;
	  padding: 4px;
	  } 
		
	.collapsePanel {
		height:0px;
		background-color:white;
		overflow:hidden;
	}

	.collapsePanelHeader{   
		font-weight: bold;
		cursor: pointer; 
	}
	
	.label
	{
		font-weight: bold;
		float:left;
		clear: left;
		padding-bottom : 5px;
	}
	
	.dates
	{	
		padding-left: 250px;
		padding-bottom: 5px;
	}

	.feeds_sidebar
	{
		font-size: x-small;
		padding-top: 5px;
	}
	
	.feeds_sidebar ul a
	{
		text-decoration: none;
		font-weight: bold;
		
	}
	.feeds_sidebar ul a:hover
	{
		text-decoration: underline;	
	}	
	
	.feeds_sidebar li
	{
		font-weight: normal;
		padding-left: 5px;
	}
	
	.hidden 
	{
		display:none;
	}
	
	.logo
	{
		padding-top: 30px;
		padding-left: 15px;
		padding-bottom: 16px;
		border: none;
	}
	
	.header_right
	{
		
		position: relative;
		float: right;
		margin-top: -230px;
		z-index: -300;
		overflow: hidden;
		}
	
	/* end custom styles ----------------------- */
	
	    
    /* column container */
    .colmask {
        position:relative;        /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
        clear:both;
        float:left;
        width:100%;                /* width of whole page */
        overflow:hidden;        /* This chops off any overhanging divs */
    }
    /* holy grail 3 column settings */
    .holygrail {
        background:#fff;        /* Right column background colour */
    }
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-12em;         /* Width of right column */
        position:relative;
        right:100%;
        background:#fff;        /* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50% !important;
        margin-left:-100%;
        position:relative;
        left:24em;                 /* Left column width + right column width */
    }
    .holygrail .col1wrap {
        float:left;
        width:50%;
        position:relative;
        right:12em;                /* Width of left column */
        padding-bottom:1em;     /* Centre column bottom padding. Leave it out if it's zero */
    }
    .holygrail .col1 {
        margin:0 13em;             /* Centre column side padding:
                                Left padding = left column width + centre column left padding width
                                Right padding = right column width + centre column right padding width */
        position:relative;
        left:200%;
        overflow:hidden;
    }
    .holygrail .col2 {
        float:left;
        float:right;            /* This overrides the float:left above */
        width:10em;                /* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:1em;                 /* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;            /* This overrides the float:left above */
        width:10em;                /* Width of right column content (right column width minus left and right padding) */
        margin-right:3em;          /* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    } 
    
	#map 
        {
        border:1px solid #000000;
        height:300px;
        width:160px;
        font-size:xx-small;
        }

    
    
    /* Footer styles */
    #footer {
        clear:both;
        float:left;
        width:100%;
        background: #fff;

    }
    #footer p {
        padding:10px;
        margin:0;
        font-size: xx-small;
    }
    
    .ext_logos
    {
        float:left;
    }
    
    .address
    {
        font-size: xx-small;
        padding: 38px 10px 0 0;
        float: right;
        line-height: 12px;
    }
    
   .map_image
    { 
        padding: 0;
        float: right;
    }

 
    /* --> */
    </style>
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
        width:100%;
        font-family:Verdana, Arial, Helvetica, sans-serif;
    }
    </style>
    <![endif]-->
