@charset "UTF-8";
/* CSS Document */


/*------------------------------ custum formating -------------------------------*/

/*to use classes in the column div with class example <div class="1colspan dark-color">- also use the border class simmilarly located in the global style sheet*/
.dark-color {
background-color: #ff9900;
}
.med-color {
background-color: #febe50;
}
.light-color {
background-color: #D9F8FF;
}
/* --------- Height - add to column class when making rows of cubes ---------- */
.heightA {
height: 22em; /*22em = aprox 300px;*/
}
.heightB {
height: 18em;
}
.heightC {
height: 16em;
}
.heightA-border {
height: 22em;
}
.heightB-border {
height: 18em;
}
.heightC-border {
height: 16em;
}
/*-------------------------------- Section Title color ---------------*/
#title-container a.pageheading {
	color: #10B5EB;	
}
/*-------------------------------- Heading Colors ---------------*/
#content-container h1,#content-container h2,#content-container h3,#content-container h4,#content-container h5,#content-container h6 { 
color: #10B5EB;
font-weight: normal;
}

/*------------------------------- Link Colors ---------------*/
#content-container a:link, a:visited {
color: #00A5CE;
}
#content-container {
		padding-top: 20px;	
		background-image: url(/kinnearcentre/images/decorative-bg.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	
}
/*------------------------------- Template color Formating -----------------------------------*
/* sets the background image which contains the color for the navigation so it the color remains for the full height of the page.*/
#inner-container {
}
#content-container {
}
/*top nav color*/
#nav-container {
background-color:#000000;
}
/*bottom nav color*/
#footer-container {
background-color:#000000;
}

/*----------------- Template Font Formating --------------------*/

/*-------------- Top Nav Coloring ----------------- */
#nav-container  a:link, #nav-container  a:visited  {
	color: #ffffff !important;
}

#nav-container  a:hover {
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
}

#nav-container {
	background-color: #10B5EB;
}

/*-------------- footer Nav Coloring ----------------- */
#footer-container  a:link, #footer-container  a:visited  {
	color: #ffffff !important;
}

#footer-container  a:hover {
	background-color: #999999
	color: #ffffff;
	text-decoration: none;
}

#footer-container {
	background-color: #10B5EB;
}
/*-------------------- Left Navigation ---------------------*/

#left-nav-container a:link, #left-nav-container a:visited {

	color: #808080;
}



#left-nav-container a:hover{
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	background-image: url("/common/images/arrow-hover.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

/*-------------------- Left Navigation coloring ---------------------*/

#left-nav-container {
padding-top: 46px !important;
	background-image: url("/kinnearcentre/common/images/nav-color.gif");
background-position: top right;
background-repeat: no-repeat;
}

#left-nav-container a:link, #left-nav-container a:visited, #left-nav-container ul ul li  a:link, #left-nav-container ul ul li  a:visited, #left-nav-container ul  ul ul li  a:link, #left-nav-container ul  ul ul li  a:visited {
		color: #a19482;

}
#left-nav-container ul li a:link, #left-nav-container ul li  a:visited {
			color: #02a1c3;

}

#left-nav-container a:hover{
	background-color: #000000;
	color: #ffffff !important;
}


.margin0 h3{
margin-top: 0px;
margin-bottom: 0px !important;
}
#left-nav-container .nav-nolink {

		color: #02a1c3 !important; 
		line-height: 20px;
		margin: 0px 0px 0px 20px;
		font-size: 14px;
		
		
}


/*------------ special formating ----------------- */
h1.white-large {
font-size: 158% !important;
color: #ffffff !important;
font-weight: normal !important;
padding-bottom: 14px;
}

/*------------------ top feature ---------------*/
.top-feature {
	background-color: #FDD48E;
	border-bottom: 0px solid #FFA200;
	width: 570px;

}
.top-feature h1, .top-feature h2, .top-feature h13, .top-feature h4 {
	color: #333333 !important;
}
.top-feature td {
	border-collapse: collapse;
	vertical-align: top;
}
/*---- add to right column ----*/
.top-feature-right {
	padding: 10px 16px 0px 22px;
}
.top-feature img {
	float: left;
}
.top-feature a:link {
	text-decoration: underline;
	color: #000000;
}
.top-feature a:visited {
	text-decoration: underline;
	color: #666666;
}
.top-feature a:active {
	text-decoration: underline;
}
.top-feature a:hover {
	color: #000066;
	text-decoration: underline;
}
.top-feature-text {
padding: 10px 20px 10px 26px;
}

hr {
margin-left: 28px !important;
margin-right: 28px !important;
border: 1px solid #ececec;
}
/*------------------ use as div around photo with small text underneith ---------------*/
.caption {
 font-size: .6em;
 float: left;
 margin: 2px 10px 10px 0;
}
/*------------------ two-column text ---------------*/

.twocolumn{
	clear: both;
	width:570px;
	padding: 0;
	margin: 0px 0 10px 0;
	
}
.twocolumn_left{
	float:left;
	width:280px;
	
}
.twocolumn_right{
	float:right;
	width:280px;
	margin:0;
}
.border {
	border: 3px solid #10B5EB;	
}
