/*
National Minicoy Fest Website css
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #003399;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 11.5pt;
	color:#209d9d;
	line-height: 1.75em;
	background: #E0DCDC url(images/img01.gif) repeat-x top left;
}

body,input {
	font-family: Georgia, serif;
}

strong {
	color: navy;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 2.25em;
}

h2,h3,h4 {
	color: #209d9d;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

img.pic {
	padding: 5px;
	border: solid 1px #D4D4D4;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.box {
	overflow: hidden;
	margin-bottom: 1em;
	font-family:Monotype Corsiva;
}

.date {
	background: #6E6E6E;
	padding: 5px 6px 5px 6px;
	margin: 0 6px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	border-radius: 2px;
}

/* Global Structure---------------------------------------- */
.main {
	margin:0 auto;
	position:relative;
	width:960px;
	background:url(../images/main-bg.png);
	border-radius:4px;
	padding:0 0 10px 0;
}
.main-indents {
	padding:50px 0;
}
/*----- alignment & clearing -----*/
.fleft {
	float:left
}
.fright {
	float:right
}
.alignright {
	text-align:right
}
.aligncenter {
	text-align:center
}
.alignmiddle * {
	vertical-align:middle
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper {
	overflow:hidden;
	position:relative;
        color: blue;
}
.extra-wrap {
	overflow:hidden;
	display:block;
}

#content {
	width: 665px;
	float: left;
	padding: 0;
}


.content-box1{
	background:#0043e4;
	padding:22px 36px 25px 36px;
	margin:0 10px;
	
}.content-box {
	background:#fff;
	padding:22px 36px 22px 50px;
	margin:0 10px;
}
.page1 .content {
	padding-bottom: 73px;
}

.cwrap {
	width: 300px;
	height: 300px;
	margin-bottom: 4px;

}

.circle {
	overflow: hidden;
	width: 90%;
	position: relative;
	height: 90%;
	border-radius: 50%;
-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c1 
{
 background:url(../images/boat.jpg) 0 0 no-repeat;
     
}

.circle.c2 {
    background: url(../images/bandiya.jpg) 0 0 no-repeat;

}

.circle.c3 {
	background: url(../images/lava2.jpg) 0 0 no-repeat;

}

.circle:hover{
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}

.circle.c3:hover  {
	box-shadow: none !important;
}


.circle:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1) ;
	transform: scale(1);
}

.circle:after, .circle:before {
    content: "";
    display: table;
}



.info {
	overflow: hidden;
	color:Yellow;
	font-size: 12px;
	text-align: center;
	   background: url(../images/info_bg.png) 0 0 repeat;
    border-radius: 50% 50% 50% 50%;
    height: inherit;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    bg-webkit-transform: scale(0);
     -moz-transform: scale(0);
     -ms-transform: scale(0);
     -o-transform: scale(0);
     transform: scale(0);
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition:all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: inherit;
}

.info .title {
	padding-bottom: 39px;
	border-bottom: 1px solid #fff;
	font: 36px/44px 'Dosis', sans-serif;
	margin: 0 35px 18px;
	padding-top: 57px;
	text-transform: uppercase;
}

.info  a {
	text-transform: uppercase;
	display: inline-block;
	color: #d1cfcf;
	margin-top: 9px;
}

.info a:hover {
	color: #ec0606;
}

.a1 {
	margin:0 10px;
}
.info a:hover {
	color: blue;
}

.box {
	margin-bottom: 2px;
	position: relative;
	top: 1px;
	padding: 18px 5px 21px 15px;
	background-color: #fdfdfd;
	border: 1px solid #fbfbfb;
}

.box h4 {
	margin-left: -15px;
	margin-right: -5px;
	text-align: center;
	margin-bottom: 14px;
}

.text1 {
	font: 18px/19px 'Dosis', sans-serif;
	color: #233c4c;
	margin-bottom: 7px;
}

.box .text1 {
	color: #5d6f7b;
	margin-bottom: 25px;
}

.box1 .text1 {
	color: #5d6f7b;

}

.box a.btn {
	margin-top: 25px;
	margin-right: 10px;
}

ul.logos {
	overflow: hidden;
	padding: 1px 0 0;
}

ul.logos  a:hover {
	opacity: 0.5;
}

blockquote {
	padding-top: 32px;
	padding-left: 17px;
	padding-bottom: 24px;
	overflow: hidden;
	position: relative;
	top: 1px;
	color: #233c4c;
	font-size: 16px;
}

blockquote>img {
	float: left;
	margin-right: 42px;
	border-radius: 500px;
}

blockquote {
	background-color: #fdfdfd;
	border: 1px solid #fbfbfb;
}

blockquote p {
	margin-bottom: 18px;
	padding-right: 10px;
}

blockquote a.btn {
	margin-top: 1px;
	margin-right: 15px;
	float: right;
}

blockquote .bq_bot {
 
	font-family: 'Dosis', sans-serif;
}

.style1 {
	margin-bottom: 19px;
	color: #000;
	padding-bottom: 1px;
	padding-top: 15px;
}

.style1 a {
	color: blue;
	text-decoration: none;
	cursor: pointer;
}


.style1 a:hover {
	color: #000;
}

img.ql {
	margin-left: -30px;
	margin-right: 6px;
	margin-top: -20px;
}

img.qr {
	margin-top: 3px;
}


.box p {
	margin-bottom: 0;
}

.box1 {
	background-color: #f9f9f9;
	border: 1px solid #efeeee;
	padding: 14px 14px 9px;
}

.works {
	padding-bottom: 5px;
	overflow: hidden;padding-top: 4px;
}

.works .clear {
height: 46px;
}


.box1  .text1 {
	padding-bottom: 1px;
}

a.gal {
	position: relative;
	display: block;
	margin-bottom: 8px;
}

a.gal span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/magnify.png) -102px 0 no-repeat;
}



a.gal:hover span{
	background-position: center center;
}

/******************** Footer ******************/
footer {
	color: #FFFFFF;
	font-size:14px;
	overflow:hidden;
	padding:10px 20px;
	background:#007D7D;
	margin:0 10px;
}
footer1 a {
	color:#fff;
}
.copyright {
	float:left;
	text-decoration: none;
	cursor: pointer;
}
.social-list {
	float:right;
}
.social-list li {
	float:left;
	margin:0 0 0 10px;
}
.social-list li a:hover img {
	opacity:0.8;
}
/* Calendar styles */


.fc {
	direction: ltr;
	text-align: left;
	padding:30px 0 0 0;
	position:relative;
}
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
}
html .fc, .fc table {
	font-size: 1em;
}
.fc td, .fc th {
	padding: 0;
	vertical-align: top;
}
/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	background:#0043e4;
}
.fc-header-left {
	width: 100%;
	text-align: left;
}
.fc-header-center {
	text-align: center;
}
.fc-header-right {
	text-align: right;
}
.fc-header-title {
	display:block;
	vertical-align: top;
	padding:0;
	text-align:center;
}
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	color:#fff;
	padding:0;
	font-size:18px;
	line-height:36px;
	height:36px;
}
.fc .fc-header-space {
	padding-left: 0;
}
.fc-header .fc-corner-right {
	margin-right: 1px; /* back to normal */
}
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
}
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover, .fc-header .ui-state-hover {
	z-index: 2;
}
.fc-header .fc-state-down {
	z-index: 3;
}
.fc-header .fc-state-active, .fc-header .ui-state-active {
	z-index: 4;
}
.fc-button-next {
	position:absolute;
	right:9px;
	top:39px;
	width:12px;
	height:18px;
	font-size:0;
	line-height:0;
	border:none;
	background:url(../images/calendar-next.png) no-repeat 0 0;
	cursor:pointer;
}
.fc-button-prev {
	position:absolute;
	left:9px;
	top:39px;
	width:12px;
	height:18px;
	font-size:0;
	line-height:0;
	border:none;
	background:url(../images/calendar-prev.png) no-repeat 0 0;
	cursor:pointer;
}
.fc-button-next:hover, .fc-button-prev:hover {
	opacity:0.7;
}
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
}
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
}
/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header {
	background:#000;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	line-height:36px;
	height:36px;
	text-transform:uppercase;
}    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #c4ccc6;
	background:#fff;
	height:119px;
}
.fc-other-month {
	background:none;
}
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #ffc;
}
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
}
/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	display: inline-block;
	cursor: pointer;
}
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
}
.fc-button-content {
	position: relative;
	float: left;
	white-space: nowrap;
	text-transform:capitalize;
	font-size:14px;
}
.fc-button-today {
	position:absolute;
	left:0;
	top:0;
	background:none;
	color:#333;
	font-size:14px;
}
.fc-button-today:hover {
	color:#0043e4 !important;
}
/* icon (for jquery ui) */
	


	
/* button states (determines colors)  */
	
.fc-state-default, .fc-state-default .fc-button-inner {
	color: #333;
}
.fc-state-hover, .fc-state-hover .fc-button-inner {
	border-color: #333;
}
.fc-state-disabled, .fc-state-disabled .fc-button-inner {
	color: #333;
	border:none;
	padding:0;
}
.fc-state-disabled {
	cursor: default;
}
.fc-state-disabled .fc-button-effect {
	display: none;
}
/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default;
}
a.fc-event, .fc-event-draggable {
	cursor: pointer;
}
a.fc-event {
	text-decoration: none;
}
.fc-rtl .fc-event {
	text-align: right;
}
.fc-event-skin {
	border:none;    /* default BORDER color */
	background: none; /* default BACKGROUND color */
	color: #333;            /* default TEXT color */
	font-size:12px;
	line-height:18px;
	padding:0 0 0 2px;
}
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
}
.fc-event-time, .fc-event-title {
	padding: 0 1px;
}
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
}
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	margin-bottom: 1px;
}
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0 !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: e-resize;
}
.fc-event-hori .ui-resizable-w {
	top: 0 !important;
	left: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: w-resize;
}
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
}
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
}
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
	margin-left: -1px;
}
.fc-corner-right {
	margin-right: 1px;
}
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
	margin-right: -1px;
}
.fc-corner-top {
	margin-top: 1px;
}
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
}
.fc-corner-bottom {
	margin-bottom: 1px;
}
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
}
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
}
.fc-border-separate th, .fc-border-separate td {
	border-width: 1px 0 0 1px;
}
.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
	border-right-width: 1px;
}
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
}
/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
}
.fc-grid .fc-day-number {
	float: left;
	color: #FFFFFF;
	padding: 5px;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
}
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE *//* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
}
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
}
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
}
.fc-rtl .fc-grid .fc-event-time {
	float: right;
}
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
}
.fc-agenda-days th {
	text-align: center;
}
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
}
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
}
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
}
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
}
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
}
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
}
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
}
.fc-agenda-slots td div {
	height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
 *border-top-style: solid; /* doesn't work with background in IE6/7 */
}
/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
}
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
}
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
}
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */ .fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
}
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0 !important; /* importants override pre jquery ui 1.7 styles */
	width: 100% !important;
	height: 8px !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
}



#header {
	height: 100px;
	position: relative;
	background: #007D7D url(images/img03.jpg) top left no-repeat;
	padding: 45px;
	color: #FFFFFF;
	width: 888px;
	border: solid 1px #7E7E7E;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

#logo {
	line-height: 160px;
	height: 160px;
	padding: 5px 0 0 0;
	position: absolute;
	top: 0;
	left: 45px;
	font-family:Lucida Calligraphy;
	
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #3E3E3E;
	display: inline-block;
    vertical-align: top;
	padding: 0px 0px 0px 10px;
}

#logo h1 {
	font-size: 44px;
	font-family: 'Alex Brush', cursive;
}

#slogan {
	line-height: 160px;
	height: 160px;
	padding: 5px 0 0 0;
	position: absolute;
	right: 45px;
	top: 0;
}

#slogan h2 {
	color: #BEBEBE;
	font-size: 1.25em;
	text-shadow: 0 1px 1px #3E3E3E;
}

#menu {
	padding: 0 45px 0 45px;
	position: relative;
	background: #209D9D url(images/img02.gif) repeat-x top left;
	margin: 0;
	height: 60px;
	width: 890px;
	border-top: solid 1px #5AD7D7;
	border-bottom: solid 1px #1C7575;
	text-shadow: 0 1px 1px #007D7D;
}

#menu ul {
	list-style: none;
	padding-top: 12px;
	position: relative;
	left: -15px;
}

#menu ul li {
	padding: 5px 15px 5px 15px;
	margin-right: 10px;
	display: inline-block;
}

#menu ul li a, #menu ul li span {
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: -1px;
	font-size: 1.25em;
}

#menu ul li span b {
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #1C7575;
	margin-left: 8px;
	position: relative;
	top: -1px;
}

#menu ul li.active {
	background: #1C7575;
	border-top: solid 1px #1A6B6B;
	border-bottom: solid 1px #5AD7D7;
	border-radius: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu ul li.active span b {
	border-top-color: #165E5E;
}

.dropotron {
	background: rgba(32,157,157,0.9);
	border-top: solid 1px #5AD7D7;
	border-bottom: solid 1px #1C7575;
	text-shadow: 0 1px 1px #007D7D;
	list-style: none;
	margin: 0;
	padding: 15px 10px 15px 10px;
	min-width: 200px;
	border-radius: 6px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}

.dropotron a, .dropotron span {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -1px;
	display: block;
	width: 100%;
	position: relative;
}

.dropotron span b {
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #1C7575;
	position: absolute;
	right: 0px;
	top: 7px;
}

.dropotron li:hover span b {
	border-left-color: #165E5E;
}

.dropotron li {
	padding: 3px 10px 3px 10px;
	margin: 2px 0 2px 0;
	border-radius: 3px;
}

.dropotron li:hover, .dropotron li.active {
	padding-top: 2px;
	padding-bottom: 2px;
	background: rgba(28,117,117,0.9);
	border-top: solid 1px #1A6B6B;
	border-bottom: solid 1px #5AD7D7;
}

.dropotron-level-1 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


#page {
	padding: 45px 45px 15px 45px;
	position: relative;
	width: 1000px;
	margin: 0;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	clear: both;
	padding: 30px 0 30px 0;
}

#page ul {
	list-style: none;
}

#page ul li {
	border-top: dotted 1px #C4C4C4;
	padding: 15px 0 15px 0;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom {
	position: relative;
	margin: 0;
	background: #6E6E6E url(images/img03.jpg) top left no-repeat;
	border: solid 1px #7E7E7E;
	width: 888px;
	padding: 45px 45px 0 45px;
	color: #DCDCDC;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-shadow: 0 1px 1px #444444;
}

#page-bottom a {
	color: #F5F5F5;
}

#page-bottom h2, #page-bottom h3, #page-bottom h4 {
	color: #FFFFFF;
}

#page-bottom ul {
	list-style: none;
}

#page-bottom ul li {
	border-top: dotted 1px #8F8F8F;
	padding: 15px 0 15px 0;
}

#page-bottom ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom-content {
	width: 665px;
	float: left;
}

#page-bottom-sidebar {
	width: 20px;
	margin: 0 0 0 690px;
}

#search input.form-submit {
	margin-left: 1em;
	color: #FFFFFF;
	padding: 10px;
	background: #2FACAC;
	border: 0;
}

#search input.form-text {
	border: solid 1px #8F8F8F;
	padding: 10px;
}

#sidebar {
	width: 200px;
	padding: 0;
	margin: 0 0 0 690px;
}

#slider {
	position: relative;
	margin: 45px 45px 0px 45px;
	width: 890px;
}

#slider .viewer {
	width: 900px;
	height: 250px;
	border: solid 1px #D4D4D4;
	border-radius: 3px;
}

#slider .slide {
	width: 900px;
	height: 250px;
	padding: 0px;
}

#slider .indicator {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 20px 0 0 0;
}

#slider .indicator span {
	display: inline-block;
	text-indent: -9999em;
	width: 12px;
	height: 12px;
	background: #E3DFDF;
	border-radius: 6px;
	margin: 0 2px 0 2px;
}

#slider .indicator span.active {
	background: #6E6E6E;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 2px auto 0 auto;
        background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);
}
#s1
{
width: 800px;
	float: left;
	padding: 0;
	}

.welcome1 {
	display:block;
	color:#0043e4;
	font-size:100px;
	line-height:52px;
	letter-spacing:-1px;
	margin:0 0 -20px 0;
	font-family: 'Alex Brush', cursive;
	text-transform:capitalize;
}
.portalhead1 {
	display:block;
        color:#ff0000;
	font-size:30px;
	line-height:45px;
	letter-spacing:-1px;
	margin:0 0 -20px 0;
	font-family: 'Freestyle script', cursive;
	text-transform:capitalize;
}
.hp-1 {
	padding:0 0 20px 0;
}
h5 span {
	display:block;
	color:#0043e4;
	font-size:30px;
	line-height:52px;
	letter-spacing:-1px;
	margin:0 0 1px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	padding:13px 30px 13px 30px;
	margin:0 8px;
}
h6 span{
display:block;
        color: #009966;
	font-size:35px;
	line-height:52px;
	letter-spacing:-1px;
	margin:0 0 -20px 0;
	font-family:Monotype Corsiva ;
	text-transform:capitalize;
}
