
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
 	font-size: 12px; 
 	margin-bottom: 40px;
	font-family: Helvetica, Verdana, sans-serif;
	margin:0;
	border:none;
	padding:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
	background: #fff;
	
}
.clear{
	clear:both;
}
img {
	border: none;
}


#top
{
background: #000;
width:auto;
height: 170px;

}
/** Header **/
#Header { 
 	height: 170px; 
 	width: 950px; 
 	margin: 0 auto;
	}

/** Announcements **/

#announcement {
	z-index: 0;
	color: #ff0076;
	text-align: center;
	bottom: 0px;
	background-color: black;
	font-size: 1em;
	text-transform: uppercase;
	position: relative;
	width: auto;
	height: auto;	
}
a.announcement:link {
	color: #ff0076;
	text-decoration: none;
}

a.announcement:visited {
	color: #ff0076;
	text-decoration: none;	
}

a.announcement:hover {
	color: white;
}
#announcement2 {
	color: yellow;
	text-align: center;
	bottom: 0px;
	background-color: black;
	font-size: 1.5em;
	text-transform: uppercase;
	position: relative;
	width: auto;
	height: auto;	
}
a.announcement2:link {
	color: yellow;
	text-decoration: none;
}

a.announcement2:visited {
	color: yellow;
	text-decoration: none;	
}

a.announcement2:hover {
	color: white;
}

/*** Main Nav ***/
#Navigation {
	z-index: 0;
	background: #000 url(../images/BOheader.gif) no-repeat left top;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding-top:118px;
}
#Navigation ul { 
 	float: right; 
	margin-right: 30px;
	width: 470px;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 2px; 
		float: left;
		line-height: 2.0em;
		display: block;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			font-size: 12px; 
			padding: 0 0 0 10px;
			color: #fff;
			text-transform:uppercase;
			font-family: Helvetica, Verdana, sans-serif;
			}
			#Navigation ul li a:hover { 
				color: #ff0076;
				cursor: pointer;
				}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			
			 	color: #00aeef;
				}
    
/* Added classes for menu colours here */

#menu2Blue{
width:auto;
height:40px;
background-color:#00aeef;}

#menu2Red{
width:auto;
height:40px;
background-color:#F13331;}

#menu2Pink{
width:auto;
height:40px;
background-color:#FF3399;}

#menu2Yellow{
width:auto;
height:40px;
background-color: yellow;}

#menu2Green{
width:auto;
height:40px;
background-color:#00CC00;}

#menu2Purple{
width:auto;
height:40px;
background-color:#663399;}

#menu2Orange{
width:auto;
height:40px;
background-color:#FF6600;}

/*end menu colours */

#menu2container{
margin:0 auto;
width: 950px;
}

#Sidebar { 
 	width: 20%; 
	float: left;  
	margin: 0px 0 0 0px;
	padding: 0;
	color:#fff;
	font-size: 16px;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;

	}
	#Sidebar ul {
		margin: 2px 0 5px 8px;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 { 
		clear: both; 
		color: #fff;
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;

	}
	
	ul#Menu2 {
		margin-right: 10px;
	}
    ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 1px 0 5px 4px;
            list-style: none;
            }
      ul#Menu2 li a {
            display: block;
            width: 188px;
            text-indent: 8px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
			 color: #fff;
	      }
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            			color: #Fff ;

            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
           color: #F6871F ;
            font-weight: 700;
            width: 188px; 
      }
      ul#Menu2 li ul {
            height: 100%;
            position: relative;
            margin: 0px 0 0 0;
            width: 188px;
            padding: 4px 0 0px 0;
            background: transparent;
      }
      ul#Menu2 li ul li ul {
            background: transparent;
            margin-left: 0;
      }
      ul#Menu2 li ul li {
            width: 160px;
            background: transparent;
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #fff;
            font-weight: 700;
            background: transparent;
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding-top: 0;
            width: 175px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 1.7em;
            text-indent: 8px;
            width: 180px;
            margin-left: 10px;
      }
      
      ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
            background: transparent;
            width: 180px;
            text-decoration: none;
            display: block;
            color: #FfF;
      }

#splat
{	
margin:0px;
padding:0;

}
#Container { 
background: #fff top right no-repeat;
	width: 84%;
	padding-top:30px;
	/*margin: 0 auto 0 auto;*/
	}
#Layout {
	margin-left: 8%;
	margin-bottom: 5%;
	margin-right: 8px;
	margin-top: 15px;
	width: 84%;
	clear: both;
	overflow: hidden;
}
#Content {
	float: right; 	
	margin: 0;
	text-align: left;
	width:550px;
}
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #F6871F;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}
/* Footer 
*****************************************/

#Footer { 
	width: auto; 
	height: 116px; 
	background: #000 url(../images/BOfooter.gif) bottom center no-repeat;
	color: #fff;
	font-family: Helvetica,Verdana, sans-serif;
	font-size:10px;

	}
	#Footercontainer {
		padding-left: 10px;
		padding-bottom: 0px;
		padding-right: 10px;
		padding-top: 65px;
		margin: 0 auto;
		width: 900px;
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: right;
		text-transform: uppercase;
	}
	#Footer p.blue { 
		color: #00aeef;
		font-size: 1.1em;
		text-align: right;
		text-transform: uppercase;
	}

  	#Footer a { 
	   	color: #fff; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
	 #Footer p.blue a { 
	   	color: #00aeef; 
	   	text-decoration: none;
		}
	#Footer p.blue a:hover {
		color: #ff0076;
		text-decoration: underline;
	}

/* Staff List and News List css */
/* The rest of this file is for the second tutorial */
.showTitle {
	font-size: 2em;
}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

/*Gallery */

#DefaultImage {
	float: right;
	margin-top: 300px;
	margin-right: -91%;
}

#BlogImage {
	position: relative;
	left: 15%;
}