/* 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' */

/* Start of CMSMS style sheet 'catisland_stylesheet' */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 170%;
	font-size: 75%;
}
/* --------------------------- [Header] ---------------------------- */
#pageWrapper {
	min-width:999px;
	width:999px !important;
	width:1002px;
	margin: 0 auto;
}
#header {
	background-color: #1CA8BD;
	height: 81px;
	position: relative;
	
}
#mainNavWrapper {
	/* margin-left: 4px; */
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* padding-left: 5px;	 */
	position: absolute;

}
#mainNav {
	font: bold 85% Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
	top: 61px;
	/* left: 310px; */
	margin-left: 305px;
}
#mainNav li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}
#mainNav a {
	float:left;
	color: #00476E;
	background: #DECC82 url(images/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}
#mainNav a span {
	float:left;
	display:block;
	background: transparent url(images/color_tabs_right.gif) no-repeat right top;
	padding:4px 9px 3px 6px;
}
#mainNav a span {
	float:none;
}
#mainNav a:hover, #mainNav a span:hover {
	background-color: #00476E;
	color: #ffffff;
}
#mainNav a.active, #mainNav a span.active {
	background-color: #00476E;
	color: #ffffff;
}
#logoHolder h1 a {
/* you can set your own image here */
   background: #00476E url(images/catisland_logo.gif) no-repeat 0 0; 
   display: block; 
   height: 93px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */

}
#logoHolder {
	border-top: 2px solid #ffffff;
   border-bottom: 3px solid #ffffff;
   background-color: #00476E;
   width: 100%;
}
#imgHolder {
	float: left;

}
#contentHolder {
	float: left;
	width: 800px;
	background: #ffffff;
	position: relative;
}
#content {
	float: left;
	color: #00476E;
	font-weight: normal;
	width: 535px;
	min-height: 400px;
	background: url(images/spacer.gif) no-repeat center bottom;
	padding-bottom: 15px;
}
/* -------------------- [Links ] ----------------------------- */
#content a,
#content a:link,
#content a:visited {
	color: #F29140;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #1CA8BD;
}
/* -------------------- [ TEXT ] ------------------------- */
#content h2 {
font-family: Georgia,Times New Roman,serif;
color: #F29140;
font-size: 1.7em;
font-weight: bold;
line-height: 1.6em;
padding: 10px 0px 0px 0px;
margin: 0.5em  0px 8px 0px;
}

#content p {
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height: 165%;
   padding: 0;
}
#content blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
#content pre {
   font-family: monospace;
   font-size: 1.0em;
}
#content strong, #content b {
/* explicit setting for these */
   font-weight: bold;
}
#content em, #content i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
#content code, #content pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

#content pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}
/* ---------------------- [ List ] -------------------------------------- */
/* LISTS */
div#content ul,
div#content ol,
div#content dl {
  font-size: 100%;
   line-height:1.5em;
   margin: 0 0 1.5em 0;
}
div#content ul li,
div#content ol li {
   margin: 0 0 0.25em 3em;
}

div#content dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#content dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* --------------------- [ Post Card Holder ] ------------------------- */
#postCardHolder {

	width: 225px;
	position: absolute;
	left:555px;
	top: 123px;
}
#rightColumn {
	background: #ffffff url(images/rightColumn_bg.jpg) no-repeat 0 0;
	 float: left; 
	width: 199px;
	height: 478px;


}
/* End of 'catisland_stylesheet' */

