@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,  blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
						{background: transparent;border: 0;margin: 0; padding: 0; vertical-align: baseline;list-style:none}
body 					{line-height: 1;}
h1, h2, h3, h4, h5, h6 	{clear: both;font-weight: normal;}
ol, ul 					{list-style: none;}
blockquote 				{quotes: none;}
blockquote:before, blockquote:after {content: '';content: none;}
del 					{text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table 					{border-collapse: collapse;	border-spacing: 0;}
body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	background-color:#43adbb;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color:#fef5e3;
}
#Navigation
{
	height:63px;
	background-color:#fef2dc;
}
#Navigation ul
{
	list-style:none;
	width:960px;
	margin:auto;
	
}
#Navigation li
{
	float:left;
	border-left:1px solid #fde6bc;
	background-color:#fef2dc;
	
	
}
#Navigation li a
{
	font-size:16px;
	border-left:1px solid #ffffff;
	line-height:62px;
	color:#ce7225;
	text-decoration:none;
	text-align:center;
	padding:10px;
	padding:23px;
	font-weight:400;
}

.nav_bl 
{

	border-right:1px solid #fde6bc;

}

.nav_bld 
{

	border-right:1px solid #ffffff;

}
#Navigation li:hover
{
	font-size:14px;
	background-color:#fff8ee;
	line-height:62px;
	color:#fef2dc;
	text-decoration:none;
	text-align:center;
}


.link_list li
{
	margin-bottom:10px;
	
}
.link_list li a
{
	font-size:13px;
	text-decoration:none;
	color:#ce7225;
}
.link_list li:hover
{
	color:#cc9933;
	text-decoration:none;
}

.Left
{
	float:left;
}
.clear
{
	clear:both;
}

.mt
{
	margin-top:20px;
}
.ml
{
	margin-left:20px;
}
.mr
{
	margin-right:20px;
}
#Banner
{
	height:406px;
	width:auto;
	background-color:#FFF;
	border-bottom:#FFF 1px solid;
	border-top:#FFF 1px solid;
	
}

.middle {
	clear:both;
	margin: 0px;
	padding: 0px;
}
.side_bar {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 20px;
	background-color:#fff1d7;
}
.main_con {
	width: 650px;
	float: right;
	padding:20px;

}
h1 {
	font-size: 27px;
	font-style: normal;
	text-transform: capitalize;
	font-weight: normal;
	color: #cc9933;
	margin-bottom: 20px;
}
h3 {
	font-size: 22px;
	font-style: normal;
	text-transform: capitalize;
	font-weight: normal;
	color: #cc9933;
	margin-bottom: 20px;
}


p {
	color: #333;
	line-height: 26px;
	font-style: normal;
	font-size: 13px;
	margin-bottom:0px;
}
.side_bar p {
	color: #333;
	font-style: normal;
	font-size: 13px;
	line-height: 17px;
}

a
{
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#ce7225;
}

a:hover
{
	color:#ffb375;
}

.space {
	padding-top: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.space2 {
	padding-top: -10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 5px;
}

.footer {
	height: 38px;
	background-color:#fdedcc;
	padding: 0px;
}

.s_nav {
	height: 39px;
	float: right;
	width: 725px;
}

.footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer li {
	display: block;
	width: 145px;
	float: left;
	text-align: center;
	height: 38px;
}
.footer .s_nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #e0b284;
	font-weight: normal;
	font-size: 16px;
	line-height: 36px;
}
.footer .s_nav a:hover {
	color: #cc9933;
	font-size: 16px;
}
.foot_note {
	height: 68px;
	background-color:#fce4b6;
}
.foot_note p {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #cc6633;
	margin: 0px;
	padding-top: 25px;
	padding-left: 80px;
	font-weight: bold;
	background-repeat: repeat;
	
}
.foot_note span {
	margin-right: 340px;
}
.foot_note a {
	color: #cc6633;
}
.foot_note a:hover {
	text-decoration: none;
}
.master_contaner
{
	
}






/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	width:1000px;
	margin:0 auto;
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
	
}

/******************************tabs**********************************/
ul.tabs {
	
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; 
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; 
	line-height: 31px; 
	margin-bottom: -1px; 
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 8px;
	outline: none;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#ce7225;
}
ul.tabs li a:hover {
	background: #feecc9;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { 

background: #feecc9;
}
/******************************tabs**********************************/


/************************************tabv****************************/
ul.tabsv {
	
	padding: 0;
	float: left;
	list-style: none;
	width: 170px;
	margin-right:20px;
}
ul.tabsv li {
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
}
ul.tabsv li a {
	text-decoration: none;
	padding: 0 8px;
	outline: none;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#ce7225;
	display:block;
}
ul.tabsv li a:hover {
	background: #feecc9;
}
ul.tabsv li.active, html ul.tabsv li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
background: #feecc9;
}
.tab_containerv
{
	width:460px;
	float:left;
	
	
}
/************************************tab****************************/
#folder
{
	
	margin-left:60px;
	margin-right:auto;
}
.accent
{
	color:#cc9933;
}

.error {
	background: #ffdfdf;
	border: 1px solid #f3afb5;
	margin: 0 0 1.5em 0;
	padding: 5px;
	text-align: center;
	/* CSS3 */
     border-radius:         4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-o-border-radius:      4px;
	-khtml-border-radius:  4px;
	width: 95%;
	display:none;
	
	
}
					  
.success	{
	background: #c8ffbf;
	border: 1px solid #a2ef95;
	margin: 0 0 1.5em 0;
	padding: 5px;
	text-align: center;
	/* CSS3 */
                   border-radius:         4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-o-border-radius:      4px;
	-khtml-border-radius:  4px;
	display:none;
	width: 95%;
	
}
input[type=text] {
	width:410px;
	border:2px solid #FCE4B6;
	height:32px;
        color:#333;
	margin-top:2px;
}	
input[type=submit] {
	margin:20px 0px 0px 0px;
	background:#CC9933;
	padding:8px 12px;
	color:#fff;
	font-weight:bold;
	border:4px solid #FCE4B6;
	cursor:pointer;
	 
}
input[type=submit]:hover {
       color:#CC9933;
       background:#FEF5E3;
}

textarea{
	width:520px;
	height:200px;
        color:#333;
	border:2px solid #FCE4B6;
	margin:2px 0px 0px 0px;
	
	}
label {
        margin:10px 0px 0px 0px;
	font-size:16px;
	font-weight:bold;
	color:#CC9933;
	
}
label span{
	font-size:10px;
	color:#CC9933;
	
	
	}