@charset "utf-8";
html, body {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------*/
a:link{
	color: #006DB7;
	text-decoration:none;
}

 a:visited{
     color: #006DB7;
	 text-decoration:none;
  }

 a:hover{
	color: #5BBDFF;
	text-decoration:underline;
  }

a.active{
     color: #008BE8;
	 text-decoration: underline;  
  }




/*--------------------------------------*/

#header
{
	width: 100%;
}

#header #topPanel
{
	float:right;
	text-align: right;
	font-size: 0.75em;
	padding: 5px;
	border: 2px solid #006DB7;
}

#header #topPanel form input
{
	/*font-size: 1.0em;*/
}
/*==== main sections links =======*/
#navBar
{
	/*float:left;*/
}

#navBar ul{
	list-style: none;
	margin: 0em;
	padding: 0em;
}

#navBar li{
	text-align: left;
	float: left;
	border: 2px solid #006DB7;
	left: 0px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navBar ul li a{
     display: block;
     /*height: 25px;*/
	 margin: 0;
     padding: 0;
     background: #fff url(rollovers.gif) 0 0 no-repeat;
	 padding-top: 3px;
	 padding-bottom: 3px;
     padding-left: 15px;
     text-decoration: none;
  }

#navBar ul li a:link{
	background-position: 0 0px;
}


#navBar ul li a:visited{
     background-position: 0 0px; 
  }

#navBar ul li a:hover{
	background-position: 0 -75px;
  }

#navBar ul li .active a{
	 text-decoration: underline;
     background-position: 0 -75px;  
  }
  
 #crumbTrail
 {
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-bottom: 5px;
	font-size: 0.8em;
 }
 
 #crumbTrail #switches
 {
 	float: right;
	text-align: right;
	padding-bottom: 2px;
}
  
#topFiles
{
	width: 246px;
	float: right;
	border: 2px solid #006DB7;
	padding: 5px;
	font-size: 0.8em;
	/*clear:both;*/
}

#mainContent
{
	font-size: 0.9em;
	width: 730px;
	margin-right: 10px;
}

.disclaimer
{
	display: block;
	border: 2px solid #CC0000;
	padding: 3px;
}

H1
{
	font-size: 1.3em;
	color: #006DB7;
	font-variant: normal;
}

H2
{
	font-size: 1.1em;
	color: #008BE8;
}

H3
{
	font-size: 1.0em;
	color: #006DB7;
}

.center
{
	text-align: center;
	display: block;
}

#mainContent ul li
{
	margin: 0px;
	padding: 0px;
}


#mainContent .entry
{
	clear: left;
}
	


#mainContent .theLabel
{
	width: 200px;
	font-weight: bold;
	float: left;
}

#mainContent form input, #mainContent form textarea, #mainContent form select, #mainContent form input.file
{
	font-family: Arial, Helvetica, sans-serif;
	color: #008BE8;
}

#mainContent form input .warning
{
	color: #CC0000;
}



.right
{
	
	display: block;
	text-align: right;
}

/*--- Subject listing for Adnoddau Page only*/

#subject, #non-voc
{
	width: 50%;
	float: left;
}

#subject ul, #non-voc ul
{
	list-style: none;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 5em;
}

#subject ul li a, #non-voc ul li a
{
	display: block;
	height: 25px;
	background: #fff url(subject_bullet.gif) 0 0 no-repeat;
	padding-top: 3px;
	padding-left: 25px;
	
}

ul.resource
{
	list-style-image:url(subject-bullet-small.gif);
}

/*--------------------------------------------*/

#breaker
{
	clear: both;
}

.breaker
{
	display: block;
	clear: left;
}



#footer
{
	width: 100%;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 0.75em;
	text-align: center;
}

