/* Start of CMSMS style sheet 'OzPaddle Screen' */
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(template/images/bg_body.png) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
   line-height:18px;
	color: #404040;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;

}

h1 {
	font-size: 1.4em;
	line-height:1.3em;
   color: #00A4E4;
}

h2 {
	font-size: 1.4em;
	line-height:1.3em;
color:00a4e4;
}

h3 {
	font-size: 1.1em;
	margin-bottom:-10px;
color:#00a4e4;
}

.intro {
	font-size:16px;
	line-height:22px;
	margin-top:0px;
}

.blockbg {
	background: #D9D785;
}

.locationsTable {
   line-height:12px;
}

a {
	color: #00a4e4;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

small {
}

hr {
	border: none 0; 
	border-top: 1px dotted #00a4e4;
	width: 100%;
	height: 1px;
	margin: 20px auto 0 0;
	text-align: left;
	}	

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* hide dfn - used for accessibility */
dfn {
display:inline;
height:0;
left:-1000px;
overflow:hidden;
position:absolute;
top:-1000px;
width:0;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
   position:relative;
}

#headerbg, #header_title {
	clear: both;
	width: 900px;
	height: 209px;
	margin: 0 auto;
}

/*ie6 cludge to fix header positioning */
* html #headerbg, * html #header_location {
}

#headerbg {
   background: url(template/images/bg_header.png) no-repeat left top;
}

/* hide h1 as it will be used in the title image */
#header_title h1 {
   display:none;
}

/* css to kludge away formatting from wysiwyg */
#header_title p {
   margin:0;
   padding:0;
   color: transparent;
   overflow: hidden;
   font-size:0;
   line-height:0;
}

/* Page Layout */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 2em; 
	background: #F4F4F4;
}
#contentwrapper {
/* */
}

#content-left {
	float: left;
	width: 570px;
	padding: 0px 20px 0px 20px;
}

#content-right {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
}
#content-right h2,
.NewsSummaryLink {
	font-size: 1.2em;
	line-height:1.3em;
	color:#212121;
	margin-top:0px;
}

/* timetable table - location pages */
table.timetable{
	border:none;
	width:100%;
}
table.timetable thead td, table.timetable thead th {
	color: #FFF;
	text-align:center;
	background-color: #00a4e4;
}
table.timetable td{
	color: #404040;
	text-align:center;
	background-color: #FFF;
font-family: 'arial narrow';
}
/* locations  table (home page) */
table#locations {
	width: 100%;
	border: none;
	background-color:#f4f4f4;
}
table#locations tr {
	line-height:0;
}
table#locations tbody td {
	text-align: center;
	color:#FFF;
	padding:0;
}
table#locations tbody td img{
	padding:0;
	margin:0;
}

/* page utilities */
a#toggleit:hover {
   cursor:pointer;
}

#utilities {
   clear:both;
}
#tellafriend {
   display:none;
   margin-bottom: 0.5em;
}

#utilities img {
   padding: 1em 0.34em;
}

*/
/***********************************************************************************
NAVIGATION
***********************************************************************************/

/***********************************************************************************
1 MAIN HORIZONTAL NAVIGATION 
***********************************************************************************/
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_horiz {
   height: auto;
   width: 100%;
}

/* Fix for Opera 8 */
.clearb { clear: both; }

#menuwrapper {
 	float: right;
	margin-top: 11px;
   height: 56px;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 196px;
   background-color:#00A4E4;
   opacity:0.9;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav { 
}
#primary-nav ul { 
   position: absolute; 
   top: 67px;
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   top: 0px; 
}
	
/* CSS what makes the tabs */
#primary-nav li { 
   float: left; 
   margin-right:10px;
}
#primary-nav li li {
   float: left;
   margin-left: 0px;
   margin-top: -1px;
}

/* fix ie7 bug - only appeared on ozpaddle template! weird*/
*:first-child+html #primary-nav li li {
   margin-left: -96px;
}

/* fix ie6 bug */
* html #primary-nav li ul{
   margin-top: -26px;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px;
   padding: 0.5em 0.75em;
   text-decoration: none; 
   color: #4E4E4E;
}


#primary-nav li a { 
	border:none;
}

#primary-nav > li > a {
	display: block;
	float: left;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;
   height: 56px;
   line-height:56px;
   letter-spacing: -1px;
}

#primary-nav > li:hover {
   background: url(template/images/bg_nav_on.png) no-repeat center top;
}

#primary-nav li li a { 
   border:none;
   font-weight: bold;
   color: #FFF;
}	
/* Styling of nav buttons bg */
#primary-nav li, #primary-nav li.menuparent { 
   background-color: none; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #C7C7C7; 
   
}

#primary-nav > li.menuactive {
   background: url(template/images/bg_nav_on.png) no-repeat center top;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth {
   /* arrow for menuparents */
   background-image: url(template/images/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li li:hover, /* only effects second level nav */
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #999999; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul  { 
   display: block; 
}

#primary-nav li ul {
   margin-top: 1px;
}

/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both;
   /* margin-left: -1px; */
}
#primary-nav li li a { 
   height: 1%; 
}

#primary-nav li li li { 
   margin-left: 0;
}

/* mark experimental for smooth menu */

/* End of MAIN HORIZONTAL NAVIGATION */

/* right-col subnav links */

#subnav ul {
	color:#212121;
	margin:0 0 60px;
	background-color:none;
	padding:0;
}
#subnav ul li {
	color:#212121;
	list-style:none;
	margin:5px 0 15px;
	padding:0;
	text-decoration: none;
	font-size: 12px;
}
#content-right ul.subnav li.location {
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:5px 0;
	padding: 0 5px;
	text-decoration: none;
	display:block;
	background-color:#00a4e4;
}

/* right hand column sub-navigation links*/
#subnav ul li a {
	background-color: none;
	padding: 0px 7px;
	text-decoration: none;
	font-size: 11px;
	line-height:12px;
	color:#212121;
	width:100%;
	display:block;
	text-transform:uppercase;
	border-left:1px solid #00a4e4;
}
#subnav ul li a:visited {
	background-color: none;
	text-decoration: none;
}
#subnav ul li a:hover {
	background-color: none;
	text-decoration: none;
	color:#;
	border-left-color:#F90;
}

/* news module styles */
.NewsSummaryMorelink a {
	background: #F90;
	padding: 3px 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #FFF;
   text-transform: uppercase;
}

div.NewsSummary {
   margin-bottom: 2em;
}

/* footer - sitemap */

#sitemapwrapper
{
	clear: both;
	width: 900px;
	background: #F90;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}

#firstlevel,
#sitemapwrapper ul {
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   margin:0;
   padding:0;
   color: #FFFFFF;
}

#firstlevel ul,
#sitemapwrapper ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#firstlevel li,
#sitemapwrapper ul li {
	display: inline;
	float: left;
	width: 130px;
	padding: 10px 10px 10px 25px;
}

#firstlevel li ul {
	line-height: 1.8em;
}

#firstlevel li li,
#sitemapwrapper ul li li {
	display: list-item;
	background: url(template/images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
   font-size: 12px;
	line-height: 20px; 
}

#firstlevel > li,
#sitemapwrapper > ul > li {
	margin: 0 0 10px 0;
   /* h2 settings from above */
   font-size: 16px;
	line-height: 22px;
}

#firstlevel a,
#sitemapwrapper a {
	text-decoration: none;
	color: #FFF;
}

#firstlevel a:hover,
#sitemapwrapper a:hover {
	text-decoration: underline;
}

/* Calendar */

table#calendar caption {
	padding-top: 5px;
	font-weight: bold;
	text-align:left;
}

table#calendar {
	width: 100%;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#f4f4f4;
}

table#calendar thead {
	background: #00a4e4;
	text-align: center;
	color:#FFF;
}

table#calendar tbody td {
	border: none;
	text-align: center;
	background-color:#FFF;
}

table#calendar #today {
	font-weight: bold;
}

table#calendar #prev {
}

table#calendar #next {
	text-align: right;
}


/* Footer */

#footer {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #00a4e4;
	font-size: 11px;
	color: #FFF;
}

#footer p {
	margin: 0;
	padding: 6px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/* tell a friend */

form.tellafriendform {
   width:300px;
   line-height: 90%;
}
   
form.tellafriendform input {
   width: 100%;
   border: 1px solid #999999;
   text-align: left;
   margin:0 0 5px 0;
}

form.tellafriendform textarea {
   word-wrap: break-word;
   overflow-x: hidden;
   overflow-y: auto;
   width: 100%;
   border: 1px solid #999999;
   font-size: 0.9em;
   margin:0 0 5px 0;
}

form.tellafriendform  label {
   display:block;
   font-size:0.85em;
}

form.tellafriendform fieldset {
   padding:12px;
   border:1px solid #999999;
   text-align:left;
}

#tafFormError {
   width:290px;
   color: white;
   background-color: #FF9900;
   font-weight: bold;
   border: 1px solid #999999;
   margin:0.5em 0;
   padding:0.5em 5px;
}

#tafMessageSent {
   width:290px;
   color: white;
   background-color: #009933;
   font-weight: bold;
   border: 1px solid #CCC;
   margin:0.5em 0;
   padding:0.5em 5px;
}
form.tellafriendform input.button {
   float:left;
   width: auto;
}


/* End of 'OzPaddle Screen' */

