/* Start of CMSMS style sheet 'cpc_styles' */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: white;
	font-family: Arial;
	background: url('/cms/uploads/images/bluestripe-a.png') repeat-y;
}

#page {
  width: 930px;
}

#container {
	height: 100%;
	margin: 0;
}

#header {
	padding: 0px;
	margin: 0px;
	height: 120px;
}
#header img {
	display: block;
	vertical-align: bottom;
}

#nav-photos {
	padding: 0px;
	background: #124070;
 	border-top: 1px solid black;
 	border-bottom: 1px solid black;
 	clear: both;
	float: left;
	width: 100%;
	height: 200px;
	white-space:nowrap;
}

#nav-vertical {
	color: white;
	height:200px;
}

#menu, #nav-horizontal {
	color: white;
	background: #124070;
	padding: 5px;
	border-top: 2px solid #1B3959;
	border-bottom: 2px solid #1B3959;
}



#menu.menu-home {
  height: 202px;
  padding: 0;
}

#menu.menu-home .currentpage {
display: none;
}

.menu-home-left {
  width: 220px;
  float: left;
  padding-right: 5px;
}

.menu-home-left ul {
  list-style-image: url(/cms/uploads/images/window-bullet.gif)
}

.menu-home-right {
float:left;
height:202px;
width:705px;
}

#photos {
	padding:0px;
}

#footer {
	background-color: #124070;
	color: white;
	border-top: 2px solid #1B3959;
	padding: 8px;
	clear: both;
	font-size: 11px;
	}

#footer td {
  vertical-align: top;
  padding-left: 25px;
}

#administration{
        font-size: 11px;
        color: #496B80;
        padding-top: 10px;
        text-align:right;
}

a.nav {
	color: white;
	text-decoration: none;
}

a.nav:hover {
	color: #b8d9fc;
/*	background-color: #b8d9fc; */
}

a.horiz {
	padding: 5px 15px 5px 10px;
}

a.footer {
	text-decoration: underline;
}

ul.horiz, li.horiz {
	display: inline;
	padding: 0px;
}

ul.horiz, ul.vert {
	list-style: none;
}

li.vert {
	padding: 5px 0px 5px 0px;
}

ul.footer, li.footer {
	padding: 0px;
}

.photo {
	padding: 0px;
	border: 0px;
	float:left;
}

.sidebar-image {
	border: 1px solid gray;
	width: 268px;
}

#gcal {
width:100%;
text-align:center;
padding-top:1em;
}


/* The following section copied from: http://matthewjamestaylor.com/blog/holy-grail-no-quirks-mode.htm */

#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 */
	background: url('/cms/uploads/images/bluestripe-a.png') repeat-y;		/* Left column background colour */
        padding-bottom: 2em;
}

#colmid {
	float:left;
	width:200%;
	position:relative;
	left:50px;		/* Width of left column = left edge of middle column */
	background:white;    	/* Centre column background colour */
}
#colright {			/* these are only the backgrounds - not the text areas! */
	float:left;
	width:100%;		/* i.e. 200% of browser width (100% of colmid) */
	position:relative;
	left:50%;		
	margin-left:-350px;	/* width of left column + width of right column */
	background:#7c92a9;    	/* Right column background colour */
	border-left: 1px solid #6c7f93;
}
#col1wrap {
	float:right;
	width:50%;		/* i.e. 100% of browser width */
	position:relative;
	right:100%;
}
#col1pad {			/* the center column */
	margin:0 20px 0 350px;  /* width of left column + width of right column + padding */
	overflow:hidden;
}
#col1 {				/* text area */
	width:100%;		/* 100% of col1pad */
	overflow:hidden;
}
#col2 {				/* left text area */
	float:left;
	width:170px;		/* Text area width */
	position:relative;
	margin-left:-50%;	/* i.e. 100% of browser width to the left of colright */
	left:215px;		/* width of RIGHT column + 15px padding */
	overflow:hidden;
}
#col3 {				/* right text area */
	float:left;
	/*width:280px;		/* text area width */
	position:relative;
	/* left:10px;		/* padding */
	overflow:hidden;
	font-size: small;
	padding-bottom: 10px;
}

/* End section */


/* Everything below is copied from original cpc_styles */
a {
	color: #496B80;
	text-decoration: none;
}

a:hover {
	color: #7D6400;
	text-decoration: none;
}
/* End of 'cpc_styles' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

