@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: rgb(232,232,232);
	margin: 0;
	padding: 40px 0;
	color: #000;
	background-image:url(../images/bg-map.png);
	background-repeat: no-repeat;
	background-position: 30% top;	/* background-size: 100% auto; */
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

a img { 
	border: none;
}

.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../images/prisms_03.jpg);
	background-repeat: no-repeat;
	background-position: Right;
}

.sidebar1 {
	float: left;
	width: 20%;
	background: #93A5C4;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 60%;
	float: left;
}
.sidebar2 {
	float: left;
	width: 20%;
	background: #93A5C4;
	padding: 10px 0;
}




.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.logo {
	padding:35px 0 0 50px;
}
.wel {
	padding:0 0 0 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #572C8B;
}
.intro {
	padding:0 400px 0 50px;
}

#menu,
#menu ul,
#menu ul li,
#menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#menu {
  width: auto;
  height: 59px;
  padding-bottom: 4px;
}
#menu.align-right {
  float: right;
}
#menu.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
#menu.align-right ul li:first-child,
#menu.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}
#menu #bg-one,
#menu #bg-two,
#menu #bg-three,
#menu #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#menu #bg-one {
  height: 10px;
  background: #0f71ba;
}
#menu #bg-two {
	height: 59px;
	z-index: 2;
}
#menu #bg-three {
  bottom: 4px;
  height: 55px;
  z-index: 3;
  background: #222222;
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
  background: -o-linear-gradient(top, #555555 0%, #222222 100%);
  background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
}
#menu #bg-four {
	bottom: 4px;
	height: 55px;
	z-index: 4;
	background: url(images/bg.png);
}
#menu ul {
	height: 59px;
	padding: 0 0 25px 50px;
}
#menu ul li {
	float: left;
	margin-right: 4px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	z-index: 5;
	background-color: #F5F5F5;
}
#menu ul li a {
	padding: 24px 30px 20px 30px;
	margin-bottom: 4px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333333;
	font-size: 15px;
	text-decoration: none;
}
#menu ul li:first-child,
#menu ul li:first-child > a {
  border-bottom-left-radius: 3px;
}
#menu ul li:hover,
#menu ul li.active {
  background: #0f71ba;
  background: -moz-linear-gradient(top, #58C6D5 0%, #58C6D5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58C6D5), color-stop(100%, #58C6D5));
  background: -webkit-linear-gradient(top, #58C6D5 0%, #58C6D5 100%);
  background: -o-linear-gradient(top, #58C6D5 0%, #58C6D5 100%);
  background: -ms-linear-gradient(top, #58C6D5 0%, #58C6D5 100%);
  background: linear-gradient(to bottom, #58C6D5 0%, #58C6D5 100%);
}
#menu ul li a:hover,
#menu ul li.active > a {
  background: url('images/bg.png');
  color: #ffffff;
}

.cct-index-cl {
    display: block;
}

@media only screen and (min-width:0px) and (max-width:640px) {
    .cct-index {
        max-width: 100% !important;
        float:none;
        display:inline-block;
    }

    .cct-index #menu ul {
        padding: 0 20px 25px;
    }

    .cct-index.container {
        width: 100% !important;
        background:none !important; 
        background-color:#FFF !important;  
        max-width: 600px !important;
        min-width: 0px !important;
    }

    .cct-index .logo {
        padding: 5px 20px 0 !important;
    }

    .cct-index .wel, .cct-index .intro {
        padding: 0 20px !important;
    }
}

@media only screen and (min-width:0px) and (max-width:360px) {
    body {
        padding: 0 !important;
        background: rgb(232,232,232) !important;
        background-image: none !important;
    }
    	
    .cct-index #menu ul li {
       width: 100% !important;
       clear: both !important;
       margin-bottom: 10px !important;
    }
}
